Mercurial > emacs
annotate lisp/ChangeLog @ 30758:380811253e5f
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 11 Aug 2000 07:49:47 +0000 |
parents | f0d4b6a6438e |
children | 9459d3b62846 |
rev | line source |
---|---|
30758 | 1 2000-08-11 eliz <eliz@is.elta.co.il> |
2 | |
3 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
4 | |
30741 | 5 2000-08-10 Miles Bader <miles@gnu.org> |
6 | |
7 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
8 | |
30739 | 9 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
10 | |
11 * info.el (Info-file-list-for-emacs): More elements for the | |
12 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
13 and woman manuals. | |
14 | |
30737 | 15 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
16 | |
17 * comint.el (comint-send-input): Make the newline boundary overlay | |
18 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
19 (comint-output-filter): Use `insert' instead of | |
20 `insert-before-markers'. Extend comint-last-output-overlay when | |
21 necessary since we can't rely on insert-before-markers to do it. | |
22 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
23 save-excursion when inserting the output, so that point gets | |
24 updated correctly; the old method relied on a rather dodgy | |
25 side-effect of comint-output-filter to avoid the effect of | |
26 save-excursion. | |
27 | |
30734 | 28 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
29 | |
30 * files.el (recover-file): Call insert-directory instead of | |
31 invoking `ls' directly. | |
32 | |
30732 | 33 2000-08-10 Miles Bader <miles@gnu.org> |
34 | |
35 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
36 (comint-last-prompt-overlay): New variables. | |
37 (comint-output-filter): Implement prompt highlighting. | |
38 (comint-snapshot-last-prompt): New function. | |
39 (comint-send-input): Snapshot the last prompt. | |
40 Use comint-highlight-input-face. | |
41 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
42 Use defface instead of defcustom. | |
43 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
44 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
45 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
46 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
47 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
48 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
49 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
50 (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
|
51 (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
|
52 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
|
53 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
54 * 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
|
55 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
56 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
57 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
58 |
30715 | 59 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
60 | |
61 * files.el (insert-directory): Don't call access-file on | |
62 directories on DOS and Windows. | |
63 | |
30704 | 64 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
65 | |
66 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
67 longer if necessary. | |
68 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
69 ccl-program-vector. | |
70 | |
30701 | 71 2000-08-09 Miles Bader <miles@gnu.org> |
72 | |
73 * comint.el (comint-output-filter): Properly handle the case where | |
74 the text surrounded by comint-last-output-overlay was deleted. | |
75 | |
30671 | 76 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
77 | |
30693 | 78 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
79 non-nil. | |
80 (Info-file-list-for-emacs): Remove "info" from the list because | |
81 that leads to trying to use the documentation from file `info' | |
82 in various situations where it isn't appropriate, for instance | |
83 C-h C-k C-h i. | |
84 | |
85 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
86 DIR and/or STRING are nil. | |
87 | |
88 * progmodes/compile.el (compilation-setup): Make variable | |
89 compilation-error-screen-columns buffer-local, as some comment | |
90 in the code suggests it should be. | |
91 | |
92 * files.el (auto-mode-interpreter-regexp): New variable. | |
93 (set-auto-mode): Use it. | |
94 | |
95 * indent.el (indent-for-tab-command): Doc fix. | |
96 | |
97 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
98 | |
30671 | 99 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
100 labels. | |
101 | |
102 * help.el (print-help-return-message): When | |
103 display-buffer-reuse-frames is set, let the help window been quit, | |
104 instead of deleting it, which might delete a reused frame. | |
105 | |
30664 | 106 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
107 | |
108 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
109 rename a directory to a name that differs only by its letter case. | |
110 | |
30655 | 111 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
112 | |
113 * international/quail.el (quail-define-rules): Handle Quail decode | |
114 map correctly. Add code for supporting annotations. | |
115 (quail-install-decode-map): New function. | |
116 (quail-defrule-internal): New optional arguments decode-map and | |
117 props. | |
118 (quail-advice): New function. | |
119 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
120 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
|
121 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
122 * 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
|
123 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
124 * 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
|
125 |
30649 | 126 2000-08-03 Miles Bader <miles@gnu.org> |
127 | |
128 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
129 New variable. | |
130 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
131 comint-use-prompt-regexp-instead-of-fields. | |
132 (comint-send-input): Add `input' field property to stuff we send to | |
133 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
134 (comint-output-filter): Add `output' field property to process | |
135 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
136 (comint-replace-by-expanded-history) | |
137 (comint-get-old-input-default, comint-show-output) | |
138 (comint-backward-matching-input, comint-forward-matching-input) | |
139 (comint-next-prompt, comint-previous-prompt): Use field | |
140 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
141 (comint-line-beginning-position): New function. | |
142 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
143 (comint-replace-by-expanded-history-before-point): Use | |
144 comint-line-beginning-position and line-end-position. | |
145 (comint-last-output-overlay): New variable. | |
146 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
147 | |
148 * shell.el (shell-prompt-pattern): Doc change. | |
149 (shell-backward-command): Use line-beginning-position. | |
150 | |
151 * gud.el (gud-gdb-complete-command): Use | |
152 comint-line-beginning-position. | |
153 | |
154 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
155 comint-bol doesn't actually go to the beginning of the line. | |
156 | |
157 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
158 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
159 (try-expand-line-all-buffers): Likewise. | |
160 | |
161 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
162 explicitly matching comint-prompt-regexp. | |
163 (sql-copy-column): Use comint-line-beginning-position instead of | |
164 explicitly matching comint-prompt-regexp. | |
165 | |
166 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
167 comint-line-beginning-position. | |
168 | |
169 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
170 | |
171 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
172 looking for a prompt, use `forward-line 0' instead of | |
173 `beginning-of-line', to avoid getting caught by an input field. | |
174 | |
30633 | 175 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
176 | |
177 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
178 PATTERN, in the Unix case. | |
179 | |
30629 | 180 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
181 | |
182 * play/zone.el (zone): Discard any pending input before running | |
183 the randomly-chosen pgm. | |
184 | |
30623 | 185 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
186 | |
187 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
188 checking the existence of any multibyte characters. | |
189 | |
30619 | 190 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
191 | |
30622 | 192 * help.el (describe-mode): Test minor-mode symbol for being |
193 bound before testing its value for being nil. | |
194 | |
30619 | 195 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
196 `first', `second', and `third'. | |
197 | |
198 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
199 (second): Make it an alias for `cadr'. | |
200 | |
30616 | 201 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
202 | |
203 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
204 types of display support faces now. | |
205 | |
30614 | 206 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
207 | |
208 * pcvs.el (require): Require `cl' during compilation, only. | |
209 | |
210 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
211 (toplevel): Remove `remq' and `remove' from autoloads. | |
212 (cl-fake-autoloads): New variable. If set, arrange for an error | |
213 when CL functions etc. are autoloaded. | |
214 | |
30585 | 215 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
216 | |
30593 | 217 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
218 | |
30591 | 219 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
220 popped up, but the user clicks outside the menu, return an empty | |
221 regexp (that causes unhighlight-regexp to have no effect). | |
222 | |
30589 | 223 * menu-bar.el (menu-bar-games-menu): Add Zone. |
224 | |
30585 | 225 * hi-lock.el (toplevel): Require font-lock. |
226 | |
30576 | 227 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
228 | |
229 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
230 (ebnf-8-bit-chars): New var for bug fix. | |
231 (ebnf-string): Bug fix. | |
232 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
233 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
|
234 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
235 * 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
|
236 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
237 (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
|
238 `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
|
239 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
240 |
30567 | 241 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
242 | |
243 * international/mule-cmds.el (select-safe-coding-system): Make | |
244 the message text about selecting a safe coding system more clear. | |
245 | |
30564 | 246 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
247 | |
30565 | 248 * hi-lock.el: New file. |
249 | |
250 * play/zone.el: New file. | |
251 | |
30564 | 252 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
253 value of tab-width in the original buffer. Choose a line number | |
254 format that's a multiple of the original buffer's tab width, so | |
255 that lines appear right. | |
256 | |
257 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
258 Spell-check active region if in transient-mark-mode and mark | |
259 is active; otherwise spell-check buffer. | |
260 | |
261 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
262 | |
263 * ps-mule.el: Fix a customization problem on | |
264 ps-mule-font-info-database-default. | |
265 | |
30555 | 266 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
267 | |
268 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
269 display-mouse-p instead of window-system. | |
270 (ebrowse-member-mode-map): Ditto. | |
271 | |
30553 | 272 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
273 | |
274 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
275 fix. | |
276 (ebnf-version): New version number (3.2). | |
277 (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
|
278 |
30547 | 279 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
280 | |
30549 | 281 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
282 font lock support on window-system. | |
283 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
284 | |
30547 | 285 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
286 display-color-p, if fboundp, instead of window-system. | |
287 | |
30545 | 288 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
289 | |
290 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
291 instead of window-system. | |
292 | |
293 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
294 window-system. | |
295 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
296 instead of window-system. | |
297 | |
298 * strokes.el (strokes-file): Run the file name through | |
299 convert-standard-filename. | |
300 (strokes-mode): Call display-mouse-p instead of looking at | |
301 window-system. Change the error message accordingly. | |
302 | |
303 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
304 | |
305 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
306 (lm-plot-square, lm-init-display): Don't use window-system. | |
307 | |
308 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
309 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
310 | |
311 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
312 instead of looking at window-system. | |
313 | |
30528 | 314 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
315 | |
316 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
317 of testing if iswitchb-prepost-hooks is bound, because the | |
318 latter will always be true when invoking a recursive minibuffer | |
319 from an active Iswitchb buffer. | |
320 | |
30526 | 321 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
322 | |
323 * files.el (shell-quote-wildcard-pattern): New function. | |
324 (insert-directory): Call it. Only prepend "\" to command on Unix | |
325 and GNU/Linux systems. | |
326 | |
30524 | 327 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
328 | |
329 * eshell/esh-groups.el: Change custom :link file names | |
330 from `eshell.info' to `eshell'. | |
331 | |
332 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
333 | |
334 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
335 correctly in recursive ange-ftp listings. | |
336 | |
337 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
338 | |
339 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
340 ps-header-font-size-internal and | |
341 ps-header-title-font-size-internal variables are not set, | |
342 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
343 face text property is (foreground-color . COLOR) or | |
344 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
345 (ps-print-version): New version number (5.2.4). | |
346 (ps-plot-region): Code fix. | |
347 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
348 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
349 Bug fix 2. | |
350 | |
351 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
352 | |
353 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
354 identifiers like `myXMLDocument'. | |
355 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
356 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
|
357 |
30524 | 358 * mail/mail-hist.el (mail-hist-previous-input) |
359 (mail-hist-next-input): Do the obvious code factorization. | |
360 (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
|
361 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
|
362 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
|
363 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
364 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
|
365 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
366 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 367 Use `<=', not `<' to compare times! |
368 (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
|
369 |
30502 | 370 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
371 | |
30516 | 372 * play/cookie1.el: Add explanation of how to make cookie.el |
373 compatible with strfile(1) to comment. | |
374 | |
375 * subr.el (remove, remq): New functions. | |
376 | |
30511 | 377 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
378 escape `*' in regexps. | |
379 (midnight-find): Reverse order of arguments in the funcall of | |
380 TEST. | |
381 | |
382 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
383 and `.class'. | |
384 | |
30502 | 385 * play/meese.el: Add Commentary section. |
386 | |
30516 | 387 2000-07-27 Alex Schroeder <alex@gnu.org> |
388 | |
389 * sql.el (sql-ms): Added autoload cookie. | |
390 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
391 (sql-oracle): Ditto. | |
392 (sql-help): Doc change. | |
393 | |
394 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
395 types and exceptions. | |
396 | |
397 2000-07-27 Alex Schroeder <alex@gnu.org> | |
398 | |
399 * sql.el (sql-placeholder-history): New variable. | |
400 (sql-query-placeholders-and-send): New function that will query | |
401 the user and replace placeholders with user input. | |
402 (sql-oracle): If running on NT, set comint-input-sender to | |
403 sql-query-placeholders-and-send. | |
404 | |
405 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
406 present it as a message. | |
407 | |
408 2000-07-27 Alex Schroeder <alex@gnu.org> | |
409 | |
410 * sql.el (sql-input-ring-separator): Doc change. | |
411 (sql-input-ring-file-name): Doc change. | |
412 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
413 `sql-input-ring-file-name' to set the comint-mode equivalents | |
414 without making them local variables. | |
415 (sql-stop): Don't bind `sql-input-ring-separator' and | |
416 `sql-input-ring-file-name' dynamically to their comint-mode | |
417 equivalents. | |
418 | |
30490 | 419 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
420 | |
421 * international/mule.el (register-char-codings): New function. | |
422 (make-coding-system): Handle `safe-chars' specification in the arg | |
423 PROPERTY. | |
424 | |
425 * international/mule-cmds.el | |
426 (find-coding-systems-region-subset-p): This function deleted. | |
427 (sort-coding-systems-predicate): New variable. | |
428 (sort-coding-systems): New function. | |
429 (find-coding-systems-region): Use | |
430 find-coding-systems-region-internal. | |
431 (find-coding-systems-string): Use find-coding-systems-region. | |
432 (find-coding-systems-for-charsets): Check | |
433 char-coding-system-table. | |
434 (select-safe-coding-system-accept-default-p): New variable. | |
435 (select-safe-coding-system): Mostly rewritten. New argument | |
436 ACCEPT-DEFAULT-P. | |
437 (select-message-coding-system): Call select-safe-coding-system | |
438 with ACCEPT-DEFAULT-P arg. | |
439 (reset-language-environment): Reset default-sendmail-coding-system | |
440 to the default value iso-latin-1. | |
441 (set-language-environment): Don't set the obsolete variable | |
442 charset-origin-alist. | |
443 | |
444 * international/codepage.el (cp-coding-system-for-codepage-1): | |
445 Give `safe-chars' property to make-coding-system. | |
446 | |
447 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
448 calling select-message-coding-system twice. | |
449 | |
450 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
451 instead of `safe-charsets'. | |
452 (cyrillic-alternativnyj): Likewise. | |
453 (ccl-encode-alternativnyj): Don't check the charset | |
454 cyrillic-iso8859-5. | |
455 | |
30484 | 456 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
457 | |
458 * composite.el (compose-chars-after): Preserve match data. | |
459 | |
30481 | 460 2000-07-26 Sam Steingold <sds@gnu.org> |
461 | |
462 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
463 (ange-ftp-real-file-newer-than-file-p): New function. | |
464 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
465 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
466 | |
467 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
468 * midnight.el (midnight-float-time): Ditto. | |
469 | |
30479 | 470 2000-07-26 Andreas Schwab <schwab@suse.de> |
471 | |
472 * files.el (normal-backup-enable-predicate): Correct | |
473 interpretation of the return value of compare-strings. | |
474 | |
30471 | 475 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
476 | |
30477 | 477 * isearch.el (isearch-resume): New function. |
478 (isearch-done): Add something to command-history to resume | |
479 the search. | |
480 (isearch-yank-line, isearch-yank-word): Use | |
481 buffer-substring-no-properties instead of buffer-substring. | |
482 | |
30471 | 483 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
484 of flyspell-mouse-map. | |
485 | |
486 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
487 duplicate definition. | |
488 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
489 | |
490 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
491 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
492 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
493 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
|
494 |
30459 | 495 * net/ange-ftp.el: Get modtime over the net. |
496 (ange-ftp-file-modtime): New function. | |
30473 | 497 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
498 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 499 Use it. |
500 (ange-ftp-dot-to-slash): New function. | |
501 (ange-ftp-fix-name-for-vms): Use it. | |
502 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
503 * 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
|
504 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
505 |
30457 | 506 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
507 | |
508 * find-dired.el: Update copyright notice. | |
509 (find-dired): Offer to kill a running `find'. | |
510 | |
511 * enriched.el (enriched-face-ans): For a `foreground-color' | |
512 property, return '(("x-color" COLOR))' so that COLOR will be | |
513 output as a parameter of the x-color annotation. Likewise for the | |
514 `background-color' property. In the case of normal face | |
515 properties, don't return annotations for unspecified foreground | |
516 and background face attributes. | |
517 | |
30450 | 518 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
519 | |
520 * language/japan-util.el (japanese-katakana-region): Fix handling | |
521 HANKAKU argument. | |
522 | |
30438 | 523 2000-07-25 Miles Bader <miles@gnu.org> |
524 | |
525 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
526 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
527 constrain-to-field. | |
528 | |
30437 | 529 2000-07-24 Andrew Innes <andrewi@gnu.org> |
530 | |
531 * timer.el (timer-activate-when-idle): Add optional parameter | |
532 DONT-WAIT. Update docstring. | |
533 (run-with-idle-timer): Specify extra parameter to | |
534 timer-activate-when-idle, so that timer will be activated | |
535 immediately if Emacs is already idle. | |
536 | |
537 * w32-fns.el (w32-using-nt): Fix docstring. | |
538 | |
30434 | 539 2000-07-24 Dave Love <fx@gnu.org> |
540 | |
541 * mouse.el (popup-menu): Set last-command-event. | |
542 (mouse-major-mode-menu-prefix): Declare. | |
543 | |
30433 | 544 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
545 | |
546 * textmodes/flyspell.el: Update to author's version 1.5d. | |
547 | |
548 * progmodes/hideshow.el: Update copyright notice. | |
549 | |
550 * vcursor.el: Set maintainer to FSF, since author cannot | |
551 be reached. | |
552 | |
30422 | 553 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
554 | |
30424 | 555 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
556 the prompt. | |
557 | |
30422 | 558 * mouse.el (popup-menu): Run the keymap through indirect-function, |
559 in case it was defined with define-prefix-key. If the menu is a | |
560 list of keymaps, look up the binding of user's choice in each one | |
561 of the keymaps. | |
562 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
563 don't have a prompt string, create one and insert it into the | |
564 keymap. Don't barf if current-local-map returns nil. | |
565 | |
30415 | 566 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
567 | |
568 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
569 to be undone. | |
570 (dired-sort-other): Use it. | |
571 | |
30412 | 572 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
573 | |
30415 | 574 * Release of cc-mode 5.27 |
30412 | 575 |
576 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
577 | |
578 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
579 c-beginning-of-statement-1 that caused a bad case of recursion | |
580 which could consume a lot of CPU in large classes in languages | |
581 that have in-expression classes (i.e. Java and Pike). | |
582 | |
583 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
584 statements before top level constructs (i.e. case 6 is moved | |
585 before case 5 and is now case 4) to catch in-expression | |
586 classes in top level expressions correctly. | |
587 | |
588 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
589 | |
590 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
591 objc-method-intro. Case 4 removed and case 5I added. | |
592 | |
593 * cc-langs.el (c-append-paragraph-start): New variable used by | |
594 c-common-init to get paragraph-start correct. | |
595 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
596 initialize paragraph-start to make it correct both with and | |
597 without the javadoc special case. | |
598 | |
599 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
600 initialize paragraph-start for javadoc markup. | |
601 | |
602 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
603 change by defaulting this to t. It's motivated by the | |
604 confusing behavior that otherwise arise from the style system | |
605 when editing both java and non-java files at the same time | |
606 (see the comments about style setting in c-common-init). | |
607 | |
608 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
609 | |
610 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
611 similar to the one in c-fill-paragraph to check the fill | |
612 prefix from the adaptive fill function for sanity. | |
613 | |
614 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
615 | |
616 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
617 defun block. | |
618 | |
619 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
620 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
621 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 622 |
623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
624 | |
625 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
626 leading comma nicely. Extended to handle member initializers | |
627 too. | |
628 | |
30415 | 629 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 630 c-guess-basic-syntax): Fixed recognition of inheritance lists |
631 when the lines begins with a comma. | |
632 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
633 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 634 |
635 * cc-vars.el (c-offsets-alist): Changed default for | |
636 member-init-cont to c-lineup-multi-inher since it now handles | |
637 member initializers and indents better for leading commas. | |
638 | |
639 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
640 | |
641 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
642 handling that caused class open lines to be recognized as | |
643 statement-conts in some cases. | |
644 | |
645 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
646 guessed by the adaptive fill function unless point is on the | |
647 first line of a block comment. | |
648 | |
649 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
650 when the buffer ends with a macro continuation char. | |
651 | |
652 * cc-engine.el (c-guess-basic-syntax): Added support for | |
653 function definitions as statements in Pike. The first | |
654 statement in a lambda block is now labeled defun-block-intro | |
655 instead of statement-block-intro. | |
656 | |
657 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
658 so that the class surrounding point is selected, not the one | |
659 innermost in the state. | |
660 | |
661 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
662 recognition of switch labels having hanging multiline | |
663 statements. | |
664 | |
665 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
666 some code in c-guess-basic-syntax to a separate function. | |
667 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
668 recognition of member inits with multiple line arglists. | |
669 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
670 member-init-cont when the commas are in funny places. | |
671 | |
672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
673 | |
674 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
675 not used anymore. | |
676 | |
677 * cc-engine.el (c-looking-at-bos): New helper function. | |
678 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
679 inexpr and toplevel classes apart in Pike. | |
680 | |
681 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
682 of case 9A. | |
683 | |
684 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
685 constant, since "class" can introduce an in-expression class | |
686 in Pike nowadays. | |
687 | |
688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
689 | |
690 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
691 indentation on cpp-macro lines. | |
692 | |
693 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
694 a syntax modifier like comment-intro, to make it possible to | |
695 get syntactic indentation for preprocessor directives. It's | |
696 incompatible wrt to lineup functions on cpp-macro, but it has | |
697 no observable effect in the 99.9% common case where cpp-macro | |
698 is set to -1000. | |
699 | |
700 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
701 | |
702 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
703 member-init-cont when the preceding arglist is several lines. | |
704 | |
705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
706 | |
707 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
708 style corrected to 8. | |
709 | |
710 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
711 | |
712 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
713 brace list openers in the gnu style. | |
714 | |
715 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
716 | |
717 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
718 | |
719 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
720 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
721 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
722 when c-syntactic-indentation is nil. | |
723 | |
724 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
725 we were left at comments preceding the first statement when | |
726 reaching the beginning of the buffer. | |
727 | |
728 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
729 off all syntactic indentation. | |
730 | |
731 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
732 | |
733 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
734 between the text and the block comment ender when it hangs, | |
735 depending on how many there are before the fill. | |
736 | |
737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
738 | |
739 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
740 function to go back to the closest preceding statement start, | |
741 which could be inside a conditional statement. | |
742 * cc-engine.el (c-guess-basic-syntax): Use | |
743 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
744 | |
745 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
746 arglist-intro, arglist-cont-nonempty and arglist-close when | |
747 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
748 changed. | |
749 | |
750 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
751 up-to-date with javadoc 1.2. | |
752 | |
753 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
754 | |
755 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
756 multiline Pike type decls. | |
757 | |
758 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
759 | |
760 * cc-cmds.el (c-indent-new-comment-line): Always break | |
761 multiline comments in multiline mode, regardless of | |
762 comment-multi-line. | |
763 | |
764 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
765 | |
766 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
767 fully::qualified::names in C++ member init lists. Preamble in | |
768 case 5D changed. | |
769 | |
770 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
771 | |
772 * cc-langs.el (c-common-init): Handling of obsolete variables | |
773 moved to c-initialize-cc-mode. More compatible style override | |
774 when using global style variables. | |
775 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
776 variables moved here. | |
777 | |
30415 | 778 * cc-mode.texi: Documented the special behavior of |
30412 | 779 c-special-indent-hook as a style variable. Don't talk about |
780 doing (c-make-styles-buffer-local t) in a mode hook, since | |
781 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
|
782 |
30412 | 783 * cc-styles.el (c-make-styles-buffer-local): Flag style |
784 variable localness in c-style-variables-are-local-p to make | |
785 the compatibility measure in c-common-init work well. | |
786 | |
787 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
788 longer contain set-from-style. | |
789 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
790 set-from-style on c-special-indent-hook. | |
791 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
792 copy-alist is sufficient now. | |
793 | |
794 * cc-styles.el (c-set-style, c-set-style-1, | |
795 c-get-style-variables): Fixes to variable initialization so | |
796 that duplicate entries in styles have the same effect | |
797 regardless of DONT-OVERRIDE. | |
798 | |
799 * cc-styles.el (c-set-style-2): Fixed bug where the | |
800 initialization of inheriting styles failed when the | |
801 dont-override flag is set. | |
802 | |
803 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
804 on this. | |
805 | |
806 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
807 | |
808 * cc-defs.el (c-forward-comment): Removed the workaround | |
809 introduced in 5.38 since it had worse side-effects. If a line | |
810 contains the string "//\"", it regarded the // as a comment | |
811 start since the \ temporarily doesn't have escape syntax. | |
812 | |
813 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
814 | |
815 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
816 ada-xref.el before ada-prj.el, so that the Project menu is created | |
817 when ada-prj tries to add to it. | |
818 (ada-activate-keys-for-case): Suppress the characters that are not | |
819 part of the Ada syntax. Better compatibility with else-mode | |
820 (ada-adjust-case-interactive): When auto-casing is not active, | |
821 correctly insert newlines (used to insert only ^M). Prevent the | |
822 syntax table from being changed in case of an error | |
823 (or '_' becomes part of a word and some commands are confused). | |
824 Do nothing if ada-auto-case is nil. | |
825 (ada-after-keyword-p): Ignore keywords that are also attributes | |
826 (ada-batch-reformat): Update usage comment | |
827 (ada-call-from-contextual-menu): New function | |
828 (ada-case-read-exceptions): Reinitialize the casing exception list | |
829 first to nil first, so that the casing exception file can be | |
830 shared. | |
831 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
832 files. | |
833 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
834 anywhere in the error message | |
835 (ada-contextual-menu-last-point): New variable | |
836 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
837 t on XEmacs, it means that DEL should delete one character | |
838 forward. | |
839 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
840 New submenu "Options". | |
841 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
842 statements. | |
843 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
844 even if they don't match ada-fill-comment-prefix Fix handling of | |
845 paragraphs on the first or last line of a file. | |
846 (ada-format-paramlist): Fix handling of default parameter values. | |
847 (ada-get-body-name): New function. | |
848 (ada-get-current-indent): Optimized by searchling directly for an | |
849 existing generic part or a statement outside of it. Handle | |
850 ada-indent-align-comments when indenting comments Replaced some | |
851 regexps by testing directly the next character. This results in a | |
852 huge speedup on some files. New indentation scheme for renames | |
853 statements. Stop looking for the 'while' or 'for' associated with | |
854 a 'loop' at the first semicolon encountered. A "return" can also | |
855 match an anonymous access subprogram declaration. | |
856 (ada-get-indent-noindent): Ignore strings and comments when | |
857 looking for the keywords "record" and "private". | |
858 (ada-goto-matching-decl-start): When matching "if", make sure we | |
859 are not in fact seeing "end if". Ignore "when" statements except | |
860 when initial keyword was "begin". Fix handling of nested | |
861 procedures. Add a recursive call to this function to skip over | |
862 other 'end' statmts. Fix indentation for "when .. => begin" | |
863 (ada-in-open-paren-p): Fix indentation for complex boolean | |
864 expressions, where 'and then', 'or else' and parenthesis | |
865 statements are mixed up. | |
866 (ada-in-paramlist-p): Skip comments while searching for the | |
867 beginning Fix handling of operator declarations. | |
868 (ada-indent-align-comments): New variable | |
869 (ada-indent-current): Change the syntax table only in the | |
870 protected section, so that we are sure it is restored correctly. | |
871 (ada-indent-on-previous-lines): Use ada-use-indent and | |
872 ada-with-indent Correctly indent "select ... then" | |
873 (ada-indent-region): Slight speedup. | |
874 (ada-indent-renames): New variable. | |
875 (ada-last-which-function-subprog, ada-last-which-function-line): | |
876 New variables | |
877 (ada-looking-at-semi-private): Correctly indent the 'private' | |
878 keyword when it is the first word in a package declaration. | |
879 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
880 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
881 even if point is not initially at the end of the word. | |
882 (ada-matching-decl-start-re): Add "when". | |
883 (ada-mode): Add support for abbrev-mode, outline-mode and | |
884 which-func-mode Override the old find-file.el entry in | |
885 ff-special-constructs since it is using the obsolete | |
886 ada-spec-suffix variable | |
887 (ada-no-auto-case): New function | |
888 (ada-scan-paramlist): When parsing the argument type, accept | |
889 spaces (as in "X 'Class", generated by Rational Rose). | |
890 (ada-other-file-name): No longer loads the other file. | |
891 (ada-popup-menu): Save and restore the current buffer and cursor | |
892 position before and after displaying the menu. | |
893 (ada-search-ignore-complex-boolean): New function. | |
894 (ada-uncomment-region): Emacs21 already knows how to delete | |
895 comments not starting in the first column. | |
896 (ada-use-indent): New variable | |
897 (ada-which-function): New function. | |
898 (ada-with-indent): New variable | |
899 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
900 can be batch-compiled from the command line. | |
901 | |
902 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
903 Add to the menu when the file is loaded, not in ada-mode-hook. | |
904 Add -toolbar to the default ddd command Switches moved from | |
905 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
906 ada-prj-default-comp-opt | |
907 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
908 Reference Manual to the menu | |
909 (ada-check-current): rewritten as a call to ada-compile-current | |
910 (ada-compile): Removed. | |
911 (ada-compile-application, ada-compile-current, ada-check-current): | |
912 Set the compilation-search-path so that compile.el automatically | |
913 finds the sources in src_dir. Automatic scrollong of the | |
914 compilation buffer. C-uC-cC-c asks for confirmation before | |
915 compiling | |
916 (ada-compile-current): New parameter, prj-field | |
917 (ada-complete-identifier): Load the .ali file before doing | |
918 processing | |
919 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
920 conform to gnatmake's behavior. | |
921 (ada-find-file-in-dir): New function | |
922 (ada-find-references): Set the environment variables for gnatfind | |
923 (ada-find-src-file-in-dir): New function. | |
924 (ada-first-non-nil): Removed | |
925 (ada-gdb-application): Add support for jdb, the java debugger. | |
926 (ada-get-ada-file-name): Load the original-file first if not done | |
927 yet. | |
928 (ada-get-all-references): Handles the new ali syntax (parent types | |
929 are found between <>). | |
930 (ada-initialize-runtime-library): New function | |
931 (ada-mode-hook): Always load a project file when a file is opened, | |
932 so that the casing exceptions are correctly read. | |
933 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
934 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
935 to open the project file, since the latter does not work with | |
936 speedbar Get default values before loading the prj file, or the | |
937 default executable file name is wrong. Use the absolute value of | |
938 src_dir to initialize ada-search-directories and | |
939 compilation-search-path,... Add the standard runtime library to | |
940 the search path for find-file. | |
941 (ada-prj-default-debugger): Was missing an opening '{' | |
942 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
943 variables. | |
944 (ada-prj-default-gnatmake-opt): New variable | |
945 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
946 buffers, the project file is the default one Save the windows | |
947 configuration before displaying the menu. | |
948 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
949 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
950 ...) regexp-quote identifiers names to support operators +, | |
951 -,... in regexps. | |
952 (ada-remote): New function. | |
953 (ada-run-application): Erase the output buffer before starting the | |
954 run Support remote execution of the application. Use | |
955 call-process, or the arguments are incorrectly parsed | |
956 (ada-set-default-project-file): Reread the content of the active | |
957 project file, not the one from the current buffer When a project | |
958 file is set as the default project, all directories are | |
959 automatically associated with it. | |
960 (ada-set-environment): New function | |
961 (ada-treat-cmd-string): New special variable ${current} | |
962 (ada-treat-cmd-string): Revised. The substitution is now done for | |
963 any ${...} substring | |
964 (ada-xref-current): If no body was found, compiles the spec | |
965 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
966 compiler to get rid of command line length limitations. | |
967 (ada-xref-get-project-field): New function | |
968 (ada-xref-project-files): New variable | |
969 (ada-xref-runtime-library-specs-path) | |
970 (ada-xref-runtime-library-ali-path): New variables | |
971 (ada-xref-set-default-prj-values): Default run command now does a | |
972 cd to the build directory. New field: main_unit Provide a default | |
973 file name even if the current buffer has no prj file. | |
974 | |
975 * ada-prj.el: | |
976 Rewritten to show a tabbed-dialog. | |
977 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
978 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
979 New function | |
980 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
981 (ada-prj-load-from-file): New function | |
982 (ada-prj-save): Always save fields that depend on the current buffer | |
983 (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
|
984 |
30412 | 985 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
986 Ada mode. This will allow us to display the Ada menu in any buffer | |
987 we want (for project items). | |
988 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
989 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
|
990 |
30395 | 991 2000-07-24 Dave Love <fx@gnu.org> |
992 | |
993 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
994 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
995 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
996 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
997 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
998 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
999 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1000 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1001 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1002 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1003 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1004 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1005 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1006 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1007 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1008 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1009 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1010 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1011 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1012 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1013 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1014 (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
|
1015 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1016 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1017 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1018 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1019 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1020 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1021 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1022 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1023 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1024 |
30386 | 1025 2000-07-23 Dave Love <fx@gnu.org> |
1026 | |
1027 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1028 ^o, ^u. | |
1029 | |
30359 | 1030 2000-07-21 Dave Love <fx@gnu.org> |
1031 | |
30374 | 1032 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1033 now passed to the function. It now works properly. | |
1034 | |
30359 | 1035 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1036 | |
30350 | 1037 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1038 | |
1039 * info-look.el (info-lookup): If *info* is shown in another frame | |
1040 on the same display, select that frame, instead of switching to | |
1041 the Info buffer in another window of the selected frame. | |
1042 | |
1043 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1044 kp-0 to kp-9 and kp-subtract. | |
1045 (digit-argument): Handle these keys. | |
1046 | |
30346 | 1047 2000-07-20 Dave Love <fx@gnu.org> |
1048 | |
1049 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1050 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1051 Put an extra property on the overlays and use it to clean up in | |
1052 case goto-address is re-run. | |
1053 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1054 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1055 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1056 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1057 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1058 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1059 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1060 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1061 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1062 |
30331 | 1063 2000-07-19 Dave Love <fx@gnu.org> |
1064 | |
1065 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1066 implementation. | |
1067 | |
1068 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1069 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1070 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1071 | |
30318 | 1072 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1073 | |
30329 | 1074 * textmodes/refer.el: Correct maintainer's email address. |
1075 | |
1076 * progmodes/hideif.el: Correct author's email address. | |
1077 Fix typo in comment. | |
1078 | |
1079 * xml.el: New file. | |
1080 | |
30318 | 1081 * mail/mailheader.el: Correct author's mail address. |
1082 | |
1083 * gnus/parse-time.el: Correct author's mail address. | |
1084 | |
30329 | 1085 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1086 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1087 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1088 New user options. |
1089 (comint-input-ring-file-name): Change custom type. | |
1090 (comint-mode-map): Bind mouse-2. | |
1091 (comint-insert-clicked-input): New function. | |
1092 (comint-send-input): Handle input highlighting. | |
1093 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1094 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1095 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1096 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1097 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1098 |
30311 | 1099 2000-07-18 Dave Love <fx@gnu.org> |
1100 | |
1101 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1102 improvements. | |
1103 | |
30308 | 1104 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1105 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1106 * faces.el (face-font-selection-order) |
30308 | 1107 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1108 |
30298 | 1109 2000-07-18 Dave Love <fx@gnu.org> |
1110 | |
1111 * cus-edit.el (custom-variable-reset-saved) | |
1112 (custom-variable-reset-standard): Remove unused bindings. | |
1113 | |
1114 * rect.el (open-rectangle-line): Remove unused let. | |
1115 | |
1116 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1117 | |
30296 | 1118 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1119 | |
1120 * cdl.el: Fix `Maintainer' keyword. | |
1121 | |
1122 * play/pong.el: Add author's email address. | |
1123 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1124 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1125 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1126 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1127 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1128 |
30290 | 1129 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1130 | |
1131 * mail/vms-pmail.el: Change maintainer to FSF. | |
1132 | |
1133 * net/goto-addr.el: Change maintainer to FSF. | |
1134 | |
1135 * recentf.el: Update from author. | |
1136 | |
1137 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1138 |
30277 | 1139 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1140 | |
1141 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1142 links to eshell, to avoid problems on systems where the manual is | |
1143 installed as `eshell'. | |
1144 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1145 * eshell/em-smart.el (eshell-smart): Ditto. | |
1146 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1147 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1148 |
1149 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1150 same-file check in the MS-DOS version (it does support inodes). | |
1151 | |
1152 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1153 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1154 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1155 Run default directory name through convert-standard-filename. |
30277 | 1156 |
30255 | 1157 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1158 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1159 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1160 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1161 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1162 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1163 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1164 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1165 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1166 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1167 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1168 |
30255 | 1169 * international/kkc.el (kkc-after-update-conversion-functions): |
1170 New variable. | |
1171 (kkc-update-conversion): Run functions in it at the tail. | |
1172 | |
30277 | 1173 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
|
1174 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1175 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1176 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
|
1177 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1178 |
30253 | 1179 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1180 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1181 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1182 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1183 the conversion list at first if appropriate. | |
1184 (kkc-next): Don't update kkc-next-count here. | |
1185 (kkc-prev): Don't update kkc-prev-count here. | |
1186 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1187 list message. | |
1188 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1189 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1190 |
30290 | 1191 * 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
|
1192 |
30248 | 1193 2000-07-16 Dave Love <fx@gnu.org> |
1194 | |
1195 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1196 function to be more specific. | |
1197 | |
1198 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1199 non-string help-echo. | |
1200 (widget-types-convert-widget): Defsubst it. | |
1201 (widget-echo-help): Try to cope with a help-echo function of two | |
1202 possible sorts. | |
1203 | |
30241 | 1204 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1205 | |
1206 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1207 Declare as obsolete. | |
1208 | |
1209 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1210 | |
30226 | 1211 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1212 | |
1213 * hilit-chg.el: Fix typo. | |
1214 | |
30221 | 1215 2000-07-14 Dave Love <fx@gnu.org> |
1216 | |
1217 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1218 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1219 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1220 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1221 * 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
|
1222 |
30193 | 1223 2000-07-13 Dave Love <fx@gnu.org> |
1224 | |
30195 | 1225 * emacs-lisp/easymenu.el: Doc fixes. |
1226 (easy-menu-remove): Defalias to ignore. | |
1227 | |
30193 | 1228 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1229 Call throw correctly. | |
1230 | |
30190 | 1231 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1232 | |
1233 * faces.el (frame-background-mode): Doc fix. | |
1234 | |
1235 * simple.el (eval-expression-print-length): Change custom type to | |
1236 allow entering nil as value. | |
1237 | |
30185 | 1238 2000-07-13 Dave Love <fx@gnu.org> |
1239 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1240 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1241 Change definition layout. |
30187 | 1242 (fortran-mode-menu): Reinstate customize entries. |
1243 | |
30185 | 1244 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1245 Use :filter, per old XEmacs code. | |
1246 | |
30170 | 1247 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1248 | |
1249 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1250 event when deciding what to send to the terminal. | |
1251 | |
30168 | 1252 2000-07-12 Dave Love <fx@gnu.org> |
1253 | |
1254 * cus-start.el: Add optional version as 4th element of specs and | |
1255 use it for several things new in v21. Remove load-path. Fix type | |
1256 of line-number-display-limit. | |
1257 | |
30148 | 1258 2000-07-11 Dave Love <fx@gnu.org> |
1259 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1260 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1261 Use repeat counts in various regexps. |
30150 | 1262 (fortran-mode-syntax-table): Defvar directly. |
1263 (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
|
1264 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1265 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1266 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1267 (fortran-mode): Set fortran-comment-line-start-skip, |
1268 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1269 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1270 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1271 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1272 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1273 (fortran-auto-fill): New function. | |
1274 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1275 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1276 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1277 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1278 Use fortran-auto-fill. |
30150 | 1279 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1280 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1281 |
30148 | 1282 * widget.el (widget-plist-member): New alias. |
1283 | |
30146 | 1284 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1285 | |
1286 * eshell/esh-module.el (toplevel): Reference | |
1287 byte-compile-current-file only if it is bound. | |
1288 | |
30131 | 1289 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1290 | |
1291 * dired.el: Don't require `dired-aux'. | |
1292 | |
30127 | 1293 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1294 | |
1295 * dired-aux.el (dired-show-file-type): New function. | |
1296 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1297 (dired-show-file-type): Add autoload. | |
1298 | |
30125 | 1299 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1300 | |
1301 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1302 change of fontset-info. |
30125 | 1303 (print-fontset): Likewise. |
1304 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1305 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1306 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1307 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1308 |
30111 | 1309 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1310 | |
30131 | 1311 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1312 |
30111 | 1313 * dired.el (dired-find-alternate-file): New function. |
1314 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1315 (toplevel): Require dired-aux when compiling. | |
1316 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1317 | |
1318 * info.el (Info-last-search): Variable removed. | |
1319 (Info-search-history): New variable. | |
1320 (Info-search): New Info-search-history. | |
1321 | |
1322 * battery.el, info-look.el: Change author's mail address. | |
1323 | |
30115 | 1324 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
|
1325 |
30115 | 1326 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1327 if rmail-ignored-headers is nil. | |
1328 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1329 rmail-displayed-headers to nil. | |
1330 | |
30096 | 1331 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1332 | |
30103 | 1333 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1334 (print-region-1): Don't hard code `-h' here. | |
1335 | |
30096 | 1336 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1337 | |
30103 | 1338 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1339 | |
1340 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1341 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
|
1342 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1343 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1344 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1345 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1346 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1347 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1348 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1349 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1350 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1351 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1352 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
|
1353 |
30096 | 1354 * ediff-diff.el (ediff-wordify): Use syntax table. |
1355 * 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
|
1356 ediff-color-display-p. |
30096 | 1357 (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
|
1358 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1359 Got rid of special cases for NeXT and OS/2. |
30096 | 1360 * 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
|
1361 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1362 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1363 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1364 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1365 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1366 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1367 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1368 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1369 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1370 * 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
|
1371 |
30076 | 1372 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1373 | |
30085 | 1374 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1375 not be changed without changing the make-dist script. | |
1376 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1377 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1378 (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
|
1379 |
30067 | 1380 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1381 | |
1382 * makefile.nt: Add support for `bootstrap' and related targets. | |
1383 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1384 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1385 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1386 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1387 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1388 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1389 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
|
1390 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1391 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1392 (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
|
1393 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1394 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
|
1395 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1396 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1397 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1398 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1399 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
|
1400 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1401 |
30056 | 1402 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1403 | |
1404 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1405 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1406 (eval-defun): If called with prefix arg, instrument code for | |
1407 Edebug. | |
1408 | |
1409 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1410 similar to that of eval-defun. | |
1411 | |
30029 | 1412 2000-07-04 Dave Love <fx@gnu.org> |
1413 | |
30035 | 1414 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1415 | |
30029 | 1416 * calendar/todo-mode.el: Replaced with a working version, based on |
1417 revision 1.34 tidied up. | |
1418 | |
1419 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1420 |
1421 * paths.el (prune-directory-list): New function. | |
1422 (Info-default-directory-list): Rewritten to more methodically | |
1423 enumerate a big list of possible info directories (based on the | |
1424 list used by the standalone info reader). | |
30029 | 1425 |
30021 | 1426 * 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
|
1427 non-existent directories from Info-directory-list. |
30021 | 1428 |
1429 * paths.el (Info-default-directory-list): Try a list of possible | |
1430 info-directories instead of a single one. Add the possible | |
1431 info directory "/usr/share/info". | |
1432 | |
1433 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1434 man-db config file "/etc/manpath.config". | |
1435 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1436 are present in `manpath.config'. | |
1437 (woman-manpath): Include "/usr/share/man". | |
1438 | |
30006 | 1439 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1440 | |
30017 | 1441 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1442 | |
1443 * startup.el (command-line): Initialize blink-cursor based | |
1444 on window-system. | |
1445 | |
30014 | 1446 * frame.el (blink-cursor): Default to nil if not running under |
1447 a window-system. | |
1448 | |
30012 | 1449 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1450 (face-x-resources): Remove duplicate entry for :font. | |
1451 | |
30006 | 1452 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1453 instead of cycling through windows with next-window. | |
1454 | |
1455 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1456 of cycling through windows with next-window. | |
1457 | |
1458 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1459 of cycling through windows with next-window. | |
1460 | |
1461 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1462 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1463 instead of cycling through windows with next-window. | |
1464 | |
1465 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1466 instead of cycling through windows with next-window. | |
1467 | |
1468 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1469 of cycling through windows with next-window. | |
1470 | |
1471 * terminal.el (te-process-output): Use walk-windows instead of | |
1472 cycling through windows with next-window. | |
1473 | |
1474 * server.el (server-switch-buffer): Use some-window instead of | |
1475 cycling through windows with next-window. | |
1476 | |
1477 * window.el (some-window): New function. | |
1478 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1479 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1480 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1481 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1482 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1483 |
1484 * window.el (walk-windows): Guarantee termination by keeping a list | |
1485 of all the windows already handled. | |
1486 | |
29975 | 1487 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1488 | |
1489 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1490 window-system. | |
1491 | |
1492 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1493 Man-notify-method is newframe, and the display is not | |
1494 multi-frame, select the frame created for the man page. | |
1495 (Man-init-defvars): Doc fix. | |
1496 | |
29972 | 1497 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1498 | |
29982 | 1499 * faces.el (region): Change background color for light background. |
1500 | |
1501 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1502 attribute from mode-line face of Ediff control frame. | |
1503 | |
29972 | 1504 * replace.el (query-replace-map): Bind `e' like `E'. |
1505 | |
29967 | 1506 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1507 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1508 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1509 Change name to "Select All". |
29969 | 1510 |
29967 | 1511 * dos-fns.el (convert-standard-filename): Fix last change. |
1512 | |
29957 | 1513 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1514 | |
29959 | 1515 * help.el (describe-variable): Don't insert a second `'s' in front |
1516 of the string `value is shown below'. Since the syntax-table is | |
1517 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1518 an existing `'s', so that this won't be deleted. | |
1519 | |
29957 | 1520 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1521 * pcmpl-unix.el: New files. | |
1522 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1523 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1524 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1525 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1526 |
29939 | 1527 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1528 | |
29956 | 1529 * replace.el (perform-replace): Undo change of 2000-04-04. |
1530 Instead, move backward 1 character at the end of the loop when | |
1531 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1532 |
29949 | 1533 * faces.el (fringe): Change face for different backgrounds. |
1534 | |
1535 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1536 patch from John. | |
1537 | |
29939 | 1538 * eshell/*.el: Change spelling of the Free Software Foundation. |
1539 | |
1540 * eshell/esh-toggle.el: Removed. | |
1541 | |
1542 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1543 | |
1544 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1545 interactively. | |
1546 | |
1547 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1548 | |
1549 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1550 `define-key'; instead of checking `(emacs-version)' check for | |
1551 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1552 for `;' and `o' which might be electric. | |
1553 | |
1554 (sql-electric-stuff): New user option. | |
1555 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1556 (sql-magic-semicolon): New function which uses | |
1557 `sql-electric-stuff'. | |
1558 | |
1559 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1560 is not fboundp. | |
1561 | |
1562 (sql-oracle-options): New variable. | |
1563 (sql-oracle): Use it. | |
1564 | |
1565 (sql-imenu-generic-expression): Doc change. | |
1566 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1567 is used. | |
1568 | |
1569 (sql-informix): Added command line parameter "-" to force | |
1570 sql-informix-program to use stdout. | |
1571 | |
29924 | 1572 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1573 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1574 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1575 (cp864-decode-table): Doc fix. |
1576 (cp720-decode-table): New variable, supports the Arabic OEM | |
1577 codepage used by Windows. | |
1578 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1579 | |
29920 | 1580 2000-06-23 Dave Love <fx@gnu.org> |
1581 | |
1582 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1583 (font-lock-fontify-anchored-keywords): Use | |
1584 line-beginning-position. | |
1585 (global-font-lock-mode): Use mapc. | |
1586 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1587 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1588 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1589 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1590 |
29870 | 1591 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1592 | |
29885 | 1593 * comint.el (comint-substitute-in-file-name): Call replace-match |
1594 with second and third arg t. | |
1595 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1596 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1597 Specify foreground color. |
1598 | |
1599 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1600 color. | |
1601 | |
29876 | 1602 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1603 | |
1604 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1605 cddr instead of cdddr. | |
1606 | |
29873 | 1607 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1608 instead of copy-list. | |
1609 | |
1610 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1611 of copy-list. | |
1612 | |
29870 | 1613 * subdirs.el: Add eshell subdirectory. |
1614 | |
1615 * eshell: New subdirectory containing the Eshell package. | |
1616 | |
1617 * pcomplete.el: New file. | |
1618 | |
29885 | 1619 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1620 | |
29888 | 1621 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1622 proper permissions from birth. | |
1623 | |
1624 * files.el (basic-save-buffer-2): When temporarily setting | |
1625 file modes, set them to current modes plus 0200, not to 0777. | |
1626 | |
29885 | 1627 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1628 permissions from birth. | |
1629 | |
29857 | 1630 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1631 | |
1632 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1633 backup file name through convert-standard-filename. | |
1634 | |
1635 * dos-fns.el (convert-standard-filename): Convert leading | |
1636 directories as well. When long file names are supported, convert | |
1637 characters that are invalid in Windows file names. | |
1638 | |
29849 | 1639 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1640 | |
1641 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1642 ps-print crashes. New feature: page selection for printing. Create | |
1643 raw-text-unix coding system for XEmacs. Doc fix. | |
1644 (ps-print-version): New version number (5.2.3). | |
1645 (ps-plot-region): Bug fix. | |
1646 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1647 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1648 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1649 funs. | |
1650 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1651 (ps-last-page): New vars. | |
1652 | |
29845 | 1653 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1654 | |
1655 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1656 empty option string. | |
1657 | |
29839 | 1658 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1659 | |
1660 * man.el (man): Doc fix. | |
1661 | |
29829 | 1662 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1663 | |
1664 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1665 fixed. | |
1666 | |
29814 | 1667 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1668 | |
1669 * version.el (emacs-version): Use ISO date format. | |
1670 | |
1671 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1672 instead of `M-backspace'. | |
1673 | |
1674 * simple.el (turn-off-auto-fill): New function. | |
1675 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1676 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1677 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1678 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1679 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1680 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1681 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1682 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1683 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1684 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1685 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
|
1686 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1687 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1688 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1689 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1690 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1691 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
|
1692 (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
|
1693 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1694 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1695 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1696 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1697 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1698 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1699 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
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 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1702 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1703 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1704 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1705 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1706 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1707 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1708 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1709 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1710 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1711 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1712 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1713 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1714 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1715 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1716 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1717 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1718 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1719 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1720 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1721 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1722 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1723 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1724 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1725 * 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
|
1726 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1727 * 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
|
1728 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1729 * 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
|
1730 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1731 * 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
|
1732 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1733 |
29776 | 1734 2000-06-20 Dave Love <fx@gnu.org> |
1735 | |
1736 * faces.el (frame-background-mode): Use set-default, not set, in | |
1737 setter. | |
1738 (frame-update-faces, frame-update-face-colors): Define with | |
1739 defalias. | |
1740 | |
1741 * enriched.el (enriched-decode-foreground) | |
1742 (enriched-decode-background): Don't use internal-find-face. | |
1743 | |
1744 * apropos.el: Doc fixes. | |
1745 | |
1746 * cus-edit.el (customize-changed-options): Check arg. | |
1747 (customize-version-lessp): Don't require decimal point. | |
1748 | |
1749 * custom.el (defcustom, defgroup): Doc fix. | |
1750 | |
1751 * newcomment.el (comment) <defgroup>: Add :version. | |
1752 (comment-multi-line): Doc fix. | |
1753 | |
1754 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1755 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1756 | |
29747 | 1757 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1758 | |
1759 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1760 the whole buffer. | |
1761 | |
29740 | 1762 2000-06-19 Dave Love <fx@gnu.org> |
1763 | |
1764 * menu-bar.el (menu-bar-options-save): New function. | |
1765 (menu-bar-options-menu): Use it. | |
1766 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1767 Simplify. | |
1768 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1769 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1770 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1771 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1772 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1773 |
29720 | 1774 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1775 | |
1776 * international/codepage.el: | |
1777 (cp-coding-system-for-codepage-1): Delete special codes for | |
1778 generating xxx-dos coding system because now a CCL based coding | |
1779 system can handle EOL conversion by default. | |
1780 | |
1781 * international/mule.el (make-coding-system): Generate subsidiary | |
1782 coding systems for EOL handling variants even for a CCL based | |
1783 coding system. | |
1784 | |
29718 | 1785 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1786 | |
1787 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1788 (isearch-minibuffer-input-method-function): These variables | |
1789 deleted. | |
1790 (isearch-with-input-method): Don't use the above variables. | |
1791 (isearch-process-search-multibyte-characters): Likewise. Call | |
1792 read-string with the arg INHERIT-INPUT-METHOD t. | |
1793 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1794 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1795 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1796 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1797 (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
|
1798 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1799 * 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
|
1800 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1801 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1802 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
|
1803 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1804 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1805 |
29712 | 1806 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1807 | |
1808 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1809 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1810 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1811 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1812 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1813 |
29696 | 1814 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1815 | |
1816 * find-lisp.el: New file. | |
1817 | |
29694 | 1818 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1819 | |
1820 * time.el (display-time-mail-function): New variable, to allow | |
1821 external packages to indicate when new mail is available. | |
1822 (display-time-update): Use it. | |
1823 | |
29689 | 1824 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1825 | |
29691 | 1826 * international/mule.el (mule-version): Change version name to |
1827 SAKAKI. AOI has already been used by Meadow. | |
1828 | |
29689 | 1829 * international/quail.el (quail-show-guidance-buf): To find the |
1830 bottom window (but minibuffer), pay attention to the height of | |
1831 minibuffer. | |
1832 | |
29670 | 1833 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1834 | |
29682 | 1835 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1836 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1837 from the menu bar, as the menu bar has enough space now. | |
1838 | |
29680 | 1839 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1840 | |
29670 | 1841 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1842 characters, which use series of two ^H characters instead of one. | |
1843 | |
29667 | 1844 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1845 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1846 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1847 (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
|
1848 functions. |
29686 | 1849 (Info-find-node-2): Try a case-sensitive search first, then |
1850 do a case-insensitive search. | |
1851 | |
1852 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1853 tutorials. | |
1854 | |
29676 | 1855 * complete.el (PC-env-vars-alist): New variable. |
1856 (PC-complete-as-file-name): New function. | |
1857 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1858 process-environment. | |
1859 (PC-do-completion): Handle completion of env vars. | |
1860 | |
1861 * info.el (Info-set-mode-line): Show file name in mode line, | |
1862 use `*Info*' instead of `Info:'. | |
1863 | |
29667 | 1864 * startup.el (command-line-1): Change copyright messages to year |
1865 2000. | |
1866 | |
29665 | 1867 2000-06-15 Dave Love <fx@gnu.org> |
1868 | |
1869 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1870 not local-map. | |
1871 | |
29658 | 1872 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1873 | |
1874 * international/mule.el (set-buffer-file-coding-system): Almost | |
1875 rewritten to handle `undecided' as no-op. | |
1876 | |
29654 | 1877 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1878 | |
29667 | 1879 * Makefile.in: New file. |
29657 | 1880 |
1881 * Makefile: Removed. | |
1882 | |
29654 | 1883 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1884 (goto-address-highlight-keymap): Bind C-c RET. | |
1885 | |
29640 | 1886 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1887 | |
29649 | 1888 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1889 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1890 |
29645 | 1891 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
1892 0. Give correct argument to set-auto-coding-function. | |
1893 (tar-expunge): For goto-char, use (point-min), not 0. | |
1894 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
1895 (tar-subfile-save-buffer): Likewize. | |
1896 | |
29640 | 1897 * international/mule.el |
1898 (after-insert-file-set-buffer-file-coding-system): Call | |
1899 set-buffer-file-coding-system with the arg FORCE t. | |
1900 | |
29633 | 1901 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
1902 | |
1903 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
1904 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 1905 the sender is set with `-f'. |
29633 | 1906 |
29622 | 1907 2000-06-13 Dave Love <fx@gnu.org> |
1908 | |
29630 | 1909 * help.el (describe-function-1): Kluge around cases of functions |
1910 fset to subrs whose doc doesn't match their symbol-name. | |
1911 | |
29627 | 1912 * image.el (insert-image): Default STRING to a space. |
29625 | 1913 |
29622 | 1914 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1915 (Info-build-node-completions): Match Ref tags. |
29622 | 1916 |
29612 | 1917 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
1918 | |
29615 | 1919 * frame.el (display-multi-frame-p, display-multi-font-p): New |
1920 defaliases for display-graphic-p. | |
1921 | |
29612 | 1922 * hl-line.el: Fixed a typo in commentary. |
1923 | |
29609 | 1924 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
1925 | |
1926 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
1927 fixed. | |
1928 | |
29608 | 1929 2000-06-12 Dave Love <fx@gnu.org> |
1930 | |
1931 * image.el (insert-image): Save a little consing. | |
1932 | |
29598 | 1933 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
1934 | |
1935 * language/tibet-util.el: Convert all tibetan-1-column characters | |
1936 to the corresponding tibetan characters. | |
1937 (tibetan-add-components): Delete code for the special treatment of | |
1938 'a chung. | |
1939 | |
1940 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
1941 change. | |
1942 (tibetan-vowel-transcription-alist): More rules added. | |
1943 (tibetan-composite-vowel-alist): New variable. | |
1944 (tibetan-precomposition-rule-alist): More rules added. | |
1945 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1946 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1947 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1948 * 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
|
1949 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1950 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1951 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1952 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1953 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1954 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1955 * 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
|
1956 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1957 * 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
|
1958 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1959 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1960 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1961 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1962 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1963 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1964 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1965 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1966 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1967 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
1968 * 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
|
1969 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1970 * 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
|
1971 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1972 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1973 (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
|
1974 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1975 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1976 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1977 (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
|
1978 (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
|
1979 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1980 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1981 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1982 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1983 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1984 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1985 * 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
|
1986 (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
|
1987 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1988 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1989 (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
|
1990 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1991 (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
|
1992 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
|
1993 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1994 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1995 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1996 * 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
|
1997 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1998 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
1999 (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
|
2000 (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
|
2001 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
|
2002 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2003 * 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
|
2004 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
|
2005 |
29574 | 2006 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2007 | |
2008 * international/mule.el (set-buffer-file-coding-system): If | |
2009 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2010 unconditionally. | |
2011 | |
29568 | 2012 2000-06-12 Dave Love <fx@gnu.org> |
2013 | |
2014 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2015 required. | |
2016 | |
29556 | 2017 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2018 | |
2019 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2020 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2021 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2022 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2023 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2024 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2025 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2026 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
|
2027 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2028 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2029 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2030 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2031 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2032 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2033 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2034 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2035 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2036 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2037 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2038 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
|
2039 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2040 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
|
2041 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2042 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2043 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2044 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2045 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2046 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2047 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2048 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2049 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2050 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2051 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2052 |
29542 | 2053 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2054 | |
2055 * 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
|
2056 undecided-XXX is specified, change only EOL conversion. |
29542 | 2057 |
2058 * international/mule-conf.el (unix): New alias for the coding | |
2059 system undecided-unix. | |
2060 | |
29528 | 2061 2000-06-09 Dave Love <fx@gnu.org> |
2062 | |
29535 | 2063 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2064 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2065 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2066 (executable-insert): Change custom type. |
2067 (executable-find): Add autoload cookie. | |
29531 | 2068 (executable-make-buffer-file-executable-if-script-p): New |
2069 function. After Noah Friedman. | |
29528 | 2070 |
2071 * files.el (after-save-hook): Customize, with | |
29531 | 2072 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2073 |
29518 | 2074 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2075 | |
29522 | 2076 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2077 "tib24p-mule.bdf" for Tibetan. | |
2078 | |
29520 | 2079 * composite.el (decompose-composite-char): Declare it as obsolete. |
2080 | |
29541 | 2081 * man.el (Man-fontify-manpage): Pay attention to underline and |
2082 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2083 |
29517 | 2084 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2085 | |
2086 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2087 Set maintainer to FSF since author isn't reachable. | |
2088 | |
29508 | 2089 2000-06-08 Dave Love <fx@gnu.org> |
2090 | |
2091 * international/mule-cmds.el (select-safe-coding-system): If | |
2092 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2093 preferred coding-system if buffer-file-coding-system is | |
2094 `undecided'. From Handa. | |
2095 | |
29503 | 2096 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2097 | |
2098 * international/mule.el | |
2099 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2100 size is greater than INSERTED, judget that we are not visiting. | |
2101 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2102 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
|
2103 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2104 * 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
|
2105 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
|
2106 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
|
2107 |
29498 | 2108 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2109 | |
2110 * align.el: Update from author. | |
2111 | |
2112 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2113 | |
2114 * apropos.el (apropos-mode-hook): New user variable. | |
2115 (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
|
2116 |
29498 | 2117 2000-06-07 David Ponce <david@dponce.com> |
2118 | |
2119 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2120 commands. Require `wid-edit' at run-time. | |
2121 | |
2122 2000-06-07 David Ponce <david@dponce.com> | |
2123 | |
2124 * recentf.el: Added some "Commentary". | |
2125 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2126 move the point at the top of the file list. This behaviour is | |
2127 consistent with the menu one when the list contains a lot of | |
2128 files. | |
2129 (recentf-cleanup): Now displays the number of items removed from | |
2130 the list. | |
2131 (recentf-relative-filter) New menu filter to show filenames | |
2132 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
|
2133 |
29498 | 2134 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2135 | |
2136 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2137 with/without giving an error if PostScript printer doesn't have this | |
2138 kind of page size. Zebra Stripe continues or restarts on next page. | |
2139 Manual/automatic paper feeding. Switch or not the header. | |
2140 (ps-print-version): New version number (5.2.2). | |
2141 (ps-windows-system): Include emx as a Windows system. | |
2142 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2143 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2144 (ps-background-text): Code fix. | |
2145 (ps-error-handler-message, ps-user-defined-prologue) | |
2146 (ps-print-prologue-header, ps-printer-name) | |
2147 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2148 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2149 (ps-use-face-background): Customization fix. | |
2150 (ps-n-up-database): Data fix. | |
2151 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2152 (ps-switch-header): New vars. | |
2153 (ps-xemacs-color-name, ps-face-foreground-name) | |
2154 (ps-face-background-name, ps-boolean-constant): New funs. | |
2155 | |
29491 | 2156 2000-06-07 Dave Love <fx@gnu.org> |
2157 | |
2158 * allout.el: New version from Manheimer. | |
2159 | |
29483 | 2160 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2161 | |
2162 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2163 charset. | |
2164 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2165 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
|
2166 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2167 * 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
|
2168 (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
|
2169 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
|
2170 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2171 |
29471 | 2172 2000-06-06 Dave Love <fx@gnu.org> |
2173 | |
2174 * image.el (find-image): Doc fix. Return nil if image not found. | |
2175 (put-image, insert-image): Make STRING arg optional. | |
2176 | |
29455 | 2177 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2178 | |
2179 * language/vietnamese.el: Remove eval-when-compile. | |
2180 (viet-viscii-nonascii-translation-table): Define it as a | |
2181 translation table made from viet-viscii-decode-table. | |
2182 (viet-viscii-encode-table): Define it as a translation table made | |
2183 from the reverse map of above. | |
2184 (viet-vscii-nonascii-translation-table): Define it as a | |
2185 translation table made from viet-vscii-decode-table. | |
2186 (viet-vscii-encode-table): Define it as a translation table made | |
2187 from the reverse map of above. | |
2188 (ccl-decode-viscii): Use translate-character. | |
2189 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2190 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2191 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2192 |
29455 | 2193 * language/cyrillic.el: Remove eval-when-compile. |
2194 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2195 translation table made from cyrillic-koi8-r-decode-table. | |
2196 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2197 made from the reverse map of above. | |
2198 (ccl-decode-koi8): Use translate-character. | |
2199 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2200 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2201 a translation table made from cyrillic-alternativnyj-decode-table. | |
2202 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2203 table made from the reverse map of above. | |
2204 (ccl-decode-alternativnyj): Use translate-character. | |
2205 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2206 Likewize | |
2207 | |
2208 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2209 translation table symbol instead of translation table itself. | |
2210 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2211 | |
2212 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2213 already exists, override it. | |
2214 | |
2215 * international/fontset.el: Use family `proportional' for Tibetan | |
2216 fonts. | |
2217 | |
2218 * international/ccl.el (ccl-compile-translate-character): Don't | |
2219 check if Rrr has property translation-table. | |
2220 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2221 | |
29447 | 2222 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2223 | |
2224 * info.el: Bind case-fold-search to t when searching in case | |
2225 a user sets it to nil in a hook. | |
2226 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2227 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2228 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2229 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2230 * 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
|
2231 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2232 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2233 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2234 (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
|
2235 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2236 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
|
2237 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2238 * 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
|
2239 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2240 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2241 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2242 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2243 * 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
|
2244 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2245 (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
|
2246 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2247 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2248 (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
|
2249 (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
|
2250 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2251 * 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
|
2252 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2253 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
|
2254 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2255 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2256 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2257 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2258 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2259 (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
|
2260 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2261 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2262 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
|
2263 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2264 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2265 * 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
|
2266 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2267 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
|
2268 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2269 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
|
2270 |
29447 | 2271 * 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
|
2272 tty's. |
29447 | 2273 * 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
|
2274 differences whenever appropriate. |
29447 | 2275 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2276 * 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
|
2277 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2278 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2279 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2280 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2281 * 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
|
2282 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2283 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2284 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
|
2285 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2286 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2287 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2288 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2289 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2290 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2291 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2292 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2293 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2294 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2295 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2296 (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
|
2297 (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
|
2298 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2299 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2300 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
|
2301 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2302 (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
|
2303 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2304 |
29403 | 2305 2000-06-02 Dave Love <fx@gnu.org> |
2306 | |
2307 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2308 all the widgets. Don't require cl or widget. Remove | |
2309 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2310 (widget-read-event): Removed. Callers changed to use read-event. | |
2311 (widget-button-release-event-p): Renamed from | |
2312 button-release-event-p. | |
2313 (widget-field-add-space, widget-field-use-before-change): | |
2314 Uncustomize. | |
2315 (widget-specify-field): Use keymap property, not local-map. | |
2316 (widget-specify-button): Obey :suppress-face. | |
2317 (widget-specify-insert): Use modern backquote syntax. | |
2318 (widget-image-directory): Renamed from widget-glyph-directory. | |
2319 (widget-image-enable): Renamed from widget-glyph-enable. | |
2320 (widget-image-find): Replaces widget-glyph-find. | |
2321 (widget-button-pressed-face): Move defvar. | |
2322 (widget-image-insert): Replaces widget-glyph-insert. | |
2323 (widget-convert): Use keywordp. | |
2324 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2325 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2326 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2327 (widget-button-click): Don't set point at the click, but re-centre |
2328 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2329 (widget-tabable-at): Use POS arg, not point. | |
2330 (widget-beginning-of-line, widget-end-of-line) | |
2331 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2332 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2333 (widget-default-create): Use widget-image-insert; some rewriting. | |
2334 (widget-visibility-value-create) | |
2335 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2336 widget-image-insert. | |
2337 (checkbox): Create on and off images dynamically. | |
2338 (documentation-link): Change :help-echo. | |
2339 (widget-documentation-link-echo-help): Remove. | |
2340 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2341 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2342 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2343 * 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
|
2344 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2345 * 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
|
2346 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2347 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2348 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2349 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2350 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2351 |
29383 | 2352 2000-06-02 Dave Love <fx@gnu.org> |
2353 | |
29392 | 2354 * files.el (convert-standard-filename): Doc fix. |
2355 (normal-backup-enable-predicate): New function. | |
2356 (backup-enable-predicate): Use it to replace the lambda form. | |
2357 | |
2358 * calendar/todo-mode.el: [This needs more work on the outline | |
2359 stuff.] Doc fixes. | |
2360 (todo) <defgroup>: Add :version. | |
2361 (todo-add-category): Don't use pushnew. | |
2362 (todo-cmd-raise): Fix typo. | |
2363 (todo-top-priorities): Change temp buffer name. | |
2364 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2365 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2366 Use outline-next-heading. |
29392 | 2367 |
29383 | 2368 * autoarg.el: Rewritten to use define-minor-mode. |
2369 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2370 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2371 | |
29376 | 2372 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2373 | |
2374 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2375 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2376 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2377 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2378 * 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
|
2379 (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
|
2380 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2381 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2382 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2383 |
29372 | 2384 2000-06-01 Dave Love <fx@gnu.org> |
2385 | |
2386 * hl-line.el: Rewritten using define-minor-mode. | |
2387 | |
2388 * help.el (describe-function-1): Distinguish special form from | |
2389 builtin function. Sanity-check presence of arglist for builtins. | |
2390 | |
29356 | 2391 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2392 | |
29365 | 2393 * international/characters.el: Fix syntax/category setting of |
2394 Tibetan characters. | |
2395 | |
2396 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2397 encoding of Tibetan characters. | |
2398 (tibetan-decompose-precomposition-alist): New variable. | |
2399 (tibetan-decompose-region): Convert precomposed characters to | |
2400 non-precomposed characters. | |
2401 (tibetan-decompose-string): Likewise. | |
2402 (tibetan-composition-function): Fix args to | |
2403 thibetan-compose-string. | |
2404 | |
2405 * language/tibetan.el (tibetan-composable-pattern): More | |
2406 characters included. | |
2407 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2408 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2409 "+R" added. | |
2410 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2411 | |
29359 | 2412 * language/lao-util.el (lao-composition-function): Fix args to |
2413 compose-string. | |
2414 | |
2415 * language/thai-util.el (thai-composition-function): Fix args to | |
2416 compose-string. | |
2417 | |
29356 | 2418 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2419 to prevent the point moving to the end of a composition when a |
2420 part of a composition is searched. | |
29356 | 2421 (isearch-other-meta-char): If the key invoking this command can be |
2422 mapped by function-key-map to a printing char, call | |
2423 isearch-process-search-char directly. | |
2424 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2425 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2426 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2427 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2428 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2429 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2430 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2431 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2432 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2433 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2434 * 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
|
2435 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2436 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2437 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
|
2438 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2439 * 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
|
2440 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2441 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
|
2442 |
29347 | 2443 2000-05-31 Dave Love <fx@gnu.org> |
2444 | |
2445 * loadhist.el (loadhist-hook-functions): Remove | |
2446 before-change-function, after-change-function. | |
2447 (unload-feature): Deal with symbols which are both bound and | |
2448 fbound. | |
2449 | |
2450 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2451 before-change-function, after-change-function. | |
2452 | |
2453 * simple.el (newline): Don't bind before-change-function, | |
2454 after-change-function. | |
2455 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2456 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
|
2457 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2458 * 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
|
2459 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
|
2460 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
|
2461 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
|
2462 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2463 * 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
|
2464 |
29330 | 2465 2000-05-31 Dave Love <fx@gnu.org> |
2466 | |
2467 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2468 pattern for function of change. | |
2469 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2470 acknowledgements patterns. | |
2471 | |
29328 | 2472 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2473 | |
2474 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2475 being used, call isearch-process-search-multibyte-characters. | |
2476 | |
2477 * international/isearch-x.el: Mostly rewritten. | |
2478 | |
2479 * international/quail.el (quail-start-conversion): Don't include | |
2480 unhandled events in the returned events, but set them in | |
2481 unread-command-events. Exit if all inputs are deleted. | |
2482 | |
29324 | 2483 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2484 | |
2485 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2486 | |
2487 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2488 Reenable code to create initial fontsets. | |
2489 Use set-fontset-font in place of put-charset-property. | |
2490 | |
29302 | 2491 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2492 | |
29307 | 2493 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2494 label, ensure that the first colon isn't followed by another. | |
2495 | |
2496 * paths.el (Info-default-directory-list): Doc fix. | |
2497 | |
29304 | 2498 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2499 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2500 send a query containing USER only, not USER@HOST. | |
2501 | |
29302 | 2502 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2503 and rmail-msgend to compute the restriction at the end, instead of | |
2504 computing it. | |
2505 | |
29292 | 2506 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2507 | |
29295 | 2508 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2509 echo area if the minibuffer window is active. | |
2510 | |
29292 | 2511 * jit-lock.el (jit-lock-mode): Add after change function to |
2512 local hook. | |
2513 | |
2514 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2515 | |
2516 * antlr-mode.el: New commands: hide/unhide actions, | |
2517 upcase/downcase literals. | |
2518 (antlr-tiny-action-length): New user option. | |
2519 (antlr-hide-actions): New command. Suggested by | |
2520 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
|
2521 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2522 (antlr-mode-menu): New entries. |
2523 (antlr-downcase-literals): New command. | |
2524 (antlr-upcase-literals): Ditto. | |
2525 | |
2526 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2527 (antlr-indent-line): Indent cpp directive at column 0. | |
2528 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2529 | |
2530 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2531 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2532 bug in XEmacs version of font-lock. | |
2533 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2534 be used by a smarter version of `buffers-menu-grouping-function'. | |
2535 | |
2536 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2537 | |
2538 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2539 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2540 | |
29266 | 2541 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2542 | |
2543 * international/encoded-kb.el | |
2544 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2545 charset-iso-final-char return -1 for eight-bit-control and | |
2546 eight-bit-graphic. | |
2547 | |
29261 | 2548 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2549 | |
2550 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2551 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2552 available, instead of window-system. | |
2553 | |
29259 | 2554 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2555 | |
2556 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2557 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2558 coding systems. | |
2559 | |
29248 | 2560 2000-05-26 Dave Love <fx@gnu.org> |
2561 | |
29255 | 2562 * disp-table.el (standard-display-underline): Don't use |
2563 internal-find-face. | |
2564 | |
29248 | 2565 * mail/reporter.el: Maintainer change. Doc fixes. |
2566 (reporter-version): Deleted. | |
2567 | |
2568 * emacs-lisp/elp.el: Maintainer change. | |
2569 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2570 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2571 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2572 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2573 * 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
|
2574 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2575 |
29240 | 2576 2000-05-26 Dave Love <fx@gnu.org> |
2577 | |
29242 | 2578 * loadhist.el (unload-feature): Fix interactive spec [from |
2579 lijnzaad@ebi.ac.uk]. | |
2580 | |
29240 | 2581 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2582 subr-arity to check primitives. | |
2583 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2584 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2585 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2586 mapcar. | |
2587 | |
29226 | 2588 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2589 | |
29235 | 2590 * international/fontset.el: Set family names of non-latin charsets |
2591 in default fontset to "*". | |
2592 | |
29230 | 2593 * international/mule-diag.el (print-fontset): Combine family part |
2594 and registry part of the fontname by "-*-" instead of "-". | |
2595 | |
29226 | 2596 * international/mule-cmds.el (encode-coding-char): Make strings |
2597 multibyte before calling encode-coding-string. | |
2598 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2599 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2600 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2601 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2602 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2603 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2604 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2605 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2606 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2607 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2608 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2609 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2610 * 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
|
2611 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2612 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2613 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2614 (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
|
2615 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2616 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2617 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2618 |
29214 | 2619 2000-05-25 Dave Love <fx@gnu.org> |
2620 | |
2621 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2622 byte-code-function-p. | |
2623 | |
2624 * mail/rmailsum.el: Add provide. | |
2625 | |
2626 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2627 | |
2628 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2629 defcustom. | |
2630 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2631 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
|
2632 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2633 * 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
|
2634 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
|
2635 |
29205 | 2636 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2637 | |
2638 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2639 grayscale support, not about window-system. | |
2640 | |
2641 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2642 window-system. | |
2643 (ffap-highlight): Always default to t. | |
2644 | |
2645 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2646 display-popup-menus-p instead of looking at window-system. | |
2647 | |
2648 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2649 Only refuse to use string glyphs on X and MS-Windows. | |
2650 | |
2651 * avoid.el: Remove window-system from commentary, suggest to use | |
2652 display-*-p instead. | |
2653 | |
2654 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2655 window-system. | |
2656 | |
29190 | 2657 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2658 | |
2659 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2660 Fill up unsupported characters with their own codes. From Kenichi | |
2661 Handa. | |
2662 | |
29188 | 2663 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2664 | |
2665 * international/mule-diag.el (describe-char-after): Use | |
2666 display-graphic-p instead of window-system, so that this function | |
2667 works on MS-DOS. | |
2668 | |
29181 | 2669 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2670 | |
2671 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2672 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2673 the list of charsets which we convert into `?'. | |
2674 | |
29169 | 2675 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2676 | |
2677 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2678 private charsets. | |
2679 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2680 japanese-jisx0213-2): New charsets. | |
2681 | |
2682 * international/fontset.el: Setup default fontset for new charsets. | |
2683 | |
29166 | 2684 2000-05-24 Dave Love <fx@gnu.org> |
2685 | |
2686 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2687 S. Solomin" <sovs@uic.nnov.ru>]. | |
2688 | |
2689 * icomplete.el: Fix header for Finder. | |
2690 | |
2691 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2692 | |
2693 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2694 STAY. | |
2695 | |
2696 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2697 (rmail-show-message): Add call to `rmail-auto-file' during | |
2698 display. | |
2699 (rmail-auto-file): New function. | |
2700 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2701 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
|
2702 |
29193 | 2703 * 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
|
2704 account. |
29193 | 2705 (ediff-test-utility,ediff-diff-mandatory-option) |
2706 (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
|
2707 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
|
2708 |
29193 | 2709 * 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
|
2710 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2711 |
29193 | 2712 * 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
|
2713 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2714 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2715 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
|
2716 |
29193 | 2717 * 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
|
2718 |
29159 | 2719 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2720 | |
2721 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2722 aliases for hebrew-iso-8bit. | |
2723 | |
29148 | 2724 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2725 | |
2726 * woman.el: New version from Francis J. Wright | |
2727 <F.J.Wright@Maths.QMW.ac.uk>. | |
2728 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2729 names in environment variables regardless of the path separator. | |
2730 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2731 on all files, since woman-file-regexp already filters out any | |
2732 directories. | |
2733 | |
29140 | 2734 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2735 | |
29144 | 2736 * international/quail.el (quail-start-translation): Don't change |
2737 modified-p of the current buffer. | |
2738 (quail-start-conversion): Likewise. | |
2739 | |
2740 * international/kkc.el (kkc-region): Don't change modified-p of | |
2741 the current buffer. | |
2742 | |
29142 | 2743 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2744 conform to RFC1468. | |
2745 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2746 |
29138 | 2747 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2748 | |
2749 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2750 (speedbar-insert-button): Invisible text property fix. | |
2751 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2752 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2753 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2754 (speedbar-page-minus): Renamed from speedbar-file-- | |
2755 (speedbar-page): Renamed from speedbar-file- | |
2756 (speedbar-tag): Renamed from speedbar-tag- | |
2757 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2758 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2759 (speedbar-expand-image-button-alist): Use above renames. | |
2760 | |
2761 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2762 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2763 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2764 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2765 * sb-pg.xpm: Renamed from sb-file.xpm | |
2766 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2767 * 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
|
2768 |
29128 | 2769 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2770 | |
2771 * international/quail.el (quail-show-guidance-buf): Set | |
2772 current-input-method of the guidance buffer to the name of the | |
2773 curren input method. | |
2774 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2775 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2776 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2777 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2778 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2779 * 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
|
2780 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2781 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2782 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2783 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2784 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2785 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2786 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2787 * 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
|
2788 |
29116 | 2789 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2790 | |
29127 | 2791 * startup.el (command-line): Determine source file of compiled |
2792 user init file differently. Warn if compiled user init file | |
2793 is older than its source file. | |
2794 | |
29116 | 2795 * 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
|
2796 |
29112 | 2797 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2798 | |
2799 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2800 rather than `|' (which is not allowed on Windows). Replace the | |
2801 drive letters with a string "drive_X". | |
2802 | |
29110 | 2803 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2804 | |
2805 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2806 | |
2807 * files.el (interpreter-mode-alist): Add `bash2'. | |
2808 | |
29091 | 2809 2000-05-22 Dave Love <fx@gnu.org> |
2810 | |
2811 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2812 mapc. | |
2813 (feature-file): Avoid calling symbol-name. Doc fix. | |
2814 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2815 (loadhist-hook-functions): Add mouse-position-function. | |
2816 (unload-feature): Change uses of mapcar. | |
2817 | |
2818 * files.el (parse-colon-path): Doc fix. | |
2819 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2820 (set-auto-mode): Use mapc. | |
2821 | |
2822 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2823 class. | |
2824 (partial-completion-mode): Add autoload cookie. | |
2825 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2826 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
|
2827 |
29102 | 2828 * 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
|
2829 `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
|
2830 |
29082 | 2831 2000-05-22 Dave Love <fx@gnu.org> |
2832 | |
2833 * bindings.el: Remove debug-ignored-errors set in other files. | |
2834 | |
2835 * progmodes/etags.el: Add to debug-ignored-errors. | |
2836 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2837 when making a new list. | |
2838 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2839 mapc. | |
2840 | |
2841 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2842 quote keywords. | |
2843 (cmpl-string-case-type): Use character classes. | |
2844 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2845 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2846 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2847 * imenu.el: |
29082 | 2848 * mail/mh-e.el: |
2849 * progmodes/compile.el: Add to debug-ignored-errors. | |
2850 | |
2851 * dabbrev.el: Add to debug-ignored-errors. | |
2852 (dabbrev-completion): Use mapc. | |
2853 | |
29075 | 2854 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2855 | |
2856 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2857 (woman-mapcan, woman-parse-man.conf) | |
2858 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2859 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2860 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2861 path syntax better. | |
2862 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2863 (woman-manpath): Call woman-parse-man.conf. | |
2864 (woman-emulation): New defcustom, defaults to nroff. | |
2865 (woman-font-support): New defconst. | |
2866 (woman-use-symbol-font): New defcustom. | |
2867 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2868 "Emulation". | |
2869 Many functions: Doc fix. | |
2870 | |
29072 | 2871 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2872 | |
2873 * international/quail.el (quail-simple-translation-keymap): Map | |
2874 128..255 to quail-self-insert-command. | |
2875 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2876 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2877 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2878 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2879 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2880 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2881 * 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
|
2882 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2883 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2884 * 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
|
2885 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2886 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2887 * 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
|
2888 |
29059 | 2889 2000-05-21 Dave Love <fx@gnu.org> |
2890 | |
29061 | 2891 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
2892 are invalid characters. | |
2893 | |
29059 | 2894 * international/mule-util.el (detect-coding-with-priority): Use |
2895 mapc. Remove redundant lambda. | |
2896 | |
2897 * international/mule-diag.el (list-non-iso-charset-chars) | |
2898 (describe-fontset): Remove redundant lambda. | |
2899 | |
2900 * emulation/crisp.el (brief-mode): New alias. | |
2901 | |
2902 * emacs-lisp/ring.el (ring-elements): New function. | |
2903 | |
2904 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
2905 (easy-menu-do-add-item): Use keywordp. | |
2906 | |
2907 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
2908 | |
2909 * replace.el: Doc and error message fixes. | |
2910 (replace-highlight): Use facep, not internal-find-face. | |
2911 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2912 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2913 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2914 * 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
|
2915 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2916 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2917 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2918 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2919 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2920 (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
|
2921 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2922 (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
|
2923 (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
|
2924 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2925 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2926 (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
|
2927 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2928 (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
|
2929 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2930 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2931 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2932 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2933 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
2934 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2935 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2936 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2937 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2938 (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
|
2939 (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
|
2940 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2941 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
|
2942 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2943 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2944 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2945 |
29029 | 2946 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2947 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2948 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 2949 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
2950 | |
29028 | 2951 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
2952 | |
2953 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
2954 and insert, not subst-char-in-region. | |
2955 | |
2956 * international/mule-diag.el (list-character-sets-1): Handle | |
2957 charsets eight-bit-control and eight-bit-graphic. | |
2958 (list-iso-charset-chars): Likewise. | |
2959 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
2960 charactes as is. Use indent-to to align characters. | |
2961 | |
2962 * international/mule-cmds.el (find-multibyte-characters): Never | |
2963 exclude charsets eight-bit-control and eight-bit-graphic. | |
2964 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2965 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2966 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2967 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2968 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2969 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
2970 * 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
|
2971 |
28993 | 2972 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2973 | |
2974 * gud.el (gud-jdb-directories): Doc fix. | |
2975 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2976 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2977 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2978 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
2979 |
28988 | 2980 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
2981 | |
28993 | 2982 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 2983 |
28982 | 2984 2000-05-18 Andreas Schwab <schwab@suse.de> |
2985 | |
2986 * dired.el (dired-between-files): Also skip lines beginning with | |
2987 `used'. | |
2988 | |
28978 | 2989 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
2990 | |
2991 * msb.el (msb-menu-cond): Add choice `user'. | |
2992 | |
28981 | 2993 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
|
2994 |
28981 | 2995 * ps-print.el: Compatibility, customization and doc fix. |
2996 (ps-printer-name-option): Replace defconst by defvar. | |
2997 (ps-postscript-code-directory): XEmacs compatibility. | |
2998 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
2999 fix. | |
3000 (ps-user-defined-prologue, ps-print-prologue-header) | |
3001 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3002 compatibility and code fix. | |
3003 (ps-print-background-image, ps-print-background-text): | |
3004 Customization fix. | |
3005 (ps-line-number-start, ps-n-up-on): New vars. | |
3006 | |
28978 | 3007 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3008 | |
3009 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3010 the indent-comment function to just return the appropriate indent. | |
3011 | |
28975 | 3012 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3013 | |
3014 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3015 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3016 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3017 | |
28969 | 3018 2000-05-18 Dave Love <fx@gnu.org> |
3019 | |
3020 * info.el (Info-fontify-node): Add intangible property as well as | |
3021 invisible. | |
3022 | |
3023 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3024 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3025 | |
28965 | 3026 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3027 | |
3028 * international/mule-diag.el (describe-char-after): Call | |
3029 internal-char-font, not char-font. If internal-char-font returns | |
3030 nil, display "-- none --". | |
3031 | |
28959 | 3032 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3033 | |
3034 * image.el (image-type-available-p): Don't reference image-types | |
3035 if it isn't bound. | |
3036 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3037 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3038 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3039 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3040 |
28954 | 3041 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3042 | |
3043 * startup.el (command-line-1): Don't signal an error if the | |
3044 directory for auto-save-list files does not yet exist. | |
3045 | |
28950 | 3046 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3047 | |
3048 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3049 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3050 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3051 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3052 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3053 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3054 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
|
3055 |
28981 | 3056 * 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
|
3057 |
28942 | 3058 2000-05-16 Dave Love <fx@gnu.org> |
3059 | |
3060 * cus-edit.el: Don't require cl or easymenu. | |
3061 (custom-variable-prompt): Test standard-value property, not | |
3062 user-variable-p. | |
3063 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3064 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
|
3065 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3066 * 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
|
3067 |
28939 | 3068 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3069 | |
3070 * startup.el (command-line-1): Mention the FAQ in the startup | |
3071 message. | |
3072 | |
3073 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3074 | |
3075 * progmodes/compile.el (compilation-parse-errors): Collect | |
3076 `nomessage' regexps last. | |
3077 | |
3078 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3079 | |
3080 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3081 to the function name. | |
3082 | |
28926 | 3083 2000-05-15 Dave Love <fx@gnu.org> |
3084 | |
3085 * speedbar.el (speedbar-recenter): Typo. | |
3086 (speedbar-expand-line): Make arg optional. | |
3087 (speedbar-mode): Avoid a compiler warning. | |
3088 | |
28924 | 3089 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3090 | |
3091 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3092 user-specified option string is empty. | |
3093 | |
3094 * mouse.el (mouse-yank-at-click): Doc fix. | |
3095 | |
28921 | 3096 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3097 | |
3098 * term/internal.el (IT-character-translations): More updates of | |
3099 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3100 documents. | |
3101 | |
28919 | 3102 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3103 | |
3104 * env.el (getenv): New function, interactively callable. | |
3105 (setenv, getenv): Remove autoload cookies. | |
3106 | |
3107 * loadup.el: Load `env'. | |
3108 | |
3109 * progmodes/f90.el: Change author's mail address. | |
3110 | |
28908 | 3111 2000-05-14 Dave Love <fx@gnu.org> |
3112 | |
28911 | 3113 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3114 goto-addr as an option. | |
3115 | |
3116 * help.el (help-xref-stack): Doc fix. | |
3117 (help-xref-following): New variable. | |
3118 (help-make-xrefs): Use it. | |
3119 (help-xref-go-back): Use position information from stack element. | |
3120 (help-follow): Make position in stack element a pair. Use | |
3121 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3122 |
28911 | 3123 * autoarg.el: New file. |
3124 | |
3125 * faces.el: Declare more functions obsolete. | |
3126 | |
28908 | 3127 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3128 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3129 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3130 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3131 Remove all the setup-...-environment functions. | |
3132 | |
28903 | 3133 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3134 | |
28919 | 3135 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3136 >= when detecting. Require `defimage' safely. | |
28903 | 3137 (speedbar-easymenu-definition-base): Add toggle for images. |
3138 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3139 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3140 (speedbar-reconfigure-keymaps-hook): New variable. | |
3141 (speedbar-frame-parameters): Updated documentation. | |
3142 (speedbar-use-imenu-flag): Updated custom tag | |
3143 (speedbar-dynamic-tags-function-list): New variable. | |
3144 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3145 (speedbar-indentation-width, speedbar-indentation-width) New |
3146 variables. | |
3147 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3148 (speedbar-vc-indicator): Doc update. |
3149 (speedbar-ignored-path-expressions): Updated default value. | |
3150 (speedbar-supported-extension-expressions): Updated default value. | |
3151 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3152 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3153 as "+". Added overlay aliases. | |
3154 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3155 `force-mode-line-update'. | |
3156 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3157 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3158 `mouse-set-point' | |
28903 | 3159 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3160 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3161 of arbitrary text, and new helper functions. | |
3162 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3163 filename finder. | |
28903 | 3164 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3165 (speedbar-directory-buttons): Update path search/expansion. | |
3166 (speedbar-make-tag-line): Pay attention to | |
28919 | 3167 `speedbar-indentation-width'. Use more care w/ invisible |
3168 properties. | |
28903 | 3169 (speedbar-change-expand-button-char): Call |
3170 `speedbar-insert-image-button-maybe'. | |
3171 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3172 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3173 (speedbar-trim-words-tag-hierarchy) | |
3174 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3175 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3176 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3177 functions. | |
28903 | 3178 (speedbar-mouse-set-point): New function |
3179 (speedbar-power-click): Updated documentation. | |
28919 | 3180 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3181 of tag prefix text. | |
3182 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3183 to strange text. | |
3184 (speedbar-expand-line): Takes universal argument to flush the | |
3185 cache. | |
28903 | 3186 (speedbar-flush-expand-line): New function. |
3187 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3188 Use new generator insertion method. | |
3189 (speedbar-fetch-dynamic-tags): New function. | |
3190 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3191 `speedbar-fetch-dynamic-imenu'. | |
3192 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3193 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3194 "Revert Buffer" menu items. | |
3195 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3196 filename tag (for expansion purposes.). | |
28919 | 3197 (speedbar-highlight-one-tag-line, |
3198 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3199 (speedbar-recenter): New functions. | |
28903 | 3200 (defimage-speedbar): Image loading abstraction. |
28919 | 3201 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3202 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3203 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3204 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3205 (speedbar-expand-image-button-alist): New variable. |
3206 (speedbar-insert-image-button-maybe): Insert an image over some | |
3207 buttons. | |
3208 | |
28894 | 3209 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3210 | |
3211 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3212 character is always encodable. | |
3213 | |
3214 * international/mule-conf.el: Add more information in descriptions | |
3215 of character sets. | |
3216 | |
28965 | 3217 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3218 (describe-font-internal): Adjusted for the change of font-info. |
3219 (describe-font): Likewise. | |
3220 (print-fontset): Rewritten for the new fontset implementation. | |
3221 (describe-fontset): Include fontset alias names in completion. | |
3222 (list-fontsets): Adjusted for the change of print-fontset. | |
3223 | |
28895 | 3224 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3225 describe-char-after instead of displaying the detail in the echo | |
3226 area. | |
28965 | 3227 (syntax-code-table): Format changed. |
3228 (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
|
3229 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3230 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3231 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3232 * 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
|
3233 |
28890 | 3234 2000-05-12 Dave Love <fx@gnu.org> |
3235 | |
3236 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3237 dependence. Use line-{beginning,end}-position, not | |
3238 point-at{b,e}ol. Some doc fixes. | |
3239 (todo-position): New function. Fix callers of position to use it. | |
3240 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3241 | |
28885 | 3242 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3243 | |
3244 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3245 | |
28893 | 3246 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3247 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3248 |
28882 | 3249 2000-05-11 Dave Love <fx@gnu.org> |
3250 | |
28888 | 3251 * calendar/todo-mode.el: New file. |
28882 | 3252 |
28870 | 3253 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3254 | |
28881 | 3255 * comint.el (comint-read-input-ring): Move reference to |
3256 comint-input-ring-size outside of the save-excursion. It was | |
3257 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
|
3258 |
28875 | 3259 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3260 address on request from him. | |
3261 | |
28870 | 3262 * subr.el (substitute-key-definition): Add comment describing |
3263 the meaning of PREFIX. | |
3264 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3265 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3266 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3267 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3268 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3269 * 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
|
3270 (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
|
3271 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3272 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3273 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3274 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3275 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3276 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3277 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3278 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3279 * 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
|
3280 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3281 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3282 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3283 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3284 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3285 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3286 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3287 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3288 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3289 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3290 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3291 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3292 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3293 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3294 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3295 (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
|
3296 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3297 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3298 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3299 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3300 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3301 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3302 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3303 |
28845 | 3304 2000-05-09 Sam Steingold <sds@goems.com> |
3305 | |
3306 * apropos.el (apropos-print): use `describe-face' instead of | |
3307 `customize-face-other-window'. | |
3308 | |
28842 | 3309 2000-05-09 Dave Love <fx@gnu.org> |
3310 | |
3311 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3312 | |
3313 * help.el (describe-variable): Have customize button pop the | |
3314 help-xref stack when invoked. | |
3315 (help-xref-symbol-regexp): Add `face'. | |
3316 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3317 submatch numbers to cope. | |
3318 (help-xref-interned): Maybe insert face doc too. Separate | |
3319 sections with a line of hyphens. | |
3320 | |
28848 | 3321 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3322 (describe-face): Add customize button. Return the help |
3323 text. Fix prompt. | |
3324 | |
28839 | 3325 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3326 | |
3327 * term/internal.el (IT-character-translations): Fix last change. | |
3328 | |
28833 | 3329 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3330 | |
3331 * woman.el: New file | |
3332 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3333 | |
28829 | 3334 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3335 | |
28831 | 3336 * term/internal.el (IT-character-translations): Update ASCII |
3337 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3338 latin-iso8859-15. | |
3339 | |
28829 | 3340 * international/mule-cmds.el (set-language-info-alist): Call |
3341 define-prefix-command with 3 arguments, to make the map suitable | |
3342 for a menu. | |
3343 | |
28827 | 3344 2000-05-07 Dave Love <fx@gnu.org> |
3345 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3346 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3347 |
28825 | 3348 2000-05-05 Dave Love <fx@gnu.org> |
3349 | |
3350 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3351 list in doc string. Don't quote keyword symbols. | |
3352 * emacs-lisp/cl.el: Likewise | |
3353 * emacs-lisp/cl-seq.el: Likewise | |
3354 | |
28823 | 3355 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3356 | |
3357 * abbrev.el (abbrev-mode): Make ARG optional. | |
3358 | |
28812 | 3359 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3360 | |
28817 | 3361 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3362 | |
3363 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3364 | |
28812 | 3365 * subr.el (substitute-key-definition): Clarify documentation. |
3366 | |
3367 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3368 | |
3369 * glasses.el (glasses-convert-to-unreadable): Use | |
3370 `glasses-separator' instead of the hard-wired "_". | |
3371 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3372 place. | |
3373 | |
28808 | 3374 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3375 | |
3376 * term/internal.el (cjk-codepages-alist): Add associations for | |
3377 Chinese and Korean codepages. Remove FIXME comment. | |
3378 | |
28806 | 3379 2000-05-03 Dave Love <fx@gnu.org> |
3380 | |
3381 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3382 New option. | |
3383 (display-time-mail-icon): New variable. | |
3384 (display-time-string-forms): Use the above. Fix the local-map. | |
3385 | |
28795 | 3386 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3387 | |
28805 | 3388 * replace.el (query-replace-map): Add binding for `E'. |
3389 (query-replace-help): Extend help text. | |
3390 (perform-replace): Allow editing the replacement string. | |
3391 | |
3392 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3393 (makefile-mode): Set local abbrev table to | |
3394 makefile-mode-abbrev-table. | |
3395 (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
|
3396 |
28795 | 3397 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3398 set TOGGLE's value. | |
3399 | |
28805 | 3400 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3401 mail-interactive-insert-alias. | |
3402 (mail-abbrev-complete-alias): New command. | |
3403 (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
|
3404 |
28790 | 3405 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3406 | |
3407 * language/lao-util.el (lao-compose-region): New function. | |
3408 | |
28782 | 3409 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3410 | |
28789 | 3411 * files.el (recover-session): Make directories as necessary |
3412 if they don't exist yet. | |
3413 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3414 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3415 (french-calendar-multibyte-special-days-array) |
28782 | 3416 (french-calendar-special-days-array): Change French text. |
3417 (calendar-french-date-string): Change output. | |
3418 (calendar-goto-french-date): Likewise. | |
3419 | |
3420 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3421 | |
3422 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3423 (widget-documentation-string-value-create): Set `:always-active'. | |
3424 | |
28778 | 3425 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3426 | |
3427 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3428 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3429 (normal-top-level): Create the directory for auto-save files, if | |
3430 it doesn't already exist (in the ms-dos case only). | |
3431 | |
28775 | 3432 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3433 | |
3434 * international/mule-cmds.el (set-language-environment): Don't | |
3435 concat an integer (dos-codepage), use format instead. | |
3436 | |
28772 | 3437 2000-05-02 Dave Love <fx@gnu.org> |
3438 | |
3439 * help.el (help-xref-on-pp): Check for constant symbols. | |
3440 | |
28764 | 3441 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3442 | |
3443 * startup.el (normal-top-level): Put a condition-case around | |
3444 the code loading subdirs.el. | |
3445 | |
3446 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
|
3447 |
28764 | 3448 * ps-print.el: Upside-down and face background color printing, |
3449 line number step, doc fix. | |
3450 (ps-print-version): New version number (5.2). | |
3451 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3452 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3453 (ps-spool-config): Var fix. | |
3454 (ps-printer-name-option): Const fix. | |
3455 (ps-print-upside-down, ps-use-face-background) | |
3456 (ps-line-number-step): New vars. | |
3457 (ps-window-system, ps-lp-system): New consts. | |
3458 (ps-face-background): New fun. | |
3459 | |
28759 | 3460 2000-04-28 Richard Stallman <rms@gnu.org> |
3461 | |
3462 * files.el (make-auto-save-file-name): | |
3463 Apply auto-save-file-name-transforms to visited file name | |
3464 before generating auto save file name. | |
3465 (auto-save-file-name-transforms): New variable. | |
3466 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3467 * files.el (backup-enable-predicate): |
28759 | 3468 Correctly test for a file under a temporary directory. |
3469 | |
28751 | 3470 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3471 | |
3472 * subr.el (add-minor-mode): Rewritten. | |
3473 | |
28749 | 3474 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3475 | |
3476 * mail/sendmail.el (sendmail-send-it): Set | |
3477 buffer-file-coding-system to the selected coding system for MIME | |
3478 header. | |
3479 | |
28748 | 3480 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3481 | |
3482 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3483 YYYY is followed by two spaces. | |
3484 | |
3485 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3486 in the second character class of the regexp. | |
3487 | |
3488 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3489 mh-etc, too. | |
3490 | |
3491 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3492 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3493 |
28748 | 3494 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3495 | |
3496 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3497 argument. | |
3498 | |
3499 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
|
3500 |
28748 | 3501 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3502 (crm-collection-fn, crm-test-completion) | |
3503 (completing-read-multiple): Use it. | |
3504 | |
28736 | 3505 2000-04-27 Dave Love <fx@gnu.org> |
3506 | |
3507 * help.el (locate-library): Use mapc. | |
3508 (help-manyarg-func-alist): Add call-process-region. | |
3509 | |
28724 | 3510 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3511 | |
28729 | 3512 * subr.el (add-minor-mode): Make argument MAP optional. |
3513 | |
28724 | 3514 * desktop.el (desktop-save): Save list of minor modes. |
3515 (desktop-create-buffer): Restore minor modes. | |
3516 (desktop-minor-mode-table): New user-option. | |
3517 | |
3518 * subr.el (add-minor-mode): New function. | |
3519 | |
3520 * image.el (find-image): New function. | |
3521 (defimage): Rewritten to find image at load time. | |
3522 | |
3523 * startup.el (normal-top-level-add-to-load-path): Handle | |
3524 case that the default directory is not in load-path. | |
3525 | |
3526 * help.el: Old patch from Stefan Monnier. | |
3527 (help-xref-on-pp): New function. | |
3528 (describe-variable): Use it to display xrefs in a symbol's value. | |
3529 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3530 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3531 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3532 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3533 |
28713 | 3534 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3535 | |
28715 | 3536 * mail/rmail.el (rmail-expunge): When there are no deleted |
3537 messages, do nothing. | |
28713 | 3538 |
28712 | 3539 2000-04-26 Dave Love <fx@gnu.org> |
3540 | |
3541 * international/mule-cmds.el (locale-translation-file-name): | |
3542 Defvar to nil. | |
3543 (set-locale-environment): Set it here (at runtime). | |
3544 | |
28710 | 3545 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3546 | |
3547 * replace.el (perform-replace): Add parameters START and END. Use | |
3548 them instead of the check for a region in Transient Mark mode. | |
3549 (query-replace-read-args): Return two more list elements for the | |
3550 start and end of the region in Transient Mark mode. | |
3551 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3552 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3553 optional last arguments START and END and pass them to | |
3554 perform-replace. | |
3555 | |
3556 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3557 form with additional arguments for perform-replace. | |
3558 | |
3559 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3560 and END. Construct a form with additional arguments for | |
3561 perform-replace. | |
3562 | |
3563 * simple.el (shell-command): Set default directory for "*Shell | |
3564 Command Output" buffer. | |
3565 | |
3566 * language/european.el (iso-latin-4): Fix typo. | |
3567 | |
3568 * emacs-lisp/crm.el: New file. | |
3569 | |
28701 | 3570 2000-04-24 Dave Love <fx@gnu.org> |
3571 | |
3572 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3573 (Custom-reset-saved, Custom-reset-standard) | |
3574 (custom-group-value-create, custom-group-set, custom-group-save) | |
3575 (custom-group-reset-current, custom-group-reset-saved) | |
3576 (custom-group-reset-standard): Use mapc. | |
3577 (custom-buffer-create-internal): Disable undo when creating items. | |
3578 Use mapc. | |
3579 (custom-face): Avoid redundant lambda. | |
3580 | |
28699 | 3581 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3582 | |
3583 * startup.el (auto-save-list-file-prefix): Set default to | |
3584 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3585 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3586 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3587 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3588 * 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
|
3589 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3590 |
28695 | 3591 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3592 | |
3593 * frame.el (scrolling): New group. | |
3594 (automatic-hscrolling): New user-option. | |
3595 | |
3596 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3597 `--line-spacing'. | |
3598 | |
28668 | 3599 2000-04-19 Dave Love <fx@gnu.org> |
3600 | |
3601 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3602 (cl-mapc): Rename from mapc. Fix the funcall. | |
3603 | |
28653 | 3604 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3605 | |
28660 | 3606 * simple.el (clone-indirect-buffer-other-window): New command. |
3607 (clone-indirect-buffer): Add optional arg NORECROD. | |
3608 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3609 | |
28658 | 3610 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3611 | |
3612 * window.el (count-screen-lines): New function. | |
3613 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3614 instead of window-buffer-height. | |
3615 | |
3616 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3617 non-existing variable comint-input-sentinel. | |
3618 (inferior-lisp-args-to-list): Removed. | |
3619 (inferior-lisp): Use split-string instead of | |
3620 inferior-lisp-args-to-list. | |
3621 | |
3622 * hexl.el (hexl-insert-hex-string): New command. | |
3623 | |
28653 | 3624 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3625 instead of concat. | |
3626 | |
28634 | 3627 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3628 | |
3629 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3630 at the start of an existing but empty folder. | |
3631 | |
3632 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3633 | |
3634 * ps-mule.el: Customization fix, doc fix. | |
3635 (ps-multibyte-buffer): Customization fix. | |
3636 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3637 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3638 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3639 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3640 |
28626 | 3641 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3642 | |
3643 * textmodes/texinfo.el (texinfo-insert-@email) | |
3644 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3645 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3646 (texinfo-mode-map): Add key bindings for them. | |
3647 | |
3648 * files.el (basic-save-buffer-2): Use a template with `$' | |
3649 instead of `#' for VMS. | |
3650 | |
3651 * simple.el (clone-indirect-buffer): New function. | |
3652 | |
28621 | 3653 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3654 | |
3655 * iswitchb.el (iswitchb-case): New function. If the user input | |
3656 contains any upper-case characters, the search is made | |
3657 case-sensitive. | |
3658 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3659 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3660 |
28621 | 3661 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3662 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3663 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3664 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3665 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3666 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3667 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3668 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
|
3669 (texinfo-environments): New var. |
28621 | 3670 (texinfo-environment-regexp): Use regexp-opt and |
3671 texinfo-environments. | |
3672 | |
3673 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3674 ispell-process is bound since this might be eval'd before ispell | |
3675 is loaded. | |
3676 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3677 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
|
3678 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3679 * 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
|
3680 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3681 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3682 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3683 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3684 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3685 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3686 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3687 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3688 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3689 |
28602 | 3690 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3691 | |
3692 * 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
|
3693 |
28602 | 3694 * ps-print.el: Fix counting lines in a region. |
3695 (ps-print-version): New version number (5.1.5). | |
3696 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3697 (ps-printing-region): Fun code fix. | |
3698 | |
28600 | 3699 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3700 | |
3701 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3702 to file-directory-p. | |
3703 | |
28591 | 3704 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3705 | |
3706 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3707 exists before calling directory-files. | |
3708 | |
28578 | 3709 2000-04-13 Dave Love <fx@gnu.org> |
3710 | |
3711 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3712 syntax. | |
3713 | |
3714 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3715 | |
3716 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3717 (cl-old-mapc): New variable. | |
3718 (mapc): Use it. | |
3719 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3720 next-property-change. | |
3721 (cl-map-overlays): Use with-current-buffer. | |
3722 (cl-expt): Remove. | |
3723 (copy-tree, remprop): Define unconditionally. | |
3724 | |
3725 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3726 | |
3727 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3728 to use keywordp. | |
3729 (edebug-spec): Enable keywordp. | |
3730 | |
3731 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3732 string-lessp. | |
3733 | |
3734 * cus-start.el: Use keywordp. | |
3735 | |
28577 | 3736 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3737 | |
3738 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3739 2000-02-18 by doing a save-excursion. | |
3740 | |
3741 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3742 | |
3743 * ps-print.el: Customization fix, doc fix. | |
3744 (ps-print-version): New version number (5.1.4). | |
3745 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3746 (ps-print-preprint): Adjust code. | |
3747 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3748 (ps-print-prologue-header, ps-print-control-characters) | |
3749 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3750 |
28564 | 3751 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3752 | |
3753 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3754 converted to the new menu-item format, names silightly changed, | |
3755 help strings added. | |
3756 | |
3757 Support for spelling without async subprocesses: | |
3758 | |
3759 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3760 (ispell-session-buffer): New variables. | |
3761 (ispell-start-process, ispell-process-status, | |
3762 ispell-accept-output, ispell-send-string): New functions, for | |
3763 Ispell invocation when async subprocesses aren't supported. | |
3764 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3765 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3766 to process-send-string with calls to ispell-send-string, and | |
3767 accept-process-output with ispell-accept-output. | |
3768 (ispell-init-process): Call ispell-process-status instead of | |
3769 process-status with. | |
3770 (ispell-init-process): Call ispell-start-process. Call | |
3771 ispell-accept-output and ispell-send-string. Don't call | |
3772 process-kill-without-query and kill-process if they are unbound. | |
3773 (ispell-async-processp): New function. | |
3774 | |
28560 | 3775 2000-04-12 Dave Love <fx@gnu.org> |
3776 | |
3777 * info.el: Add debug-ignored-errors. | |
3778 (Info-mode-menu): Add some items. | |
3779 (Info-directory): Add autoload cookie. | |
3780 | |
3781 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3782 Modify `truncate-lines'. Make `describe-language-environment' | |
3783 always visible and add help. Modify `describe-key' help. Invoke | |
3784 Info-directory from `info'. New entry `emacs-manual'. | |
3785 | |
28542 | 3786 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3787 | |
28549 | 3788 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3789 propertized-buffer-identification. | |
3790 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3791 (ebrowse--mode-strings): Removed. | |
3792 (ebrowse--mode-line-props): Removed. | |
3793 | |
28542 | 3794 * files.el (auto-mode-alist): Add `EBROWSE'. |
3795 | |
3796 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3797 space before testing for end of buffer. | |
3798 (ebrowse-load): Removed. | |
3799 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3800 (ebrowse-create-tree-buffer): Rewritten. | |
3801 (ebrowse-tree-mode): Read tree from buffer. | |
3802 | |
3803 * progmodes/ebrowse-ffh.el: Removed. | |
3804 | |
28535 | 3805 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3806 | |
3807 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3808 | |
28534 | 3809 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3810 | |
3811 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3812 at the wrong place. | |
3813 | |
28783 | 3814 2000-04-09 Dave Love <fx@gnu.org> |
3815 | |
3816 * files.el (backup-enable-predicate): Use | |
3817 temporary-file-directory, small-temporary-file-directory. | |
3818 (make-backup-file-name-function, backup-directory-alist): New | |
3819 variables. | |
3820 (make-backup-file-name-1): New function. | |
3821 (make-backup-file-name): Use it. | |
3822 (find-backup-file-name): Likewise. Use format for clarity, not | |
3823 concat. | |
3824 (file-newest-backup): Use make-backup-file-name. | |
3825 | |
28523 | 3826 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3827 | |
28530 | 3828 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3829 |
28530 | 3830 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3831 to ebrowse-ffh.el. | |
3832 (ebrowse-load): Add autoload. | |
3833 | |
3834 * finder.el (finder-commentary): Add autoload cookie. | |
3835 | |
28523 | 3836 * mail/rfc2368.el: Correct author's email address. |
3837 | |
3838 * progmodes/ebrowse.el: New file. | |
3839 | |
3840 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3841 item help string. | |
3842 (easy-menu-do-add-item): Ditto. | |
3843 (easy-menu-define): Extend doc string. | |
3844 | |
3845 * jit-lock.el (with-buffer-unmodified): Use | |
3846 restore-buffer-modified-p. | |
3847 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3848 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3849 with-buffer-unmodified. | |
3850 | |
28517 | 3851 2000-04-08 Dave Love <fx@gnu.org> |
3852 | |
3853 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3854 unless, when. | |
3855 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3856 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
|
3857 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3858 * 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
|
3859 (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
|
3860 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
|
3861 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3862 |
28506 | 3863 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3864 | |
3865 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3866 like C-r. | |
3867 | |
3868 * progmodes/make-mode.el: Some doc fixes. | |
3869 (makefile-mode-abbrev-table): New variable. | |
3870 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3871 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3872 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3873 | |
3874 * replace.el (perform-replace): Don't move forward one char | |
3875 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3876 to do that because it leaves point 1 position after the last | |
3877 replacement, after everything has been replaced. | |
3878 | |
3879 * jit-lock.el (with-buffer-unmodified): New macro. | |
3880 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3881 modified state. | |
3882 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3883 preserving buffer's modified state. | |
3884 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3885 jit-lock-function-1. | |
3886 | |
3887 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3888 | |
28499 | 3889 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3890 | |
3891 * glasses.el: Provide facilities for inserting space before left | |
3892 parentheses and uncapitalization of identifiers. | |
3893 (glasses-mode): Try to remove old overlays in all cases. | |
3894 | |
28485 | 3895 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
3896 | |
28496 | 3897 * progmodes/compile.el (compile-internal): Display the compilation |
3898 buffer in a different frame, if it's already displayed there. | |
3899 | |
28494 | 3900 * mail/rfc2368.el: New file. |
3901 | |
28492 | 3902 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
3903 header and insert its value as mail body. | |
3904 | |
3905 * subr.el (member-ignore-case): New function. | |
3906 | |
3907 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
3908 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
3909 from dabbrev-ignored-regexps. | |
3910 | |
28485 | 3911 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
3912 to extensions handled by gzip. | |
3913 | |
28492 | 3914 2000-04-03 Richard M. Stallman <rms@gnu.org> |
3915 | |
3916 * files.el (insert-directory): List the total free space | |
3917 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3918 |
28492 | 3919 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
3920 line is followed by one that matches CITATION-REGEXP, end the | |
3921 paragraph. | |
3922 | |
3923 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
3924 | |
3925 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
3926 (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
|
3927 |
28474 | 3928 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
3929 | |
3930 * international/mule-cmds.el (encoded-string-description): | |
3931 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 3932 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
3933 for hexadecimal format. | |
28474 | 3934 |
28468 | 3935 2000-04-01 Dave Love <fx@gnu.org> |
3936 | |
3937 * cpp.el: Change customization group to `c' from `C'. | |
3938 | |
3939 * vcursor.el (vcursor-move): Use display-color-p. | |
3940 | |
3941 * international/mule-util.el: Provide mule-utils. | |
3942 (string-to-sequence): Simplify and speed up. | |
3943 | |
3944 * international/mule.el (make-coding-system): Purecopy doc-string. | |
3945 | |
3946 * international/mule-cmds.el: Various menu changes. | |
3947 (describe-specified-language-support): Handle `Default'. | |
3948 (set-language-info): Purecopy `info'. | |
3949 | |
28462 | 3950 2000-03-31 Andrew Innes <andrewi@gnu.org> |
3951 | |
3952 * vc.el (vc-backend-diff): Return the correct status if we had to | |
3953 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
|
3954 |
28445 | 3955 2000-03-31 Dave Love <fx@gnu.org> |
3956 | |
28452 | 3957 * help.el (help-manyarg-func-alist): Correct several omissions. |
3958 | |
28450 | 3959 * add-log.el: Don't require cl, fortran. |
3960 (add-log-current-defun-function): Doc fix. | |
3961 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
3962 fix. | |
3963 (change-log-version-rcs): Function deleted. | |
3964 (change-log-version-number-search): Doc fix. Use | |
3965 vc-workfile-version. Avoid CL dolist. | |
3966 (add-change-log-entry): Just call add-log-current-defun to get | |
3967 defun. Simplify somewhat. | |
3968 (change-log-get-method-definition-1): Likewise. | |
3969 (add-log-current-defun): Return nil if calling | |
3970 add-log-current-defun-function does so. Move Fortran stuff to | |
3971 fortran.el. Return string without properties. | |
3972 | |
28445 | 3973 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
3974 and :alpha: char classes. | |
3975 | |
3976 * mail/supercite.el: Defvar curline when compiling. | |
3977 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
3978 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
3979 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
3980 | |
28444 | 3981 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
3982 | |
3983 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
3984 | |
3985 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
3986 Re-enable new code. | |
3987 | |
3988 * lpr.el (print-region-1): Use -d to specify printer name for | |
3989 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
3990 | |
3991 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
|
3992 |
28444 | 3993 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
3994 for function definition in symbol's function value slot first | |
3995 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
|
3996 |
28435 | 3997 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
3998 | |
3999 * language/european.el ("Polish"): New language environment. | |
4000 (setup-polish-environment): New function. | |
4001 | |
28424 | 4002 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4003 | |
4004 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4005 Disable new code. | |
4006 | |
4007 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4008 trying to `load' the symbol of an autoload instead of the file | |
4009 recorded in the autoload. Fix error messages. | |
4010 | |
28429 | 4011 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4012 | |
4013 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4014 (ps-print-version): New version number (5.1.3). | |
4015 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4016 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4017 (ps-generate-postscript-with-faces): Code fix. | |
4018 (ps-color-values): XEmacs compatibility. | |
4019 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4020 (ps-default-fg, ps-default-bg): Adjust customization. | |
4021 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4022 (ps-color-scale): Renaming old ps-color-value fun. | |
4023 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4024 with ps-print-header variable. | |
4025 (ps-print-miscellany): New group. | |
4026 (ps-format-color, ps-rgb-color): New funs. | |
4027 (ps-default-foreground): New var. | |
4028 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4029 |
28416 | 4030 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4031 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4032 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4033 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4034 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4035 (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
|
4036 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4037 |
28416 | 4038 * lisp/locate.el: |
4039 (locate-word-at-point): Added this function | |
4040 (locate): Default to using locate-word-at-point as input | |
4041 Run dired-mode-hook | |
4042 | |
28405 | 4043 2000-03-29 Dave Love <fx@gnu.org> |
4044 | |
4045 * calendar/appt.el: Doc fixes. | |
4046 (appt-check): Convert min-to-app to a string before passing to | |
4047 appt-disp-window-function or concat. | |
4048 (appt-delete-window): Remove test for frame-root-window. | |
4049 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4050 | |
4051 * emacs-lisp/bytecomp.el: Doc fixes. | |
4052 (byte-compile-file-form-autoload): Update | |
4053 byte-compile-function-environment. | |
4054 | |
28403 | 4055 2000-03-29 Andreas Schwab <schwab@suse.de> |
4056 | |
4057 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4058 specially. | |
4059 | |
4060 * dired.el (dired-insert-directory): If dired-free-space-program | |
4061 failed just delete its output. | |
4062 | |
28395 | 4063 2000-03-29 Dave Love <fx@gnu.org> |
4064 | |
4065 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4066 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4067 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4068 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4069 clarity. | |
4070 | |
4071 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4072 | |
28377 | 4073 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4074 | |
4075 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4076 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4077 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4078 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4079 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4080 * 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
|
4081 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4082 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4083 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4084 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4085 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4086 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4087 |
28326 | 4088 2000-03-26 Dave Love <fx@gnu.org> |
4089 | |
28331 | 4090 * net/browse-url.el (browse-url): Re-fix case of |
4091 browse-url-browser-function being an alist. | |
4092 (browse-url): Add :link to defgroup. | |
4093 | |
28326 | 4094 * files.el: Doc fixes. |
4095 (file-truename): Include `[' in wildcard characters. | |
4096 (automount-dir-prefix): Customize. | |
4097 (find-file-wildcards): Add :version. | |
4098 (find-file-noselect): Simplify a mapcar call. | |
4099 | |
4100 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4101 compatible with inf-lisp version. | |
4102 (eval-defun-1): Fix custom-declare-variable case. | |
4103 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4104 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4105 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4106 * 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
|
4107 |
28303 | 4108 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4109 | |
28308 | 4110 * Makefile (COMPILE_FIRST): New macro. |
4111 (compile-files): Compile files from COMPILE_FIRST first. | |
4112 | |
4113 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4114 code. | |
4115 | |
28303 | 4116 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4117 matching open parenthesis in column 0 to defun-prompt-regexp | |
4118 only if open-paren-in-column-0-is-defun-start is set. | |
4119 | |
4120 * sun-curs.el: Require CL at compile-time only. | |
4121 | |
4122 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4123 instead of copy-list which is a function from CL. | |
4124 (msb--choose-menu, msb--mode-menu-cond) | |
4125 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4126 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4127 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4128 `(' in column 0 in doc string. | |
4129 (msb--add-separators): Use mapcar instead of mapcan. | |
4130 | |
4131 * cus-dep.el: Require CL at compile-time only. | |
4132 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4133 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4134 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4135 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4136 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4137 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4138 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4139 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4140 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4141 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4142 (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
|
4143 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4144 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4145 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4146 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4147 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4148 |
28292 | 4149 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4150 | |
4151 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4152 (rmail-expunge): Ask for confirmation depending on the setting | |
4153 of rmail-confirm-expunge. | |
4154 | |
4155 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4156 | |
4157 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4158 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4159 cause a bootstrap failure because things don't autoload as | |
4160 expected. | |
4161 | |
28289 | 4162 2000-03-23 Dave Love <fx@gnu.org> |
4163 | |
4164 * net/browse-url.el: Restore previous use of | |
4165 browse-url-maybe-new-window. | |
4166 | |
28287 | 4167 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4168 | |
4169 * ps-print.el: Skip banner page fix. | |
4170 (ps-print-version): New version number (5.1.2). | |
4171 (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
|
4172 |
28287 | 4173 2000-03-23 Dave Pearson <davep@davep.org> |
4174 | |
4175 * net/quickurl.el Changed the type of parameter passed to the | |
4176 function defined by `quickurl-format-function'. Before only the | |
4177 text of the URL was passed. Now the whole URL structure is passed | |
4178 and the function is responsible for extracting the parts it | |
4179 requires. Changed the default of `quickurl-format-function' | |
4180 accordingly. | |
4181 (quickurl-insert): Changed the `funcall' of | |
4182 `quickurl-format-function' to match the above change. | |
4183 (quickurl-list-insert): Changed the `url' case so that it makes | |
4184 use of `quickurl-format-function', previous to this the format was | |
4185 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4186 |
28283 | 4187 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4188 | |
4189 * startup.el: Change some spellings for the X Window System. | |
4190 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4191 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4192 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4193 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4194 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
|
4195 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4196 |
28276 | 4197 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4198 | |
4199 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4200 | |
28267 | 4201 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4202 | |
4203 * ps-print.el: N-up last page fix. | |
4204 (ps-print-version): New version number (5.1.1). | |
4205 (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
|
4206 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4207 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4208 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4209 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4210 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4211 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4212 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4213 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4214 * 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
|
4215 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4216 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4217 (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
|
4218 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
|
4219 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
|
4220 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4221 (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
|
4222 (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
|
4223 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4224 (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
|
4225 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4226 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4227 * 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
|
4228 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4229 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4230 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4231 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4232 * 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
|
4233 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4234 (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
|
4235 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4236 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4237 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4238 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4239 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4240 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4241 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4242 (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
|
4243 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
|
4244 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4245 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
|
4246 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4247 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4248 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4249 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4250 * 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
|
4251 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4252 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4253 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
|
4254 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4255 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4256 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4257 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4258 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
|
4259 (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
|
4260 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4261 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4262 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4263 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4264 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4265 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4266 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4267 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4268 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4269 |
28246 | 4270 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4271 | |
4272 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4273 (custom-button-pressed-face): Likewise. | |
4274 | |
28244 | 4275 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4276 | |
4277 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4278 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4279 depending on the value of tags-case-fold-search. | |
4280 (tags-loop-continue): Use tags-loop-eval. | |
4281 (find-tag-in-order): Bind case-fold-search depending on the value | |
4282 of tags-case-fold-search. | |
4283 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4284 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4285 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4286 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4287 (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
|
4288 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4289 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4290 (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
|
4291 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4292 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4293 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4294 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4295 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4296 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4297 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4298 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4299 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4300 * 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
|
4301 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4302 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4303 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4304 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4305 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4306 |
28233 | 4307 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4308 | |
4309 * term/x-win.el: Fontsets related initialization is simplified. | |
4310 | |
4311 * international/mule-diag.el (describe-font): Don't refer to | |
4312 global-fontset-alist, instead call font-list. | |
4313 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4314 (print-fontset): Adjusted for the change of fontset | |
4315 implementation. | |
4316 | |
4317 * international/fontset.el (x-charset-registries): Variable | |
4318 removed, instead the corresponding data is stored in the default | |
4319 fontset. | |
4320 (register-alternate-fontnames): Function removed. | |
4321 (resolved-ascii-font): Variable removed. | |
4322 (x-compose-font-name): Ignore the second argument REDOCE. | |
4323 (x-complement-fontset-spec): Complement only an ASCII font and | |
4324 element for those charsets than can use that ASCII font. | |
4325 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4326 instead call fontset-list. | |
4327 (uninstantiated-fontset-alist): Variable removed. | |
4328 (x-style-funcs-alist): Likewise. | |
4329 (fontset-default-styles): Likewise. | |
4330 (x-modify-font-name): Function removed. | |
4331 (create-fontset-from-fontset-spec): Ignore the argument | |
4332 STYLE-VARIANT. | |
4333 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4334 change. | |
4335 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4336 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4337 |
28233 | 4338 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4339 (describe-face): Include `font' attribute in the description. | |
4340 | |
28219 | 4341 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4342 | |
4343 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4344 | |
28209 | 4345 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4346 | |
28212 | 4347 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4348 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4349 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
|
4350 |
28209 | 4351 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4352 about behavior of set-buffer-modified-p wrt redisplay. | |
4353 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4354 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4355 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4356 * 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
|
4357 |
28194 | 4358 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4359 | |
4360 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4361 is a string, convert it to a syntax cell using string-to-syntax. | |
4362 | |
4363 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4364 (string-to-syntax): New function. | |
4365 | |
4366 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4367 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4368 try to use passive ftp mode. |
28194 | 4369 |
28189 | 4370 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4371 | |
28209 | 4372 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4373 |
4374 * simple.el (append-to-buffer): Update point of windows after | |
4375 insertion. | |
4376 | |
4377 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4378 forward then moving backward. Reindent. | |
4379 | |
4380 * frame.el (other-frame): Call x-focus-frame only if | |
4381 focus-follows-mouse is off. | |
4382 | |
28185 | 4383 2000-03-17 Dave Love <fx@gnu.org> |
4384 | |
4385 * pcvs-util.el (cvs-strings->string): Rename | |
4386 replace-regexps-in-string. | |
4387 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4388 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4389 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4390 * 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
|
4391 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4392 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4393 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4394 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4395 |
28174 | 4396 2000-03-16 Dave Love <fx@gnu.org> |
4397 | |
4398 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4399 `fortran'. | |
4400 (f90-mode-hook): Customize. | |
4401 (f90-mode): Set add-log-current-defun-function. | |
4402 (f90-current-defun): New function. | |
4403 | |
28169 | 4404 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4405 | |
28173 | 4406 * cus-edit.el (custom-variable-tag-face): Handle case that |
4407 default face's height is not a number. | |
4408 (custom-face-tag-face, custom-group-tag-face-1) | |
4409 (custom-group-tag-face): Ditto. | |
4410 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4411 |
28169 | 4412 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4413 | |
28161 | 4414 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4415 | |
4416 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4417 requiring easymenu. | |
4418 | |
28155 | 4419 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4420 | |
4421 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4422 handler, doc fix. | |
4423 (ps-print-version): New version number (5.1). | |
4424 (ps-user-defined-prologue, ps-error-handler-message) | |
4425 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4426 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4427 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4428 |
28150 | 4429 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4430 | |
4431 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4432 invalid self-assignment code. |
28150 | 4433 |
28149 | 4434 2000-03-14 Dave Love <fx@gnu.org> |
4435 | |
4436 * subr.el (replace-regexp-in-string): Renamed from | |
4437 replace-regexps-in-string. Doc fix. | |
4438 | |
28131 | 4439 2000-03-12 Dave Love <fx@gnu.org> |
4440 | |
4441 * cus-edit.el: Doc fixes. | |
4442 (customize-set-variable, customize-save-variable): Rename args for | |
4443 doc. | |
4444 (custom-variable-tag-face, custom-face-tag-face) | |
4445 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4446 style which user identify as hyperlink. | |
4447 (hook): Don't add undefined functions to the hook. | |
4448 (debug-ignored-errors): Transfer message from bindings.el. | |
4449 | |
28120 | 4450 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4451 | |
4452 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4453 double/nested definition. | |
4454 | |
28114 | 4455 2000-03-12 Dave Love <fx@gnu.org> |
4456 | |
4457 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4458 * enriched.el (enriched-decode-foreground): Likewise. | |
4459 (enriched-decode-background): Likewise. | |
4460 * isearch.el (isearch-highlight): Likewise. | |
4461 * info-look.el (info-lookup): Likewise. | |
4462 * simple.el (completion-setup-function): Likewise. | |
4463 | |
4464 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4465 :options. | |
4466 | |
4467 * bindings.el (mode-line-format): Fix line-number and | |
4468 column-number items. Add help-echo for the background. | |
4469 (mode-line-mule-info): Modify help-echo. | |
4470 | |
4471 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4472 defcustom. | |
4473 | |
4474 * files.el (load-file): Allow completion to .elc. | |
4475 | |
4476 * man.el: Doc fixes. | |
4477 (Man-init-defvars): Use display-color-p to set fontification. | |
4478 | |
4479 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4480 | |
28109 | 4481 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4482 | |
4483 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4484 | |
4485 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4486 | |
28098 | 4487 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4488 | |
4489 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4490 Fix comment. | |
4491 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4492 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4493 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4494 * 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
|
4495 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4496 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4497 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4498 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4499 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4500 * 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
|
4501 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4502 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4503 * 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
|
4504 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
|
4505 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4506 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4507 * 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
|
4508 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4509 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4510 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4511 |
28084 | 4512 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4513 | |
4514 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4515 removed. | |
4516 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4517 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4518 |
28114 | 4519 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4520 allow more flexibility. | |
4521 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4522 fns. | |
4523 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4524 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4525 |
28085 | 4526 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4527 |
4528 * rect.el (replace-rectangle): New function. | |
4529 | |
4530 2000-03-09 Dave Love <fx@gnu.org> | |
4531 | |
4532 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4533 "C". | |
4534 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4535 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4536 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4537 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4538 fortran-comment-line-start here. Set comment-start, | |
4539 add-log-current-defun. | |
4540 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4541 (fortran-current-defun): New function. | |
4542 | |
28073 | 4543 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4544 | |
28077 | 4545 * emacs-lisp/re-builder.el: New file. |
4546 | |
28076 | 4547 * mouse.el (mouse-drag-region): Don't run up-event handler |
4548 if hscroll has changed. | |
4549 | |
28073 | 4550 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4551 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4552 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4553 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4554 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4555 `(defun (setf foo)' differently. |
4556 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4557 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4558 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4559 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4560 (regexp-opt): Update comment and adapt the code the new meaning of |
4561 the `paren' argument of regex-opt-group for shy-groups. | |
4562 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4563 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4564 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4565 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4566 Remove open-presuf and close-presuf. Instead of checking for `all |
4567 one-char' and then later on check for `several one-char', handle | |
4568 both cases close together. Also apply a more generic algorithm | |
4569 for suffixes (the mirror image of the algorithm used for | |
4570 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4571 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4572 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4573 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4574 from comint-mode-map, so we can just inherit from it. Also, move |
4575 the initialization into the `defvar' since there's no docstring | |
4576 anyway and it's fairly short. | |
4577 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4578 shorter and this way we inherit from comint-mode-map rather than | |
4579 copying it. | |
4580 | |
4581 * subr.el (replace-regexps-in-string): Properly handle the case | |
4582 where we match an empty string. | |
4583 | |
4584 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4585 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
|
4586 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4587 |
28046 | 4588 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4589 | |
28051 | 4590 * Makefile (compile-files): Compile files one by one because |
4591 that's the only way to ensure a clean compilation environment for | |
4592 each individual file. | |
4593 | |
28046 | 4594 * frame.el (other-frame): Call x-focus-frame. |
4595 | |
28040 | 4596 2000-03-07 Dave Love <fx@gnu.org> |
4597 | |
28043 | 4598 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4599 :require to defcustom. | |
4600 | |
28040 | 4601 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4602 lists. | |
4603 | |
4604 * files.el (auto-mode-alist): Add configure.in. | |
4605 | |
4606 * progmodes/autoconf.el: New file. | |
4607 | |
28034 | 4608 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4609 | |
4610 * mail/mh-e.el: Change maintainer to `none'. | |
4611 | |
4612 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4613 to remove-hook and add-hook. | |
4614 | |
4615 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4616 | |
28035 | 4617 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4618 it as the default. |
28035 | 4619 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4620 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4621 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4622 |
28024 | 4623 2000-03-07 Dave Love <fx@gnu.org> |
4624 | |
4625 * winner.el: Fix keywords, autoload cookies. Split | |
4626 eval-when-compile form to avoid compilation failure. | |
4627 | |
28017 | 4628 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4629 | |
4630 * international/mule.el: Modify comment about coding system | |
4631 property `coding-category'. | |
4632 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4633 coding-category property of PROPERTIES. | |
4634 | |
4635 * international/mule-conf.el (coding-category-utf-8, | |
4636 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4637 categories. Include them in the argument for set-coding-priority. | |
4638 | |
4639 * international/mule-cmds.el (reset-language-environment): Include | |
4640 coding-category-utf-8, coding-category-utf-16-be, and | |
4641 coding-category-utf-16-le in the argument for set-coding-priority. | |
4642 (reset-language-environment): Initialize coding-category-utf-8, | |
4643 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4644 | |
28014 | 4645 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4646 | |
4647 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4648 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4649 extensions as well as compression extensions. | |
4650 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4651 |
27976 | 4652 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4653 | |
4654 * strokes.el: Change maintainer's mail address. | |
4655 | |
27972 | 4656 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4657 | |
4658 * international/mule-diag.el (list-character-sets): Make help-echo | |
4659 string by substitute-command-keys. | |
4660 (list-character-sets): Likewise. | |
4661 (sort-listed-character-sets): Call help-setup-xref. | |
4662 | |
27965 | 4663 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4664 | |
4665 * time.el (display-time-mail-file): Add `none' to the list of | |
4666 choices. | |
4667 | |
27954 | 4668 2000-03-01 Dave Love <fx@gnu.org> |
4669 | |
27959 | 4670 * help.el (help-xref-go-back): Don't try to set position. |
4671 | |
27954 | 4672 * international/mule-diag.el (list-character-sets): Call |
4673 help-setup-xref. Add help-echo to xrefs. | |
4674 (list-character-sets-1): Add help-echo to xrefs. | |
4675 | |
27949 | 4676 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4677 | |
4678 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4679 the mode off. | |
4680 | |
4681 * add-log.el (add-log-current-defun): Add support for | |
4682 Autoconf mode. | |
4683 | |
4684 * mail/rmail.el (rmail-quit-hook): New variable. | |
4685 | |
27931 | 4686 2000-03-01 Dave Love <fx@gnu.org> |
4687 | |
27935 | 4688 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4689 | |
27931 | 4690 * help.el (help-xref-button): Add help-echo arg. |
4691 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4692 | |
4693 * faces.el (list-faces-display): Supply help-echo with | |
4694 help-make-xrefs. | |
4695 | |
4696 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4697 nil. | |
4698 | |
27919 | 4699 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4700 | |
27927 | 4701 * image.el (defimage): Look for image files in load-path. |
4702 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4703 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4704 `number'. |
4705 | |
27927 | 4706 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4707 | |
4708 * recentf.el (recentf): Added version tag to the defgroup of | |
4709 recentf. | |
4710 | |
4711 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4712 | |
4713 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4714 too. | |
4715 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4716 action to select/unselect a file. | |
4717 (recentf-edit-list): Code cleanup and improvement. | |
4718 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4719 widget action to open a file. | |
4720 (recentf-open-more-files): No more use standard completion but | |
4721 widgets. | |
4722 (recentf-more-collection): Deleted. | |
4723 (recentf-more-history): Deleted. | |
4724 (recentf-setup-more-completion): Deleted. | |
4725 | |
4726 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4727 | |
4728 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4729 under a window-system. | |
4730 | |
4731 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4732 | |
4733 * recentf.el (recentf-edit-list): New command to edit the recent | |
4734 list which allow the user to remove files. | |
4735 (recentf-edit-selected-items): New global variable, used by | |
4736 `recentf-edit-list' to hold the list of files to be removed from | |
4737 the recent list. | |
4738 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4739 menu item. Minor code cleanup. | |
4740 | |
4741 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4742 | |
4743 * recentf.el (recentf-open-more-files): New command to open files | |
4744 that are not displayed in the menu. | |
4745 (recentf-more-collection): New global variable holding the set of | |
4746 permissible completions used by `recentf-open-more-files'. | |
4747 (recentf-more-history): New global variable holding the history list | |
4748 used by `recentf-open-more-files' completion. | |
4749 (recentf-setup-more-completion): New function to setup completion for | |
4750 `recentf-open-more-files'. | |
4751 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4752 | |
4753 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4754 | |
4755 * recentf.el (recentf-menu-action): Doc fixed. | |
4756 | |
4757 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4758 | |
4759 * recentf.el (recentf-menu-filter): Doc updated. | |
4760 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4761 (recentf-make-menu-items): New menu filter handling. | |
4762 (recentf-make-menu-item): New helper function. | |
4763 (recentf-menu-elements): New menu handling function. | |
4764 (recentf-sort-ascending): Updated to new menu filter handling. | |
4765 (recentf-sort-descending): Updated to new menu filter handling. | |
4766 (recentf-sort-basenames-ascending): New menu filter function. | |
4767 (recentf-sort-basenames-descending): New menu filter function. | |
4768 (recentf-show-basenames): New menu filter function. | |
4769 (recentf-show-basenames-ascending): New menu filter function. | |
4770 (recentf-show-basenames-descending): New menu filter function. | |
4771 | |
27919 | 4772 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4773 | |
4774 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4775 the end of the buffer. | |
4776 | |
27911 | 4777 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4778 | |
4779 * international/mule-diag.el (list-character-sets): Completely | |
4780 rewritten. | |
4781 (sort-listed-character-sets): New function. | |
4782 (list-character-sets-1): Completely rewritten. | |
4783 (list-character-sets-2): New function. | |
4784 (non-iso-charset-alist): New variable. | |
4785 (decode-codepage-char): New function. | |
4786 (charset-history): New variable. | |
4787 (read-charset) (list-block-of-chars) | |
4788 (list-iso-charset-chars) | |
4789 (list-non-iso-charset-chars) | |
4790 (list-charset-chars): New functions. | |
4791 (mule-diag): Call list-character-sets-2, not | |
4792 list-character-sets-2. | |
4793 (dump-charsets): Likewise. | |
4794 | |
27910 | 4795 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4796 | |
27919 | 4797 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4798 file name characters. | |
4799 (dired-filename-at-point): Handle ange-ftp file names. | |
4800 | |
27910 | 4801 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4802 instead of assoc-delete-all. | |
4803 (frame-notice-user-settings): Ditto. | |
4804 | |
4805 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4806 Don't copy alist. | |
4807 | |
27906 | 4808 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4809 | |
4810 * calculator.el (calculator-use-menu): New option. | |
4811 (calculator-initial-bindings): Changed some bindings to work as | |
4812 macros. | |
4813 (calculator-forced-input): Removed. | |
4814 (calculator-restart-other-mode): New variable. | |
4815 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4816 |
27906 | 4817 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4818 | |
4819 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4820 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4821 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4822 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
|
4823 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4824 * 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
|
4825 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
|
4826 (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
|
4827 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
|
4828 * 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
|
4829 * 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
|
4830 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
|
4831 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
|
4832 * 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
|
4833 * 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
|
4834 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4835 |
27898 | 4836 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4837 | |
4838 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4839 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4840 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4841 face-font-family-alternatives from working. | |
4842 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4843 chosen font. | |
4844 | |
27873 | 4845 2000-02-25 Sam Steingold <sds@goems.com> |
4846 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4847 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4848 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4849 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4850 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4851 |
4852 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4853 | |
27856 | 4854 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4855 | |
4856 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4857 writable. | |
4858 | |
27868 | 4859 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4860 |
27847 | 4861 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4862 | |
4863 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4864 | |
27845 | 4865 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4866 | |
4867 * diary-lib.el (include-other-diary-files): Undo the selective | |
4868 display in any included file and don't kill it. | |
4869 | |
27841 | 4870 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4871 | |
4872 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4873 bar. Menu items converted to (menu-item format, help strings | |
4874 added. | |
4875 [downcase, upcase]: Don't enable on MS-DOS. | |
4876 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4877 bound. | |
4878 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4879 | |
27825 | 4880 2000-02-23 Dave Love <fx@gnu.org> |
4881 | |
27838 | 4882 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4883 (backward-kill-word): Revert addition of * to interactive spec -- | |
4884 it's a feature. | |
4885 | |
4886 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4887 (backward-kill-sentence, kill-sentence): Likewise. | |
4888 | |
27835 | 4889 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4890 scratch buffer name. | |
4891 (gud-format-command): Use int-to-string in ?l case. Simplify | |
4892 slightly. | |
4893 | |
4894 * term/w32-win.el (internal-face-interactive): Update prompt for | |
4895 new read-face-name. | |
4896 | |
4897 * mail/footnote.el (footnote): Add :version to defgroup. | |
4898 (footnote-section-tag-regexp): Customize. | |
4899 (footnote-start-tag, footnote-end-tag): New option. | |
4900 (footnote-latin-regexp): New variable. | |
4901 (Footnote-latin): New function. | |
4902 (footnote-style-alist): Add element for latin style. | |
4903 (footnote-style): Moved. | |
4904 (Footnote-goto-footnote): Use eq to test arg. | |
4905 | |
4906 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
4907 | |
27825 | 4908 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
4909 (byte-compile-trueconstp): Include keywords. | |
4910 (byte-optimize-quote, byte-optimize-lapcode): Use | |
4911 byte-compile-const-symbol-p. | |
4912 (byte-optimize-char-before): New optimization. | |
4913 | |
4914 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
4915 (byte-compile-const-symbol-p): New function. | |
4916 (byte-compile-constp, byte-compile-out-toplevel) | |
4917 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
4918 Use it. | |
4919 | |
4920 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
4921 | |
27813 | 4922 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
4923 | |
27815 | 4924 * international/encoded-kb.el: Be sure to update minor-mode-alist |
4925 and minor-mode-map-alist. | |
4926 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
4927 codes SS2 and SS3 correctly. | |
4928 (encoded-kbd-self-insert-ccl): New function. | |
4929 (encoded-kbd-setup-keymap): New function. | |
4930 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
4931 by calling encoded-kbd-setup-keymap. | |
4932 | |
27813 | 4933 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
4934 characters. | |
4935 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
4936 locally. | |
4937 | |
27811 | 4938 2000-02-22 Dave Love <fx@gnu.org> |
4939 | |
4940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4941 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
4942 defvar. | |
4943 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
4944 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
4945 classes. Match `defface'. | |
4946 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
4947 (eval-defun-1): Fix for defcustom. | |
4948 (lisp-indent-region): Doc fix. | |
4949 | |
4950 * subr.el (when, unless, split-string): Doc fix. | |
4951 (read-passwd): Move call of clear-this-command-keys to the right | |
4952 place. | |
4953 (replace-regexps-in-string): New function. | |
4954 | |
27807 | 4955 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
4956 | |
4957 * help.el (describe-variable): Set syntax table to | |
4958 emacs-lisp-mode-syntax-table when moving forward over the | |
4959 symbol's name. | |
4960 | |
27805 | 4961 2000-02-22 Dave Love <fx@gnu.org> |
4962 | |
4963 * xt-mouse.el: Doc fixes. | |
4964 (xterm-mouse-position-function): New function, replacing advice of | |
4965 mouse-position. | |
4966 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
4967 | |
4968 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
4969 | |
27794 | 4970 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
4971 | |
4972 * format.el (format-annotate-single-property-change): Handle | |
4973 properties.with dotted-list values. | |
4974 (format-proper-list-p): New function. | |
4975 | |
4976 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
4977 . COLOR) and (background-color . COLOR). | |
4978 | |
27788 | 4979 2000-02-20 Dave Love <fx@gnu.org> |
4980 | |
4981 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
4982 and assignments to it. | |
4983 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
4984 current local map. | |
4985 (make-flyspell-overlay): Use it. | |
4986 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
4987 | |
4988 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
4989 (lm-get-header-re): Defun, not defsubst. | |
4990 (lm-get-package-name): Defun, not defsubst. Simplify. | |
4991 (lm-version): Doc fix. Simplify. | |
4992 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
4993 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
4994 (lm-verify, lm-synopsis): Simplify. | |
4995 (lm-report-bug): Require emacsbug. Use compose-mail. | |
4996 | |
27785 | 4997 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
4998 | |
4999 * dired.el (dired-mode): Call propertized-buffer-identification | |
5000 to set mode-line-buffer-identification to something having | |
5001 the right text properties. | |
5002 | |
5003 * bindings.el (propertized-buffer-identification): New function. | |
5004 | |
27777 | 5005 2000-02-20 Dave Love <fx@gnu.org> |
5006 | |
5007 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5008 check for t-mouse too. | |
5009 | |
5010 * cus-start.el: Make echo-keystrokes `number'. | |
5011 | |
27776 | 5012 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5013 | |
5014 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5015 Don't call ring-empty-p unless tags-location-ring is bound. | |
5016 From Noah Friedman <friedman@splode.com>. | |
5017 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5018 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5019 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5020 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5021 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5022 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5023 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5024 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5025 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5026 (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
|
5027 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
|
5028 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5029 |
27757 | 5030 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5031 | |
5032 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5033 | |
27749 | 5034 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5035 | |
27754 | 5036 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5037 | |
27749 | 5038 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5039 of `*' to handle `(* ... *)' comments. | |
5040 | |
27732 | 5041 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5042 | |
27737 | 5043 * 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
|
5044 window-system. |
27737 | 5045 |
27732 | 5046 * menu-bar.el (global-map): Menu-bar items converted to the new |
5047 format (menu-item..., rearranged for better CUA compliance, and | |
5048 their names changed for better clarity. Help strings added. | |
5049 | |
5050 * international/mule-cmds.el (mule-menu-keymap) | |
5051 (describe-language-environment-map, set-coding-system-map) | |
5052 (setup-language-environment-map): Convert to new (menu-item... | |
5053 form, add help strings. Change names of menu items for better | |
5054 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5055 submenu). | |
5056 | |
27729 | 5057 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5058 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5059 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5060 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5061 |
27717 | 5062 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5063 |
27717 | 5064 * faces.el: Don't require custom. Add more specific :groups to |
5065 various deffaces. | |
5066 (set-face-attribute): Purecopy args. | |
5067 (read-face-name): Default to name at point and use it in prompt. | |
5068 Remove colon from arg in all callers. | |
5069 (list-faces-display): Hyperlink to face descriptions and customize | |
5070 buffers. | |
5071 | |
27712 | 5072 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5073 | |
5074 * wid-edit.el (widget-match-inline): An atom never matches a | |
5075 list. | |
5076 | |
27707 | 5077 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5078 | |
27713 | 5079 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5080 at ':' characters by call to split-string. | |
27707 | 5081 |
5082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5083 | |
27713 | 5084 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5085 |
5086 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5087 | |
27713 | 5088 * textmodes/bibtex.el: Some temporary comments removed. |
5089 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5090 explicit. | |
5091 (bibtex-field-const): Allow capital letters. | |
5092 (bibtex-start-of-string): Deleted because unused. | |
5093 | |
5094 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5095 use the term 'reference' to describe a bibtex entry as a whole. | |
5096 Further, reference keys are no longer called 'labels'. | |
5097 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5098 (bibtex-reformat-previous-labels): Renamed to | |
5099 bibtex-reformat-previous-reference-keys. | |
5100 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5101 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5102 (bibtex-reference-maybe-empty-head): Renamed to | |
5103 bibtex-entry-maybe-empty-head. | |
5104 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5105 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5106 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5107 bibtex-enclosing-entry-maybe-empty-head. | |
5108 (bibtex-entry-field-alist, bibtex-entry-head, | |
5109 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5110 bibtex-map-entries, bibtex-search-entry, | |
5111 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5112 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5113 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5114 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5115 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5116 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5117 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5118 |
5119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5120 | |
27713 | 5121 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5122 comment. | |
5123 (bibtex-format-field-delimiters): New function, functionality | |
5124 extracted from bibtex-format-entry. | |
5125 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5126 extracted from bibtex-autokey-get-yearfield. | |
5127 | |
5128 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5129 entries in order to avoid stack overflow in the regexp matcher if | |
5130 field contents become large. | |
5131 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5132 bibtex-field-string-part-not-braced, | |
5133 bibtex-field-string-part-no-inner-braces, | |
5134 bibtex-field-string-part-1-inner-brace, | |
5135 bibtex-field-string-part-2-inner-braces, | |
5136 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5137 bibtex-field-string-quoted, bibtex-field-string, | |
5138 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5139 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5140 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5141 as parsing is now performed by the following functions. | |
5142 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5143 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5144 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5145 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5146 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5147 bibtex-search-forward-field, bibtex-search-backward-field, | |
5148 bibtex-start-of-field, bibtex-end-of-field, | |
5149 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5150 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5151 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5152 bibtex-parse-string, bibtex-search-forward-string, | |
5153 bibtex-search-backward-string, bibtex-start-of-string, | |
5154 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5155 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5156 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5157 entries. Instead of reporting the results of the parsing by | |
5158 match-beginning or match-end, these functions return data structures | |
5159 that hold the corresponding positions. | |
5160 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5161 return values rather than by match-beginning or match-end. The | |
5162 following functions have been adapted to use the new parsing | |
5163 functions. | |
5164 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5165 bibtex-enclosing-field, bibtex-format-entry, | |
5166 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5167 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5168 bibtex-print-help-message, bibtex-end-of-entry, | |
5169 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5170 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5171 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5172 method for parsing. | |
5173 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5174 bibtex-map-entries, bibtex-flash-head, | |
5175 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5176 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5177 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5178 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5179 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5180 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5181 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5182 order to make the new binding of case-fold-search immediately | |
5183 visible. | |
27707 | 5184 |
5185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5186 | |
27713 | 5187 * textmodes/bibtex.el: Copyright notice is up to date. |
5188 Added constant 'bibtex-maintainer-salutation. | |
5189 | |
5190 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5191 than make-temp-name, use match-string-no-properties and eliminate | |
5192 a quadratic behavior when building bibtex-strings. | |
5193 | |
5194 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5195 reference key contains upper case letters. | |
27707 | 5196 |
5197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5198 | |
27713 | 5199 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5200 a new line. | |
27707 | 5201 |
5202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5203 | |
27713 | 5204 * bibtex.el: Hiding of entry bodies is not longer provided by |
5205 bibtex.el directly. Instead the hideshow package can be used. | |
5206 Added a special bibtex entry to hs-special-modes-alist. | |
5207 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
27729 | 5208 |
5209 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5210 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5211 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5212 at ':' characters by call to split-string. |
27729 | 5213 |
5214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5215 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5216 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5217 |
5218 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5219 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5220 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5221 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5222 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5223 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5224 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5225 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5226 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5227 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
|
5228 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5229 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5230 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5231 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5232 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5233 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5234 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5235 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5236 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5237 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5238 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5239 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5240 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5241 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5242 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5243 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5244 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5245 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5246 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5247 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5248 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5249 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5250 |
5251 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5252 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5253 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5254 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5255 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5256 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5257 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5258 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5259 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5260 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5261 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
|
5262 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5263 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5264 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5265 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5266 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5267 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5268 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
|
5269 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5270 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5271 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
|
5272 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
|
5273 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5274 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5275 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5276 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5277 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5278 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
|
5279 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5280 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5281 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
|
5282 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
|
5283 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5284 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5285 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5286 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
|
5287 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
|
5288 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
|
5289 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5290 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5291 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5292 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5293 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
|
5294 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5295 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5296 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5297 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5298 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5301 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5302 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
|
5303 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
|
5304 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5306 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5307 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5308 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5309 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5310 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
|
5311 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5312 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5313 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
|
5314 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
|
5315 visible. |
27729 | 5316 |
5317 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5318 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5319 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5321 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5322 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5323 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
|
5324 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5325 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5326 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5327 reference key contains upper case letters. |
27729 | 5328 |
5329 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5330 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5331 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5332 a new line. |
27729 | 5333 |
5334 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5335 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5336 * 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
|
5337 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5338 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5340 |
5341 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5342 | |
27713 | 5343 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5344 proceedings entry type (for cross referencing). Thanks to Wagner |
5345 Toledo Correa for the suggestion. | |
5346 | |
27713 | 5347 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5348 |
27690 | 5349 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5350 | |
5351 * international/characters.el: Setup case table for Vietnamese. | |
5352 | |
27687 | 5353 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5354 | |
5355 * uniquify.el (toplevel): Require CL at compile time. | |
5356 (uniquify-push): Removed. | |
5357 | |
5358 * shadowfile.el (shadow-when): Removed. | |
5359 | |
5360 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5361 (tempo-process-and-insert-string): Use dolist instead of | |
5362 tempo-dolist. | |
5363 | |
5364 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5365 regexp for paragraph-start. | |
5366 | |
5367 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5368 commas as well. | |
5369 | |
27657 | 5370 2000-02-10 Dave Love <fx@gnu.org> |
5371 | |
5372 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5373 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5374 Deleted. | |
5375 (widget-specify-field, widget-specify-button): Don't use | |
5376 widget-mouse-help as help-echo property. | |
5377 (default): Use #'ignore for :validate and :mouse-down-action. | |
5378 (checkbox): Add help-echo. | |
5379 (widget-sexp-validate): Rewritten to clarify error messages. | |
5380 (character): Use char-valid-p in :match function. | |
5381 (widget-color-complete): Use facemenu-color-alist. | |
5382 (widget-color-action): Use facemenu-read-color. | |
5383 | |
5384 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5385 set up `caar' &c that we now have. | |
5386 | |
27713 | 5387 2000-02-09 Ray Blaak <blaak@gnu.org> |
5388 | |
5389 * delphi.el: Make resourcestring a declaration region, like const | |
5390 and var. | |
5391 | |
27652 | 5392 2000-02-09 Dave Love <fx@gnu.org> |
5393 | |
5394 * bindings.el (mode-line-input-method-map): New variable. | |
5395 (mode-line-mule-info): Use it; fix last change. | |
5396 (mode-line-mode-menu): Move definition. | |
5397 (mode-line-mouse-sensitive-p): Deleted. | |
5398 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5399 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5400 level. | |
5401 | |
5402 * startup.el (command-line-1): Don't call | |
5403 make-mode-line-mouse-sensitive. | |
5404 | |
27644 | 5405 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5406 | |
5407 * mail/rmail.el (rmail-retry-failure): Use | |
5408 rmail-beginning-of-message before rmail-toggle-header, because the | |
5409 former toggles headers. | |
5410 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5411 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
|
5412 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5413 * 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
|
5414 (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
|
5415 (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
|
5416 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
|
5417 (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
|
5418 (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
|
5419 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5420 * 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
|
5421 (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
|
5422 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
|
5423 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5424 (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
|
5425 (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
|
5426 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
|
5427 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
|
5428 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5429 (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
|
5430 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5431 (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
|
5432 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
|
5433 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5434 (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
|
5435 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
|
5436 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5437 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
|
5438 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5439 * 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
|
5440 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
|
5441 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5442 * 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
|
5443 |
27610 | 5444 2000-02-04 Dave Love <fx@gnu.org> |
5445 | |
27617 | 5446 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5447 | |
27610 | 5448 * completion.el: Replace completion-dolist with dolist. |
5449 | |
5450 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5451 dotimes. | |
5452 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5453 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5454 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5455 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5456 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5457 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5458 * 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
|
5459 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5460 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5461 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5462 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5463 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5464 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5465 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5466 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5467 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5468 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5469 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5470 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5471 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5472 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5473 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5474 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5475 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5476 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5477 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5478 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5479 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5480 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5481 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5482 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5483 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5484 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5485 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5486 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5487 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5488 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5489 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5490 (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
|
5491 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5492 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5493 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5494 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5495 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5496 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5497 |
27590 | 5498 2000-02-02 Dave Love <fx@gnu.org> |
5499 | |
5500 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5501 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5502 | |
5503 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5504 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5505 the new builtins directly. | |
5506 | |
5507 * whitespace.el (whitespace): Add :version to defgroup. | |
5508 | |
5509 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5510 Doc fix. | |
5511 | |
5512 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5513 (number-at-point, list-at-point): Add autoload cookie. | |
5514 | |
5515 * recentf.el (recentf): Add :version to defgroup. | |
5516 | |
5517 * quickurl.el (quickurl): Add :version to defgroup. | |
5518 | |
5519 * elide-head.el (elide-head): Use point-marker more. | |
5520 | |
5521 * bs.el (bs): Add :version to defgroup. | |
5522 | |
5523 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5524 | |
5525 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5526 | |
27587 | 5527 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5528 | |
5529 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5530 succeeding process operation sets a different coding system. | |
5531 | |
5532 * calculator.el: New file. | |
5533 | |
27572 | 5534 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5535 | |
5536 * frame.el (frames-on-display-list, framep-on-display): New | |
5537 functions. | |
5538 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5539 (display-selections-p, display-screens, display-pixel-width) | |
5540 (display-pixel-height, display-mm-width, display-mm-height) | |
5541 (display-backing-store, display-save-under, display-planes) | |
5542 (display-color-cells, display-visual-class): New functions. | |
5543 | |
5544 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5545 | |
5546 * faces.el (display-color-p): Use framep-on-display. | |
5547 (display-grayscale-p): New function. | |
5548 | |
27549 | 5549 2000-01-31 Dave Love <fx@gnu.org> |
5550 | |
5551 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5552 (create-fontset-from-x-resource): Don't concat integers. | |
5553 | |
27545 | 5554 2000-01-31 Inge Frick <inge@nada.kth.se> |
5555 | |
5556 * view.el: Some changes in documentation. Removed some trailing | |
5557 whitespace. Changed some parameter names to agree with | |
5558 documentation. | |
5559 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5560 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5561 |
27541 | 5562 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5563 | |
27543 | 5564 * windmove.el: New file. |
5565 | |
27541 | 5566 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5567 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5568 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5569 |
27541 | 5570 * jit-lock.el (jit-lock-function): Widen before calculating end |
5571 position. | |
5572 (jit-lock-stealth-chunk-start): Rewritten. | |
5573 | |
5574 * info.el (Info-title-face-alist): Removed. | |
5575 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5576 faces. | |
5577 (Info-fontify-node): Use these faces. | |
5578 | |
27527 | 5579 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5580 | |
5581 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5582 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5583 `&allow-other-keywords'. | |
5584 | |
5585 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5586 the list of directories scanned heuristically. | |
5587 | |
5588 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5589 exist. | |
5590 | |
27523 | 5591 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5592 | |
5593 * w32-fns.el: Define w32-tty-standard-colors. | |
5594 | |
5595 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5596 w32 console mode. | |
5597 | |
27510 | 5598 2000-01-30 Dave Love <fx@gnu.org> |
5599 | |
27513 | 5600 * jka-compr.el (jka-compr-load): Fix up load-history. |
5601 | |
27510 | 5602 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5603 | |
5604 * emacs-lisp/cl-macs.el: Revert previous change. | |
5605 | |
27499 | 5606 2000-01-29 Dave Love <fx@gnu.org> |
5607 | |
5608 * facemenu.el: Purecopy various strings. | |
5609 | |
5610 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5611 years. Deal with three-digit years. | |
5612 | |
5613 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5614 defconst, purecopy. | |
5615 (help-back-label): Purecopy it. | |
5616 | |
27498 | 5617 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5618 | |
5619 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5620 variable. If non-nil, order the buffer list according to the | |
5621 currently selected frame. | |
5622 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5623 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
|
5624 |
27496 | 5625 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5626 | |
5627 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5628 | |
27486 | 5629 2000-01-28 Dave Love <fx@gnu.org> |
5630 | |
27491 | 5631 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5632 | |
27486 | 5633 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5634 Don't use lisp-indent-hook property. | |
5635 (cl-abs): Remove. | |
5636 | |
5637 * subr.el: Move out indent and edebug specs for when and unless. | |
5638 | |
5639 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5640 when, unless. | |
5641 | |
5642 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5643 unless, when. | |
5644 | |
27467 | 5645 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5646 | |
27481 | 5647 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5648 `collecting' as synonym for `collect'. | |
5649 | |
5650 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5651 for the case it contains spaces. | |
5652 | |
5653 * simple.el (what-cursor-position): Change formatting of | |
5654 messages. | |
5655 | |
27473 | 5656 * frame.el (delete-other-frames): New function. |
5657 (toplevel): Bind it to C-x 5 1. | |
5658 | |
27469 | 5659 * sort.el (sort-numeric-base): New option. |
5660 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5661 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5662 as default base. | |
5663 | |
27467 | 5664 * progmodes/glasses.el: New file. |
5665 | |
27451 | 5666 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5667 | |
27461 | 5668 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5669 userids differently. | |
5670 | |
27451 | 5671 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5672 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5673 progmodes/ebnf-yac.el: New files. | |
5674 | |
27446 | 5675 2000-01-26 Dave Love <fx@gnu.org> |
5676 | |
5677 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5678 on a function with an empty body. [From Eric Ludlam.] | |
5679 | |
27437 | 5680 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5681 | |
5682 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5683 | |
27433 | 5684 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5685 | |
5686 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5687 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5688 | |
27419 | 5689 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5690 | |
5691 * language/thai-util.el (thai-composition-function): Delete | |
5692 superfluous `a'. | |
5693 | |
27418 | 5694 2000-01-24 Dave Love <fx@gnu.org> |
5695 | |
5696 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5697 end-of-defun-function. | |
5698 | |
5699 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5700 &c. | |
5701 | |
27405 | 5702 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5703 | |
5704 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5705 conflicts with new face support. | |
5706 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5707 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5708 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5709 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5710 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5711 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5712 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5713 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5714 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5715 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5716 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5717 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5718 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5719 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5720 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5721 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5722 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5723 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5724 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5725 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5726 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5727 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5728 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5729 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5730 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5731 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5732 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5733 |
27366 | 5734 2000-01-19 Dave Love <fx@gnu.org> |
5735 | |
27368 | 5736 * files.el (user-init-file): Don't declare here -- is primitive. |
5737 | |
27366 | 5738 * startup.el (command-line): Check for compiled user-init-file and |
5739 set to uncompiled version if necessary. | |
5740 | |
27358 | 5741 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5742 | |
27361 | 5743 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5744 (undigestify-rmail-message): Use it. | |
5745 | |
27358 | 5746 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5747 | |
27351 | 5748 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5749 | |
5750 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5751 of mini-buffer. | |
5752 | |
27326 | 5753 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5754 | |
27330 | 5755 * emacs-lisp/copyright.el (copyright-update): Removed the |
5756 requirement for a trailing space from `copyright-regexp', to | |
5757 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5758 |
27327 | 5759 * align.el: New file. |
5760 | |
27326 | 5761 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5762 | |
5763 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5764 | |
27323 | 5765 2000-01-13 Dave Love <fx@gnu.org> |
5766 | |
5767 * ph.el: Removed. (Obsoleted by EUDC.) | |
5768 | |
27321 | 5769 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5770 | |
5771 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5772 menu with easymenu, because that causes build problems. | |
5773 | |
5774 * frame.el (frame-notice-user-settings): New variable. | |
5775 (frame-notice-user-settings): Don't modify frame parameters | |
5776 if called a second time. | |
5777 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5778 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5779 |
5780 * frame.el (frame-notice-user-settings): | |
5781 Notice default-frame-parameters even for non-window frames. | |
5782 | |
27318 | 5783 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5784 | |
5785 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5786 for Emacs. | |
5787 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5788 (eudc-bob-toggle-inline-display): Ditto. | |
5789 (eudc-bob-display-jpeg): Ditto. | |
5790 | |
27304 | 5791 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5792 | |
27313 | 5793 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5794 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5795 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
|
5796 |
27312 | 5797 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5798 nil)'. | |
5799 | |
5800 * subdirs.el: Add `net' directory. | |
5801 | |
27308 | 5802 * net: New directory. |
5803 | |
27304 | 5804 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5805 eval-last-sexp. Don't bind debug-on-error here. | |
5806 (eval-last-sexp): New function. Bind debug-on-error if | |
5807 eval-expression-debug-on-error is non-nil. | |
5808 (eval-defun-2, eval-defun): Likewise. | |
5809 | |
5810 * simple.el (eval-expression): Don't bind debug-on-error if | |
5811 eval-expression-debug-on-error is nil. Detect changed | |
5812 debug-on-error, and propagate new value to global binding, if | |
5813 eval-expression-debug-on-error is non-nil, | |
5814 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5815 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5816 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5817 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5818 * 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
|
5819 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5820 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5821 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5822 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5823 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5824 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5825 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5826 |
27288 | 5827 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5828 | |
27291 | 5829 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5830 of erasing buffer. | |
5831 | |
27288 | 5832 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5833 (fill-context-prefix): Use the longest common prefix of first |
5834 and second line fill prefix, if there is one. | |
27288 | 5835 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5836 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5837 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5838 * 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
|
5839 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5840 |
27282 | 5841 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5842 | |
5843 * add-log.el (add-log-current-defun): Handle user-defined | |
5844 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5845 |
27280 | 5846 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5847 if having found a current function |
27278 | 5848 |
5849 * add-log.el (add-log-current-defun): Call | |
5850 `add-log-current-defun-function'. Try matches at level 0 and | |
5851 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5852 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5853 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5854 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5855 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5856 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5857 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5858 |
27265 | 5859 2000-01-10 Dave Love <fx@gnu.org> |
5860 | |
5861 * elide-head.el (elide-head): Use point-marker, not point. | |
5862 | |
27261 | 5863 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5864 | |
27263 | 5865 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5866 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5867 |
27261 | 5868 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5869 Add ispell- prefix. | |
5870 | |
5871 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5872 | |
5873 * ispell.el: Only define dictionaries in menus when they exist. | |
5874 (version18p): New variable. | |
5875 (version20p): New variable. | |
5876 (xemacsp): New variable. | |
5877 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5878 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5879 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5880 run-together words. |
27261 | 5881 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5882 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5883 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5884 library path when called non-interactively. |
27261 | 5885 (ispell-menu-map-needed): Uses new variables. |
5886 (ispell-library-path): New variable. | |
5887 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5888 (ispell-word): Improved documentation string. Test for valid | |
5889 character mappings. Correctly check typed in word changes that can | |
5890 result in single words split into multiple words. Returns | |
5891 replacement word. | |
5892 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
5893 replace in recursive query replace mode. Help message for | |
5894 recursive edit mode. | |
5895 (ispell-show-choices): Protect against bad framepop bindings. | |
5896 (ispell-help): Fix to work with XEmacs. | |
5897 (ispell-highlight-spelling-error): Use new variables. | |
5898 (ispell-overlay-window): Fix to work with XEmacs. | |
5899 (ispell-parse-output): Passed and returns location information | |
5900 tracking spelling corrections. Doesn't recheck same word on | |
5901 current line. | |
5902 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
5903 Fix call to single argument in sleep-for. Use new variables. | |
5904 (ispell-region): Passed and returns location information tracking | |
5905 spelling corrections. Doesn't check same word on current line. | |
5906 Improved documentation string. Doesn't resend a line already | |
5907 checked to the ispell process - fixes bug in LaTeX parsing. | |
5908 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
5909 (ispell-skip-region): No longer skips <TT> in SGML. | |
5910 (ispell-process-line): Tracks location information with spelling | |
5911 corrections. Added documentation string. Accounts for words | |
5912 already accepted on this line. Don't allow query-replace on line | |
5913 starting with math characters. Doesn't resend a line already sent | |
5914 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5915 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5916 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5917 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5918 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5919 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5920 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5921 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5922 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
|
5923 |
27255 | 5924 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5925 | |
5926 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
5927 of a real newline. | |
5928 | |
27253 | 5929 2000-01-09 Stephen Eglen <stephen@gnu.org> |
5930 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5931 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 5932 for .png files. |
5933 | |
27251 | 5934 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
5935 | |
5936 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
5937 | |
27247 | 5938 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
5939 | |
27249 | 5940 * progmodes/cperl-mode.el: Replace ^F with ^L. |
5941 | |
27247 | 5942 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5943 before `require'ing rmail and mailalias to prevent infinite |
27247 | 5944 recursion. |
5945 | |
27244 | 5946 2000-01-08 Dave Love <fx@gnu.org> |
5947 | |
27265 | 5948 * emacs-lisp/backquote.el: Remove inappropriate customization |
5949 (allowing custom.el to use backquote). | |
27244 | 5950 |
27241 | 5951 2000-01-07 Dave Love <fx@gnu.org> |
5952 | |
5953 * add-log.el (add-log-debugging): Deleted. | |
5954 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
5955 file. Remove debugging code. | |
5956 (change-log-get-method-definition, change-log-name): Add doc. | |
5957 (change-log-sortable-date-at): New function. | |
5958 (change-log-merge): New command. | |
5959 | |
5960 * time.el (display-time-string-forms): Make the Mail string active. | |
5961 (display-time-update): Provide help-echo for load average. | |
5962 | |
5963 * bindings.el (make-mode-line-mouse2-map): New function. | |
5964 (mode-line-modified): Use it and simplify. | |
5965 (mode-line-mule-info): Provide help-echo info. | |
5966 (minor-mode-alist): Activate the strings. | |
5967 (make-mode-line-mouse-sensitive): Simplify for | |
5968 mode-line-buffer-identification. | |
5969 | |
27233 | 5970 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
5971 | |
5972 * play/pong.el: New file. | |
5973 | |
27241 | 5974 2000-01-06 Dave Love <fx@gnu.org> |
5975 | |
5976 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
5977 `array-' prefix for symbols. | |
5978 | |
5979 2000-01-05 Dave Love <fx@gnu.org> | |
5980 | |
5981 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
5982 outline-headers-as-kill. | |
5983 (outline-mode): Define imenu-generic-expression. | |
5984 (outline-headers-as-kill): New command. | |
5985 | |
5986 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
5987 from paragraph-start. | |
5988 (paragraph-indent-minor-mode): New command. | |
5989 | |
5990 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
5991 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
5992 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
5993 (fortran-column-ruler): Simplify. | |
5994 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
5995 (fortran-with-subprogram-narrowing): Likewise. | |
5996 (fortran-indent-subprogram): Call mark-defun. | |
5997 (fortran-check-for-matching-do): Change narrowing. | |
5998 | |
5999 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6000 (cl-lucid-hash-tag): Delete. | |
6001 (cl-hash-table-p): Correct test for native table. | |
6002 (cl-hash-table-count): Use hash-table-count. | |
6003 | |
6004 * browse-url.el (browse-url): Fix case of | |
6005 browse-url-browser-function being an alist. | |
6006 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6007 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6008 |
27233 | 6009 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6010 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6011 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6012 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6013 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6014 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6015 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6016 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6017 |
27191 | 6018 2000-01-05 Dave Love <fx@gnu.org> |
6019 | |
27241 | 6020 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6021 (beginning-of-defun-raw): Use it. |
6022 (end-of-defun): New variable. | |
6023 (end-of-defun): Use it. | |
6024 (check-parens): New command. | |
6025 | |
27182 | 6026 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6027 | |
27233 | 6028 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6029 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6030 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6031 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6032 |
27176 | 6033 2000-01-05 Andreas Schwab <schwab@suse.de> |
6034 | |
6035 * hscroll.el (hscroll): Doc fix. | |
6036 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6037 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6038 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6039 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6040 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6041 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6042 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6043 file idlw-rinfo.el. |
27182 | 6044 (idlwave-customize): load must read file idlw-shell.el. |
6045 (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
|
6046 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6047 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6048 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6049 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6050 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6051 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6052 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6053 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6054 both reftex-dcr and reftex-vcr. |
27182 | 6055 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6056 * 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
|
6057 |
27164 | 6058 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6059 |
6060 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6061 (ps-print-version): New version number (5.0.3). | |
6062 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6063 local. | |
6064 (ps-spool-config): Initialization fix. | |
27233 | 6065 (ps-print-prologue-1, ps-print-prologue-2) |
6066 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6067 (ps-background-image): Little code reformating. |
6068 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6069 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6070 (ps-prologue-file): New fun. |
6071 | |
27159 | 6072 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6073 | |
27233 | 6074 * ps-vars.el: Eliminated. |
27159 | 6075 |
6076 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6077 `;;;###autoload'. | |
6078 | |
6079 * ps-print.el: ps-vars eliminated, doc fix. | |
6080 (ps-print-version): New version number (5.0.2). | |
6081 (ps-spool-config): Initialization fix. | |
6082 (ps-print-customize): New fun. | |
6083 | |
27155 | 6084 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6085 | |
6086 * autorevert.el (auto-revert-mode): Return value of | |
6087 auto-revert-mode. | |
6088 | |
27152 | 6089 2000-01-04 Dave Love <fx@gnu.org> |
6090 | |
27198 | 6091 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6092 menu items. | |
27152 | 6093 |
27124 | 6094 2000-01-03 Dave Love <fx@gnu.org> |
6095 | |
27191 | 6096 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6097 |
27241 | 6098 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6099 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6100 `cl-hash-table-p', not `hash-table-p'. | |
6101 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6102 | |
27119 | 6103 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6104 | |
6105 * faces.el (face-read-integer, read-face-attribute) | |
6106 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6107 strings. | |
6108 | |
27112 | 6109 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6110 | |
6111 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6112 at comment end, and re-insert them after filling. | |
6113 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6114 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
|
6115 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6116 * 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
|
6117 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6118 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
|
6119 |
27102 | 6120 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6121 | |
6122 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6123 the new name of face-color-supported-p. | |
6124 | |
6125 * term/w32-win.el (xw-defined-colors): Likewise. | |
6126 | |
27097 | 6127 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6128 | |
6129 * simple.el (completion-setup-function): Count completion-size | |
6130 from minibuffer-prompt-end, not from point-min. | |
6131 | |
27091 | 6132 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6133 | |
6134 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6135 Pass the frame to tty-color-* functions. | |
6136 (display-color-p, frame-set-background-mode): Pass the frame to | |
6137 tty-display-color-p. | |
6138 | |
6139 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6140 tty-color-alist. | |
6141 (tty-color-alist, tty-modify-color-alist): New functions. | |
6142 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6143 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6144 an optional parameter FRAME. | |
6145 | |
27074 | 6146 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6147 | |
27082 | 6148 * image.el (create-image, defimage): Don't assume image data is a |
6149 string. | |
6150 | |
27074 | 6151 * image.el (defimage): Handle specifications containing :data |
6152 instead of :file. | |
6153 (image-type-from-data): New function. | |
6154 (image-type-from-file-header): Use it. | |
6155 (create-image): Add parameter DATA-P. | |
27182 | 6156 |
30729 | 6157 See ChangeLog.8 for earlier changes. |