Mercurial > emacs
annotate lisp/ChangeLog @ 30829:a83791be7166
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 21:34:26 +0000 |
parents | d725233e5dbc |
children | bf46e8c28608 |
rev | line source |
---|---|
30808 | 1 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
2 | |
30829 | 3 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as |
4 'buffer-menu' property. | |
5 (Buffer-menu-buffer): Use `buffer' property if `buffer-name' | |
6 fails. | |
7 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name | |
8 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer | |
9 wasn't killed. | |
10 | |
30825 | 11 * buff-menu.el (list-buffers-noselect): Don't display the |
12 *Buffer List* buffer. | |
13 | |
30822 | 14 * font-lock.el: Require jit-lock to prevent a very late |
15 `Loading jit-lock' message. | |
16 | |
30808 | 17 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el |
18 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' | |
19 mail address. | |
20 | |
30804 | 21 2000-08-15 Miles Bader <miles@gnu.org> |
22 | |
23 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
24 (ispell-choices-win-default-height, ispell-help): Use | |
25 `ispell-graphic-p' instead of `xemacsp'. | |
26 | |
30802 | 27 2000-08-15 Dave Love <fx@gnu.org> |
28 | |
30813 | 29 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. |
30 (global-cwarn-mode): Don't make it a user option. Unquote lambda. | |
31 (cwarn-font-lock-feature-keywords-alist): Don't make it a user | |
32 option. Provide :type. | |
33 (cwarn-configuration): Provide :type. | |
34 (cwarn-mode): Doc fix. | |
35 | |
36 * add-log.el (change-log-merge): Doc fix. | |
37 (change-log-redate): New command. | |
38 | |
30802 | 39 * net/browse-url.el (browse-url-filename-alist): Add a clause for |
40 Doze and Dog. | |
41 (browse-url): Use dolist, not mapcar. | |
42 (browse-url-at-point): Check for null url. | |
43 (browse-url-event-buffer, browse-url-event-point): Functions | |
44 deleted. | |
45 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
46 | |
47 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
48 modes. | |
49 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
50 Fix previous change to mapcan. | |
51 (msb--init-file-alist, msb--add-separators) | |
52 (msb--make-keymap-menu): Simplify. | |
53 (msb--choose-file-menu): Use copy-sequence. | |
54 (msb-mode-map): Add title to keymap. | |
55 (msb-unload-hook): New function. | |
56 | |
57 * bs.el: Fix indentation. | |
58 (bs) <defgroup>: Add :links. | |
59 | |
30796 | 60 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
61 | |
62 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
63 convert-standard-filename. | |
64 | |
30788 | 65 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
66 | |
30790 | 67 * emacs-lisp/authors.el: New file. |
68 | |
30788 | 69 * paren.el (show-paren-priority): New user option. |
70 (show-paren-function): Set overlay priorities to | |
71 show-paren-priority. | |
72 | |
30783 | 73 2000-08-14 Miles Bader <miles@gnu.org> |
74 | |
75 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
76 beginning-of-line with inhibit-field-text-motion bound. | |
77 | |
30781 | 78 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
79 | |
80 * calendar/timeclock.el: New file. | |
81 | |
82 2000-08-14 David Ponce <david@dponce.com> | |
83 | |
84 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
85 `widget-button-click'. so that one can use left mouse button to | |
86 click on dialog buttons. | |
87 | |
88 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
89 | |
90 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
91 identifiers, since XML is case sensitive | |
92 | |
30767 | 93 2000-08-12 Miles Bader <miles@gnu.org> |
30769 | 94 |
95 * comint.el (comint-output-filter): Don't bother frobbing | |
96 window-start, it doesn't seem to be necessary. | |
30767 | 97 |
98 * comint.el (comint-send-string, comint-send-region): Make into | |
99 real functions. Snapshot the prompt before sending. | |
100 | |
30764 | 101 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
102 | |
103 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
104 technique similar to Info-index, instead of relying on specific | |
105 names of relevant Index nodes. | |
106 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
107 going to the first node found by Info-find-emacs-command-nodes. | |
108 | |
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
109 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
30758 | 110 |
111 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
112 | |
30741 | 113 2000-08-10 Miles Bader <miles@gnu.org> |
114 | |
115 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
116 | |
30739 | 117 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
118 | |
119 * info.el (Info-file-list-for-emacs): More elements for the | |
120 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
121 and woman manuals. | |
122 | |
30737 | 123 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
124 | |
125 * comint.el (comint-send-input): Make the newline boundary overlay | |
126 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
127 (comint-output-filter): Use `insert' instead of | |
128 `insert-before-markers'. Extend comint-last-output-overlay when | |
129 necessary since we can't rely on insert-before-markers to do it. | |
130 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
131 save-excursion when inserting the output, so that point gets | |
132 updated correctly; the old method relied on a rather dodgy | |
133 side-effect of comint-output-filter to avoid the effect of | |
134 save-excursion. | |
135 | |
30734 | 136 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
137 | |
138 * files.el (recover-file): Call insert-directory instead of | |
139 invoking `ls' directly. | |
140 | |
30732 | 141 2000-08-10 Miles Bader <miles@gnu.org> |
142 | |
143 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
144 (comint-last-prompt-overlay): New variables. | |
145 (comint-output-filter): Implement prompt highlighting. | |
146 (comint-snapshot-last-prompt): New function. | |
147 (comint-send-input): Snapshot the last prompt. | |
148 Use comint-highlight-input-face. | |
149 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
150 Use defface instead of defcustom. | |
151 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
152 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
153 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
154 | |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
155 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
156 |
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
157 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
158 (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
|
159 (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
|
160 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
|
161 |
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
162 * 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
|
163 Set cvs-minor-current-files to the selected fileinfo. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
164 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
165 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
166 |
30715 | 167 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
168 | |
169 * files.el (insert-directory): Don't call access-file on | |
170 directories on DOS and Windows. | |
171 | |
30704 | 172 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
173 | |
174 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
175 longer if necessary. | |
176 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
177 ccl-program-vector. | |
178 | |
30701 | 179 2000-08-09 Miles Bader <miles@gnu.org> |
180 | |
181 * comint.el (comint-output-filter): Properly handle the case where | |
182 the text surrounded by comint-last-output-overlay was deleted. | |
183 | |
30671 | 184 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
185 | |
30693 | 186 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
187 non-nil. | |
188 (Info-file-list-for-emacs): Remove "info" from the list because | |
189 that leads to trying to use the documentation from file `info' | |
190 in various situations where it isn't appropriate, for instance | |
191 C-h C-k C-h i. | |
192 | |
193 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
194 DIR and/or STRING are nil. | |
195 | |
196 * progmodes/compile.el (compilation-setup): Make variable | |
197 compilation-error-screen-columns buffer-local, as some comment | |
198 in the code suggests it should be. | |
199 | |
200 * files.el (auto-mode-interpreter-regexp): New variable. | |
201 (set-auto-mode): Use it. | |
202 | |
203 * indent.el (indent-for-tab-command): Doc fix. | |
204 | |
205 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
206 | |
30671 | 207 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
208 labels. | |
209 | |
210 * help.el (print-help-return-message): When | |
211 display-buffer-reuse-frames is set, let the help window been quit, | |
212 instead of deleting it, which might delete a reused frame. | |
213 | |
30664 | 214 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
215 | |
216 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
217 rename a directory to a name that differs only by its letter case. | |
218 | |
30655 | 219 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
220 | |
221 * international/quail.el (quail-define-rules): Handle Quail decode | |
222 map correctly. Add code for supporting annotations. | |
223 (quail-install-decode-map): New function. | |
224 (quail-defrule-internal): New optional arguments decode-map and | |
225 props. | |
226 (quail-advice): New function. | |
227 | |
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
228 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
|
229 |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
230 * 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
|
231 `defconst', `define-condition', `with-slots'. |
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
232 * 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
|
233 |
30649 | 234 2000-08-03 Miles Bader <miles@gnu.org> |
235 | |
236 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
237 New variable. | |
238 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
239 comint-use-prompt-regexp-instead-of-fields. | |
240 (comint-send-input): Add `input' field property to stuff we send to | |
241 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
242 (comint-output-filter): Add `output' field property to process | |
243 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
244 (comint-replace-by-expanded-history) | |
245 (comint-get-old-input-default, comint-show-output) | |
246 (comint-backward-matching-input, comint-forward-matching-input) | |
247 (comint-next-prompt, comint-previous-prompt): Use field | |
248 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
249 (comint-line-beginning-position): New function. | |
250 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
251 (comint-replace-by-expanded-history-before-point): Use | |
252 comint-line-beginning-position and line-end-position. | |
253 (comint-last-output-overlay): New variable. | |
254 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
255 | |
256 * shell.el (shell-prompt-pattern): Doc change. | |
257 (shell-backward-command): Use line-beginning-position. | |
258 | |
259 * gud.el (gud-gdb-complete-command): Use | |
260 comint-line-beginning-position. | |
261 | |
262 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
263 comint-bol doesn't actually go to the beginning of the line. | |
264 | |
265 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
266 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
267 (try-expand-line-all-buffers): Likewise. | |
268 | |
269 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
270 explicitly matching comint-prompt-regexp. | |
271 (sql-copy-column): Use comint-line-beginning-position instead of | |
272 explicitly matching comint-prompt-regexp. | |
273 | |
274 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
275 comint-line-beginning-position. | |
276 | |
277 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
278 | |
279 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
280 looking for a prompt, use `forward-line 0' instead of | |
281 `beginning-of-line', to avoid getting caught by an input field. | |
282 | |
30633 | 283 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
284 | |
285 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
286 PATTERN, in the Unix case. | |
287 | |
30629 | 288 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
289 | |
290 * play/zone.el (zone): Discard any pending input before running | |
291 the randomly-chosen pgm. | |
292 | |
30623 | 293 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
294 | |
295 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
296 checking the existence of any multibyte characters. | |
297 | |
30619 | 298 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
299 | |
30622 | 300 * help.el (describe-mode): Test minor-mode symbol for being |
301 bound before testing its value for being nil. | |
302 | |
30619 | 303 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
304 `first', `second', and `third'. | |
305 | |
306 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
307 (second): Make it an alias for `cadr'. | |
308 | |
30616 | 309 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
310 | |
311 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
312 types of display support faces now. | |
313 | |
30614 | 314 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
315 | |
316 * pcvs.el (require): Require `cl' during compilation, only. | |
317 | |
318 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
319 (toplevel): Remove `remq' and `remove' from autoloads. | |
320 (cl-fake-autoloads): New variable. If set, arrange for an error | |
321 when CL functions etc. are autoloaded. | |
322 | |
30585 | 323 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
324 | |
30593 | 325 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
326 | |
30591 | 327 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
328 popped up, but the user clicks outside the menu, return an empty | |
329 regexp (that causes unhighlight-regexp to have no effect). | |
330 | |
30589 | 331 * menu-bar.el (menu-bar-games-menu): Add Zone. |
332 | |
30585 | 333 * hi-lock.el (toplevel): Require font-lock. |
334 | |
30576 | 335 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
336 | |
337 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
338 (ebnf-8-bit-chars): New var for bug fix. | |
339 (ebnf-string): Bug fix. | |
340 | |
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
341 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
|
342 |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
343 * 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
|
344 instead of `buffer-string'. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
345 (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
|
346 `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
|
347 necessary. |
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
348 |
30567 | 349 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
350 | |
351 * international/mule-cmds.el (select-safe-coding-system): Make | |
352 the message text about selecting a safe coding system more clear. | |
353 | |
30564 | 354 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
355 | |
30565 | 356 * hi-lock.el: New file. |
357 | |
358 * play/zone.el: New file. | |
359 | |
30564 | 360 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
361 value of tab-width in the original buffer. Choose a line number | |
362 format that's a multiple of the original buffer's tab width, so | |
363 that lines appear right. | |
364 | |
365 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
366 Spell-check active region if in transient-mark-mode and mark | |
367 is active; otherwise spell-check buffer. | |
368 | |
369 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
370 | |
371 * ps-mule.el: Fix a customization problem on | |
372 ps-mule-font-info-database-default. | |
373 | |
30555 | 374 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
375 | |
376 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
377 display-mouse-p instead of window-system. | |
378 (ebrowse-member-mode-map): Ditto. | |
379 | |
30553 | 380 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
381 | |
382 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
383 fix. | |
384 (ebnf-version): New version number (3.2). | |
385 (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
|
386 |
30547 | 387 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
388 | |
30549 | 389 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
390 font lock support on window-system. | |
391 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
392 | |
30547 | 393 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
394 display-color-p, if fboundp, instead of window-system. | |
395 | |
30545 | 396 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
397 | |
398 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
399 instead of window-system. | |
400 | |
401 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
402 window-system. | |
403 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
404 instead of window-system. | |
405 | |
406 * strokes.el (strokes-file): Run the file name through | |
407 convert-standard-filename. | |
408 (strokes-mode): Call display-mouse-p instead of looking at | |
409 window-system. Change the error message accordingly. | |
410 | |
411 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
412 | |
413 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
414 (lm-plot-square, lm-init-display): Don't use window-system. | |
415 | |
416 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
417 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
418 | |
419 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
420 instead of looking at window-system. | |
421 | |
30528 | 422 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
423 | |
424 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
425 of testing if iswitchb-prepost-hooks is bound, because the | |
426 latter will always be true when invoking a recursive minibuffer | |
427 from an active Iswitchb buffer. | |
428 | |
30526 | 429 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
430 | |
431 * files.el (shell-quote-wildcard-pattern): New function. | |
432 (insert-directory): Call it. Only prepend "\" to command on Unix | |
433 and GNU/Linux systems. | |
434 | |
30524 | 435 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
436 | |
437 * eshell/esh-groups.el: Change custom :link file names | |
438 from `eshell.info' to `eshell'. | |
439 | |
440 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
441 | |
442 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
443 correctly in recursive ange-ftp listings. | |
444 | |
445 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
446 | |
447 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
448 ps-header-font-size-internal and | |
449 ps-header-title-font-size-internal variables are not set, | |
450 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
451 face text property is (foreground-color . COLOR) or | |
452 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
453 (ps-print-version): New version number (5.2.4). | |
454 (ps-plot-region): Code fix. | |
455 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
456 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
457 Bug fix 2. | |
458 | |
459 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
460 | |
461 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
462 identifiers like `myXMLDocument'. | |
463 | |
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
464 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
|
465 |
30524 | 466 * mail/mail-hist.el (mail-hist-previous-input) |
467 (mail-hist-next-input): Do the obvious code factorization. | |
468 (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
|
469 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
|
470 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
|
471 |
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
472 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
|
473 |
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
474 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
30524 | 475 Use `<=', not `<' to compare times! |
476 (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
|
477 |
30502 | 478 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
479 | |
30516 | 480 * play/cookie1.el: Add explanation of how to make cookie.el |
481 compatible with strfile(1) to comment. | |
482 | |
483 * subr.el (remove, remq): New functions. | |
484 | |
30511 | 485 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
486 escape `*' in regexps. | |
487 (midnight-find): Reverse order of arguments in the funcall of | |
488 TEST. | |
489 | |
490 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
491 and `.class'. | |
492 | |
30502 | 493 * play/meese.el: Add Commentary section. |
494 | |
30516 | 495 2000-07-27 Alex Schroeder <alex@gnu.org> |
496 | |
497 * sql.el (sql-ms): Added autoload cookie. | |
498 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
499 (sql-oracle): Ditto. | |
500 (sql-help): Doc change. | |
501 | |
502 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
503 types and exceptions. | |
504 | |
505 2000-07-27 Alex Schroeder <alex@gnu.org> | |
506 | |
507 * sql.el (sql-placeholder-history): New variable. | |
508 (sql-query-placeholders-and-send): New function that will query | |
509 the user and replace placeholders with user input. | |
510 (sql-oracle): If running on NT, set comint-input-sender to | |
511 sql-query-placeholders-and-send. | |
512 | |
513 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
514 present it as a message. | |
515 | |
516 2000-07-27 Alex Schroeder <alex@gnu.org> | |
517 | |
518 * sql.el (sql-input-ring-separator): Doc change. | |
519 (sql-input-ring-file-name): Doc change. | |
520 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
521 `sql-input-ring-file-name' to set the comint-mode equivalents | |
522 without making them local variables. | |
523 (sql-stop): Don't bind `sql-input-ring-separator' and | |
524 `sql-input-ring-file-name' dynamically to their comint-mode | |
525 equivalents. | |
526 | |
30490 | 527 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
528 | |
529 * international/mule.el (register-char-codings): New function. | |
530 (make-coding-system): Handle `safe-chars' specification in the arg | |
531 PROPERTY. | |
532 | |
533 * international/mule-cmds.el | |
534 (find-coding-systems-region-subset-p): This function deleted. | |
535 (sort-coding-systems-predicate): New variable. | |
536 (sort-coding-systems): New function. | |
537 (find-coding-systems-region): Use | |
538 find-coding-systems-region-internal. | |
539 (find-coding-systems-string): Use find-coding-systems-region. | |
540 (find-coding-systems-for-charsets): Check | |
541 char-coding-system-table. | |
542 (select-safe-coding-system-accept-default-p): New variable. | |
543 (select-safe-coding-system): Mostly rewritten. New argument | |
544 ACCEPT-DEFAULT-P. | |
545 (select-message-coding-system): Call select-safe-coding-system | |
546 with ACCEPT-DEFAULT-P arg. | |
547 (reset-language-environment): Reset default-sendmail-coding-system | |
548 to the default value iso-latin-1. | |
549 (set-language-environment): Don't set the obsolete variable | |
550 charset-origin-alist. | |
551 | |
552 * international/codepage.el (cp-coding-system-for-codepage-1): | |
553 Give `safe-chars' property to make-coding-system. | |
554 | |
555 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
556 calling select-message-coding-system twice. | |
557 | |
558 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
559 instead of `safe-charsets'. | |
560 (cyrillic-alternativnyj): Likewise. | |
561 (ccl-encode-alternativnyj): Don't check the charset | |
562 cyrillic-iso8859-5. | |
563 | |
30484 | 564 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
565 | |
566 * composite.el (compose-chars-after): Preserve match data. | |
567 | |
30481 | 568 2000-07-26 Sam Steingold <sds@gnu.org> |
569 | |
570 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
571 (ange-ftp-real-file-newer-than-file-p): New function. | |
572 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
573 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
574 | |
575 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
576 * midnight.el (midnight-float-time): Ditto. | |
577 | |
30479 | 578 2000-07-26 Andreas Schwab <schwab@suse.de> |
579 | |
580 * files.el (normal-backup-enable-predicate): Correct | |
581 interpretation of the return value of compare-strings. | |
582 | |
30471 | 583 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
584 | |
30477 | 585 * isearch.el (isearch-resume): New function. |
586 (isearch-done): Add something to command-history to resume | |
587 the search. | |
588 (isearch-yank-line, isearch-yank-word): Use | |
589 buffer-substring-no-properties instead of buffer-substring. | |
590 | |
30471 | 591 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
592 of flyspell-mouse-map. | |
593 | |
594 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
595 duplicate definition. | |
596 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
597 | |
598 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
599 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
600 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
601 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
|
602 |
30459 | 603 * net/ange-ftp.el: Get modtime over the net. |
604 (ange-ftp-file-modtime): New function. | |
30473 | 605 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
606 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
30459 | 607 Use it. |
608 (ange-ftp-dot-to-slash): New function. | |
609 (ange-ftp-fix-name-for-vms): Use it. | |
610 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
611 * 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
|
612 `with-current-buffer'. |
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
613 |
30457 | 614 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
615 | |
616 * find-dired.el: Update copyright notice. | |
617 (find-dired): Offer to kill a running `find'. | |
618 | |
619 * enriched.el (enriched-face-ans): For a `foreground-color' | |
620 property, return '(("x-color" COLOR))' so that COLOR will be | |
621 output as a parameter of the x-color annotation. Likewise for the | |
622 `background-color' property. In the case of normal face | |
623 properties, don't return annotations for unspecified foreground | |
624 and background face attributes. | |
625 | |
30450 | 626 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
627 | |
628 * language/japan-util.el (japanese-katakana-region): Fix handling | |
629 HANKAKU argument. | |
630 | |
30438 | 631 2000-07-25 Miles Bader <miles@gnu.org> |
632 | |
633 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
634 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
635 constrain-to-field. | |
636 | |
30437 | 637 2000-07-24 Andrew Innes <andrewi@gnu.org> |
638 | |
639 * timer.el (timer-activate-when-idle): Add optional parameter | |
640 DONT-WAIT. Update docstring. | |
641 (run-with-idle-timer): Specify extra parameter to | |
642 timer-activate-when-idle, so that timer will be activated | |
643 immediately if Emacs is already idle. | |
644 | |
645 * w32-fns.el (w32-using-nt): Fix docstring. | |
646 | |
30434 | 647 2000-07-24 Dave Love <fx@gnu.org> |
648 | |
649 * mouse.el (popup-menu): Set last-command-event. | |
650 (mouse-major-mode-menu-prefix): Declare. | |
651 | |
30433 | 652 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
653 | |
654 * textmodes/flyspell.el: Update to author's version 1.5d. | |
655 | |
656 * progmodes/hideshow.el: Update copyright notice. | |
657 | |
658 * vcursor.el: Set maintainer to FSF, since author cannot | |
659 be reached. | |
660 | |
30422 | 661 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
662 | |
30424 | 663 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
664 the prompt. | |
665 | |
30422 | 666 * mouse.el (popup-menu): Run the keymap through indirect-function, |
667 in case it was defined with define-prefix-key. If the menu is a | |
668 list of keymaps, look up the binding of user's choice in each one | |
669 of the keymaps. | |
670 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
671 don't have a prompt string, create one and insert it into the | |
672 keymap. Don't barf if current-local-map returns nil. | |
673 | |
30415 | 674 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
675 | |
676 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
677 to be undone. | |
678 (dired-sort-other): Use it. | |
679 | |
30412 | 680 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
681 | |
30415 | 682 * Release of cc-mode 5.27 |
30412 | 683 |
684 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
685 | |
686 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
687 c-beginning-of-statement-1 that caused a bad case of recursion | |
688 which could consume a lot of CPU in large classes in languages | |
689 that have in-expression classes (i.e. Java and Pike). | |
690 | |
691 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
692 statements before top level constructs (i.e. case 6 is moved | |
693 before case 5 and is now case 4) to catch in-expression | |
694 classes in top level expressions correctly. | |
695 | |
696 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
697 | |
698 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
699 objc-method-intro. Case 4 removed and case 5I added. | |
700 | |
701 * cc-langs.el (c-append-paragraph-start): New variable used by | |
702 c-common-init to get paragraph-start correct. | |
703 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
704 initialize paragraph-start to make it correct both with and | |
705 without the javadoc special case. | |
706 | |
707 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
708 initialize paragraph-start for javadoc markup. | |
709 | |
710 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
711 change by defaulting this to t. It's motivated by the | |
712 confusing behavior that otherwise arise from the style system | |
713 when editing both java and non-java files at the same time | |
714 (see the comments about style setting in c-common-init). | |
715 | |
716 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
717 | |
718 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
719 similar to the one in c-fill-paragraph to check the fill | |
720 prefix from the adaptive fill function for sanity. | |
721 | |
722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
723 | |
724 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
725 defun block. | |
726 | |
727 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
728 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
729 * cc-mode.texi Documented the change of cpp-macro. |
30412 | 730 |
731 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
732 | |
733 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
734 leading comma nicely. Extended to handle member initializers | |
735 too. | |
736 | |
30415 | 737 * cc-engine.el: (c-beginning-of-inheritance-list, |
30412 | 738 c-guess-basic-syntax): Fixed recognition of inheritance lists |
739 when the lines begins with a comma. | |
740 | |
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
741 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
30412 | 742 |
743 * cc-vars.el (c-offsets-alist): Changed default for | |
744 member-init-cont to c-lineup-multi-inher since it now handles | |
745 member initializers and indents better for leading commas. | |
746 | |
747 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
748 | |
749 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
750 handling that caused class open lines to be recognized as | |
751 statement-conts in some cases. | |
752 | |
753 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
754 guessed by the adaptive fill function unless point is on the | |
755 first line of a block comment. | |
756 | |
757 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
758 when the buffer ends with a macro continuation char. | |
759 | |
760 * cc-engine.el (c-guess-basic-syntax): Added support for | |
761 function definitions as statements in Pike. The first | |
762 statement in a lambda block is now labeled defun-block-intro | |
763 instead of statement-block-intro. | |
764 | |
765 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
766 so that the class surrounding point is selected, not the one | |
767 innermost in the state. | |
768 | |
769 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
770 recognition of switch labels having hanging multiline | |
771 statements. | |
772 | |
773 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
774 some code in c-guess-basic-syntax to a separate function. | |
775 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
776 recognition of member inits with multiple line arglists. | |
777 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
778 member-init-cont when the commas are in funny places. | |
779 | |
780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
781 | |
782 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
783 not used anymore. | |
784 | |
785 * cc-engine.el (c-looking-at-bos): New helper function. | |
786 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
787 inexpr and toplevel classes apart in Pike. | |
788 | |
789 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
790 of case 9A. | |
791 | |
792 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
793 constant, since "class" can introduce an in-expression class | |
794 in Pike nowadays. | |
795 | |
796 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
797 | |
798 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
799 indentation on cpp-macro lines. | |
800 | |
801 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
802 a syntax modifier like comment-intro, to make it possible to | |
803 get syntactic indentation for preprocessor directives. It's | |
804 incompatible wrt to lineup functions on cpp-macro, but it has | |
805 no observable effect in the 99.9% common case where cpp-macro | |
806 is set to -1000. | |
807 | |
808 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
809 | |
810 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
811 member-init-cont when the preceding arglist is several lines. | |
812 | |
813 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
814 | |
815 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
816 style corrected to 8. | |
817 | |
818 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
819 | |
820 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
821 brace list openers in the gnu style. | |
822 | |
823 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
824 | |
825 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
826 | |
827 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
828 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
829 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
830 when c-syntactic-indentation is nil. | |
831 | |
832 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
833 we were left at comments preceding the first statement when | |
834 reaching the beginning of the buffer. | |
835 | |
836 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
837 off all syntactic indentation. | |
838 | |
839 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
840 | |
841 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
842 between the text and the block comment ender when it hangs, | |
843 depending on how many there are before the fill. | |
844 | |
845 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
846 | |
847 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
848 function to go back to the closest preceding statement start, | |
849 which could be inside a conditional statement. | |
850 * cc-engine.el (c-guess-basic-syntax): Use | |
851 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
852 | |
853 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
854 arglist-intro, arglist-cont-nonempty and arglist-close when | |
855 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
856 changed. | |
857 | |
858 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
859 up-to-date with javadoc 1.2. | |
860 | |
861 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
862 | |
863 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
864 multiline Pike type decls. | |
865 | |
866 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
867 | |
868 * cc-cmds.el (c-indent-new-comment-line): Always break | |
869 multiline comments in multiline mode, regardless of | |
870 comment-multi-line. | |
871 | |
872 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
873 | |
874 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
875 fully::qualified::names in C++ member init lists. Preamble in | |
876 case 5D changed. | |
877 | |
878 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
879 | |
880 * cc-langs.el (c-common-init): Handling of obsolete variables | |
881 moved to c-initialize-cc-mode. More compatible style override | |
882 when using global style variables. | |
883 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
884 variables moved here. | |
885 | |
30415 | 886 * cc-mode.texi: Documented the special behavior of |
30412 | 887 c-special-indent-hook as a style variable. Don't talk about |
888 doing (c-make-styles-buffer-local t) in a mode hook, since | |
889 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
|
890 |
30412 | 891 * cc-styles.el (c-make-styles-buffer-local): Flag style |
892 variable localness in c-style-variables-are-local-p to make | |
893 the compatibility measure in c-common-init work well. | |
894 | |
895 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
896 longer contain set-from-style. | |
897 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
898 set-from-style on c-special-indent-hook. | |
899 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
900 copy-alist is sufficient now. | |
901 | |
902 * cc-styles.el (c-set-style, c-set-style-1, | |
903 c-get-style-variables): Fixes to variable initialization so | |
904 that duplicate entries in styles have the same effect | |
905 regardless of DONT-OVERRIDE. | |
906 | |
907 * cc-styles.el (c-set-style-2): Fixed bug where the | |
908 initialization of inheriting styles failed when the | |
909 dont-override flag is set. | |
910 | |
911 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
912 on this. | |
913 | |
914 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
915 | |
916 * cc-defs.el (c-forward-comment): Removed the workaround | |
917 introduced in 5.38 since it had worse side-effects. If a line | |
918 contains the string "//\"", it regarded the // as a comment | |
919 start since the \ temporarily doesn't have escape syntax. | |
920 | |
921 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
922 | |
923 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
924 ada-xref.el before ada-prj.el, so that the Project menu is created | |
925 when ada-prj tries to add to it. | |
926 (ada-activate-keys-for-case): Suppress the characters that are not | |
927 part of the Ada syntax. Better compatibility with else-mode | |
928 (ada-adjust-case-interactive): When auto-casing is not active, | |
929 correctly insert newlines (used to insert only ^M). Prevent the | |
930 syntax table from being changed in case of an error | |
931 (or '_' becomes part of a word and some commands are confused). | |
932 Do nothing if ada-auto-case is nil. | |
933 (ada-after-keyword-p): Ignore keywords that are also attributes | |
934 (ada-batch-reformat): Update usage comment | |
935 (ada-call-from-contextual-menu): New function | |
936 (ada-case-read-exceptions): Reinitialize the casing exception list | |
937 first to nil first, so that the casing exception file can be | |
938 shared. | |
939 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
940 files. | |
941 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
942 anywhere in the error message | |
943 (ada-contextual-menu-last-point): New variable | |
944 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
945 t on XEmacs, it means that DEL should delete one character | |
946 forward. | |
947 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
948 New submenu "Options". | |
949 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
950 statements. | |
951 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
952 even if they don't match ada-fill-comment-prefix Fix handling of | |
953 paragraphs on the first or last line of a file. | |
954 (ada-format-paramlist): Fix handling of default parameter values. | |
955 (ada-get-body-name): New function. | |
956 (ada-get-current-indent): Optimized by searchling directly for an | |
957 existing generic part or a statement outside of it. Handle | |
958 ada-indent-align-comments when indenting comments Replaced some | |
959 regexps by testing directly the next character. This results in a | |
960 huge speedup on some files. New indentation scheme for renames | |
961 statements. Stop looking for the 'while' or 'for' associated with | |
962 a 'loop' at the first semicolon encountered. A "return" can also | |
963 match an anonymous access subprogram declaration. | |
964 (ada-get-indent-noindent): Ignore strings and comments when | |
965 looking for the keywords "record" and "private". | |
966 (ada-goto-matching-decl-start): When matching "if", make sure we | |
967 are not in fact seeing "end if". Ignore "when" statements except | |
968 when initial keyword was "begin". Fix handling of nested | |
969 procedures. Add a recursive call to this function to skip over | |
970 other 'end' statmts. Fix indentation for "when .. => begin" | |
971 (ada-in-open-paren-p): Fix indentation for complex boolean | |
972 expressions, where 'and then', 'or else' and parenthesis | |
973 statements are mixed up. | |
974 (ada-in-paramlist-p): Skip comments while searching for the | |
975 beginning Fix handling of operator declarations. | |
976 (ada-indent-align-comments): New variable | |
977 (ada-indent-current): Change the syntax table only in the | |
978 protected section, so that we are sure it is restored correctly. | |
979 (ada-indent-on-previous-lines): Use ada-use-indent and | |
980 ada-with-indent Correctly indent "select ... then" | |
981 (ada-indent-region): Slight speedup. | |
982 (ada-indent-renames): New variable. | |
983 (ada-last-which-function-subprog, ada-last-which-function-line): | |
984 New variables | |
985 (ada-looking-at-semi-private): Correctly indent the 'private' | |
986 keyword when it is the first word in a package declaration. | |
987 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
988 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
989 even if point is not initially at the end of the word. | |
990 (ada-matching-decl-start-re): Add "when". | |
991 (ada-mode): Add support for abbrev-mode, outline-mode and | |
992 which-func-mode Override the old find-file.el entry in | |
993 ff-special-constructs since it is using the obsolete | |
994 ada-spec-suffix variable | |
995 (ada-no-auto-case): New function | |
996 (ada-scan-paramlist): When parsing the argument type, accept | |
997 spaces (as in "X 'Class", generated by Rational Rose). | |
998 (ada-other-file-name): No longer loads the other file. | |
999 (ada-popup-menu): Save and restore the current buffer and cursor | |
1000 position before and after displaying the menu. | |
1001 (ada-search-ignore-complex-boolean): New function. | |
1002 (ada-uncomment-region): Emacs21 already knows how to delete | |
1003 comments not starting in the first column. | |
1004 (ada-use-indent): New variable | |
1005 (ada-which-function): New function. | |
1006 (ada-with-indent): New variable | |
1007 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
1008 can be batch-compiled from the command line. | |
1009 | |
1010 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
1011 Add to the menu when the file is loaded, not in ada-mode-hook. | |
1012 Add -toolbar to the default ddd command Switches moved from | |
1013 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
1014 ada-prj-default-comp-opt | |
1015 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
1016 Reference Manual to the menu | |
1017 (ada-check-current): rewritten as a call to ada-compile-current | |
1018 (ada-compile): Removed. | |
1019 (ada-compile-application, ada-compile-current, ada-check-current): | |
1020 Set the compilation-search-path so that compile.el automatically | |
1021 finds the sources in src_dir. Automatic scrollong of the | |
1022 compilation buffer. C-uC-cC-c asks for confirmation before | |
1023 compiling | |
1024 (ada-compile-current): New parameter, prj-field | |
1025 (ada-complete-identifier): Load the .ali file before doing | |
1026 processing | |
1027 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
1028 conform to gnatmake's behavior. | |
1029 (ada-find-file-in-dir): New function | |
1030 (ada-find-references): Set the environment variables for gnatfind | |
1031 (ada-find-src-file-in-dir): New function. | |
1032 (ada-first-non-nil): Removed | |
1033 (ada-gdb-application): Add support for jdb, the java debugger. | |
1034 (ada-get-ada-file-name): Load the original-file first if not done | |
1035 yet. | |
1036 (ada-get-all-references): Handles the new ali syntax (parent types | |
1037 are found between <>). | |
1038 (ada-initialize-runtime-library): New function | |
1039 (ada-mode-hook): Always load a project file when a file is opened, | |
1040 so that the casing exceptions are correctly read. | |
1041 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
1042 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
1043 to open the project file, since the latter does not work with | |
1044 speedbar Get default values before loading the prj file, or the | |
1045 default executable file name is wrong. Use the absolute value of | |
1046 src_dir to initialize ada-search-directories and | |
1047 compilation-search-path,... Add the standard runtime library to | |
1048 the search path for find-file. | |
1049 (ada-prj-default-debugger): Was missing an opening '{' | |
1050 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
1051 variables. | |
1052 (ada-prj-default-gnatmake-opt): New variable | |
1053 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
1054 buffers, the project file is the default one Save the windows | |
1055 configuration before displaying the menu. | |
1056 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
1057 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
1058 ...) regexp-quote identifiers names to support operators +, | |
1059 -,... in regexps. | |
1060 (ada-remote): New function. | |
1061 (ada-run-application): Erase the output buffer before starting the | |
1062 run Support remote execution of the application. Use | |
1063 call-process, or the arguments are incorrectly parsed | |
1064 (ada-set-default-project-file): Reread the content of the active | |
1065 project file, not the one from the current buffer When a project | |
1066 file is set as the default project, all directories are | |
1067 automatically associated with it. | |
1068 (ada-set-environment): New function | |
1069 (ada-treat-cmd-string): New special variable ${current} | |
1070 (ada-treat-cmd-string): Revised. The substitution is now done for | |
1071 any ${...} substring | |
1072 (ada-xref-current): If no body was found, compiles the spec | |
1073 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
1074 compiler to get rid of command line length limitations. | |
1075 (ada-xref-get-project-field): New function | |
1076 (ada-xref-project-files): New variable | |
1077 (ada-xref-runtime-library-specs-path) | |
1078 (ada-xref-runtime-library-ali-path): New variables | |
1079 (ada-xref-set-default-prj-values): Default run command now does a | |
1080 cd to the build directory. New field: main_unit Provide a default | |
1081 file name even if the current buffer has no prj file. | |
1082 | |
1083 * ada-prj.el: | |
1084 Rewritten to show a tabbed-dialog. | |
1085 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
1086 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
1087 New function | |
1088 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
1089 (ada-prj-load-from-file): New function | |
1090 (ada-prj-save): Always save fields that depend on the current buffer | |
1091 (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
|
1092 |
30412 | 1093 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
1094 Ada mode. This will allow us to display the Ada menu in any buffer | |
1095 we want (for project items). | |
1096 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
1097 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
|
1098 |
30395 | 1099 2000-07-24 Dave Love <fx@gnu.org> |
1100 | |
1101 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
1102 | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1103 2000-07-23 Noah Friedman <friedman@splode.com> |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1104 |
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1105 * type-break.el (type-break): perform autosave. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1106 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1107 (type-break-do-query): Cancel query schedule while performing |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1108 actual query, to avoid possibility of a second query being made |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1109 while first one is already in progress. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1110 (type-break-time-stamp-format): New variable. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1111 (type-break-time-stamp): New function. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1112 (type-break-time-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1113 (type-break-keystroke-warning): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1114 (type-break-noninteractive-query): Use it. |
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1115 |
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1116 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1117 cookie. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1118 Use add-minor-mode to set minor-mode-alist, if available. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1119 (eldoc-echo-area-use-multiline-p): New user option. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1120 (eldoc-echo-area-multiline-supported-p): New variable. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1121 (eldoc-docstring-format-sym-doc): Use them. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1122 (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
|
1123 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1124 (eldoc-display-message-no-interference-p): Don't interfere with |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1125 edebug. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1126 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1127 (eldoc-function-arglist): New function. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1128 (eldoc-function-argstring): Use it. |
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1129 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1130 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1131 auto save directory exists before calling directory-files. |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1132 |
30386 | 1133 2000-07-23 Dave Love <fx@gnu.org> |
1134 | |
1135 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
1136 ^o, ^u. | |
1137 | |
30359 | 1138 2000-07-21 Dave Love <fx@gnu.org> |
1139 | |
30374 | 1140 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
1141 now passed to the function. It now works properly. | |
1142 | |
30359 | 1143 * smerge-mode.el (smerge-mode-menu): Fill it out. |
1144 | |
30350 | 1145 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1146 | |
1147 * info-look.el (info-lookup): If *info* is shown in another frame | |
1148 on the same display, select that frame, instead of switching to | |
1149 the Info buffer in another window of the selected frame. | |
1150 | |
1151 * simple.el (universal-argument-map): Bind numeric keypad keys | |
1152 kp-0 to kp-9 and kp-subtract. | |
1153 (digit-argument): Handle these keys. | |
1154 | |
30346 | 1155 2000-07-20 Dave Love <fx@gnu.org> |
1156 | |
1157 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
1158 buffer-modified and read-only stuff -- irrelevant with overlays. | |
1159 Put an extra property on the overlays and use it to clean up in | |
1160 case goto-address is re-run. | |
1161 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1162 2000-07-19 Richard M. Stallman <rms@gnu.org> |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1163 |
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1164 * timer.el (run-with-idle-timer): Doc fix. |
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1165 |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1166 * mail/mail-utils.el (mail-strip-quoted-names): |
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1167 Handle case where <...> appears inside "...". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1168 Use replace-match to edit the string more simply. |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1169 (rmail-dont-reply-to): Cope with an unmatched ". |
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1170 |
30331 | 1171 2000-07-19 Dave Love <fx@gnu.org> |
1172 | |
1173 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
1174 implementation. | |
1175 | |
1176 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
1177 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
1178 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
1179 | |
30318 | 1180 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
1181 | |
30329 | 1182 * textmodes/refer.el: Correct maintainer's email address. |
1183 | |
1184 * progmodes/hideif.el: Correct author's email address. | |
1185 Fix typo in comment. | |
1186 | |
1187 * xml.el: New file. | |
1188 | |
30318 | 1189 * mail/mailheader.el: Correct author's mail address. |
1190 | |
1191 * gnus/parse-time.el: Correct author's mail address. | |
1192 | |
30329 | 1193 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1194 |
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1195 * comint.el (comint-highlight-input, comint-highlight-face): |
30329 | 1196 New user options. |
1197 (comint-input-ring-file-name): Change custom type. | |
1198 (comint-mode-map): Bind mouse-2. | |
1199 (comint-insert-clicked-input): New function. | |
1200 (comint-send-input): Handle input highlighting. | |
1201 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1202 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1203 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1204 * mouse.el (popup-menu): New function. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1205 (mouse-major-mode-menu): Use it. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1206 |
30311 | 1207 2000-07-18 Dave Love <fx@gnu.org> |
1208 | |
1209 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
1210 improvements. | |
1211 | |
30308 | 1212 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1213 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1214 * faces.el (face-font-selection-order) |
30308 | 1215 (face-font-family-alternatives): Add custom type. |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1216 |
30298 | 1217 2000-07-18 Dave Love <fx@gnu.org> |
1218 | |
1219 * cus-edit.el (custom-variable-reset-saved) | |
1220 (custom-variable-reset-standard): Remove unused bindings. | |
1221 | |
1222 * rect.el (open-rectangle-line): Remove unused let. | |
1223 | |
1224 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
1225 | |
30296 | 1226 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1227 | |
1228 * cdl.el: Fix `Maintainer' keyword. | |
1229 | |
1230 * play/pong.el: Add author's email address. | |
1231 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1232 2000-07-17 Sam Steingold <sds@gnu.org> |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1233 |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1234 * files.el (insert-directory): Call `split-string' instead of |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1235 re-implementing it. |
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1236 |
30290 | 1237 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
1238 | |
1239 * mail/vms-pmail.el: Change maintainer to FSF. | |
1240 | |
1241 * net/goto-addr.el: Change maintainer to FSF. | |
1242 | |
1243 * recentf.el: Update from author. | |
1244 | |
1245 * info.el (Info-title-face-alist): Removed. | |
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1246 |
30277 | 1247 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
1248 | |
1249 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
1250 links to eshell, to avoid problems on systems where the manual is | |
1251 installed as `eshell'. | |
1252 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
1253 * eshell/em-smart.el (eshell-smart): Ditto. | |
1254 * eshell/em-banner.el (eshell-banner): Ditto. | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1255 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
30277 | 1256 |
1257 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
1258 same-file check in the MS-DOS version (it does support inodes). | |
1259 | |
1260 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
1261 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1262 * eshell/eshell.el (eshell-directory-name): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1263 Run default directory name through convert-standard-filename. |
30277 | 1264 |
30255 | 1265 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
1266 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1267 * international/mule-cmds.el (select-safe-coding-system): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1268 Fix typo in the comment. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1269 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1270 * language/european.el (compound-text): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1271 Force katakana-jisx0201 to be designated to G1. |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1272 |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1273 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1274 Don't translate some national variant characters of latin-jisx0201. |
30262 | 1275 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
30257 | 1276 |
30255 | 1277 * international/kkc.el (kkc-after-update-conversion-functions): |
1278 New variable. | |
1279 (kkc-update-conversion): Run functions in it at the tail. | |
1280 | |
30277 | 1281 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
|
1282 |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1283 * lisp/align.el (align-newline-and-indent): |
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1284 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
|
1285 (align-region): Fixed badly formatted minibuffer message. |
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1286 |
30253 | 1287 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
1288 | |
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1289 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
30253 | 1290 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
1291 the conversion list at first if appropriate. | |
1292 (kkc-next): Don't update kkc-next-count here. | |
1293 (kkc-prev): Don't update kkc-prev-count here. | |
1294 (kkc-show-conversion-list-update): Fix setting up of conversion | |
1295 list message. | |
1296 | |
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1297 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1298 |
30290 | 1299 * 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
|
1300 |
30248 | 1301 2000-07-16 Dave Love <fx@gnu.org> |
1302 | |
1303 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
1304 function to be more specific. | |
1305 | |
1306 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
1307 non-string help-echo. | |
1308 (widget-types-convert-widget): Defsubst it. | |
1309 (widget-echo-help): Try to cope with a help-echo function of two | |
1310 possible sorts. | |
1311 | |
30241 | 1312 2000-07-15 Jason Rumney <jasonr@gnu.org> |
1313 | |
1314 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
1315 Declare as obsolete. | |
1316 | |
1317 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
1318 | |
30226 | 1319 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
1320 | |
1321 * hilit-chg.el: Fix typo. | |
1322 | |
30221 | 1323 2000-07-14 Dave Love <fx@gnu.org> |
1324 | |
1325 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
1326 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1327 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1328 |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1329 * 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
|
1330 |
30193 | 1331 2000-07-13 Dave Love <fx@gnu.org> |
1332 | |
30195 | 1333 * emacs-lisp/easymenu.el: Doc fixes. |
1334 (easy-menu-remove): Defalias to ignore. | |
1335 | |
30193 | 1336 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
1337 Call throw correctly. | |
1338 | |
30190 | 1339 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
1340 | |
1341 * faces.el (frame-background-mode): Doc fix. | |
1342 | |
1343 * simple.el (eval-expression-print-length): Change custom type to | |
1344 allow entering nil as value. | |
1345 | |
30185 | 1346 2000-07-13 Dave Love <fx@gnu.org> |
1347 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1348 * progmodes/fortran.el (fortran-imenu-generic-expression): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1349 Change definition layout. |
30187 | 1350 (fortran-mode-menu): Reinstate customize entries. |
1351 | |
30185 | 1352 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
1353 Use :filter, per old XEmacs code. | |
1354 | |
30170 | 1355 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
1356 | |
1357 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
1358 event when deciding what to send to the terminal. | |
1359 | |
30168 | 1360 2000-07-12 Dave Love <fx@gnu.org> |
1361 | |
1362 * cus-start.el: Add optional version as 4th element of specs and | |
1363 use it for several things new in v21. Remove load-path. Fix type | |
1364 of line-number-display-limit. | |
1365 | |
30148 | 1366 2000-07-11 Dave Love <fx@gnu.org> |
1367 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1368 * progmodes/fortran.el: Don't require easymenu. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1369 Use repeat counts in various regexps. |
30150 | 1370 (fortran-mode-syntax-table): Defvar directly. |
1371 (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
|
1372 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1373 Use defvar, not defconst. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1374 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
30150 | 1375 (fortran-mode): Set fortran-comment-line-start-skip, |
1376 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
1377 (fortran-comment-indent): Use defsubst. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1378 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1379 Use fortran-comment-indent, not fortran-comment-indent-function. |
30150 | 1380 (fortran-comment-region, fortran-electric-line-number): Simplify. |
1381 (fortran-auto-fill): New function. | |
1382 (fortran-do-auto-fill): Deleted. | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1383 (fortran-find-comment-start-skip): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1384 Check for non-null comment-start-skip. |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1385 (fortran-auto-fill-mode, fortran-fill-statement): |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1386 Use fortran-auto-fill. |
30150 | 1387 (fortran-fill): Use fortran-auto-fill. Check for null |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1388 comment-start-skip. Simplify final clause and use end-of-line finally. |
30150 | 1389 |
30148 | 1390 * widget.el (widget-plist-member): New alias. |
1391 | |
30146 | 1392 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
1393 | |
1394 * eshell/esh-module.el (toplevel): Reference | |
1395 byte-compile-current-file only if it is bound. | |
1396 | |
30131 | 1397 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
1398 | |
1399 * dired.el: Don't require `dired-aux'. | |
1400 | |
30127 | 1401 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
1402 | |
1403 * dired-aux.el (dired-show-file-type): New function. | |
1404 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
1405 (dired-show-file-type): Add autoload. | |
1406 | |
30125 | 1407 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
1408 | |
1409 * international/mule-diag.el (describe-font): Adjusted for the | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1410 change of fontset-info. |
30125 | 1411 (print-fontset): Likewise. |
1412 | |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1413 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1414 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1415 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1416 |
30111 | 1417 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
1418 | |
30131 | 1419 * bindings.el: Bind `[delete]' to delete-char. |
30115 | 1420 |
30111 | 1421 * dired.el (dired-find-alternate-file): New function. |
1422 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
1423 (toplevel): Require dired-aux when compiling. | |
1424 (dired-buffers): Move defvar within file to avoid compiler warning. | |
1425 | |
1426 * info.el (Info-last-search): Variable removed. | |
1427 (Info-search-history): New variable. | |
1428 (Info-search): New Info-search-history. | |
1429 | |
1430 * battery.el, info-look.el: Change author's mail address. | |
1431 | |
30115 | 1432 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
|
1433 |
30115 | 1434 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
1435 if rmail-ignored-headers is nil. | |
1436 (rmail-retry-failure): Bind rmail-ignored-headers and | |
1437 rmail-displayed-headers to nil. | |
1438 | |
30096 | 1439 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
1440 | |
30103 | 1441 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
1442 (print-region-1): Don't hard code `-h' here. | |
1443 | |
30096 | 1444 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
1445 | |
30103 | 1446 2000-07-01 Francesco Potorti` <pot@gnu.org> |
1447 | |
1448 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
1449 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
|
1450 |
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1451 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1452 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1453 * facemenu.el: Docstrings fixes. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1454 (facemenu-get-face): Don't use internal-find-face. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1455 (facemenu-iterate): Rename arg to match the docstring. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1456 |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1457 * newcomment.el (uncomment-region): Be more careful when skipping |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1458 backwards over `=' not to bump into BOBP. |
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1459 |
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1460 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
|
1461 |
30096 | 1462 * ediff-diff.el (ediff-wordify): Use syntax table. |
1463 * 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
|
1464 ediff-color-display-p. |
30096 | 1465 (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
|
1466 from defsubst. |
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1467 Got rid of special cases for NeXT and OS/2. |
30096 | 1468 * 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
|
1469 face. |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1470 |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1471 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1472 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1473 * emacs-lisp/lucid.el: Require CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1474 (copy-tree, remprop): Remove, it's provided by CL. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1475 (map-keymap): Define in terms of cl-map-keymap. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1476 (extent-property, set-extent-end-glyph): New functions. |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1477 |
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1478 * 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
|
1479 |
30076 | 1480 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1481 | |
30085 | 1482 * Makefile.in (DONTCOMPILE): Add comment that the name may |
1483 not be changed without changing the make-dist script. | |
1484 | |
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1485 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
30076 | 1486 (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
|
1487 |
30067 | 1488 2000-07-05 Andrew Innes <andrewi@gnu.org> |
1489 | |
1490 * makefile.nt: Add support for `bootstrap' and related targets. | |
1491 | |
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1492 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1493 |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1494 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1495 (easy-menu-do-define): Use `menu-item' format. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1496 Handle case where easy-menu-create-menu returns a symbol. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1497 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
|
1498 (easy-menu-filter-return): New arg NAME. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1499 Convert to a keymap if MENU is an XEmacs menu. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1500 (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
|
1501 (easy-menu-converted-items-table, easy-menu-convert-item): |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1502 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
|
1503 (easy-menu-do-add-item): Use it. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1504 (easy-menu-create-menu): Use easy-menu-convert-item. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1505 Wrap easy-menu-filter-return around any :filter specification. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1506 Don't convert the menu if a filter was specified. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1507 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
|
1508 (easy-menu-make-symbol): New arg NOEXP. |
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1509 |
30056 | 1510 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
1511 | |
1512 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
1513 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
1514 (eval-defun): If called with prefix arg, instrument code for | |
1515 Edebug. | |
1516 | |
1517 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
1518 similar to that of eval-defun. | |
1519 | |
30029 | 1520 2000-07-04 Dave Love <fx@gnu.org> |
1521 | |
30035 | 1522 * hl-line.el (hl-line-overlay): Make it permanent-local. |
1523 | |
30029 | 1524 * calendar/todo-mode.el: Replaced with a working version, based on |
1525 revision 1.34 tidied up. | |
1526 | |
1527 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
30021 | 1528 |
1529 * paths.el (prune-directory-list): New function. | |
1530 (Info-default-directory-list): Rewritten to more methodically | |
1531 enumerate a big list of possible info directories (based on the | |
1532 list used by the standalone info reader). | |
30029 | 1533 |
30021 | 1534 * 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
|
1535 non-existent directories from Info-directory-list. |
30021 | 1536 |
1537 * paths.el (Info-default-directory-list): Try a list of possible | |
1538 info-directories instead of a single one. Add the possible | |
1539 info directory "/usr/share/info". | |
1540 | |
1541 * woman.el (woman-man.conf-path): Explicitly include the debian | |
1542 man-db config file "/etc/manpath.config". | |
1543 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
1544 are present in `manpath.config'. | |
1545 (woman-manpath): Include "/usr/share/man". | |
1546 | |
30006 | 1547 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
1548 | |
30017 | 1549 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
1550 | |
1551 * startup.el (command-line): Initialize blink-cursor based | |
1552 on window-system. | |
1553 | |
30014 | 1554 * frame.el (blink-cursor): Default to nil if not running under |
1555 a window-system. | |
1556 | |
30012 | 1557 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
1558 (face-x-resources): Remove duplicate entry for :font. | |
1559 | |
30006 | 1560 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
1561 instead of cycling through windows with next-window. | |
1562 | |
1563 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
1564 of cycling through windows with next-window. | |
1565 | |
1566 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
1567 of cycling through windows with next-window. | |
1568 | |
1569 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
1570 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
1571 instead of cycling through windows with next-window. | |
1572 | |
1573 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
1574 instead of cycling through windows with next-window. | |
1575 | |
1576 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
1577 of cycling through windows with next-window. | |
1578 | |
1579 * terminal.el (te-process-output): Use walk-windows instead of | |
1580 cycling through windows with next-window. | |
1581 | |
1582 * server.el (server-switch-buffer): Use some-window instead of | |
1583 cycling through windows with next-window. | |
1584 | |
1585 * window.el (some-window): New function. | |
1586 (walk-windows): Remove reference to walk-windows-start. | |
29996 | 1587 |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1588 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
29996 | 1589 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1590 2000-07-03 Richard Stallman <rms@gnu.org> |
30006 | 1591 |
1592 * window.el (walk-windows): Guarantee termination by keeping a list | |
1593 of all the windows already handled. | |
1594 | |
29975 | 1595 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1596 | |
1597 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
1598 window-system. | |
1599 | |
1600 * man.el (Man-notify-when-ready): Don't use window-system. If | |
1601 Man-notify-method is newframe, and the display is not | |
1602 multi-frame, select the frame created for the man page. | |
1603 (Man-init-defvars): Doc fix. | |
1604 | |
29972 | 1605 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
1606 | |
29982 | 1607 * faces.el (region): Change background color for light background. |
1608 | |
1609 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
1610 attribute from mode-line face of Ediff control frame. | |
1611 | |
29972 | 1612 * replace.el (query-replace-map): Bind `e' like `E'. |
1613 | |
29967 | 1614 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
1615 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1616 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1617 Change name to "Select All". |
29969 | 1618 |
29967 | 1619 * dos-fns.el (convert-standard-filename): Fix last change. |
1620 | |
29957 | 1621 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
1622 | |
29959 | 1623 * help.el (describe-variable): Don't insert a second `'s' in front |
1624 of the string `value is shown below'. Since the syntax-table is | |
1625 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
1626 an existing `'s', so that this won't be deleted. | |
1627 | |
29957 | 1628 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
1629 * pcmpl-unix.el: New files. | |
1630 | |
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1631 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1632 |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1633 * wid-edit.el (widget-member): Use the new plist-member. |
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1634 |
29939 | 1635 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
1636 | |
29956 | 1637 * replace.el (perform-replace): Undo change of 2000-04-04. |
1638 Instead, move backward 1 character at the end of the loop when | |
1639 necessary. | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1640 |
29949 | 1641 * faces.el (fringe): Change face for different backgrounds. |
1642 | |
1643 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
1644 patch from John. | |
1645 | |
29939 | 1646 * eshell/*.el: Change spelling of the Free Software Foundation. |
1647 | |
1648 * eshell/esh-toggle.el: Removed. | |
1649 | |
1650 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
1651 | |
1652 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
1653 interactively. | |
1654 | |
1655 2000-06-26 Alex Schroeder <alex@gnu.org> | |
1656 | |
1657 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
1658 `define-key'; instead of checking `(emacs-version)' check for | |
1659 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
1660 for `;' and `o' which might be electric. | |
1661 | |
1662 (sql-electric-stuff): New user option. | |
1663 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
1664 (sql-magic-semicolon): New function which uses | |
1665 `sql-electric-stuff'. | |
1666 | |
1667 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
1668 is not fboundp. | |
1669 | |
1670 (sql-oracle-options): New variable. | |
1671 (sql-oracle): Use it. | |
1672 | |
1673 (sql-imenu-generic-expression): Doc change. | |
1674 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
1675 is used. | |
1676 | |
1677 (sql-informix): Added command line parameter "-" to force | |
1678 sql-informix-program to use stdout. | |
1679 | |
29924 | 1680 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
1681 | |
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1682 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
29924 | 1683 (cp864-decode-table): Doc fix. |
1684 (cp720-decode-table): New variable, supports the Arabic OEM | |
1685 codepage used by Windows. | |
1686 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
1687 | |
29920 | 1688 2000-06-23 Dave Love <fx@gnu.org> |
1689 | |
1690 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
1691 (font-lock-fontify-anchored-keywords): Use | |
1692 line-beginning-position. | |
1693 (global-font-lock-mode): Use mapc. | |
1694 | |
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1695 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1696 |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1697 * eshell/esh-module.el: Require CL when compiling. |
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1698 |
29870 | 1699 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
1700 | |
29885 | 1701 * comint.el (comint-substitute-in-file-name): Call replace-match |
1702 with second and third arg t. | |
1703 | |
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1704 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
29881 | 1705 Specify foreground color. |
1706 | |
1707 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
1708 color. | |
1709 | |
29876 | 1710 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
1711 | |
1712 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
1713 cddr instead of cdddr. | |
1714 | |
29873 | 1715 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
1716 instead of copy-list. | |
1717 | |
1718 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
1719 of copy-list. | |
1720 | |
29870 | 1721 * subdirs.el: Add eshell subdirectory. |
1722 | |
1723 * eshell: New subdirectory containing the Eshell package. | |
1724 | |
1725 * pcomplete.el: New file. | |
1726 | |
29885 | 1727 2000-06-23 Paul Eggert <eggert@twinsun.com> |
1728 | |
29888 | 1729 * mail/mailpost.el (post-mail-send-it): Make sure file has |
1730 proper permissions from birth. | |
1731 | |
1732 * files.el (basic-save-buffer-2): When temporarily setting | |
1733 file modes, set them to current modes plus 0200, not to 0777. | |
1734 | |
29885 | 1735 * emerge.el (emerge-make-temp-file): Make sure file has proper |
1736 permissions from birth. | |
1737 | |
29857 | 1738 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
1739 | |
1740 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
1741 backup file name through convert-standard-filename. | |
1742 | |
1743 * dos-fns.el (convert-standard-filename): Convert leading | |
1744 directories as well. When long file names are supported, convert | |
1745 characters that are invalid in Windows file names. | |
1746 | |
29849 | 1747 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1748 | |
1749 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
1750 ps-print crashes. New feature: page selection for printing. Create | |
1751 raw-text-unix coding system for XEmacs. Doc fix. | |
1752 (ps-print-version): New version number (5.2.3). | |
1753 (ps-plot-region): Bug fix. | |
1754 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
1755 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
1756 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
1757 funs. | |
1758 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
1759 (ps-last-page): New vars. | |
1760 | |
29845 | 1761 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
1762 | |
1763 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
1764 empty option string. | |
1765 | |
29839 | 1766 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
1767 | |
1768 * man.el (man): Doc fix. | |
1769 | |
29829 | 1770 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
1771 | |
1772 * international/mule-cmds.el (set-language-info-alist): Docstring | |
1773 fixed. | |
1774 | |
29814 | 1775 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
1776 | |
1777 * version.el (emacs-version): Use ISO date format. | |
1778 | |
1779 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
1780 instead of `M-backspace'. | |
1781 | |
1782 * simple.el (turn-off-auto-fill): New function. | |
1783 | |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1784 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1785 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1786 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1787 Renamed from with-buffer-prepared-for-font-lock and use |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1788 inhibit-modification-hooks rather than setting *-change-functions. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1789 Update all functions to use the new name. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1790 (jit-lock-first-unfontify-pos): New semantics (and doc). |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1791 (jit-lock-mode): Make non-interactive. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1792 Don't automatically turn on font-lock. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1793 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
|
1794 Always use jit-lock-after-change. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1795 Remove and restore font-lock-after-change-function. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1796 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1797 (jit-lock-after-unfontify-buffer): Remove. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1798 (jit-lock-stealth-fontify): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1799 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
|
1800 (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
|
1801 |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1802 2000-06-20 Sam Steingold <sds@gnu.org> |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1803 |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1804 * emacs-lisp/cl-indent.el (toplevel): Indent |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1805 `print-unreadable-object' properly. Untabify. |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1806 |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1807 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1808 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1809 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1810 Support for bibentry. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1811 (reftex-compile-variables): Fixed problem with end of section-re. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1812 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1813 * texmodes/reftex-dcr.el (reftex-view-crossref, |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1814 reftex-view-crossref-from-bibtex): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1815 Deal with changed `reftex-find-citation-regexp-format'. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1816 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1817 Replaced `remprop' with `put'. |
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1818 (reftex-view-crossref, reftex-view-crossref-when-idle): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1819 Support for bibentry. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1820 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1821 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1822 New entry for bibentry package. |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1823 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1824 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1825 Regexp also matches "\nobibliography". |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1826 |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1827 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1828 Call `reftex-ensure-write-access' before doing anything. |
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1829 (reftex-ensure-write-access): New function. |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1830 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1831 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1832 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1833 * 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
|
1834 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1835 * 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
|
1836 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1837 * 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
|
1838 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1839 * 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
|
1840 |
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1841 |
29776 | 1842 2000-06-20 Dave Love <fx@gnu.org> |
1843 | |
1844 * faces.el (frame-background-mode): Use set-default, not set, in | |
1845 setter. | |
1846 (frame-update-faces, frame-update-face-colors): Define with | |
1847 defalias. | |
1848 | |
1849 * enriched.el (enriched-decode-foreground) | |
1850 (enriched-decode-background): Don't use internal-find-face. | |
1851 | |
1852 * apropos.el: Doc fixes. | |
1853 | |
1854 * cus-edit.el (customize-changed-options): Check arg. | |
1855 (customize-version-lessp): Don't require decimal point. | |
1856 | |
1857 * custom.el (defcustom, defgroup): Doc fix. | |
1858 | |
1859 * newcomment.el (comment) <defgroup>: Add :version. | |
1860 (comment-multi-line): Doc fix. | |
1861 | |
1862 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
1863 define-hooked-global-abbrev): Fix, using define-abbrev. | |
1864 | |
29747 | 1865 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
1866 | |
1867 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
1868 the whole buffer. | |
1869 | |
29740 | 1870 2000-06-19 Dave Love <fx@gnu.org> |
1871 | |
1872 * menu-bar.el (menu-bar-options-save): New function. | |
1873 (menu-bar-options-menu): Use it. | |
1874 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
1875 Simplify. | |
1876 | |
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1877 2000-06-19 Andreas Schwab <schwab@suse.de> |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1878 |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1879 * progmodes/etags.el (tags-query-replace): Put new parameters |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1880 START and END at the end, for backward compatibility. |
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1881 |
29720 | 1882 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1883 | |
1884 * international/codepage.el: | |
1885 (cp-coding-system-for-codepage-1): Delete special codes for | |
1886 generating xxx-dos coding system because now a CCL based coding | |
1887 system can handle EOL conversion by default. | |
1888 | |
1889 * international/mule.el (make-coding-system): Generate subsidiary | |
1890 coding systems for EOL handling variants even for a CCL based | |
1891 coding system. | |
1892 | |
29718 | 1893 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
1894 | |
1895 * international/isearch-x.el (isearch-minibuffer-input-method) | |
1896 (isearch-minibuffer-input-method-function): These variables | |
1897 deleted. | |
1898 (isearch-with-input-method): Don't use the above variables. | |
1899 (isearch-process-search-multibyte-characters): Likewise. Call | |
1900 read-string with the arg INHERIT-INPUT-METHOD t. | |
1901 | |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1902 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1903 |
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1904 * font-lock.el (font-lock-after-fontify-buffer) |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1905 (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
|
1906 |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1907 * 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
|
1908 Use consistent make-local-variable style for font-lock-fontified. |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1909 (jit-lock-fontify-buffer): |
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1910 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
|
1911 |
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1912 * time.el: Remove trailing ^M that prevent CVS-merging. |
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1913 |
29712 | 1914 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1915 | |
1916 * Makefile.in (distclean): New target. | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1917 |
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1918 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1919 |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1920 * Makefile.in (srcdir): Define for update-subdirs. |
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1921 |
29696 | 1922 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
1923 | |
1924 * find-lisp.el: New file. | |
1925 | |
29694 | 1926 2000-06-16 Andrew Innes <andrewi@gnu.org> |
1927 | |
1928 * time.el (display-time-mail-function): New variable, to allow | |
1929 external packages to indicate when new mail is available. | |
1930 (display-time-update): Use it. | |
1931 | |
29689 | 1932 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
1933 | |
29691 | 1934 * international/mule.el (mule-version): Change version name to |
1935 SAKAKI. AOI has already been used by Meadow. | |
1936 | |
29689 | 1937 * international/quail.el (quail-show-guidance-buf): To find the |
1938 bottom window (but minibuffer), pay attention to the height of | |
1939 minibuffer. | |
1940 | |
29670 | 1941 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
1942 | |
29682 | 1943 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
1944 menu-bar menus. Add help strings. Don't remove the Edit menu | |
1945 from the menu bar, as the menu bar has enough space now. | |
1946 | |
29680 | 1947 * Makefile.in (SHELL): Make sure /bin/sh is used. |
1948 | |
29670 | 1949 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
1950 characters, which use series of two ^H characters instead of one. | |
1951 | |
29667 | 1952 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
1953 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1954 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
29686 | 1955 (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
|
1956 functions. |
29686 | 1957 (Info-find-node-2): Try a case-sensitive search first, then |
1958 do a case-insensitive search. | |
1959 | |
1960 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
1961 tutorials. | |
1962 | |
29676 | 1963 * complete.el (PC-env-vars-alist): New variable. |
1964 (PC-complete-as-file-name): New function. | |
1965 (partial-completion-mode): Initialize PC-env-vars-alist from | |
1966 process-environment. | |
1967 (PC-do-completion): Handle completion of env vars. | |
1968 | |
1969 * info.el (Info-set-mode-line): Show file name in mode line, | |
1970 use `*Info*' instead of `Info:'. | |
1971 | |
29667 | 1972 * startup.el (command-line-1): Change copyright messages to year |
1973 2000. | |
1974 | |
29665 | 1975 2000-06-15 Dave Love <fx@gnu.org> |
1976 | |
1977 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
1978 not local-map. | |
1979 | |
29658 | 1980 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
1981 | |
1982 * international/mule.el (set-buffer-file-coding-system): Almost | |
1983 rewritten to handle `undecided' as no-op. | |
1984 | |
29654 | 1985 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
1986 | |
29667 | 1987 * Makefile.in: New file. |
29657 | 1988 |
1989 * Makefile: Removed. | |
1990 | |
29654 | 1991 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
1992 (goto-address-highlight-keymap): Bind C-c RET. | |
1993 | |
29640 | 1994 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
1995 | |
29649 | 1996 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
1997 inherits buffer-file-coding-system of the current buffer. | |
29647 | 1998 |
29645 | 1999 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
2000 0. Give correct argument to set-auto-coding-function. | |
2001 (tar-expunge): For goto-char, use (point-min), not 0. | |
2002 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
2003 (tar-subfile-save-buffer): Likewize. | |
2004 | |
29640 | 2005 * international/mule.el |
2006 (after-insert-file-set-buffer-file-coding-system): Call | |
2007 set-buffer-file-coding-system with the arg FORCE t. | |
2008 | |
29633 | 2009 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
2010 | |
2011 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
2012 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
29676 | 2013 the sender is set with `-f'. |
29633 | 2014 |
29622 | 2015 2000-06-13 Dave Love <fx@gnu.org> |
2016 | |
29630 | 2017 * help.el (describe-function-1): Kluge around cases of functions |
2018 fset to subrs whose doc doesn't match their symbol-name. | |
2019 | |
29627 | 2020 * image.el (insert-image): Default STRING to a space. |
29625 | 2021 |
29622 | 2022 * info.el Doc fixes. |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2023 (Info-build-node-completions): Match Ref tags. |
29622 | 2024 |
29612 | 2025 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
2026 | |
29615 | 2027 * frame.el (display-multi-frame-p, display-multi-font-p): New |
2028 defaliases for display-graphic-p. | |
2029 | |
29612 | 2030 * hl-line.el: Fixed a typo in commentary. |
2031 | |
29609 | 2032 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
2033 | |
2034 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
2035 fixed. | |
2036 | |
29608 | 2037 2000-06-12 Dave Love <fx@gnu.org> |
2038 | |
2039 * image.el (insert-image): Save a little consing. | |
2040 | |
29598 | 2041 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2042 | |
2043 * language/tibet-util.el: Convert all tibetan-1-column characters | |
2044 to the corresponding tibetan characters. | |
2045 (tibetan-add-components): Delete code for the special treatment of | |
2046 'a chung. | |
2047 | |
2048 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
2049 change. | |
2050 (tibetan-vowel-transcription-alist): More rules added. | |
2051 (tibetan-composite-vowel-alist): New variable. | |
2052 (tibetan-precomposition-rule-alist): More rules added. | |
2053 | |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2054 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2055 |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2056 * 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
|
2057 |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2058 * thingatpt.el (toplevel symbol-properties): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2059 * textmodes/makeinfo.el (makeinfo-compile): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2060 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2061 * progmodes/hideif.el (hif-compress-define-list) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2062 (hide-ifdef-use-define-alist): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2063 * 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
|
2064 (ange-ftp-vms-add-file-entry): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2065 * 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
|
2066 * man.el (Man-build-man-command): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2067 * mail/rnewspost.el (news-reply-header-hook): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2068 * info.el (Info-insert-dir): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2069 * emulation/mlconvert.el (backward-word, forward-word, setq): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2070 * emacs-lisp/gulp.el (gulp-send-requests): |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2071 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2072 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2073 (byte-optimize-apply, end of file): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2074 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2075 (ad-make-freeze-definition): |
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2076 * 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
|
2077 |
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2078 * 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
|
2079 (cvs-cleanup-removed): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2080 (cvs-cleanup-functions): New var. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2081 (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
|
2082 some flexibility in specifying additional entries to auto-cleanup. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2083 (cvs-quickdir): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2084 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2085 (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
|
2086 (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
|
2087 when invoked through a mouse-click. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2088 (cvs-full-path): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2089 (cvs-dired-action): Re-introduced. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2090 (cvs-dired-noselect): Use it. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2091 (vc-post-command-functions): use this new hook if available. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2092 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2093 * 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
|
2094 (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
|
2095 (cvs-filename-map, cvs-dirname-map): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2096 (cvs-default-action): Remove. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2097 (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
|
2098 if the arg is really a keymap. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2099 (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
|
2100 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
|
2101 the var cvs-fi-<type>-face instead. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2102 (cvs-fileinfo-from-entries): New function. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2103 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2104 * 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
|
2105 Docstring fix. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2106 (cvs-find-file-and-jump): Change default to be safer. |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2107 (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
|
2108 (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
|
2109 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
|
2110 |
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2111 * 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
|
2112 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
|
2113 |
29574 | 2114 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
2115 | |
2116 * international/mule.el (set-buffer-file-coding-system): If | |
2117 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
2118 unconditionally. | |
2119 | |
29568 | 2120 2000-06-12 Dave Love <fx@gnu.org> |
2121 | |
2122 * wid-edit.el (widget-specify-button): Really suppress the face if | |
2123 required. | |
2124 | |
29556 | 2125 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
2126 | |
2127 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
2128 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2129 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2130 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2131 * imenu.el (imenu-generic-expression): Docstring fix. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2132 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2133 * composite.el (composition-function-table): Move the `put' |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2134 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
|
2135 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2136 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2137 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2138 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2139 Handle easy-mmode-define-global-mode. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2140 For complex macros like define-minor-mode that can generate |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2141 several autoload entries, try to autoload entries in the |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2142 macroexpanded code. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2143 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2144 * emacs-lisp/easy-mmode.el (define-minor-mode): |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2145 If KEYMAP is a symbol, just use it. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2146 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
|
2147 proper :require to pass to defcustom. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2148 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
|
2149 Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2150 Be more careful about the evaluation of KEYMAP. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2151 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2152 (define-derived-mode): Move define-abbrev-table outside of defvar. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2153 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2154 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2155 |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2156 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2157 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2158 (backup-compiled-files): Ignore errors during `tar'. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2159 (bootstrap): Make autoloads before elc files. |
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2160 |
29542 | 2161 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
2162 | |
2163 * 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
|
2164 undecided-XXX is specified, change only EOL conversion. |
29542 | 2165 |
2166 * international/mule-conf.el (unix): New alias for the coding | |
2167 system undecided-unix. | |
2168 | |
29528 | 2169 2000-06-09 Dave Love <fx@gnu.org> |
2170 | |
29535 | 2171 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
2172 | |
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2173 * progmodes/executable.el: Byte compile dynamic. |
29528 | 2174 (executable-insert): Change custom type. |
2175 (executable-find): Add autoload cookie. | |
29531 | 2176 (executable-make-buffer-file-executable-if-script-p): New |
2177 function. After Noah Friedman. | |
29528 | 2178 |
2179 * files.el (after-save-hook): Customize, with | |
29531 | 2180 executable-make-buffer-file-executable-if-script-p as an option. |
29528 | 2181 |
29518 | 2182 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
2183 | |
29522 | 2184 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
2185 "tib24p-mule.bdf" for Tibetan. | |
2186 | |
29520 | 2187 * composite.el (decompose-composite-char): Declare it as obsolete. |
2188 | |
29541 | 2189 * man.el (Man-fontify-manpage): Pay attention to underline and |
2190 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
29518 | 2191 |
29517 | 2192 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
2193 | |
2194 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
2195 Set maintainer to FSF since author isn't reachable. | |
2196 | |
29508 | 2197 2000-06-08 Dave Love <fx@gnu.org> |
2198 | |
2199 * international/mule-cmds.el (select-safe-coding-system): If | |
2200 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
2201 preferred coding-system if buffer-file-coding-system is | |
2202 `undecided'. From Handa. | |
2203 | |
29503 | 2204 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
2205 | |
2206 * international/mule.el | |
2207 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
2208 size is greater than INSERTED, judget that we are not visiting. | |
2209 | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2210 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
|
2211 |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2212 * 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
|
2213 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
|
2214 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
|
2215 |
29498 | 2216 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
2217 | |
2218 * align.el: Update from author. | |
2219 | |
2220 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
2221 | |
2222 * apropos.el (apropos-mode-hook): New user variable. | |
2223 (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
|
2224 |
29498 | 2225 2000-06-07 David Ponce <david@dponce.com> |
2226 | |
2227 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
2228 commands. Require `wid-edit' at run-time. | |
2229 | |
2230 2000-06-07 David Ponce <david@dponce.com> | |
2231 | |
2232 * recentf.el: Added some "Commentary". | |
2233 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
2234 move the point at the top of the file list. This behaviour is | |
2235 consistent with the menu one when the list contains a lot of | |
2236 files. | |
2237 (recentf-cleanup): Now displays the number of items removed from | |
2238 the list. | |
2239 (recentf-relative-filter) New menu filter to show filenames | |
2240 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
|
2241 |
29498 | 2242 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
2243 | |
2244 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
2245 with/without giving an error if PostScript printer doesn't have this | |
2246 kind of page size. Zebra Stripe continues or restarts on next page. | |
2247 Manual/automatic paper feeding. Switch or not the header. | |
2248 (ps-print-version): New version number (5.2.2). | |
2249 (ps-windows-system): Include emx as a Windows system. | |
2250 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
2251 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
2252 (ps-background-text): Code fix. | |
2253 (ps-error-handler-message, ps-user-defined-prologue) | |
2254 (ps-print-prologue-header, ps-printer-name) | |
2255 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
2256 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
2257 (ps-use-face-background): Customization fix. | |
2258 (ps-n-up-database): Data fix. | |
2259 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
2260 (ps-switch-header): New vars. | |
2261 (ps-xemacs-color-name, ps-face-foreground-name) | |
2262 (ps-face-background-name, ps-boolean-constant): New funs. | |
2263 | |
29491 | 2264 2000-06-07 Dave Love <fx@gnu.org> |
2265 | |
2266 * allout.el: New version from Manheimer. | |
2267 | |
29483 | 2268 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
2269 | |
2270 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
2271 charset. | |
2272 | |
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2273 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
|
2274 |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2275 * 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
|
2276 (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
|
2277 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
|
2278 window-system. |
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2279 |
29471 | 2280 2000-06-06 Dave Love <fx@gnu.org> |
2281 | |
2282 * image.el (find-image): Doc fix. Return nil if image not found. | |
2283 (put-image, insert-image): Make STRING arg optional. | |
2284 | |
29455 | 2285 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
2286 | |
2287 * language/vietnamese.el: Remove eval-when-compile. | |
2288 (viet-viscii-nonascii-translation-table): Define it as a | |
2289 translation table made from viet-viscii-decode-table. | |
2290 (viet-viscii-encode-table): Define it as a translation table made | |
2291 from the reverse map of above. | |
2292 (viet-vscii-nonascii-translation-table): Define it as a | |
2293 translation table made from viet-vscii-decode-table. | |
2294 (viet-vscii-encode-table): Define it as a translation table made | |
2295 from the reverse map of above. | |
2296 (ccl-decode-viscii): Use translate-character. | |
2297 (ccl-encode-viscii, ccl-encode-viscii-font) | |
2298 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
2299 Likewize. | |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2300 |
29455 | 2301 * language/cyrillic.el: Remove eval-when-compile. |
2302 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
2303 translation table made from cyrillic-koi8-r-decode-table. | |
2304 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
2305 made from the reverse map of above. | |
2306 (ccl-decode-koi8): Use translate-character. | |
2307 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
2308 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
2309 a translation table made from cyrillic-alternativnyj-decode-table. | |
2310 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
2311 table made from the reverse map of above. | |
2312 (ccl-decode-alternativnyj): Use translate-character. | |
2313 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
2314 Likewize | |
2315 | |
2316 * international/mule-diag.el (non-iso-charset-alist): Specify | |
2317 translation table symbol instead of translation table itself. | |
2318 (list-block-of-chars): CHARSET may be a translation table symbol. | |
2319 | |
2320 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
2321 already exists, override it. | |
2322 | |
2323 * international/fontset.el: Use family `proportional' for Tibetan | |
2324 fonts. | |
2325 | |
2326 * international/ccl.el (ccl-compile-translate-character): Don't | |
2327 check if Rrr has property translation-table. | |
2328 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
2329 | |
29447 | 2330 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
2331 | |
2332 * info.el: Bind case-fold-search to t when searching in case | |
2333 a user sets it to nil in a hook. | |
2334 | |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2335 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2336 |
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2337 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2338 * 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
|
2339 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2340 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2341 (tar-clip-time-string): Prepend a space. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2342 (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
|
2343 (tar-header-block-summarize): Fix docstring. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2344 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
|
2345 |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2346 * 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
|
2347 (diff-goto-source, diff-unified->context, diff-context->unified) |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2348 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2349 understand the format output by the `-p' argument to diff. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2350 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2351 * 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
|
2352 (sh-re-done): Use defconst. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2353 (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
|
2354 (sh-help-string-for-variable, sh-guess-basic-offset): |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2355 Don't quote lambdas. |
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2356 (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
|
2357 (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
|
2358 |
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2359 * 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
|
2360 (mh-letter-mode): Derive from text-mode. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2361 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
|
2362 Also remove the Emacs-18 compatibility code. |
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2363 |
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2364 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2365 Make use of symbol-property doc-string-elt. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2366 Use memq rather than a sequence of eq. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2367 (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
|
2368 (autoload-print-form): New function extracted from |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2369 generate-file-autoloads to allow recursion when handling progn |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2370 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
|
2371 (generate-file-autoloads): Use it. |
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2372 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2373 * 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
|
2374 Use find-file-hooks in the minor-mode function. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2375 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
|
2376 |
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2377 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
|
2378 |
29447 | 2379 * 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
|
2380 tty's. |
29447 | 2381 * 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
|
2382 differences whenever appropriate. |
29447 | 2383 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
2384 * 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
|
2385 wildcards. |
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2386 |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2387 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2388 |
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2389 * 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
|
2390 (jit-lock-fontify-buffer): New function for JIT refontification. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2391 (jit-lock-mode): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2392 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
|
2393 Remove jit-lock-after-change from the _local_ hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2394 (jit-lock-function-1): Fix docstring. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2395 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2396 * info.el (Info-on-current-buffer): Initialize info. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2397 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2398 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2399 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2400 * progmodes/tcl.el (tcl-indent-for-comment): |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2401 Ignore comment-indent-hook. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2402 |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2403 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2404 (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
|
2405 (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
|
2406 and improve to use the lighter to guess the capitalization. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2407 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2408 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
|
2409 Add local-map and help-echo properties to the lighter. |
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2410 (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
|
2411 (easy-mmode-define-global-mode): New macro. |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2412 |
29403 | 2413 2000-06-02 Dave Love <fx@gnu.org> |
2414 | |
2415 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
2416 all the widgets. Don't require cl or widget. Remove | |
2417 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
2418 (widget-read-event): Removed. Callers changed to use read-event. | |
2419 (widget-button-release-event-p): Renamed from | |
2420 button-release-event-p. | |
2421 (widget-field-add-space, widget-field-use-before-change): | |
2422 Uncustomize. | |
2423 (widget-specify-field): Use keymap property, not local-map. | |
2424 (widget-specify-button): Obey :suppress-face. | |
2425 (widget-specify-insert): Use modern backquote syntax. | |
2426 (widget-image-directory): Renamed from widget-glyph-directory. | |
2427 (widget-image-enable): Renamed from widget-glyph-enable. | |
2428 (widget-image-find): Replaces widget-glyph-find. | |
2429 (widget-button-pressed-face): Move defvar. | |
2430 (widget-image-insert): Replaces widget-glyph-insert. | |
2431 (widget-convert): Use keywordp. | |
2432 (widget-leave-text, widget-children-value-delete): Use mapc. | |
2433 (widget-keymap): Remove XEmacs stuff. | |
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2434 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
29403 | 2435 (widget-button-click): Don't set point at the click, but re-centre |
2436 if we scroll out of window. Rewritten for images v. glyphs &c. | |
2437 (widget-tabable-at): Use POS arg, not point. | |
2438 (widget-beginning-of-line, widget-end-of-line) | |
2439 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
2440 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
2441 (widget-default-create): Use widget-image-insert; some rewriting. | |
2442 (widget-visibility-value-create) | |
2443 (widget-push-button-value-create, widget-toggle-value-create): Use | |
2444 widget-image-insert. | |
2445 (checkbox): Create on and off images dynamically. | |
2446 (documentation-link): Change :help-echo. | |
2447 (widget-documentation-link-echo-help): Remove. | |
2448 | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2449 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2450 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2451 * 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
|
2452 |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2453 * 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
|
2454 (easy-mmode-define-toggle, define-minor-mode): Use it. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2455 (easy-mmode-define-keymap): Docstring fix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2456 (define-derived-mode): Default PARENT to fundamental-mode. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2457 Add the derived-mode-parent symbol-property. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2458 (easy-mmode-derived-mode-p): New function. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2459 |
29383 | 2460 2000-06-02 Dave Love <fx@gnu.org> |
2461 | |
29392 | 2462 * files.el (convert-standard-filename): Doc fix. |
2463 (normal-backup-enable-predicate): New function. | |
2464 (backup-enable-predicate): Use it to replace the lambda form. | |
2465 | |
2466 * calendar/todo-mode.el: [This needs more work on the outline | |
2467 stuff.] Doc fixes. | |
2468 (todo) <defgroup>: Add :version. | |
2469 (todo-add-category): Don't use pushnew. | |
2470 (todo-cmd-raise): Fix typo. | |
2471 (todo-top-priorities): Change temp buffer name. | |
2472 (todo-category-alist): Avoid redundant lambda. | |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2473 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2474 Use outline-next-heading. |
29392 | 2475 |
29383 | 2476 * autoarg.el: Rewritten to use define-minor-mode. |
2477 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
2478 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
2479 | |
29376 | 2480 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
2481 | |
2482 * isearch.el (isearch-other-meta-char): Fix previous change. | |
2483 | |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2484 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2485 |
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2486 * 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
|
2487 (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
|
2488 from the last comment entered. |
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2489 |
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2490 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2491 |
29372 | 2492 2000-06-01 Dave Love <fx@gnu.org> |
2493 | |
2494 * hl-line.el: Rewritten using define-minor-mode. | |
2495 | |
2496 * help.el (describe-function-1): Distinguish special form from | |
2497 builtin function. Sanity-check presence of arglist for builtins. | |
2498 | |
29356 | 2499 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
2500 | |
29365 | 2501 * international/characters.el: Fix syntax/category setting of |
2502 Tibetan characters. | |
2503 | |
2504 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
2505 encoding of Tibetan characters. | |
2506 (tibetan-decompose-precomposition-alist): New variable. | |
2507 (tibetan-decompose-region): Convert precomposed characters to | |
2508 non-precomposed characters. | |
2509 (tibetan-decompose-string): Likewise. | |
2510 (tibetan-composition-function): Fix args to | |
2511 thibetan-compose-string. | |
2512 | |
2513 * language/tibetan.el (tibetan-composable-pattern): More | |
2514 characters included. | |
2515 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
2516 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
2517 "+R" added. | |
2518 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
2519 | |
29359 | 2520 * language/lao-util.el (lao-composition-function): Fix args to |
2521 compose-string. | |
2522 | |
2523 * language/thai-util.el (thai-composition-function): Fix args to | |
2524 compose-string. | |
2525 | |
29356 | 2526 * isearch.el (isearch-update): Set disable-point-adjustment to t |
29357 | 2527 to prevent the point moving to the end of a composition when a |
2528 part of a composition is searched. | |
29356 | 2529 (isearch-other-meta-char): If the key invoking this command can be |
2530 mapped by function-key-map to a printing char, call | |
2531 isearch-process-search-char directly. | |
2532 | |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2533 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2534 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2535 * emacs-lisp/bytecomp.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2536 * frame.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2537 * international/mule-cmds.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2538 * international/mule-util.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2539 * international/mule.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2540 * mouse.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2541 * subr.el: |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2542 * 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
|
2543 |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2544 * byte-run.el (make-obsolete, make-obsolete-variable): |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2545 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
|
2546 symbol-property information. |
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2547 * 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
|
2548 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2549 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
|
2550 |
29347 | 2551 2000-05-31 Dave Love <fx@gnu.org> |
2552 | |
2553 * loadhist.el (loadhist-hook-functions): Remove | |
2554 before-change-function, after-change-function. | |
2555 (unload-feature): Deal with symbols which are both bound and | |
2556 fbound. | |
2557 | |
2558 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
2559 before-change-function, after-change-function. | |
2560 | |
2561 * simple.el (newline): Don't bind before-change-function, | |
2562 after-change-function. | |
2563 | |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2564 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
|
2565 |
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2566 * 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
|
2567 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
|
2568 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
|
2569 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
|
2570 |
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2571 * 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
|
2572 |
29330 | 2573 2000-05-31 Dave Love <fx@gnu.org> |
2574 | |
2575 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
2576 pattern for function of change. | |
2577 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
2578 acknowledgements patterns. | |
2579 | |
29328 | 2580 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
2581 | |
2582 * isearch.el (isearch-printing-char): If keyboard coding system is | |
2583 being used, call isearch-process-search-multibyte-characters. | |
2584 | |
2585 * international/isearch-x.el: Mostly rewritten. | |
2586 | |
2587 * international/quail.el (quail-start-conversion): Don't include | |
2588 unhandled events in the returned events, but set them in | |
2589 unread-command-events. Exit if all inputs are deleted. | |
2590 | |
29324 | 2591 2000-05-30 Jason Rumney <jasonr@gnu.org> |
2592 | |
2593 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
2594 | |
2595 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
2596 Reenable code to create initial fontsets. | |
2597 Use set-fontset-font in place of put-charset-property. | |
2598 | |
29302 | 2599 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
2600 | |
29307 | 2601 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
2602 label, ensure that the first colon isn't followed by another. | |
2603 | |
2604 * paths.el (Info-default-directory-list): Doc fix. | |
2605 | |
29304 | 2606 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
2607 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
2608 send a query containing USER only, not USER@HOST. | |
2609 | |
29302 | 2610 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
2611 and rmail-msgend to compute the restriction at the end, instead of | |
2612 computing it. | |
2613 | |
29292 | 2614 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
2615 | |
29295 | 2616 * dabbrev.el (dabbrev-expand): Don't display messages in the |
2617 echo area if the minibuffer window is active. | |
2618 | |
29292 | 2619 * jit-lock.el (jit-lock-mode): Add after change function to |
2620 local hook. | |
2621 | |
2622 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
2623 | |
2624 * antlr-mode.el: New commands: hide/unhide actions, | |
2625 upcase/downcase literals. | |
2626 (antlr-tiny-action-length): New user option. | |
2627 (antlr-hide-actions): New command. Suggested by | |
2628 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
|
2629 (antlr-mode-map): New binding [C-c C-v]. |
29292 | 2630 (antlr-mode-menu): New entries. |
2631 (antlr-downcase-literals): New command. | |
2632 (antlr-upcase-literals): Ditto. | |
2633 | |
2634 * antlr-mode.el: Minor changes: indendation, mode-name. | |
2635 (antlr-indent-line): Indent cpp directive at column 0. | |
2636 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
2637 | |
2638 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
2639 (antlr-font-lock-additional-keywords): Workaround for intentional | |
2640 bug in XEmacs version of font-lock. | |
2641 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
2642 be used by a smarter version of `buffers-menu-grouping-function'. | |
2643 | |
2644 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
2645 | |
2646 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
2647 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
2648 | |
29266 | 2649 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
2650 | |
2651 * international/encoded-kb.el | |
2652 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
2653 charset-iso-final-char return -1 for eight-bit-control and | |
2654 eight-bit-graphic. | |
2655 | |
29261 | 2656 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2657 | |
2658 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
2659 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
2660 available, instead of window-system. | |
2661 | |
29259 | 2662 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
2663 | |
2664 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
2665 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
2666 coding systems. | |
2667 | |
29248 | 2668 2000-05-26 Dave Love <fx@gnu.org> |
2669 | |
29255 | 2670 * disp-table.el (standard-display-underline): Don't use |
2671 internal-find-face. | |
2672 | |
29248 | 2673 * mail/reporter.el: Maintainer change. Doc fixes. |
2674 (reporter-version): Deleted. | |
2675 | |
2676 * emacs-lisp/elp.el: Maintainer change. | |
2677 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
2678 | |
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2679 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2680 |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2681 * 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
|
2682 previous one if the previous one is empty. |
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2683 |
29240 | 2684 2000-05-26 Dave Love <fx@gnu.org> |
2685 | |
29242 | 2686 * loadhist.el (unload-feature): Fix interactive spec [from |
2687 lijnzaad@ebi.ac.uk]. | |
2688 | |
29240 | 2689 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
2690 subr-arity to check primitives. | |
2691 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
2692 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
2693 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
2694 mapcar. | |
2695 | |
29226 | 2696 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
2697 | |
29235 | 2698 * international/fontset.el: Set family names of non-latin charsets |
2699 in default fontset to "*". | |
2700 | |
29230 | 2701 * international/mule-diag.el (print-fontset): Combine family part |
2702 and registry part of the fontname by "-*-" instead of "-". | |
2703 | |
29226 | 2704 * international/mule-cmds.el (encode-coding-char): Make strings |
2705 multibyte before calling encode-coding-string. | |
2706 | |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2707 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2708 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2709 * derived.el: Fix keywords. |
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2710 (define-derived-mode): Only define if needed. |
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2711 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2712 * simple.el (fill-comment, comment-column, comment-start) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2713 (comment-start-skip, comment-end, comment-indent-function) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2714 (block-comment-start, block-comment-end, indent-for-comment) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2715 (set-comment-column, kill-comment, comment-padding, comment-region) |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2716 (comment-multi-line, indent-new-comment-line): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2717 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2718 * 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
|
2719 function names for comment operations. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2720 |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2721 * newcomment.el: Add abundant autoload cookies. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2722 (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
|
2723 (comment-indent-hook): Remove. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2724 (comment-indent): Check if comment-indent-hook is bound. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2725 (comment-region): Docstring fix. |
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2726 |
29214 | 2727 2000-05-25 Dave Love <fx@gnu.org> |
2728 | |
2729 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
2730 byte-code-function-p. | |
2731 | |
2732 * mail/rmailsum.el: Add provide. | |
2733 | |
2734 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
2735 | |
2736 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
2737 defcustom. | |
2738 | |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2739 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
|
2740 |
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2741 * 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
|
2742 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
|
2743 |
29205 | 2744 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2745 | |
2746 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
2747 grayscale support, not about window-system. | |
2748 | |
2749 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
2750 window-system. | |
2751 (ffap-highlight): Always default to t. | |
2752 | |
2753 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
2754 display-popup-menus-p instead of looking at window-system. | |
2755 | |
2756 * disp-table.el (standard-display-g1, standard-display-graphic): | |
2757 Only refuse to use string glyphs on X and MS-Windows. | |
2758 | |
2759 * avoid.el: Remove window-system from commentary, suggest to use | |
2760 display-*-p instead. | |
2761 | |
2762 * apropos.el (apropos-print): Use display-mouse-p instead of | |
2763 window-system. | |
2764 | |
29190 | 2765 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2766 | |
2767 * international/codepage.el (cp-decoding-vector-for-codepage): | |
2768 Fill up unsupported characters with their own codes. From Kenichi | |
2769 Handa. | |
2770 | |
29188 | 2771 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2772 | |
2773 * international/mule-diag.el (describe-char-after): Use | |
2774 display-graphic-p instead of window-system, so that this function | |
2775 works on MS-DOS. | |
2776 | |
29181 | 2777 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
2778 | |
2779 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
2780 Remove the eight-bit-graphic and eight-bit-control charsets from | |
2781 the list of charsets which we convert into `?'. | |
2782 | |
29169 | 2783 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
2784 | |
2785 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
2786 private charsets. | |
2787 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
2788 japanese-jisx0213-2): New charsets. | |
2789 | |
2790 * international/fontset.el: Setup default fontset for new charsets. | |
2791 | |
29166 | 2792 2000-05-24 Dave Love <fx@gnu.org> |
2793 | |
2794 * info.el (Info-find-node-2): Restructure [following "Vadim | |
2795 S. Solomin" <sovs@uic.nnov.ru>]. | |
2796 | |
2797 * icomplete.el: Fix header for Finder. | |
2798 | |
2799 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
2800 | |
2801 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
2802 STAY. | |
2803 | |
2804 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
2805 (rmail-show-message): Add call to `rmail-auto-file' during | |
2806 display. | |
2807 (rmail-auto-file): New function. | |
2808 | |
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2809 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
|
2810 |
29193 | 2811 * 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
|
2812 account. |
29193 | 2813 (ediff-test-utility,ediff-diff-mandatory-option) |
2814 (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
|
2815 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
|
2816 |
29193 | 2817 * 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
|
2818 variable. |
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2819 |
29193 | 2820 * 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
|
2821 ediff-merge-filename-prefix. |
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2822 |
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2823 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
|
2824 |
29193 | 2825 * 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
|
2826 |
29159 | 2827 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2828 | |
2829 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
2830 aliases for hebrew-iso-8bit. | |
2831 | |
29148 | 2832 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
2833 | |
2834 * woman.el: New version from Francis J. Wright | |
2835 <F.J.Wright@Maths.QMW.ac.uk>. | |
2836 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
2837 names in environment variables regardless of the path separator. | |
2838 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
2839 on all files, since woman-file-regexp already filters out any | |
2840 directories. | |
2841 | |
29140 | 2842 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2843 | |
29144 | 2844 * international/quail.el (quail-start-translation): Don't change |
2845 modified-p of the current buffer. | |
2846 (quail-start-conversion): Likewise. | |
2847 | |
2848 * international/kkc.el (kkc-region): Don't change modified-p of | |
2849 the current buffer. | |
2850 | |
29142 | 2851 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
2852 conform to RFC1468. | |
2853 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
29140 | 2854 |
29138 | 2855 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
2856 | |
2857 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
2858 (speedbar-insert-button): Invisible text property fix. | |
2859 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
2860 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
2861 (speedbar-page-plus): Renamed from speedbar-file-+ | |
2862 (speedbar-page-minus): Renamed from speedbar-file-- | |
2863 (speedbar-page): Renamed from speedbar-file- | |
2864 (speedbar-tag): Renamed from speedbar-tag- | |
2865 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
2866 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
2867 (speedbar-expand-image-button-alist): Use above renames. | |
2868 | |
2869 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
2870 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
2871 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
2872 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
2873 * sb-pg.xpm: Renamed from sb-file.xpm | |
2874 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
2875 * 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
|
2876 |
29128 | 2877 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
2878 | |
2879 * international/quail.el (quail-show-guidance-buf): Set | |
2880 current-input-method of the guidance buffer to the name of the | |
2881 curren input method. | |
2882 | |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2883 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2884 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2885 * progmodes/compile.el (compile-internal): Style typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2886 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2887 * 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
|
2888 quote vars and functions in the docstring. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2889 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2890 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2891 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2892 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2893 Don't quote lambdas. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2894 |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2895 * 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
|
2896 |
29116 | 2897 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2898 | |
29127 | 2899 * startup.el (command-line): Determine source file of compiled |
2900 user init file differently. Warn if compiled user init file | |
2901 is older than its source file. | |
2902 | |
29116 | 2903 * 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
|
2904 |
29112 | 2905 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
2906 | |
2907 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
2908 rather than `|' (which is not allowed on Windows). Replace the | |
2909 drive letters with a string "drive_X". | |
2910 | |
29110 | 2911 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
2912 | |
2913 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
2914 | |
2915 * files.el (interpreter-mode-alist): Add `bash2'. | |
2916 | |
29091 | 2917 2000-05-22 Dave Love <fx@gnu.org> |
2918 | |
2919 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
2920 mapc. | |
2921 (feature-file): Avoid calling symbol-name. Doc fix. | |
2922 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
2923 (loadhist-hook-functions): Add mouse-position-function. | |
2924 (unload-feature): Change uses of mapcar. | |
2925 | |
2926 * files.el (parse-colon-path): Doc fix. | |
2927 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
2928 (set-auto-mode): Use mapc. | |
2929 | |
2930 * complete.el (PC-look-for-include-file): Use :alnum: character | |
2931 class. | |
2932 (partial-completion-mode): Add autoload cookie. | |
2933 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2934 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
|
2935 |
29102 | 2936 * 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
|
2937 `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
|
2938 |
29082 | 2939 2000-05-22 Dave Love <fx@gnu.org> |
2940 | |
2941 * bindings.el: Remove debug-ignored-errors set in other files. | |
2942 | |
2943 * progmodes/etags.el: Add to debug-ignored-errors. | |
2944 (visit-tags-table-buffer): Clear out buffers holding old tables | |
2945 when making a new list. | |
2946 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
2947 mapc. | |
2948 | |
2949 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
2950 quote keywords. | |
2951 (cmpl-string-case-type): Use character classes. | |
2952 | |
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2953 * comint.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2954 * textmodes/ispell.el: |
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2955 * imenu.el: |
29082 | 2956 * mail/mh-e.el: |
2957 * progmodes/compile.el: Add to debug-ignored-errors. | |
2958 | |
2959 * dabbrev.el: Add to debug-ignored-errors. | |
2960 (dabbrev-completion): Use mapc. | |
2961 | |
29075 | 2962 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
2963 | |
2964 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
2965 (woman-mapcan, woman-parse-man.conf) | |
2966 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
2967 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
2968 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
2969 path syntax better. | |
2970 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
2971 (woman-manpath): Call woman-parse-man.conf. | |
2972 (woman-emulation): New defcustom, defaults to nroff. | |
2973 (woman-font-support): New defconst. | |
2974 (woman-use-symbol-font): New defcustom. | |
2975 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
2976 "Emulation". | |
2977 Many functions: Doc fix. | |
2978 | |
29072 | 2979 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
2980 | |
2981 * international/quail.el (quail-simple-translation-keymap): Map | |
2982 128..255 to quail-self-insert-command. | |
2983 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
2984 | |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2985 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2986 |
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2987 * help.el (help-manyarg-func-alist): Typo. |
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2988 |
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2989 * 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
|
2990 intervals which makes it heaps simpler. |
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2991 |
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2992 * 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
|
2993 the nested comment markers. |
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2994 |
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2995 * 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
|
2996 |
29059 | 2997 2000-05-21 Dave Love <fx@gnu.org> |
2998 | |
29061 | 2999 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
3000 are invalid characters. | |
3001 | |
29059 | 3002 * international/mule-util.el (detect-coding-with-priority): Use |
3003 mapc. Remove redundant lambda. | |
3004 | |
3005 * international/mule-diag.el (list-non-iso-charset-chars) | |
3006 (describe-fontset): Remove redundant lambda. | |
3007 | |
3008 * emulation/crisp.el (brief-mode): New alias. | |
3009 | |
3010 * emacs-lisp/ring.el (ring-elements): New function. | |
3011 | |
3012 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
3013 (easy-menu-do-add-item): Use keywordp. | |
3014 | |
3015 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
3016 | |
3017 * replace.el: Doc and error message fixes. | |
3018 (replace-highlight): Use facep, not internal-find-face. | |
3019 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3020 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3021 |
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
3022 * 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
|
3023 |
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3024 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3025 (log-edit-insert-changelog): Drop `:' as well. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3026 |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3027 * log-view.el: Fix file description. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3028 (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
|
3029 available. |
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3030 (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
|
3031 (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
|
3032 |
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3033 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3034 (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
|
3035 Print a status message if the toggle is called interactively. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3036 (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
|
3037 for global minor modes and use `defcustom' for them. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3038 Use add-minor-mode. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3039 (easy-mmode-define-derived-mode): Remove. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3040 (define-derived-mode): Fancier default docstring. |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3041 (easy-mmode-define-navigation): Signal an error rather than (ding). |
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3042 |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3043 * newcomment.el (comment-styles): New `box-multi'. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3044 (comment-normalize-vars): Better default for comment-continue to |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3045 avoid whitespace-only continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3046 (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
|
3047 (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
|
3048 (comment-make-extra-lines): Better handling of empty continuations. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3049 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
|
3050 (uncomment-region): Try handling the special `=' filler. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3051 (comment-region): Allow LINES even if MULTI is nil. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3052 (comment-box): Choose box style based on comment-style. |
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3053 |
29029 | 3054 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
3055 | |
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3056 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
29029 | 3057 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
3058 | |
29028 | 3059 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
3060 | |
3061 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
3062 and insert, not subst-char-in-region. | |
3063 | |
3064 * international/mule-diag.el (list-character-sets-1): Handle | |
3065 charsets eight-bit-control and eight-bit-graphic. | |
3066 (list-iso-charset-chars): Likewise. | |
3067 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
3068 charactes as is. Use indent-to to align characters. | |
3069 | |
3070 * international/mule-cmds.el (find-multibyte-characters): Never | |
3071 exclude charsets eight-bit-control and eight-bit-graphic. | |
3072 | |
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3073 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3074 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3075 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3076 Don't quote lambdas. |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3077 |
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3078 * 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
|
3079 |
28993 | 3080 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3081 | |
3082 * gud.el (gud-jdb-directories): Doc fix. | |
3083 | |
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3084 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3085 |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3086 * newcomment.el: New file. |
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3087 |
28988 | 3088 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
3089 | |
28993 | 3090 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
28988 | 3091 |
28982 | 3092 2000-05-18 Andreas Schwab <schwab@suse.de> |
3093 | |
3094 * dired.el (dired-between-files): Also skip lines beginning with | |
3095 `used'. | |
3096 | |
28978 | 3097 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
3098 | |
3099 * msb.el (msb-menu-cond): Add choice `user'. | |
3100 | |
28981 | 3101 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
|
3102 |
28981 | 3103 * ps-print.el: Compatibility, customization and doc fix. |
3104 (ps-printer-name-option): Replace defconst by defvar. | |
3105 (ps-postscript-code-directory): XEmacs compatibility. | |
3106 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
3107 fix. | |
3108 (ps-user-defined-prologue, ps-print-prologue-header) | |
3109 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
3110 compatibility and code fix. | |
3111 (ps-print-background-image, ps-print-background-text): | |
3112 Customization fix. | |
3113 (ps-line-number-start, ps-n-up-on): New vars. | |
3114 | |
28978 | 3115 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
3116 | |
3117 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
3118 the indent-comment function to just return the appropriate indent. | |
3119 | |
28975 | 3120 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
3121 | |
3122 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
3123 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
3124 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
3125 | |
28969 | 3126 2000-05-18 Dave Love <fx@gnu.org> |
3127 | |
3128 * info.el (Info-fontify-node): Add intangible property as well as | |
3129 invisible. | |
3130 | |
3131 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
3132 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
3133 | |
28965 | 3134 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
3135 | |
3136 * international/mule-diag.el (describe-char-after): Call | |
3137 internal-char-font, not char-font. If internal-char-font returns | |
3138 nil, display "-- none --". | |
3139 | |
28959 | 3140 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3141 | |
3142 * image.el (image-type-available-p): Don't reference image-types | |
3143 if it isn't bound. | |
3144 | |
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3145 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3146 |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3147 * autoarg.el (autoarg-mode): Typo in the :set argument. |
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3148 |
28954 | 3149 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
3150 | |
3151 * startup.el (command-line-1): Don't signal an error if the | |
3152 directory for auto-save-list files does not yet exist. | |
3153 | |
28950 | 3154 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
3155 | |
3156 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
3157 | |
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3158 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3159 |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3160 * subr.el (remove-hook): `setq' hook-value, not `set'. |
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3161 |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3162 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
|
3163 |
28981 | 3164 * 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
|
3165 |
28942 | 3166 2000-05-16 Dave Love <fx@gnu.org> |
3167 | |
3168 * cus-edit.el: Don't require cl or easymenu. | |
3169 (custom-variable-prompt): Test standard-value property, not | |
3170 user-variable-p. | |
3171 | |
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3172 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
|
3173 |
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3174 * 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
|
3175 |
28939 | 3176 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
3177 | |
3178 * startup.el (command-line-1): Mention the FAQ in the startup | |
3179 message. | |
3180 | |
3181 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
3182 | |
3183 * progmodes/compile.el (compilation-parse-errors): Collect | |
3184 `nomessage' regexps last. | |
3185 | |
3186 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
3187 | |
3188 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
3189 to the function name. | |
3190 | |
28926 | 3191 2000-05-15 Dave Love <fx@gnu.org> |
3192 | |
3193 * speedbar.el (speedbar-recenter): Typo. | |
3194 (speedbar-expand-line): Make arg optional. | |
3195 (speedbar-mode): Avoid a compiler warning. | |
3196 | |
28924 | 3197 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3198 | |
3199 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
3200 user-specified option string is empty. | |
3201 | |
3202 * mouse.el (mouse-yank-at-click): Doc fix. | |
3203 | |
28921 | 3204 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
3205 | |
3206 * term/internal.el (IT-character-translations): More updates of | |
3207 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
3208 documents. | |
3209 | |
28919 | 3210 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
3211 | |
3212 * env.el (getenv): New function, interactively callable. | |
3213 (setenv, getenv): Remove autoload cookies. | |
3214 | |
3215 * loadup.el: Load `env'. | |
3216 | |
3217 * progmodes/f90.el: Change author's mail address. | |
3218 | |
28908 | 3219 2000-05-14 Dave Love <fx@gnu.org> |
3220 | |
28911 | 3221 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
3222 goto-addr as an option. | |
3223 | |
3224 * help.el (help-xref-stack): Doc fix. | |
3225 (help-xref-following): New variable. | |
3226 (help-make-xrefs): Use it. | |
3227 (help-xref-go-back): Use position information from stack element. | |
3228 (help-follow): Make position in stack element a pair. Use | |
3229 help-xref-following. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3230 |
28911 | 3231 * autoarg.el: New file. |
3232 | |
3233 * faces.el: Declare more functions obsolete. | |
3234 | |
28908 | 3235 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
3236 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
3237 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
3238 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
3239 Remove all the setup-...-environment functions. | |
3240 | |
28903 | 3241 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
3242 | |
28919 | 3243 * speedbar.el: Updated the commentary section. xemacs20p now uses |
3244 >= when detecting. Require `defimage' safely. | |
28903 | 3245 (speedbar-easymenu-definition-base): Add toggle for images. |
3246 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
3247 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
3248 (speedbar-reconfigure-keymaps-hook): New variable. | |
3249 (speedbar-frame-parameters): Updated documentation. | |
3250 (speedbar-use-imenu-flag): Updated custom tag | |
3251 (speedbar-dynamic-tags-function-list): New variable. | |
3252 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
28919 | 3253 (speedbar-indentation-width, speedbar-indentation-width) New |
3254 variables. | |
3255 (speedbar-hide-button-brackets-flag): Customizable. | |
28903 | 3256 (speedbar-vc-indicator): Doc update. |
3257 (speedbar-ignored-path-expressions): Updated default value. | |
3258 (speedbar-supported-extension-expressions): Updated default value. | |
3259 (speedbar-syntax-table): Remove {} paren status. | |
28919 | 3260 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
3261 as "+". Added overlay aliases. | |
3262 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
3263 `force-mode-line-update'. | |
3264 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
3265 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
3266 `mouse-set-point' | |
28903 | 3267 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
28919 | 3268 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
3269 of arbitrary text, and new helper functions. | |
3270 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
3271 filename finder. | |
28903 | 3272 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
3273 (speedbar-directory-buttons): Update path search/expansion. | |
3274 (speedbar-make-tag-line): Pay attention to | |
28919 | 3275 `speedbar-indentation-width'. Use more care w/ invisible |
3276 properties. | |
28903 | 3277 (speedbar-change-expand-button-char): Call |
3278 `speedbar-insert-image-button-maybe'. | |
3279 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
28919 | 3280 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
3281 (speedbar-trim-words-tag-hierarchy) | |
3282 (speedbar-simple-group-tag-hierarchy): New functions | |
28903 | 3283 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
28919 | 3284 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
3285 functions. | |
28903 | 3286 (speedbar-mouse-set-point): New function |
3287 (speedbar-power-click): Updated documentation. | |
28919 | 3288 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
3289 of tag prefix text. | |
3290 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
3291 to strange text. | |
3292 (speedbar-expand-line): Takes universal argument to flush the | |
3293 cache. | |
28903 | 3294 (speedbar-flush-expand-line): New function. |
3295 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
3296 Use new generator insertion method. | |
3297 (speedbar-fetch-dynamic-tags): New function. | |
3298 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
3299 `speedbar-fetch-dynamic-imenu'. | |
3300 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
3301 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
3302 "Revert Buffer" menu items. | |
3303 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
3304 filename tag (for expansion purposes.). | |
28919 | 3305 (speedbar-highlight-one-tag-line, |
3306 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
3307 (speedbar-recenter): New functions. | |
28903 | 3308 (defimage-speedbar): Image loading abstraction. |
28919 | 3309 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
3310 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
3311 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
3312 (speedbar-tag-type, speedbar-tag-mail): New images. | |
28903 | 3313 (speedbar-expand-image-button-alist): New variable. |
3314 (speedbar-insert-image-button-maybe): Insert an image over some | |
3315 buttons. | |
3316 | |
28894 | 3317 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
3318 | |
3319 * international/mule-cmds.el (encode-coding-char): An ASCII | |
3320 character is always encodable. | |
3321 | |
3322 * international/mule-conf.el: Add more information in descriptions | |
3323 of character sets. | |
3324 | |
28965 | 3325 * international/mule-diag.el (describe-char-after): New function. |
28894 | 3326 (describe-font-internal): Adjusted for the change of font-info. |
3327 (describe-font): Likewise. | |
3328 (print-fontset): Rewritten for the new fontset implementation. | |
3329 (describe-fontset): Include fontset alias names in completion. | |
3330 (list-fontsets): Adjusted for the change of print-fontset. | |
3331 | |
28895 | 3332 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
3333 describe-char-after instead of displaying the detail in the echo | |
3334 area. | |
28965 | 3335 (syntax-code-table): Format changed. |
3336 (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
|
3337 |
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3338 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3339 |
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3340 * 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
|
3341 |
28890 | 3342 2000-05-12 Dave Love <fx@gnu.org> |
3343 | |
3344 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
3345 dependence. Use line-{beginning,end}-position, not | |
3346 point-at{b,e}ol. Some doc fixes. | |
3347 (todo-position): New function. Fix callers of position to use it. | |
3348 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
3349 | |
28885 | 3350 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
3351 | |
3352 * time.el (display-time-mail-icon): Use `:ascent center'. | |
3353 | |
28893 | 3354 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
3355 handling FTP security extensions. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3356 |
28882 | 3357 2000-05-11 Dave Love <fx@gnu.org> |
3358 | |
28888 | 3359 * calendar/todo-mode.el: New file. |
28882 | 3360 |
28870 | 3361 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
3362 | |
28881 | 3363 * comint.el (comint-read-input-ring): Move reference to |
3364 comint-input-ring-size outside of the save-excursion. It was | |
3365 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
|
3366 |
28875 | 3367 * font-lock.el: Update copyright. Remove Simon Marshall's email |
3368 address on request from him. | |
3369 | |
28870 | 3370 * subr.el (substitute-key-definition): Add comment describing |
3371 the meaning of PREFIX. | |
3372 | |
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3373 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3374 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3375 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3376 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3377 * 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
|
3378 (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
|
3379 reference to define-minor-mode in the docstring. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3380 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3381 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3382 HEADER/FOOTER and fix bug with trailing empty directory. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3383 (cvs-append-to-ignore): Use vc-editable-p if available. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3384 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3385 (vc-do-command): Tweak advice to handle the new VC. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3386 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3387 * 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
|
3388 (log-view-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3389 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3390 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3391 (log-edit-changelog-full-paragraphs): New var. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3392 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3393 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3394 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3395 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3396 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3397 Replace the `cvs' prefix with `log-edit'. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3398 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3399 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3400 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3401 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3402 (diff-font-lock-defaults): Explicitly turn off multiline. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3403 (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
|
3404 (diff-ediff-patch): Fix call to ediff-patch-file. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3405 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3406 Handle comments. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3407 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3408 * frame.el (automatic-hscrolling): Typo. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3409 |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3410 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3411 |
28845 | 3412 2000-05-09 Sam Steingold <sds@goems.com> |
3413 | |
3414 * apropos.el (apropos-print): use `describe-face' instead of | |
3415 `customize-face-other-window'. | |
3416 | |
28842 | 3417 2000-05-09 Dave Love <fx@gnu.org> |
3418 | |
3419 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
3420 | |
3421 * help.el (describe-variable): Have customize button pop the | |
3422 help-xref stack when invoked. | |
3423 (help-xref-symbol-regexp): Add `face'. | |
3424 (help-make-xrefs): Check for quoted face names and adapt regexp | |
3425 submatch numbers to cope. | |
3426 (help-xref-interned): Maybe insert face doc too. Separate | |
3427 sections with a line of hyphens. | |
3428 | |
28848 | 3429 * faces.el: Some doc fixes. Declare some functions obsolete. |
28842 | 3430 (describe-face): Add customize button. Return the help |
3431 text. Fix prompt. | |
3432 | |
28839 | 3433 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
3434 | |
3435 * term/internal.el (IT-character-translations): Fix last change. | |
3436 | |
28833 | 3437 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3438 | |
3439 * woman.el: New file | |
3440 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
3441 | |
28829 | 3442 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
3443 | |
28831 | 3444 * term/internal.el (IT-character-translations): Update ASCII |
3445 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
3446 latin-iso8859-15. | |
3447 | |
28829 | 3448 * international/mule-cmds.el (set-language-info-alist): Call |
3449 define-prefix-command with 3 arguments, to make the map suitable | |
3450 for a menu. | |
3451 | |
28827 | 3452 2000-05-07 Dave Love <fx@gnu.org> |
3453 | |
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3454 * time.el: Small doc fixes from Pavel Janík ml. |
28827 | 3455 |
28825 | 3456 2000-05-05 Dave Love <fx@gnu.org> |
3457 | |
3458 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
3459 list in doc string. Don't quote keyword symbols. | |
3460 * emacs-lisp/cl.el: Likewise | |
3461 * emacs-lisp/cl-seq.el: Likewise | |
3462 | |
28823 | 3463 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
3464 | |
3465 * abbrev.el (abbrev-mode): Make ARG optional. | |
3466 | |
28812 | 3467 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
3468 | |
28817 | 3469 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
3470 | |
3471 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
3472 | |
28812 | 3473 * subr.el (substitute-key-definition): Clarify documentation. |
3474 | |
3475 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
3476 | |
3477 * glasses.el (glasses-convert-to-unreadable): Use | |
3478 `glasses-separator' instead of the hard-wired "_". | |
3479 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
3480 place. | |
3481 | |
28808 | 3482 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3483 | |
3484 * term/internal.el (cjk-codepages-alist): Add associations for | |
3485 Chinese and Korean codepages. Remove FIXME comment. | |
3486 | |
28806 | 3487 2000-05-03 Dave Love <fx@gnu.org> |
3488 | |
3489 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
3490 New option. | |
3491 (display-time-mail-icon): New variable. | |
3492 (display-time-string-forms): Use the above. Fix the local-map. | |
3493 | |
28795 | 3494 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
3495 | |
28805 | 3496 * replace.el (query-replace-map): Add binding for `E'. |
3497 (query-replace-help): Extend help text. | |
3498 (perform-replace): Allow editing the replacement string. | |
3499 | |
3500 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
3501 (makefile-mode): Set local abbrev table to | |
3502 makefile-mode-abbrev-table. | |
3503 (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
|
3504 |
28795 | 3505 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
3506 set TOGGLE's value. | |
3507 | |
28805 | 3508 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
3509 mail-interactive-insert-alias. | |
3510 (mail-abbrev-complete-alias): New command. | |
3511 (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
|
3512 |
28790 | 3513 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
3514 | |
3515 * language/lao-util.el (lao-compose-region): New function. | |
3516 | |
28782 | 3517 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
3518 | |
28789 | 3519 * files.el (recover-session): Make directories as necessary |
3520 if they don't exist yet. | |
3521 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3522 * calendar/cal-french.el |
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3523 (french-calendar-multibyte-special-days-array) |
28782 | 3524 (french-calendar-special-days-array): Change French text. |
3525 (calendar-french-date-string): Change output. | |
3526 (calendar-goto-french-date): Likewise. | |
3527 | |
3528 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
3529 | |
3530 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
3531 (widget-documentation-string-value-create): Set `:always-active'. | |
3532 | |
28778 | 3533 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3534 | |
3535 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
3536 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
3537 (normal-top-level): Create the directory for auto-save files, if | |
3538 it doesn't already exist (in the ms-dos case only). | |
3539 | |
28775 | 3540 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
3541 | |
3542 * international/mule-cmds.el (set-language-environment): Don't | |
3543 concat an integer (dos-codepage), use format instead. | |
3544 | |
28772 | 3545 2000-05-02 Dave Love <fx@gnu.org> |
3546 | |
3547 * help.el (help-xref-on-pp): Check for constant symbols. | |
3548 | |
28764 | 3549 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
3550 | |
3551 * startup.el (normal-top-level): Put a condition-case around | |
3552 the code loading subdirs.el. | |
3553 | |
3554 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
|
3555 |
28764 | 3556 * ps-print.el: Upside-down and face background color printing, |
3557 line number step, doc fix. | |
3558 (ps-print-version): New version number (5.2). | |
3559 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
3560 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
3561 (ps-spool-config): Var fix. | |
3562 (ps-printer-name-option): Const fix. | |
3563 (ps-print-upside-down, ps-use-face-background) | |
3564 (ps-line-number-step): New vars. | |
3565 (ps-window-system, ps-lp-system): New consts. | |
3566 (ps-face-background): New fun. | |
3567 | |
28759 | 3568 2000-04-28 Richard Stallman <rms@gnu.org> |
3569 | |
3570 * files.el (make-auto-save-file-name): | |
3571 Apply auto-save-file-name-transforms to visited file name | |
3572 before generating auto save file name. | |
3573 (auto-save-file-name-transforms): New variable. | |
3574 | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3575 * files.el (backup-enable-predicate): |
28759 | 3576 Correctly test for a file under a temporary directory. |
3577 | |
28751 | 3578 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
3579 | |
3580 * subr.el (add-minor-mode): Rewritten. | |
3581 | |
28749 | 3582 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
3583 | |
3584 * mail/sendmail.el (sendmail-send-it): Set | |
3585 buffer-file-coding-system to the selected coding system for MIME | |
3586 header. | |
3587 | |
28748 | 3588 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
3589 | |
3590 * dired.el (dired-move-to-filename-regexp): Allow format where | |
3591 YYYY is followed by two spaces. | |
3592 | |
3593 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
3594 in the second character class of the regexp. | |
3595 | |
3596 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
3597 mh-etc, too. | |
3598 | |
3599 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
3600 nil. | |
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3601 |
28748 | 3602 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
3603 | |
3604 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
3605 argument. | |
3606 | |
3607 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
|
3608 |
28748 | 3609 * emacs-lisp/crm.el (crm-completion-table): New variable. |
3610 (crm-collection-fn, crm-test-completion) | |
3611 (completing-read-multiple): Use it. | |
3612 | |
28736 | 3613 2000-04-27 Dave Love <fx@gnu.org> |
3614 | |
3615 * help.el (locate-library): Use mapc. | |
3616 (help-manyarg-func-alist): Add call-process-region. | |
3617 | |
28724 | 3618 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
3619 | |
28729 | 3620 * subr.el (add-minor-mode): Make argument MAP optional. |
3621 | |
28724 | 3622 * desktop.el (desktop-save): Save list of minor modes. |
3623 (desktop-create-buffer): Restore minor modes. | |
3624 (desktop-minor-mode-table): New user-option. | |
3625 | |
3626 * subr.el (add-minor-mode): New function. | |
3627 | |
3628 * image.el (find-image): New function. | |
3629 (defimage): Rewritten to find image at load time. | |
3630 | |
3631 * startup.el (normal-top-level-add-to-load-path): Handle | |
3632 case that the default directory is not in load-path. | |
3633 | |
3634 * help.el: Old patch from Stefan Monnier. | |
3635 (help-xref-on-pp): New function. | |
3636 (describe-variable): Use it to display xrefs in a symbol's value. | |
3637 | |
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3638 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3639 |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3640 * cus-edit.el (custom-face): Fix parenthesis. |
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3641 |
28713 | 3642 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
3643 | |
28715 | 3644 * mail/rmail.el (rmail-expunge): When there are no deleted |
3645 messages, do nothing. | |
28713 | 3646 |
28712 | 3647 2000-04-26 Dave Love <fx@gnu.org> |
3648 | |
3649 * international/mule-cmds.el (locale-translation-file-name): | |
3650 Defvar to nil. | |
3651 (set-locale-environment): Set it here (at runtime). | |
3652 | |
28710 | 3653 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
3654 | |
3655 * replace.el (perform-replace): Add parameters START and END. Use | |
3656 them instead of the check for a region in Transient Mark mode. | |
3657 (query-replace-read-args): Return two more list elements for the | |
3658 start and end of the region in Transient Mark mode. | |
3659 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
3660 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
3661 optional last arguments START and END and pass them to | |
3662 perform-replace. | |
3663 | |
3664 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
3665 form with additional arguments for perform-replace. | |
3666 | |
3667 * progmodes/etags.el (tags-query-replace): Add parameters START | |
3668 and END. Construct a form with additional arguments for | |
3669 perform-replace. | |
3670 | |
3671 * simple.el (shell-command): Set default directory for "*Shell | |
3672 Command Output" buffer. | |
3673 | |
3674 * language/european.el (iso-latin-4): Fix typo. | |
3675 | |
3676 * emacs-lisp/crm.el: New file. | |
3677 | |
28701 | 3678 2000-04-24 Dave Love <fx@gnu.org> |
3679 | |
3680 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
3681 (Custom-reset-saved, Custom-reset-standard) | |
3682 (custom-group-value-create, custom-group-set, custom-group-save) | |
3683 (custom-group-reset-current, custom-group-reset-saved) | |
3684 (custom-group-reset-standard): Use mapc. | |
3685 (custom-buffer-create-internal): Disable undo when creating items. | |
3686 Use mapc. | |
3687 (custom-face): Avoid redundant lambda. | |
3688 | |
28699 | 3689 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3690 | |
3691 * startup.el (auto-save-list-file-prefix): Set default to | |
3692 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
3693 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3694 2000-04-24 Sam Steingold <sds@gnu.org> |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3695 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3696 * 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
|
3697 `field-result' to a string. |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3698 |
28695 | 3699 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
3700 | |
3701 * frame.el (scrolling): New group. | |
3702 (automatic-hscrolling): New user-option. | |
3703 | |
3704 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
3705 `--line-spacing'. | |
3706 | |
28668 | 3707 2000-04-19 Dave Love <fx@gnu.org> |
3708 | |
3709 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
3710 (cl-mapc): Rename from mapc. Fix the funcall. | |
3711 | |
28653 | 3712 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
3713 | |
28660 | 3714 * simple.el (clone-indirect-buffer-other-window): New command. |
3715 (clone-indirect-buffer): Add optional arg NORECROD. | |
3716 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
3717 | |
28658 | 3718 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
3719 | |
3720 * window.el (count-screen-lines): New function. | |
3721 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
3722 instead of window-buffer-height. | |
3723 | |
3724 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
3725 non-existing variable comint-input-sentinel. | |
3726 (inferior-lisp-args-to-list): Removed. | |
3727 (inferior-lisp): Use split-string instead of | |
3728 inferior-lisp-args-to-list. | |
3729 | |
3730 * hexl.el (hexl-insert-hex-string): New command. | |
3731 | |
28653 | 3732 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
3733 instead of concat. | |
3734 | |
28634 | 3735 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
3736 | |
3737 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
3738 at the start of an existing but empty folder. | |
3739 | |
3740 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3741 | |
3742 * ps-mule.el: Customization fix, doc fix. | |
3743 (ps-multibyte-buffer): Customization fix. | |
3744 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3745 2000-04-17 Richard M. Stallman <rms@gnu.org> |
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3746 |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3747 * subr.el (read-passwd): Use read-char-exclusive. |
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3748 |
28626 | 3749 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
3750 | |
3751 * textmodes/texinfo.el (texinfo-insert-@email) | |
3752 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
3753 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
3754 (texinfo-mode-map): Add key bindings for them. | |
3755 | |
3756 * files.el (basic-save-buffer-2): Use a template with `$' | |
3757 instead of `#' for VMS. | |
3758 | |
3759 * simple.el (clone-indirect-buffer): New function. | |
3760 | |
28621 | 3761 2000-04-16 Stephen Eglen <stephen@gnu.org> |
3762 | |
3763 * iswitchb.el (iswitchb-case): New function. If the user input | |
3764 contains any upper-case characters, the search is made | |
3765 case-sensitive. | |
3766 | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3767 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3768 |
28621 | 3769 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
3770 comment-end. | |
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3771 (texinfo-font-lock-syntactic-keywords): New var. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3772 (texinfo-font-lock-keywords): Remove comment regexp. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3773 (texinfo-insert-block): New function. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3774 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
28621 | 3775 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
3776 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
|
3777 (texinfo-environments): New var. |
28621 | 3778 (texinfo-environment-regexp): Use regexp-opt and |
3779 texinfo-environments. | |
3780 | |
3781 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
3782 ispell-process is bound since this might be eval'd before ispell | |
3783 is loaded. | |
3784 (ispell-message): Use a tiny bit less magic and a bit more hard | |
3785 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
|
3786 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3787 * 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
|
3788 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3789 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3790 (insert-cyclic-diary-entry): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3791 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3792 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3793 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3794 * files.el (backup-enable-predicate): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3795 |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3796 * cus-edit.el (custom-face, face): Unquote the lambda. |
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3797 |
28602 | 3798 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3799 | |
3800 * 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
|
3801 |
28602 | 3802 * ps-print.el: Fix counting lines in a region. |
3803 (ps-print-version): New version number (5.1.5). | |
3804 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
3805 (ps-printing-region): Fun code fix. | |
3806 | |
28600 | 3807 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
3808 | |
3809 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
3810 to file-directory-p. | |
3811 | |
28591 | 3812 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
3813 | |
3814 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
3815 exists before calling directory-files. | |
3816 | |
28578 | 3817 2000-04-13 Dave Love <fx@gnu.org> |
3818 | |
3819 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
3820 syntax. | |
3821 | |
3822 * emacs-lisp/cl-specs.el: Remove when, unless. | |
3823 | |
3824 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
3825 (cl-old-mapc): New variable. | |
3826 (mapc): Use it. | |
3827 (cl-map-intervals): Use with-current-buffer. Don't check for | |
3828 next-property-change. | |
3829 (cl-map-overlays): Use with-current-buffer. | |
3830 (cl-expt): Remove. | |
3831 (copy-tree, remprop): Define unconditionally. | |
3832 | |
3833 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
3834 | |
3835 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
3836 to use keywordp. | |
3837 (edebug-spec): Enable keywordp. | |
3838 | |
3839 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
3840 string-lessp. | |
3841 | |
3842 * cus-start.el: Use keywordp. | |
3843 | |
28577 | 3844 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
3845 | |
3846 * diary-lib.el (include-other-diary-files): Fix the fix of | |
3847 2000-02-18 by doing a save-excursion. | |
3848 | |
3849 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3850 | |
3851 * ps-print.el: Customization fix, doc fix. | |
3852 (ps-print-version): New version number (5.1.4). | |
3853 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
3854 (ps-print-preprint): Adjust code. | |
3855 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
3856 (ps-print-prologue-header, ps-print-control-characters) | |
3857 (ps-spool-config): Customization fix. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3858 |
28564 | 3859 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
3860 | |
3861 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
3862 converted to the new menu-item format, names silightly changed, | |
3863 help strings added. | |
3864 | |
3865 Support for spelling without async subprocesses: | |
3866 | |
3867 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
3868 (ispell-session-buffer): New variables. | |
3869 (ispell-start-process, ispell-process-status, | |
3870 ispell-accept-output, ispell-send-string): New functions, for | |
3871 Ispell invocation when async subprocesses aren't supported. | |
3872 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
3873 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
3874 to process-send-string with calls to ispell-send-string, and | |
3875 accept-process-output with ispell-accept-output. | |
3876 (ispell-init-process): Call ispell-process-status instead of | |
3877 process-status with. | |
3878 (ispell-init-process): Call ispell-start-process. Call | |
3879 ispell-accept-output and ispell-send-string. Don't call | |
3880 process-kill-without-query and kill-process if they are unbound. | |
3881 (ispell-async-processp): New function. | |
3882 | |
28560 | 3883 2000-04-12 Dave Love <fx@gnu.org> |
3884 | |
3885 * info.el: Add debug-ignored-errors. | |
3886 (Info-mode-menu): Add some items. | |
3887 (Info-directory): Add autoload cookie. | |
3888 | |
3889 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
3890 Modify `truncate-lines'. Make `describe-language-environment' | |
3891 always visible and add help. Modify `describe-key' help. Invoke | |
3892 Info-directory from `info'. New entry `emacs-manual'. | |
3893 | |
28542 | 3894 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3895 | |
28549 | 3896 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
3897 propertized-buffer-identification. | |
3898 (ebrowse-update-member-buffer-mode-line): Likewise. | |
3899 (ebrowse--mode-strings): Removed. | |
3900 (ebrowse--mode-line-props): Removed. | |
3901 | |
28542 | 3902 * files.el (auto-mode-alist): Add `EBROWSE'. |
3903 | |
3904 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
3905 space before testing for end of buffer. | |
3906 (ebrowse-load): Removed. | |
3907 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
3908 (ebrowse-create-tree-buffer): Rewritten. | |
3909 (ebrowse-tree-mode): Read tree from buffer. | |
3910 | |
3911 * progmodes/ebrowse-ffh.el: Removed. | |
3912 | |
28535 | 3913 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
3914 | |
3915 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
3916 | |
28534 | 3917 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
3918 | |
3919 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
3920 at the wrong place. | |
3921 | |
28783 | 3922 2000-04-09 Dave Love <fx@gnu.org> |
3923 | |
3924 * files.el (backup-enable-predicate): Use | |
3925 temporary-file-directory, small-temporary-file-directory. | |
3926 (make-backup-file-name-function, backup-directory-alist): New | |
3927 variables. | |
3928 (make-backup-file-name-1): New function. | |
3929 (make-backup-file-name): Use it. | |
3930 (find-backup-file-name): Likewise. Use format for clarity, not | |
3931 concat. | |
3932 (file-newest-backup): Use make-backup-file-name. | |
3933 | |
28523 | 3934 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
3935 | |
28530 | 3936 * progmodes/ebrowse-ffh.el: New file. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3937 |
28530 | 3938 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
3939 to ebrowse-ffh.el. | |
3940 (ebrowse-load): Add autoload. | |
3941 | |
3942 * finder.el (finder-commentary): Add autoload cookie. | |
3943 | |
28523 | 3944 * mail/rfc2368.el: Correct author's email address. |
3945 | |
3946 * progmodes/ebrowse.el: New file. | |
3947 | |
3948 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
3949 item help string. | |
3950 (easy-menu-do-add-item): Ditto. | |
3951 (easy-menu-define): Extend doc string. | |
3952 | |
3953 * jit-lock.el (with-buffer-unmodified): Use | |
3954 restore-buffer-modified-p. | |
3955 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
3956 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
3957 with-buffer-unmodified. | |
3958 | |
28517 | 3959 2000-04-08 Dave Love <fx@gnu.org> |
3960 | |
3961 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
3962 unless, when. | |
3963 | |
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3964 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
|
3965 |
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3966 * 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
|
3967 (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
|
3968 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
|
3969 Use `viper-put-on-search-overlay'. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3970 |
28506 | 3971 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
3972 | |
3973 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
3974 like C-r. | |
3975 | |
3976 * progmodes/make-mode.el: Some doc fixes. | |
3977 (makefile-mode-abbrev-table): New variable. | |
3978 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
3979 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
3980 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
3981 | |
3982 * replace.el (perform-replace): Don't move forward one char | |
3983 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
3984 to do that because it leaves point 1 position after the last | |
3985 replacement, after everything has been replaced. | |
3986 | |
3987 * jit-lock.el (with-buffer-unmodified): New macro. | |
3988 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
3989 modified state. | |
3990 (jit-lock-function-1): Extracted from jit-lock-function; not | |
3991 preserving buffer's modified state. | |
3992 (jit-lock-function, jit-lock-stealth-fontify): Call | |
3993 jit-lock-function-1. | |
3994 | |
3995 * mail/rfc2368.el: Remove supernumerary copyright line. | |
3996 | |
28499 | 3997 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
3998 | |
3999 * glasses.el: Provide facilities for inserting space before left | |
4000 parentheses and uncapitalization of identifiers. | |
4001 (glasses-mode): Try to remove old overlays in all cases. | |
4002 | |
28485 | 4003 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
4004 | |
28496 | 4005 * progmodes/compile.el (compile-internal): Display the compilation |
4006 buffer in a different frame, if it's already displayed there. | |
4007 | |
28494 | 4008 * mail/rfc2368.el: New file. |
4009 | |
28492 | 4010 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
4011 header and insert its value as mail body. | |
4012 | |
4013 * subr.el (member-ignore-case): New function. | |
4014 | |
4015 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
4016 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
4017 from dabbrev-ignored-regexps. | |
4018 | |
28485 | 4019 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
4020 to extensions handled by gzip. | |
4021 | |
28492 | 4022 2000-04-03 Richard M. Stallman <rms@gnu.org> |
4023 | |
4024 * files.el (insert-directory): List the total free space | |
4025 along with the used space. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4026 |
28492 | 4027 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
4028 line is followed by one that matches CITATION-REGEXP, end the | |
4029 paragraph. | |
4030 | |
4031 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
4032 | |
4033 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
4034 (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
|
4035 |
28474 | 4036 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
4037 | |
4038 * international/mule-cmds.el (encoded-string-description): | |
4039 Rewritten. Try pretty description for ISO 2022 escape sequences | |
28476 | 4040 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
4041 for hexadecimal format. | |
28474 | 4042 |
28468 | 4043 2000-04-01 Dave Love <fx@gnu.org> |
4044 | |
4045 * cpp.el: Change customization group to `c' from `C'. | |
4046 | |
4047 * vcursor.el (vcursor-move): Use display-color-p. | |
4048 | |
4049 * international/mule-util.el: Provide mule-utils. | |
4050 (string-to-sequence): Simplify and speed up. | |
4051 | |
4052 * international/mule.el (make-coding-system): Purecopy doc-string. | |
4053 | |
4054 * international/mule-cmds.el: Various menu changes. | |
4055 (describe-specified-language-support): Handle `Default'. | |
4056 (set-language-info): Purecopy `info'. | |
4057 | |
28462 | 4058 2000-03-31 Andrew Innes <andrewi@gnu.org> |
4059 | |
4060 * vc.el (vc-backend-diff): Return the correct status if we had to | |
4061 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
|
4062 |
28445 | 4063 2000-03-31 Dave Love <fx@gnu.org> |
4064 | |
28452 | 4065 * help.el (help-manyarg-func-alist): Correct several omissions. |
4066 | |
28450 | 4067 * add-log.el: Don't require cl, fortran. |
4068 (add-log-current-defun-function): Doc fix. | |
4069 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
4070 fix. | |
4071 (change-log-version-rcs): Function deleted. | |
4072 (change-log-version-number-search): Doc fix. Use | |
4073 vc-workfile-version. Avoid CL dolist. | |
4074 (add-change-log-entry): Just call add-log-current-defun to get | |
4075 defun. Simplify somewhat. | |
4076 (change-log-get-method-definition-1): Likewise. | |
4077 (add-log-current-defun): Return nil if calling | |
4078 add-log-current-defun-function does so. Move Fortran stuff to | |
4079 fortran.el. Return string without properties. | |
4080 | |
28445 | 4081 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
4082 and :alpha: char classes. | |
4083 | |
4084 * mail/supercite.el: Defvar curline when compiling. | |
4085 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
4086 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
4087 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
4088 | |
28444 | 4089 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
4090 | |
4091 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
4092 | |
4093 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4094 Re-enable new code. | |
4095 | |
4096 * lpr.el (print-region-1): Use -d to specify printer name for | |
4097 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
4098 | |
4099 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
|
4100 |
28444 | 4101 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
4102 for function definition in symbol's function value slot first | |
4103 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
|
4104 |
28435 | 4105 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
4106 | |
4107 * language/european.el ("Polish"): New language environment. | |
4108 (setup-polish-environment): New function. | |
4109 | |
28424 | 4110 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
4111 | |
4112 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
4113 Disable new code. | |
4114 | |
4115 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
4116 trying to `load' the symbol of an autoload instead of the file | |
4117 recorded in the autoload. Fix error messages. | |
4118 | |
28429 | 4119 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4120 | |
4121 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
4122 (ps-print-version): New version number (5.1.3). | |
4123 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
4124 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
4125 (ps-generate-postscript-with-faces): Code fix. | |
4126 (ps-color-values): XEmacs compatibility. | |
4127 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
4128 (ps-default-fg, ps-default-bg): Adjust customization. | |
4129 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
4130 (ps-color-scale): Renaming old ps-color-value fun. | |
4131 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
4132 with ps-print-header variable. | |
4133 (ps-print-miscellany): New group. | |
4134 (ps-format-color, ps-rgb-color): New funs. | |
4135 (ps-default-foreground): New var. | |
4136 (ps-printer-name-option): New const. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4137 |
28416 | 4138 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
4139 | |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4140 * net/net-utils.el: |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4141 (network-connection-host, network-connection-service): New variables |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4142 (network-connection-mode): New mode, derived from comint-mode |
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4143 (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
|
4144 service information in local variables. |
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4145 |
28416 | 4146 * lisp/locate.el: |
4147 (locate-word-at-point): Added this function | |
4148 (locate): Default to using locate-word-at-point as input | |
4149 Run dired-mode-hook | |
4150 | |
28405 | 4151 2000-03-29 Dave Love <fx@gnu.org> |
4152 | |
4153 * calendar/appt.el: Doc fixes. | |
4154 (appt-check): Convert min-to-app to a string before passing to | |
4155 appt-disp-window-function or concat. | |
4156 (appt-delete-window): Remove test for frame-root-window. | |
4157 (appt-select-lowest-window, appt-convert-time): Simplify. | |
4158 | |
4159 * emacs-lisp/bytecomp.el: Doc fixes. | |
4160 (byte-compile-file-form-autoload): Update | |
4161 byte-compile-function-environment. | |
4162 | |
28403 | 4163 2000-03-29 Andreas Schwab <schwab@suse.de> |
4164 | |
4165 * emacs-lisp/autoload.el: Also print defsubst doc string | |
4166 specially. | |
4167 | |
4168 * dired.el (dired-insert-directory): If dired-free-space-program | |
4169 failed just delete its output. | |
4170 | |
28395 | 4171 2000-03-29 Dave Love <fx@gnu.org> |
4172 | |
4173 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
4174 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
4175 (iso-iso2sgml, iso-sgml2iso): New functions. | |
4176 (iso-cvt-define-menu): Fix some entries and use backquote for | |
4177 clarity. | |
4178 | |
4179 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
4180 | |
28377 | 4181 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
4182 | |
4183 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
4184 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
4185 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4186 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4187 |
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4188 * 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
|
4189 if it ever becomes used. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4190 (log-edit-mode-hook): Default to vc-log-mode-hook. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4191 (log-edit-mode): Fix the docstring. |
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4192 |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4193 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4194 the code. |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4195 |
28326 | 4196 2000-03-26 Dave Love <fx@gnu.org> |
4197 | |
28331 | 4198 * net/browse-url.el (browse-url): Re-fix case of |
4199 browse-url-browser-function being an alist. | |
4200 (browse-url): Add :link to defgroup. | |
4201 | |
28326 | 4202 * files.el: Doc fixes. |
4203 (file-truename): Include `[' in wildcard characters. | |
4204 (automount-dir-prefix): Customize. | |
4205 (find-file-wildcards): Add :version. | |
4206 (find-file-noselect): Simplify a mapcar call. | |
4207 | |
4208 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
4209 compatible with inf-lisp version. | |
4210 (eval-defun-1): Fix custom-declare-variable case. | |
4211 | |
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4212 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4213 |
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4214 * 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
|
4215 |
28303 | 4216 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4217 | |
28308 | 4218 * Makefile (COMPILE_FIRST): New macro. |
4219 (compile-files): Compile files from COMPILE_FIRST first. | |
4220 | |
4221 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
4222 code. | |
4223 | |
28303 | 4224 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
4225 matching open parenthesis in column 0 to defun-prompt-regexp | |
4226 only if open-paren-in-column-0-is-defun-start is set. | |
4227 | |
4228 * sun-curs.el: Require CL at compile-time only. | |
4229 | |
4230 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
4231 instead of copy-list which is a function from CL. | |
4232 (msb--choose-menu, msb--mode-menu-cond) | |
4233 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
4234 (msb--init-file-alist): Use mapcar instead of mapcan. | |
4235 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
4236 `(' in column 0 in doc string. | |
4237 (msb--add-separators): Use mapcar instead of mapcan. | |
4238 | |
4239 * cus-dep.el: Require CL at compile-time only. | |
4240 | |
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4241 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4242 |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4243 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4244 (byte-compile-warnings): New warning `noruntime'. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4245 (byte-compile-constants, byte-compile-variables): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4246 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4247 execute `eval-whenc-compile's body. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4248 (byte-compile-unresolved-functions): Fix docstring. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4249 (byte-compile-eval): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4250 (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
|
4251 at runtime (via property `byte-compile-noruntime'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4252 (byte-compile-print-syms): New function. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4253 (byte-compile-warn-about-unresolved-functions): Also warn about |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4254 `noruntime' functions (and use `byte-compile-print-syms'). |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4255 (byte-compile-file): Capitalize the message. |
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4256 |
28292 | 4257 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
4258 | |
4259 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
4260 (rmail-expunge): Ask for confirmation depending on the setting | |
4261 of rmail-confirm-expunge. | |
4262 | |
4263 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
4264 | |
4265 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
4266 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
4267 cause a bootstrap failure because things don't autoload as | |
4268 expected. | |
4269 | |
28289 | 4270 2000-03-23 Dave Love <fx@gnu.org> |
4271 | |
4272 * net/browse-url.el: Restore previous use of | |
4273 browse-url-maybe-new-window. | |
4274 | |
28287 | 4275 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4276 | |
4277 * ps-print.el: Skip banner page fix. | |
4278 (ps-print-version): New version number (5.1.2). | |
4279 (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
|
4280 |
28287 | 4281 2000-03-23 Dave Pearson <davep@davep.org> |
4282 | |
4283 * net/quickurl.el Changed the type of parameter passed to the | |
4284 function defined by `quickurl-format-function'. Before only the | |
4285 text of the URL was passed. Now the whole URL structure is passed | |
4286 and the function is responsible for extracting the parts it | |
4287 requires. Changed the default of `quickurl-format-function' | |
4288 accordingly. | |
4289 (quickurl-insert): Changed the `funcall' of | |
4290 `quickurl-format-function' to match the above change. | |
4291 (quickurl-list-insert): Changed the `url' case so that it makes | |
4292 use of `quickurl-format-function', previous to this the format was | |
4293 hard wired. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4294 |
28283 | 4295 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
4296 | |
4297 * startup.el: Change some spellings for the X Window System. | |
4298 | |
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4299 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4300 |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4301 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4302 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
|
4303 moved to the suspicious line while querying the user. |
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4304 |
28276 | 4305 2000-03-22 Jason Rumney <jasonr@gnu.org> |
4306 | |
4307 * w32-fns.el (w32-charset-info-alist): Initialize. | |
4308 | |
28267 | 4309 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4310 | |
4311 * ps-print.el: N-up last page fix. | |
4312 (ps-print-version): New version number (5.1.1). | |
4313 (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
|
4314 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4315 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4316 |
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4317 * files.el (find-file-run-dired): Update docstring. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4318 (find-directory-functions): New hook. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4319 (find-file-noselect): Run find-directory-functions rather than |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4320 calling dired directly. |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4321 |
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4322 * 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
|
4323 |
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4324 * pcvs.el: Add a minimal leading commentary. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4325 (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
|
4326 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
|
4327 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
|
4328 its own footer and header. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4329 (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
|
4330 (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
|
4331 (cvs-is-within-p): New function. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4332 (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
|
4333 to only examine some subset of the buffers. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4334 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4335 * 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
|
4336 `format' instead of our own ad-hoc functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4337 Remove HEADER and FOOTER cases, now handled in the EWOC. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4338 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4339 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4340 * 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
|
4341 output to avoid scaring the user. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4342 (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
|
4343 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4344 * pcvs-defs.el (cvs-startup-message): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4345 (cvs-global-menu): New autoloaded menu. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4346 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4347 * pcvs-util.el (cvs-string-fill): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4348 |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4349 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4350 (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
|
4351 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
|
4352 (ewoc-create): Drop POS and BUFFER arguments. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4353 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
|
4354 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4355 (ewoc-refresh): Remove unused `header' variable. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4356 (ewoc-(get|set)-hf): New functions. |
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4357 |
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4358 * 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
|
4359 log-view-*-(message|file) and use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4360 (log-view-message-re): Match SCCS format as well. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4361 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
|
4362 (log-view-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4363 (log-view-current-tag): Fill in with an actual implementation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4364 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4365 * cvs-status.el (cvs-status-(prev|next)): Rename from |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4366 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
|
4367 (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
|
4368 to let the output "breathe" a little more (more readable). |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4369 (cvs-status-mode): Use the new define-derived-mode. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4370 |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4371 * smerge-mode.el (smerge-auto-leave): New function and variable. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4372 (smerge-basic-map): Rename from smerge-basic-keymap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4373 Change the bindings for smerge-diff-*. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4374 (smerge-*-map): Use easy-mmode-defmap. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4375 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4376 (smerge-keep-*): Use smerge-auto-leave. |
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4377 |
28246 | 4378 2000-03-21 Jason Rumney <jasonr@gnu.org> |
4379 | |
4380 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
4381 (custom-button-pressed-face): Likewise. | |
4382 | |
28244 | 4383 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
4384 | |
4385 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
4386 (tags-loop-eval): New function. Bind case-fold-search around eval | |
4387 depending on the value of tags-case-fold-search. | |
4388 (tags-loop-continue): Use tags-loop-eval. | |
4389 (find-tag-in-order): Bind case-fold-search depending on the value | |
4390 of tags-case-fold-search. | |
4391 | |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4392 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4393 |
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4394 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4395 (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
|
4396 `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4397 (diff-recenter): Remove. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4398 (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
|
4399 of `easy-mmode-define-navigation'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4400 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4401 previous renaming) and fix to use new names. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4402 (diff-merge-strings): Use \n as separator: simpler, faster. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4403 (diff-mode): Use `define-derived-mode'. |
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4404 |
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4405 * derived.el (define-derived-mode): Don't autoload anymore. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4406 Prefer the macro-only version provided by easy-mmode.el. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4407 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4408 * 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
|
4409 `easy-mmode-define-derived-mode'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4410 Use `combine-run-hooks'. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4411 (easy-mmode-define-navigation): New macro. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4412 |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4413 * subr.el (combine-run-hooks): New function. |
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4414 |
28233 | 4415 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
4416 | |
4417 * term/x-win.el: Fontsets related initialization is simplified. | |
4418 | |
4419 * international/mule-diag.el (describe-font): Don't refer to | |
4420 global-fontset-alist, instead call font-list. | |
4421 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
4422 (print-fontset): Adjusted for the change of fontset | |
4423 implementation. | |
4424 | |
4425 * international/fontset.el (x-charset-registries): Variable | |
4426 removed, instead the corresponding data is stored in the default | |
4427 fontset. | |
4428 (register-alternate-fontnames): Function removed. | |
4429 (resolved-ascii-font): Variable removed. | |
4430 (x-compose-font-name): Ignore the second argument REDOCE. | |
4431 (x-complement-fontset-spec): Complement only an ASCII font and | |
4432 element for those charsets than can use that ASCII font. | |
4433 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
4434 instead call fontset-list. | |
4435 (uninstantiated-fontset-alist): Variable removed. | |
4436 (x-style-funcs-alist): Likewise. | |
4437 (fontset-default-styles): Likewise. | |
4438 (x-modify-font-name): Function removed. | |
4439 (create-fontset-from-fontset-spec): Ignore the argument | |
4440 STYLE-VARIANT. | |
4441 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
4442 change. | |
4443 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
4444 (fontset-list): Now implemented by C code. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4445 |
28233 | 4446 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
4447 (describe-face): Include `font' attribute in the description. | |
4448 | |
28219 | 4449 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
4450 | |
4451 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
4452 | |
28209 | 4453 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
4454 | |
28212 | 4455 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
4456 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
4457 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
|
4458 |
28209 | 4459 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
4460 about behavior of set-buffer-modified-p wrt redisplay. | |
4461 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4462 2000-03-19 Richard M. Stallman <rms@gnu.org> |
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4463 |
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4464 * 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
|
4465 |
28194 | 4466 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
4467 | |
4468 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
4469 is a string, convert it to a syntax cell using string-to-syntax. | |
4470 | |
4471 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
4472 (string-to-syntax): New function. | |
4473 | |
4474 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
4475 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
28209 | 4476 try to use passive ftp mode. |
28194 | 4477 |
28189 | 4478 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
4479 | |
28209 | 4480 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
28189 | 4481 |
4482 * simple.el (append-to-buffer): Update point of windows after | |
4483 insertion. | |
4484 | |
4485 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
4486 forward then moving backward. Reindent. | |
4487 | |
4488 * frame.el (other-frame): Call x-focus-frame only if | |
4489 focus-follows-mouse is off. | |
4490 | |
28185 | 4491 2000-03-17 Dave Love <fx@gnu.org> |
4492 | |
4493 * pcvs-util.el (cvs-strings->string): Rename | |
4494 replace-regexps-in-string. | |
4495 | |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4496 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4497 |
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4498 * 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
|
4499 regexp for labels cannot span several lines. |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4500 |
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4501 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
28189 | 4502 `(setq :<key> ':<key>)' to the macro expansion. |
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4503 |
28174 | 4504 2000-03-16 Dave Love <fx@gnu.org> |
4505 | |
4506 * progmodes/f90.el (f90): Put custom group under `languages', not | |
4507 `fortran'. | |
4508 (f90-mode-hook): Customize. | |
4509 (f90-mode): Set add-log-current-defun-function. | |
4510 (f90-current-defun): New function. | |
4511 | |
28169 | 4512 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
4513 | |
28173 | 4514 * cus-edit.el (custom-variable-tag-face): Handle case that |
4515 default face's height is not a number. | |
4516 (custom-face-tag-face, custom-group-tag-face-1) | |
4517 (custom-group-tag-face): Ditto. | |
4518 (custom-group-tag-face-1): Add :group. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4519 |
28169 | 4520 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
4521 | |
28161 | 4522 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
4523 | |
4524 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
4525 requiring easymenu. | |
4526 | |
28155 | 4527 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4528 | |
4529 * ps-print.el: PostScript user-defined prologue, PostScript error | |
4530 handler, doc fix. | |
4531 (ps-print-version): New version number (5.1). | |
4532 (ps-user-defined-prologue, ps-error-handler-message) | |
4533 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
4534 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
4535 (ps-insert-string): New function. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4536 |
28150 | 4537 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
4538 | |
4539 * international/ccl.el (ccl-compile-expression): Don't generate | |
28151 | 4540 invalid self-assignment code. |
28150 | 4541 |
28149 | 4542 2000-03-14 Dave Love <fx@gnu.org> |
4543 | |
4544 * subr.el (replace-regexp-in-string): Renamed from | |
4545 replace-regexps-in-string. Doc fix. | |
4546 | |
28131 | 4547 2000-03-12 Dave Love <fx@gnu.org> |
4548 | |
4549 * cus-edit.el: Doc fixes. | |
4550 (customize-set-variable, customize-save-variable): Rename args for | |
4551 doc. | |
4552 (custom-variable-tag-face, custom-face-tag-face) | |
4553 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
4554 style which user identify as hyperlink. | |
4555 (hook): Don't add undefined functions to the hook. | |
4556 (debug-ignored-errors): Transfer message from bindings.el. | |
4557 | |
28120 | 4558 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4559 | |
4560 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
4561 double/nested definition. | |
4562 | |
28114 | 4563 2000-03-12 Dave Love <fx@gnu.org> |
4564 | |
4565 * facemenu.el (facemenu-get-face): Use display-color-p. | |
4566 * enriched.el (enriched-decode-foreground): Likewise. | |
4567 (enriched-decode-background): Likewise. | |
4568 * isearch.el (isearch-highlight): Likewise. | |
4569 * info-look.el (info-lookup): Likewise. | |
4570 * simple.el (completion-setup-function): Likewise. | |
4571 | |
4572 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
4573 :options. | |
4574 | |
4575 * bindings.el (mode-line-format): Fix line-number and | |
4576 column-number items. Add help-echo for the background. | |
4577 (mode-line-mule-info): Modify help-echo. | |
4578 | |
4579 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
4580 defcustom. | |
4581 | |
4582 * files.el (load-file): Allow completion to .elc. | |
4583 | |
4584 * man.el: Doc fixes. | |
4585 (Man-init-defvars): Use display-color-p to set fontification. | |
4586 | |
4587 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
4588 | |
28109 | 4589 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
4590 | |
4591 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
4592 | |
4593 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
4594 | |
28098 | 4595 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
4596 | |
4597 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
4598 Fix comment. | |
4599 | |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4600 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4601 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4602 * 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
|
4603 regexp-opt-depth is unnecessary. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4604 (save-buffer-state): Set an edebug spec. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4605 (font-lock-fontify-anchored-keywords): Properly handle the case when |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4606 the matcher goes past the limit. |
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4607 |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4608 * 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
|
4609 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4610 |
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4611 * 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
|
4612 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
|
4613 massaging. |
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4614 |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4615 * 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
|
4616 Autoload the functions used. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4617 (easy-mmode-define-syntax): Fix CL typo. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4618 (easy-mmode-define-derived-mode): Improve the docstring generation. |
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4619 |
28084 | 4620 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
4621 | |
4622 * textmodes/texinfo.el (texinfo-version): Variable and function | |
4623 removed. | |
4624 | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4625 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4626 |
28114 | 4627 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
4628 allow more flexibility. | |
4629 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
4630 fns. | |
4631 (easy-mmode-defmap, easy-mmode-defsyntax) | |
4632 (easy-mmode-define-derived-mode): New macros. | |
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4633 |
28085 | 4634 2000-03-09 Didier Verna <didier@xemacs.org> |
28080 | 4635 |
4636 * rect.el (replace-rectangle): New function. | |
4637 | |
4638 2000-03-09 Dave Love <fx@gnu.org> | |
4639 | |
4640 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
4641 "C". | |
4642 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
4643 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
4644 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
4645 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
4646 fortran-comment-line-start here. Set comment-start, | |
4647 add-log-current-defun. | |
4648 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
4649 (fortran-current-defun): New function. | |
4650 | |
28073 | 4651 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
4652 | |
28077 | 4653 * emacs-lisp/re-builder.el: New file. |
4654 | |
28076 | 4655 * mouse.el (mouse-drag-region): Don't run up-event handler |
4656 if hscroll has changed. | |
4657 | |
28073 | 4658 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
4659 builtin operators, use `font-lock-builtin-face' for Emacs and | |
4660 `font-lock-preprocessor-face' otherwise. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4661 |
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4662 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
28073 | 4663 `(defun (setf foo)' differently. |
4664 | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4665 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4666 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4667 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
28073 | 4668 (regexp-opt): Update comment and adapt the code the new meaning of |
4669 the `paren' argument of regex-opt-group for shy-groups. | |
4670 (regexp-opt-depth): Handle shy groups as well as backslashed | |
4671 backslashes. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4672 (regexp-opt-group): Turn the leading comment into a docstring. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4673 Allow `paren' to be a string (the string to use to open a group). |
28073 | 4674 Remove open-presuf and close-presuf. Instead of checking for `all |
4675 one-char' and then later on check for `several one-char', handle | |
4676 both cases close together. Also apply a more generic algorithm | |
4677 for suffixes (the mirror image of the algorithm used for | |
4678 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4679 (regexp-opt-try-suffix): Removed. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4680 |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4681 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
28073 | 4682 from comint-mode-map, so we can just inherit from it. Also, move |
4683 the initialization into the `defvar' since there's no docstring | |
4684 anyway and it's fairly short. | |
4685 (inferior-scheme-mode): Define it as derived-mode: the code is | |
4686 shorter and this way we inherit from comint-mode-map rather than | |
4687 copying it. | |
4688 | |
4689 * subr.el (replace-regexps-in-string): Properly handle the case | |
4690 where we match an empty string. | |
4691 | |
4692 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
4693 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
|
4694 Also fix a typo in the comment. |
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4695 |
28046 | 4696 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
4697 | |
28051 | 4698 * Makefile (compile-files): Compile files one by one because |
4699 that's the only way to ensure a clean compilation environment for | |
4700 each individual file. | |
4701 | |
28046 | 4702 * frame.el (other-frame): Call x-focus-frame. |
4703 | |
28040 | 4704 2000-03-07 Dave Love <fx@gnu.org> |
4705 | |
28043 | 4706 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
4707 :require to defcustom. | |
4708 | |
28040 | 4709 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
4710 lists. | |
4711 | |
4712 * files.el (auto-mode-alist): Add configure.in. | |
4713 | |
4714 * progmodes/autoconf.el: New file. | |
4715 | |
28034 | 4716 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
4717 | |
4718 * mail/mh-e.el: Change maintainer to `none'. | |
4719 | |
4720 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
4721 to remove-hook and add-hook. | |
4722 | |
4723 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4724 | |
28035 | 4725 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
28034 | 4726 it as the default. |
28035 | 4727 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
4728 (sendmail-send-it): Conditionally add MIME headers specifying the | |
28034 | 4729 used character set. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4730 |
28024 | 4731 2000-03-07 Dave Love <fx@gnu.org> |
4732 | |
4733 * winner.el: Fix keywords, autoload cookies. Split | |
4734 eval-when-compile form to avoid compilation failure. | |
4735 | |
28017 | 4736 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
4737 | |
4738 * international/mule.el: Modify comment about coding system | |
4739 property `coding-category'. | |
4740 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
4741 coding-category property of PROPERTIES. | |
4742 | |
4743 * international/mule-conf.el (coding-category-utf-8, | |
4744 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
4745 categories. Include them in the argument for set-coding-priority. | |
4746 | |
4747 * international/mule-cmds.el (reset-language-environment): Include | |
4748 coding-category-utf-8, coding-category-utf-16-be, and | |
4749 coding-category-utf-16-le in the argument for set-coding-priority. | |
4750 (reset-language-environment): Initialize coding-category-utf-8, | |
4751 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
4752 | |
28014 | 4753 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
4754 | |
4755 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
4756 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
4757 extensions as well as compression extensions. | |
4758 (bookmark-jump-noselect): Use above new func. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4759 |
27976 | 4760 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
4761 | |
4762 * strokes.el: Change maintainer's mail address. | |
4763 | |
27972 | 4764 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
4765 | |
4766 * international/mule-diag.el (list-character-sets): Make help-echo | |
4767 string by substitute-command-keys. | |
4768 (list-character-sets): Likewise. | |
4769 (sort-listed-character-sets): Call help-setup-xref. | |
4770 | |
27965 | 4771 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4772 | |
4773 * time.el (display-time-mail-file): Add `none' to the list of | |
4774 choices. | |
4775 | |
27954 | 4776 2000-03-01 Dave Love <fx@gnu.org> |
4777 | |
27959 | 4778 * help.el (help-xref-go-back): Don't try to set position. |
4779 | |
27954 | 4780 * international/mule-diag.el (list-character-sets): Call |
4781 help-setup-xref. Add help-echo to xrefs. | |
4782 (list-character-sets-1): Add help-echo to xrefs. | |
4783 | |
27949 | 4784 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
4785 | |
4786 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
4787 the mode off. | |
4788 | |
4789 * add-log.el (add-log-current-defun): Add support for | |
4790 Autoconf mode. | |
4791 | |
4792 * mail/rmail.el (rmail-quit-hook): New variable. | |
4793 | |
27931 | 4794 2000-03-01 Dave Love <fx@gnu.org> |
4795 | |
27935 | 4796 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
4797 | |
27931 | 4798 * help.el (help-xref-button): Add help-echo arg. |
4799 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
4800 | |
4801 * faces.el (list-faces-display): Supply help-echo with | |
4802 help-make-xrefs. | |
4803 | |
4804 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
4805 nil. | |
4806 | |
27919 | 4807 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
4808 | |
27927 | 4809 * image.el (defimage): Look for image files in load-path. |
4810 | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4811 * frame.el (busy-cursor-delay-seconds): Change type to |
27919 | 4812 `number'. |
4813 | |
27927 | 4814 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
4815 | |
4816 * recentf.el (recentf): Added version tag to the defgroup of | |
4817 recentf. | |
4818 | |
4819 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4820 | |
4821 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
4822 too. | |
4823 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
4824 action to select/unselect a file. | |
4825 (recentf-edit-list): Code cleanup and improvement. | |
4826 (recentf-open-more-files-action): `recentf-open-more-files' button | |
4827 widget action to open a file. | |
4828 (recentf-open-more-files): No more use standard completion but | |
4829 widgets. | |
4830 (recentf-more-collection): Deleted. | |
4831 (recentf-more-history): Deleted. | |
4832 (recentf-setup-more-completion): Deleted. | |
4833 | |
4834 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4835 | |
4836 * recentf.el (recentf-mode): No more needs that Emacs is running | |
4837 under a window-system. | |
4838 | |
4839 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4840 | |
4841 * recentf.el (recentf-edit-list): New command to edit the recent | |
4842 list which allow the user to remove files. | |
4843 (recentf-edit-selected-items): New global variable, used by | |
4844 `recentf-edit-list' to hold the list of files to be removed from | |
4845 the recent list. | |
4846 (recentf-make-menu-items): Updated to display a "Edit list..." | |
4847 menu item. Minor code cleanup. | |
4848 | |
4849 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4850 | |
4851 * recentf.el (recentf-open-more-files): New command to open files | |
4852 that are not displayed in the menu. | |
4853 (recentf-more-collection): New global variable holding the set of | |
4854 permissible completions used by `recentf-open-more-files'. | |
4855 (recentf-more-history): New global variable holding the history list | |
4856 used by `recentf-open-more-files' completion. | |
4857 (recentf-setup-more-completion): New function to setup completion for | |
4858 `recentf-open-more-files'. | |
4859 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
4860 | |
4861 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4862 | |
4863 * recentf.el (recentf-menu-action): Doc fixed. | |
4864 | |
4865 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
4866 | |
4867 * recentf.el (recentf-menu-filter): Doc updated. | |
4868 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
4869 (recentf-make-menu-items): New menu filter handling. | |
4870 (recentf-make-menu-item): New helper function. | |
4871 (recentf-menu-elements): New menu handling function. | |
4872 (recentf-sort-ascending): Updated to new menu filter handling. | |
4873 (recentf-sort-descending): Updated to new menu filter handling. | |
4874 (recentf-sort-basenames-ascending): New menu filter function. | |
4875 (recentf-sort-basenames-descending): New menu filter function. | |
4876 (recentf-show-basenames): New menu filter function. | |
4877 (recentf-show-basenames-ascending): New menu filter function. | |
4878 (recentf-show-basenames-descending): New menu filter function. | |
4879 | |
27919 | 4880 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4881 | |
4882 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
4883 the end of the buffer. | |
4884 | |
27911 | 4885 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
4886 | |
4887 * international/mule-diag.el (list-character-sets): Completely | |
4888 rewritten. | |
4889 (sort-listed-character-sets): New function. | |
4890 (list-character-sets-1): Completely rewritten. | |
4891 (list-character-sets-2): New function. | |
4892 (non-iso-charset-alist): New variable. | |
4893 (decode-codepage-char): New function. | |
4894 (charset-history): New variable. | |
4895 (read-charset) (list-block-of-chars) | |
4896 (list-iso-charset-chars) | |
4897 (list-non-iso-charset-chars) | |
4898 (list-charset-chars): New functions. | |
4899 (mule-diag): Call list-character-sets-2, not | |
4900 list-character-sets-2. | |
4901 (dump-charsets): Likewise. | |
4902 | |
27910 | 4903 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
4904 | |
27919 | 4905 * dired-x.el (dired-filename-at-point): Add `@' to valid |
4906 file name characters. | |
4907 (dired-filename-at-point): Handle ange-ftp file names. | |
4908 | |
27910 | 4909 * frame.el (frame-notice-user-settings): Use assq-delete-all |
4910 instead of assoc-delete-all. | |
4911 (frame-notice-user-settings): Ditto. | |
4912 | |
4913 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
4914 Don't copy alist. | |
4915 | |
27906 | 4916 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
4917 | |
4918 * calculator.el (calculator-use-menu): New option. | |
4919 (calculator-initial-bindings): Changed some bindings to work as | |
4920 macros. | |
4921 (calculator-forced-input): Removed. | |
4922 (calculator-restart-other-mode): New variable. | |
4923 (calculator-mode-map): Set up menu. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4924 |
27906 | 4925 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
4926 | |
4927 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
4928 tags. | |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4929 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4930 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
|
4931 |
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4932 * 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
|
4933 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
|
4934 (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
|
4935 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
|
4936 * 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
|
4937 * 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
|
4938 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
|
4939 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
|
4940 * 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
|
4941 * 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
|
4942 * ediff.el: copyright notice date fix. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4943 |
27898 | 4944 2000-02-27 Jason Rumney <jasonr@gnu.org> |
4945 | |
4946 * faces.el (face-font-family-alternatives): Add arial to helv. | |
4947 (mode-line, header-line, tool-bar): Same default as x for w32. | |
4948 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
4949 face-font-family-alternatives from working. | |
4950 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
4951 chosen font. | |
4952 | |
27873 | 4953 2000-02-25 Sam Steingold <sds@goems.com> |
4954 | |
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4955 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
27873 | 4956 properly. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4957 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4958 2000-02-25 Richard M. Stallman <rms@gnu.org> |
27873 | 4959 |
4960 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
4961 | |
27856 | 4962 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
4963 | |
4964 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
4965 writable. | |
4966 | |
27868 | 4967 * frame.el (busy-cursor-delay-seconds): New option. |
27866 | 4968 |
27847 | 4969 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
4970 | |
4971 * frame.el (show-cursor-in-non-selected-windows): New option. | |
4972 | |
27845 | 4973 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
4974 | |
4975 * diary-lib.el (include-other-diary-files): Undo the selective | |
4976 display in any included file and don't kill it. | |
4977 | |
27841 | 4978 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
4979 | |
4980 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
4981 bar. Menu items converted to (menu-item format, help strings | |
4982 added. | |
4983 [downcase, upcase]: Don't enable on MS-DOS. | |
4984 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
4985 bound. | |
4986 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
4987 | |
27825 | 4988 2000-02-23 Dave Love <fx@gnu.org> |
4989 | |
27838 | 4990 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
4991 (backward-kill-word): Revert addition of * to interactive spec -- | |
4992 it's a feature. | |
4993 | |
4994 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
4995 (backward-kill-sentence, kill-sentence): Likewise. | |
4996 | |
27835 | 4997 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
4998 scratch buffer name. | |
4999 (gud-format-command): Use int-to-string in ?l case. Simplify | |
5000 slightly. | |
5001 | |
5002 * term/w32-win.el (internal-face-interactive): Update prompt for | |
5003 new read-face-name. | |
5004 | |
5005 * mail/footnote.el (footnote): Add :version to defgroup. | |
5006 (footnote-section-tag-regexp): Customize. | |
5007 (footnote-start-tag, footnote-end-tag): New option. | |
5008 (footnote-latin-regexp): New variable. | |
5009 (Footnote-latin): New function. | |
5010 (footnote-style-alist): Add element for latin style. | |
5011 (footnote-style): Moved. | |
5012 (Footnote-goto-footnote): Use eq to test arg. | |
5013 | |
5014 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
5015 | |
27825 | 5016 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
5017 (byte-compile-trueconstp): Include keywords. | |
5018 (byte-optimize-quote, byte-optimize-lapcode): Use | |
5019 byte-compile-const-symbol-p. | |
5020 (byte-optimize-char-before): New optimization. | |
5021 | |
5022 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
5023 (byte-compile-const-symbol-p): New function. | |
5024 (byte-compile-constp, byte-compile-out-toplevel) | |
5025 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
5026 Use it. | |
5027 | |
5028 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
5029 | |
27813 | 5030 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
5031 | |
27815 | 5032 * international/encoded-kb.el: Be sure to update minor-mode-alist |
5033 and minor-mode-map-alist. | |
5034 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
5035 codes SS2 and SS3 correctly. | |
5036 (encoded-kbd-self-insert-ccl): New function. | |
5037 (encoded-kbd-setup-keymap): New function. | |
5038 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
5039 by calling encoded-kbd-setup-keymap. | |
5040 | |
27813 | 5041 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
5042 characters. | |
5043 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
5044 locally. | |
5045 | |
27811 | 5046 2000-02-22 Dave Love <fx@gnu.org> |
5047 | |
5048 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
5049 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5050 defvar. | |
5051 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
5052 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
5053 classes. Match `defface'. | |
5054 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
5055 (eval-defun-1): Fix for defcustom. | |
5056 (lisp-indent-region): Doc fix. | |
5057 | |
5058 * subr.el (when, unless, split-string): Doc fix. | |
5059 (read-passwd): Move call of clear-this-command-keys to the right | |
5060 place. | |
5061 (replace-regexps-in-string): New function. | |
5062 | |
27807 | 5063 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
5064 | |
5065 * help.el (describe-variable): Set syntax table to | |
5066 emacs-lisp-mode-syntax-table when moving forward over the | |
5067 symbol's name. | |
5068 | |
27805 | 5069 2000-02-22 Dave Love <fx@gnu.org> |
5070 | |
5071 * xt-mouse.el: Doc fixes. | |
5072 (xterm-mouse-position-function): New function, replacing advice of | |
5073 mouse-position. | |
5074 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
5075 | |
5076 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
5077 | |
27794 | 5078 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
5079 | |
5080 * format.el (format-annotate-single-property-change): Handle | |
5081 properties.with dotted-list values. | |
5082 (format-proper-list-p): New function. | |
5083 | |
5084 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
5085 . COLOR) and (background-color . COLOR). | |
5086 | |
27788 | 5087 2000-02-20 Dave Love <fx@gnu.org> |
5088 | |
5089 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
5090 and assignments to it. | |
5091 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
5092 current local map. | |
5093 (make-flyspell-overlay): Use it. | |
5094 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
5095 | |
5096 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
5097 (lm-get-header-re): Defun, not defsubst. | |
5098 (lm-get-package-name): Defun, not defsubst. Simplify. | |
5099 (lm-version): Doc fix. Simplify. | |
5100 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
5101 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
5102 (lm-verify, lm-synopsis): Simplify. | |
5103 (lm-report-bug): Require emacsbug. Use compose-mail. | |
5104 | |
27785 | 5105 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
5106 | |
5107 * dired.el (dired-mode): Call propertized-buffer-identification | |
5108 to set mode-line-buffer-identification to something having | |
5109 the right text properties. | |
5110 | |
5111 * bindings.el (propertized-buffer-identification): New function. | |
5112 | |
27777 | 5113 2000-02-20 Dave Love <fx@gnu.org> |
5114 | |
5115 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
5116 check for t-mouse too. | |
5117 | |
5118 * cus-start.el: Make echo-keystrokes `number'. | |
5119 | |
27776 | 5120 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
5121 | |
5122 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
5123 Don't call ring-empty-p unless tags-location-ring is bound. | |
5124 From Noah Friedman <friedman@splode.com>. | |
5125 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5126 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5127 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5128 * progmodes/hideshow.el (hs-flag-region): No longer use |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5129 `intangible' overlay property. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5130 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5131 (hs-toggle-hiding): New command. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5132 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5133 |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5134 (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
|
5135 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
|
5136 and deactivation. |
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5137 |
27757 | 5138 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
5139 | |
5140 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
5141 | |
27749 | 5142 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5143 | |
27754 | 5144 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
5145 | |
27749 | 5146 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
5147 of `*' to handle `(* ... *)' comments. | |
5148 | |
27732 | 5149 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
5150 | |
27737 | 5151 * 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
|
5152 window-system. |
27737 | 5153 |
27732 | 5154 * menu-bar.el (global-map): Menu-bar items converted to the new |
5155 format (menu-item..., rearranged for better CUA compliance, and | |
5156 their names changed for better clarity. Help strings added. | |
5157 | |
5158 * international/mule-cmds.el (mule-menu-keymap) | |
5159 (describe-language-environment-map, set-coding-system-map) | |
5160 (setup-language-environment-map): Convert to new (menu-item... | |
5161 form, add help strings. Change names of menu items for better | |
5162 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
5163 submenu). | |
5164 | |
27729 | 5165 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
5166 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5167 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
27729 | 5168 within the code. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5169 |
27717 | 5170 2000-02-16 Dave Love <fx@gnu.org> |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5171 |
27717 | 5172 * faces.el: Don't require custom. Add more specific :groups to |
5173 various deffaces. | |
5174 (set-face-attribute): Purecopy args. | |
5175 (read-face-name): Default to name at point and use it in prompt. | |
5176 Remove colon from arg in all callers. | |
5177 (list-faces-display): Hyperlink to face descriptions and customize | |
5178 buffers. | |
5179 | |
27712 | 5180 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
5181 | |
5182 * wid-edit.el (widget-match-inline): An atom never matches a | |
5183 list. | |
5184 | |
27707 | 5185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
5186 | |
27713 | 5187 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
5188 at ':' characters by call to split-string. | |
27707 | 5189 |
5190 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5191 | |
27713 | 5192 * textmodes/bibtex.el: Added RCS version identification. |
27707 | 5193 |
5194 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5195 | |
27713 | 5196 * textmodes/bibtex.el: Some temporary comments removed. |
5197 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
5198 explicit. | |
5199 (bibtex-field-const): Allow capital letters. | |
5200 (bibtex-start-of-string): Deleted because unused. | |
5201 | |
5202 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
5203 use the term 'reference' to describe a bibtex entry as a whole. | |
5204 Further, reference keys are no longer called 'labels'. | |
5205 (bibtex-keys): Renamed to bibtex-reference-keys. | |
5206 (bibtex-reformat-previous-labels): Renamed to | |
5207 bibtex-reformat-previous-reference-keys. | |
5208 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
5209 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
5210 (bibtex-reference-maybe-empty-head): Renamed to | |
5211 bibtex-entry-maybe-empty-head. | |
5212 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
5213 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
5214 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
5215 bibtex-enclosing-entry-maybe-empty-head. | |
5216 (bibtex-entry-field-alist, bibtex-entry-head, | |
5217 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
5218 bibtex-map-entries, bibtex-search-entry, | |
5219 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
5220 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5221 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
5222 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
5223 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
5224 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
5225 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
27707 | 5226 |
5227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5228 | |
27713 | 5229 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5230 comment. | |
5231 (bibtex-format-field-delimiters): New function, functionality | |
5232 extracted from bibtex-format-entry. | |
5233 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
5234 extracted from bibtex-autokey-get-yearfield. | |
5235 | |
5236 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
5237 entries in order to avoid stack overflow in the regexp matcher if | |
5238 field contents become large. | |
5239 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
5240 bibtex-field-string-part-not-braced, | |
5241 bibtex-field-string-part-no-inner-braces, | |
5242 bibtex-field-string-part-1-inner-brace, | |
5243 bibtex-field-string-part-2-inner-braces, | |
5244 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
5245 bibtex-field-string-quoted, bibtex-field-string, | |
5246 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
5247 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
5248 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
5249 as parsing is now performed by the following functions. | |
5250 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
5251 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
5252 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
5253 bibtex-parse-association, bibtex-field-name-for-parsing, | |
5254 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
5255 bibtex-search-forward-field, bibtex-search-backward-field, | |
5256 bibtex-start-of-field, bibtex-end-of-field, | |
5257 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
5258 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
5259 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
5260 bibtex-parse-string, bibtex-search-forward-string, | |
5261 bibtex-search-backward-string, bibtex-start-of-string, | |
5262 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
5263 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
5264 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
5265 entries. Instead of reporting the results of the parsing by | |
5266 match-beginning or match-end, these functions return data structures | |
5267 that hold the corresponding positions. | |
5268 (bibtex-enclosing-field): Changed to also report field boundaries by | |
5269 return values rather than by match-beginning or match-end. The | |
5270 following functions have been adapted to use the new parsing | |
5271 functions. | |
5272 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
5273 bibtex-enclosing-field, bibtex-format-entry, | |
5274 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
5275 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
5276 bibtex-print-help-message, bibtex-end-of-entry, | |
5277 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
5278 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5279 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
5280 method for parsing. | |
5281 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
5282 bibtex-map-entries, bibtex-flash-head, | |
5283 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
5284 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
5285 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
5286 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
5287 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
5288 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
5289 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
5290 order to make the new binding of case-fold-search immediately | |
5291 visible. | |
27707 | 5292 |
5293 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5294 | |
27713 | 5295 * textmodes/bibtex.el: Copyright notice is up to date. |
5296 Added constant 'bibtex-maintainer-salutation. | |
5297 | |
5298 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
5299 than make-temp-name, use match-string-no-properties and eliminate | |
5300 a quadratic behavior when building bibtex-strings. | |
5301 | |
5302 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
5303 reference key contains upper case letters. | |
27707 | 5304 |
5305 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5306 | |
27713 | 5307 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5308 a new line. | |
27707 | 5309 |
5310 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5311 | |
27713 | 5312 * bibtex.el: Hiding of entry bodies is not longer provided by |
5313 bibtex.el directly. Instead the hideshow package can be used. | |
5314 Added a special bibtex entry to hs-special-modes-alist. | |
5315 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
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 (bibtex-mode): Replaced manual splitting of path |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 at ':' characters by call to split-string. |
27729 | 5321 |
5322 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5323 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5324 * textmodes/bibtex.el: Added RCS version identification. |
27729 | 5325 |
5326 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5327 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5328 * textmodes/bibtex.el: Some temporary comments removed. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5329 (bibtex-field-name, bibtex-entry-type): Made the relationship |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5330 explicit. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5331 (bibtex-field-const): Allow capital letters. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5332 (bibtex-start-of-string): Deleted because unused. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5333 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5334 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5335 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
|
5336 Further, reference keys are no longer called 'labels'. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5337 (bibtex-keys): Renamed to bibtex-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5338 (bibtex-reformat-previous-labels): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 bibtex-reformat-previous-reference-keys. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5340 (bibtex-reference-type): Renamed to bibtex-entry-type. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5341 (bibtex-reference-head): Renamed to bibtex-entry-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5342 (bibtex-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5343 bibtex-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5344 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5345 (bibtex-search-reference): Renamed to bibtex-search-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5346 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5347 bibtex-enclosing-entry-maybe-empty-head. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5348 (bibtex-entry-field-alist, bibtex-entry-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5349 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5350 bibtex-map-entries, bibtex-search-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5351 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5352 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5353 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5354 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5355 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5356 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5357 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
27707 | 5358 |
5359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5360 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5361 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5362 comment. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5363 (bibtex-format-field-delimiters): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5364 extracted from bibtex-format-entry. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5365 (bibtex-autokey-get-yearfield-digits): New function, functionality |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5366 extracted from bibtex-autokey-get-yearfield. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5367 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5368 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5369 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
|
5370 field contents become large. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5371 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5372 bibtex-field-string-part-not-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5373 bibtex-field-string-part-no-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5374 bibtex-field-string-part-1-inner-brace, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5375 bibtex-field-string-part-2-inner-braces, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5376 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
|
5377 bibtex-field-string-quoted, bibtex-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5378 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5379 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
|
5380 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
|
5381 as parsing is now performed by the following functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5382 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5383 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5384 bibtex-parse-field-string, bibtex-search-forward-field-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5385 bibtex-parse-association, bibtex-field-name-for-parsing, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5386 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
|
5387 bibtex-search-forward-field, bibtex-search-backward-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5388 bibtex-start-of-field, bibtex-end-of-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5389 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
|
5390 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
|
5391 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5392 bibtex-parse-string, bibtex-search-forward-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5393 bibtex-search-backward-string, bibtex-start-of-string, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5394 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
|
5395 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
|
5396 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
|
5397 entries. Instead of reporting the results of the parsing by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5398 match-beginning or match-end, these functions return data structures |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5399 that hold the corresponding positions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5400 (bibtex-enclosing-field): Changed to also report field boundaries by |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5401 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
|
5402 following functions have been adapted to use the new parsing |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5403 functions. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5404 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5405 bibtex-enclosing-field, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5406 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5407 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5408 bibtex-print-help-message, bibtex-end-of-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5409 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5410 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
|
5411 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
|
5412 method for parsing. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5413 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5414 bibtex-map-entries, bibtex-flash-head, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5415 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5416 bibtex-autokey-change, bibtex-autokey-get-namefield, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5417 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5418 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
|
5419 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5420 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5421 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
|
5422 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
|
5423 visible. |
27729 | 5424 |
5425 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5426 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5427 * textmodes/bibtex.el: Copyright notice is up to date. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5428 Added constant 'bibtex-maintainer-salutation. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5429 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5430 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5431 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
|
5432 a quadratic behavior when building bibtex-strings. |
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5433 |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5434 * bibtex.el (bibtex-reference-key): Accept string entries whose |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5435 reference key contains upper case letters. |
27729 | 5436 |
5437 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5438 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5439 * bibtex.el (bibtex-reference-head): Allow entries to start with |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5440 a new line. |
27729 | 5441 |
5442 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5443 | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5444 * 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
|
5445 bibtex.el directly. Instead the hideshow package can be used. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5446 Added a special bibtex entry to hs-special-modes-alist. |
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5447 (bibtex-hs-forward-sexp): Added for hideshow.el. |
27729 | 5448 |
5449 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
5450 | |
27713 | 5451 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
27707 | 5452 proceedings entry type (for cross referencing). Thanks to Wagner |
5453 Toledo Correa for the suggestion. | |
5454 | |
27713 | 5455 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
27707 | 5456 |
27690 | 5457 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
5458 | |
5459 * international/characters.el: Setup case table for Vietnamese. | |
5460 | |
27687 | 5461 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
5462 | |
5463 * uniquify.el (toplevel): Require CL at compile time. | |
5464 (uniquify-push): Removed. | |
5465 | |
5466 * shadowfile.el (shadow-when): Removed. | |
5467 | |
5468 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
5469 (tempo-process-and-insert-string): Use dolist instead of | |
5470 tempo-dolist. | |
5471 | |
5472 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
5473 regexp for paragraph-start. | |
5474 | |
5475 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
5476 commas as well. | |
5477 | |
27657 | 5478 2000-02-10 Dave Love <fx@gnu.org> |
5479 | |
5480 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
5481 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
5482 Deleted. | |
5483 (widget-specify-field, widget-specify-button): Don't use | |
5484 widget-mouse-help as help-echo property. | |
5485 (default): Use #'ignore for :validate and :mouse-down-action. | |
5486 (checkbox): Add help-echo. | |
5487 (widget-sexp-validate): Rewritten to clarify error messages. | |
5488 (character): Use char-valid-p in :match function. | |
5489 (widget-color-complete): Use facemenu-color-alist. | |
5490 (widget-color-action): Use facemenu-read-color. | |
5491 | |
5492 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
5493 set up `caar' &c that we now have. | |
5494 | |
27713 | 5495 2000-02-09 Ray Blaak <blaak@gnu.org> |
5496 | |
5497 * delphi.el: Make resourcestring a declaration region, like const | |
5498 and var. | |
5499 | |
27652 | 5500 2000-02-09 Dave Love <fx@gnu.org> |
5501 | |
5502 * bindings.el (mode-line-input-method-map): New variable. | |
5503 (mode-line-mule-info): Use it; fix last change. | |
5504 (mode-line-mode-menu): Move definition. | |
5505 (mode-line-mouse-sensitive-p): Deleted. | |
5506 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
5507 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
5508 level. | |
5509 | |
5510 * startup.el (command-line-1): Don't call | |
5511 make-mode-line-mouse-sensitive. | |
5512 | |
27644 | 5513 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
5514 | |
5515 * mail/rmail.el (rmail-retry-failure): Use | |
5516 rmail-beginning-of-message before rmail-toggle-header, because the | |
5517 former toggles headers. | |
5518 | |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5519 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
|
5520 |
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5521 * 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
|
5522 (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
|
5523 (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
|
5524 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
|
5525 (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
|
5526 (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
|
5527 |
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5528 * 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
|
5529 (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
|
5530 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
|
5531 to avoid duplicate entries. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5532 (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
|
5533 (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
|
5534 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
|
5535 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
|
5536 `major-mode' to `mode'. |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5537 (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
|
5538 (font-lock-fontify-anchored-keywords) |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5539 (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
|
5540 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
|
5541 font-lock-set-defaults). |
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5542 (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
|
5543 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
|
5544 |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5545 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
|
5546 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5547 * 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
|
5548 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
|
5549 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5550 * 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
|
5551 |
27610 | 5552 2000-02-04 Dave Love <fx@gnu.org> |
5553 | |
27617 | 5554 * bindings.el (mode-line-mule-info): Fix/extend last change. |
5555 | |
27610 | 5556 * completion.el: Replace completion-dolist with dolist. |
5557 | |
5558 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
5559 dotimes. | |
5560 | |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5561 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5562 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5563 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5564 environment names before they go into the section regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5565 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5566 * 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
|
5567 char class in regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5568 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5569 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5570 `case-fold-search' to nil. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5571 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5572 * progmodes/idlwave.el (idlwave-template): Respect |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5573 `idlwave-abbrev-change-case'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5574 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5575 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5576 idlwave-while): respect `idlwave-reserved-word-upcase'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5577 (idlwave-rw-case): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5578 (idlwave-statement-match): Fixed problem with assignment regexp. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5579 (idlwave-font-lock-keywords): Improved regexp for keyword |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5580 parameters. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5581 (idlwave-surround): New argument LENGTH to support padding of |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5582 operators longer than 1 char. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5583 |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5584 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5585 idlwave-shell-expression-overlay. Implemented printing of |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5586 expressions on higher levels of the calling stack. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5587 (idlwave-shell-display-level-in-calling-stack): Restore stack |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5588 level. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5589 (idlwave-retrieve-expression-from-level): New function. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5590 (idlwave-shell-last-calling-stack): Variable removed. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5591 (idlwave-shell-reset): Argument action reversed (`visible' to |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5592 `hidden'). Also remove stop-line overlay. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5593 (idlwave-shell-calling-stack-routine): New variable. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5594 (idlwave-shell-parse-stack-and-display): Messages now display |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5595 negative level numbers. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5596 (idlwave-shell-mode): Set `modeline-format'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5597 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5598 (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
|
5599 21. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5600 (idlwave-shell-print-expression-function): New option. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5601 |
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5602 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5603 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5604 `tool-bar' instead of `toolbar'. |
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5605 |
27590 | 5606 2000-02-02 Dave Love <fx@gnu.org> |
5607 | |
5608 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
5609 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
5610 | |
5611 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
5612 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
5613 the new builtins directly. | |
5614 | |
5615 * whitespace.el (whitespace): Add :version to defgroup. | |
5616 | |
5617 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
5618 Doc fix. | |
5619 | |
5620 * thingatpt.el (sexp-at-point, symbol-at-point) | |
5621 (number-at-point, list-at-point): Add autoload cookie. | |
5622 | |
5623 * recentf.el (recentf): Add :version to defgroup. | |
5624 | |
5625 * quickurl.el (quickurl): Add :version to defgroup. | |
5626 | |
5627 * elide-head.el (elide-head): Use point-marker more. | |
5628 | |
5629 * bs.el (bs): Add :version to defgroup. | |
5630 | |
5631 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
5632 | |
5633 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
5634 | |
27587 | 5635 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
5636 | |
5637 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
5638 succeeding process operation sets a different coding system. | |
5639 | |
5640 * calculator.el: New file. | |
5641 | |
27572 | 5642 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
5643 | |
5644 * frame.el (frames-on-display-list, framep-on-display): New | |
5645 functions. | |
5646 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
5647 (display-selections-p, display-screens, display-pixel-width) | |
5648 (display-pixel-height, display-mm-width, display-mm-height) | |
5649 (display-backing-store, display-save-under, display-planes) | |
5650 (display-color-cells, display-visual-class): New functions. | |
5651 | |
5652 * term/tty-colors.el (tty-color-gray-shades): New function. | |
5653 | |
5654 * faces.el (display-color-p): Use framep-on-display. | |
5655 (display-grayscale-p): New function. | |
5656 | |
27549 | 5657 2000-01-31 Dave Love <fx@gnu.org> |
5658 | |
5659 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
5660 (create-fontset-from-x-resource): Don't concat integers. | |
5661 | |
27545 | 5662 2000-01-31 Inge Frick <inge@nada.kth.se> |
5663 | |
5664 * view.el: Some changes in documentation. Removed some trailing | |
5665 whitespace. Changed some parameter names to agree with | |
5666 documentation. | |
5667 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
5668 window is not deleted. Modifies change 1998-04-26. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5669 |
27541 | 5670 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
5671 | |
27543 | 5672 * windmove.el: New file. |
5673 | |
27541 | 5674 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5675 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
27545 | 5676 progmodes/ebnf-yac.el: Update copyright and license info. |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5677 |
27541 | 5678 * jit-lock.el (jit-lock-function): Widen before calculating end |
5679 position. | |
5680 (jit-lock-stealth-chunk-start): Rewritten. | |
5681 | |
5682 * info.el (Info-title-face-alist): Removed. | |
5683 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
5684 faces. | |
5685 (Info-fontify-node): Use these faces. | |
5686 | |
27527 | 5687 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
5688 | |
5689 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
5690 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
5691 `&allow-other-keywords'. | |
5692 | |
5693 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
5694 the list of directories scanned heuristically. | |
5695 | |
5696 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
5697 exist. | |
5698 | |
27523 | 5699 2000-01-30 Jason Rumney <jasonr@gnu.org> |
5700 | |
5701 * w32-fns.el: Define w32-tty-standard-colors. | |
5702 | |
5703 * startup.el (command-line): Use w32-tty-standard-colors when in | |
5704 w32 console mode. | |
5705 | |
27510 | 5706 2000-01-30 Dave Love <fx@gnu.org> |
5707 | |
27513 | 5708 * jka-compr.el (jka-compr-load): Fix up load-history. |
5709 | |
27510 | 5710 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
5711 | |
5712 * emacs-lisp/cl-macs.el: Revert previous change. | |
5713 | |
27499 | 5714 2000-01-29 Dave Love <fx@gnu.org> |
5715 | |
5716 * facemenu.el: Purecopy various strings. | |
5717 | |
5718 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
5719 years. Deal with three-digit years. | |
5720 | |
5721 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
5722 defconst, purecopy. | |
5723 (help-back-label): Purecopy it. | |
5724 | |
27498 | 5725 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5726 | |
5727 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
5728 variable. If non-nil, order the buffer list according to the | |
5729 currently selected frame. | |
5730 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
5731 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
|
5732 |
27496 | 5733 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
5734 | |
5735 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
5736 | |
27486 | 5737 2000-01-28 Dave Love <fx@gnu.org> |
5738 | |
27491 | 5739 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
5740 | |
27486 | 5741 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
5742 Don't use lisp-indent-hook property. | |
5743 (cl-abs): Remove. | |
5744 | |
5745 * subr.el: Move out indent and edebug specs for when and unless. | |
5746 | |
5747 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
5748 when, unless. | |
5749 | |
5750 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
5751 unless, when. | |
5752 | |
27467 | 5753 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
5754 | |
27481 | 5755 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
5756 `collecting' as synonym for `collect'. | |
5757 | |
5758 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
5759 for the case it contains spaces. | |
5760 | |
5761 * simple.el (what-cursor-position): Change formatting of | |
5762 messages. | |
5763 | |
27473 | 5764 * frame.el (delete-other-frames): New function. |
5765 (toplevel): Bind it to C-x 5 1. | |
5766 | |
27469 | 5767 * sort.el (sort-numeric-base): New option. |
5768 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
5769 interpret it as octal or hexadecimal. Use sort-numeric-base | |
5770 as default base. | |
5771 | |
27467 | 5772 * progmodes/glasses.el: New file. |
5773 | |
27451 | 5774 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
5775 | |
27461 | 5776 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
5777 userids differently. | |
5778 | |
27451 | 5779 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
5780 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
5781 progmodes/ebnf-yac.el: New files. | |
5782 | |
27446 | 5783 2000-01-26 Dave Love <fx@gnu.org> |
5784 | |
5785 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
5786 on a function with an empty body. [From Eric Ludlam.] | |
5787 | |
27437 | 5788 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
5789 | |
5790 * vc.el (vc-version-diff): Make sure file name is expanded. | |
5791 | |
27433 | 5792 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
5793 | |
5794 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
5795 (scroll-bar-toolkit-scroll): Don't use a timer. | |
5796 | |
27419 | 5797 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
5798 | |
5799 * language/thai-util.el (thai-composition-function): Delete | |
5800 superfluous `a'. | |
5801 | |
27418 | 5802 2000-01-24 Dave Love <fx@gnu.org> |
5803 | |
5804 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
5805 end-of-defun-function. | |
5806 | |
5807 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
5808 &c. | |
5809 | |
27405 | 5810 2000-01-22 Jason Rumney <jasonr@gnu.org> |
5811 | |
5812 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
5813 conflicts with new face support. | |
5814 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5815 2000-01-22 Richard M. Stallman <rms@gnu.org> |
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5816 |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5817 * replace.el (query-replace): Rename last arg to DELIMITED. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5818 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5819 (query-replace-regexp): Likewise. |
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5820 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5821 2000-01-20 Richard M. Stallman <rms@gnu.org> |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5822 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5823 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5824 |
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5825 * emacs-lisp/lisp.el (beginning-of-defun-function): |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5826 Variable renamed from beginning-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5827 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5828 (beginning-of-defun-raw): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5829 (beginning-of-defun): Doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5830 (end-of-defun-function): Variable renamed from end-of-defun. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5831 Do not call make-variable-buffer-local. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5832 (end-of-defun): Use new variable name; doc fix. |
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5833 |
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5834 * subr.el (dolist, dotimes): Copied from cl-macs.el |
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5835 and made to work. |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5836 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5837 * mail/undigest.el (rmail-digest-end-regexps): |
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5838 Variable replaces rmail-digest-end-regexp. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5839 Allows multiple regexps for detecting the end line. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5840 (undigestify-rmail-message): Corresponding changes. |
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5841 |
27366 | 5842 2000-01-19 Dave Love <fx@gnu.org> |
5843 | |
27368 | 5844 * files.el (user-init-file): Don't declare here -- is primitive. |
5845 | |
27366 | 5846 * startup.el (command-line): Check for compiled user-init-file and |
5847 set to uncompiled version if necessary. | |
5848 | |
27358 | 5849 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
5850 | |
27361 | 5851 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
5852 (undigestify-rmail-message): Use it. | |
5853 | |
27358 | 5854 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
5855 | |
27351 | 5856 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
5857 | |
5858 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
5859 of mini-buffer. | |
5860 | |
27326 | 5861 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
5862 | |
27330 | 5863 * emacs-lisp/copyright.el (copyright-update): Removed the |
5864 requirement for a trailing space from `copyright-regexp', to | |
5865 support copyrights with owner specified on a separate line.. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5866 |
27327 | 5867 * align.el: New file. |
5868 | |
27326 | 5869 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
5870 | |
5871 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
5872 | |
27323 | 5873 2000-01-13 Dave Love <fx@gnu.org> |
5874 | |
5875 * ph.el: Removed. (Obsoleted by EUDC.) | |
5876 | |
27321 | 5877 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5878 | |
5879 * net/eudc.el (toplevel): Remove autoloaded code installing | |
5880 menu with easymenu, because that causes build problems. | |
5881 | |
5882 * frame.el (frame-notice-user-settings): New variable. | |
5883 (frame-notice-user-settings): Don't modify frame parameters | |
5884 if called a second time. | |
5885 | |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5886 2000-01-13 Richard M. Stallman <rms@gnu.org> |
27321 | 5887 |
5888 * frame.el (frame-notice-user-settings): | |
5889 Notice default-frame-parameters even for non-window frames. | |
5890 | |
27318 | 5891 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
5892 | |
5893 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
5894 for Emacs. | |
5895 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
5896 (eudc-bob-toggle-inline-display): Ditto. | |
5897 (eudc-bob-display-jpeg): Ditto. | |
5898 | |
27304 | 5899 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
5900 | |
27313 | 5901 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
5902 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
5903 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
|
5904 |
27312 | 5905 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
5906 nil)'. | |
5907 | |
5908 * subdirs.el: Add `net' directory. | |
5909 | |
27308 | 5910 * net: New directory. |
5911 | |
27304 | 5912 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
5913 eval-last-sexp. Don't bind debug-on-error here. | |
5914 (eval-last-sexp): New function. Bind debug-on-error if | |
5915 eval-expression-debug-on-error is non-nil. | |
5916 (eval-defun-2, eval-defun): Likewise. | |
5917 | |
5918 * simple.el (eval-expression): Don't bind debug-on-error if | |
5919 eval-expression-debug-on-error is nil. Detect changed | |
5920 debug-on-error, and propagate new value to global binding, if | |
5921 eval-expression-debug-on-error is non-nil, | |
5922 (eval-expression-debug-on-error): Change doc string. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5923 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5924 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5925 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5926 * 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
|
5927 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5928 * emacs-lisp/lisp-mode.el (with-syntax-table): |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5929 Set up lisp-indent-function property. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5930 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5931 * subr.el (with-syntax-table): Moved from simple.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5932 |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5933 * simple.el (with-syntax-table): Moved to subr.el. |
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5934 |
27288 | 5935 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
5936 | |
27291 | 5937 * tmm.el (tmm-shortcut): Delete region after prompt instead |
5938 of erasing buffer. | |
5939 | |
27288 | 5940 * textmodes/fill.el (fill-common-string-prefix): New function. |
27309 | 5941 (fill-context-prefix): Use the longest common prefix of first |
5942 and second line fill prefix, if there is one. | |
27288 | 5943 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5944 2000-01-11 Richard M. Stallman <rms@gnu.org> |
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5945 |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5946 * 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
|
5947 Use make-local-variable for `truncate-lines'. |
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5948 |
27282 | 5949 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
5950 | |
5951 * add-log.el (add-log-current-defun): Handle user-defined | |
5952 add-log-current-function returning nil, | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5953 |
27280 | 5954 * add-log.el (add-change-log-entry): Insert version number |
27282 | 5955 if having found a current function |
27278 | 5956 |
5957 * add-log.el (add-log-current-defun): Call | |
5958 `add-log-current-defun-function'. Try matches at level 0 and | |
5959 level 1. Strip whitespace from defun found. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5960 |
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5961 2000-01-10 John Wiegley <johnw@gnu.org> |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5962 |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5963 * allout.el (isearch-done/outline-provisions): Added `edit' |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5964 argument to correspond with the current definition of |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5965 `isearch-done'. |
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5966 |
27265 | 5967 2000-01-10 Dave Love <fx@gnu.org> |
5968 | |
5969 * elide-head.el (elide-head): Use point-marker, not point. | |
5970 | |
27261 | 5971 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
5972 | |
27263 | 5973 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
5974 before and after the year 2000. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5975 |
27261 | 5976 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
5977 Add ispell- prefix. | |
5978 | |
5979 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
5980 | |
5981 * ispell.el: Only define dictionaries in menus when they exist. | |
5982 (version18p): New variable. | |
5983 (version20p): New variable. | |
5984 (xemacsp): New variable. | |
5985 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
5986 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
5987 (ispell-dictionary-alist6): Russian command lines no longer accept | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5988 run-together words. |
27261 | 5989 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
5990 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
5991 (check-ispell-version): Added documentation string. Returns | |
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5992 library path when called non-interactively. |
27261 | 5993 (ispell-menu-map-needed): Uses new variables. |
5994 (ispell-library-path): New variable. | |
5995 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
5996 (ispell-word): Improved documentation string. Test for valid | |
5997 character mappings. Correctly check typed in word changes that can | |
5998 result in single words split into multiple words. Returns | |
5999 replacement word. | |
6000 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
6001 replace in recursive query replace mode. Help message for | |
6002 recursive edit mode. | |
6003 (ispell-show-choices): Protect against bad framepop bindings. | |
6004 (ispell-help): Fix to work with XEmacs. | |
6005 (ispell-highlight-spelling-error): Use new variables. | |
6006 (ispell-overlay-window): Fix to work with XEmacs. | |
6007 (ispell-parse-output): Passed and returns location information | |
6008 tracking spelling corrections. Doesn't recheck same word on | |
6009 current line. | |
6010 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
6011 Fix call to single argument in sleep-for. Use new variables. | |
6012 (ispell-region): Passed and returns location information tracking | |
6013 spelling corrections. Doesn't check same word on current line. | |
6014 Improved documentation string. Doesn't resend a line already | |
6015 checked to the ispell process - fixes bug in LaTeX parsing. | |
6016 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
6017 (ispell-skip-region): No longer skips <TT> in SGML. | |
6018 (ispell-process-line): Tracks location information with spelling | |
6019 corrections. Added documentation string. Accounts for words | |
6020 already accepted on this line. Don't allow query-replace on line | |
6021 starting with math characters. Doesn't resend a line already sent | |
6022 to ispell process. Fixes alignment error bug. | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6023 |
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
6024 2000-01-10 Richard M. Stallman <rms@gnu.org> |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6025 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6026 * dired-x.el (dired-guess-shell-alist-default): |
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6027 Suggest xloadimage, which is free, not xv, which isn't. |
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
6028 |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6029 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6030 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
|
6031 |
27255 | 6032 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6033 | |
6034 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
6035 of a real newline. | |
6036 | |
27253 | 6037 2000-01-09 Stephen Eglen <stephen@gnu.org> |
6038 | |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6039 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
27253 | 6040 for .png files. |
6041 | |
27251 | 6042 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
6043 | |
6044 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
6045 | |
27247 | 6046 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
6047 | |
27249 | 6048 * progmodes/cperl-mode.el: Replace ^F with ^L. |
6049 | |
27247 | 6050 * sendmail.el (toplevel): Provide `sendmail' when compiling |
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6051 before `require'ing rmail and mailalias to prevent infinite |
27247 | 6052 recursion. |
6053 | |
27244 | 6054 2000-01-08 Dave Love <fx@gnu.org> |
6055 | |
27265 | 6056 * emacs-lisp/backquote.el: Remove inappropriate customization |
6057 (allowing custom.el to use backquote). | |
27244 | 6058 |
27241 | 6059 2000-01-07 Dave Love <fx@gnu.org> |
6060 | |
6061 * add-log.el (add-log-debugging): Deleted. | |
6062 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
6063 file. Remove debugging code. | |
6064 (change-log-get-method-definition, change-log-name): Add doc. | |
6065 (change-log-sortable-date-at): New function. | |
6066 (change-log-merge): New command. | |
6067 | |
6068 * time.el (display-time-string-forms): Make the Mail string active. | |
6069 (display-time-update): Provide help-echo for load average. | |
6070 | |
6071 * bindings.el (make-mode-line-mouse2-map): New function. | |
6072 (mode-line-modified): Use it and simplify. | |
6073 (mode-line-mule-info): Provide help-echo info. | |
6074 (minor-mode-alist): Activate the strings. | |
6075 (make-mode-line-mouse-sensitive): Simplify for | |
6076 mode-line-buffer-identification. | |
6077 | |
27233 | 6078 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
6079 | |
6080 * play/pong.el: New file. | |
6081 | |
27241 | 6082 2000-01-06 Dave Love <fx@gnu.org> |
6083 | |
6084 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
6085 `array-' prefix for symbols. | |
6086 | |
6087 2000-01-05 Dave Love <fx@gnu.org> | |
6088 | |
6089 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
6090 outline-headers-as-kill. | |
6091 (outline-mode): Define imenu-generic-expression. | |
6092 (outline-headers-as-kill): New command. | |
6093 | |
6094 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
6095 from paragraph-start. | |
6096 (paragraph-indent-minor-mode): New command. | |
6097 | |
6098 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
6099 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
6100 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
6101 (fortran-column-ruler): Simplify. | |
6102 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
6103 (fortran-with-subprogram-narrowing): Likewise. | |
6104 (fortran-indent-subprogram): Call mark-defun. | |
6105 (fortran-check-for-matching-do): Change narrowing. | |
6106 | |
6107 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
6108 (cl-lucid-hash-tag): Delete. | |
6109 (cl-hash-table-p): Correct test for native table. | |
6110 (cl-hash-table-count): Use hash-table-count. | |
6111 | |
6112 * browse-url.el (browse-url): Fix case of | |
6113 browse-url-browser-function being an alist. | |
6114 | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6115 2000-01-05 Carsten Dominik <cd@gnu.org> |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6116 |
27233 | 6117 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
6118 (reftex-index-phrase-file-extension): New options. | |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6119 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6120 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
27233 | 6121 Use new option `reftex-index-phrase-file-extension'. |
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6122 |
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6123 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
27233 | 6124 `reftex-parse-file-extension'. |
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6125 |
27191 | 6126 2000-01-05 Dave Love <fx@gnu.org> |
6127 | |
27241 | 6128 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
27191 | 6129 (beginning-of-defun-raw): Use it. |
6130 (end-of-defun): New variable. | |
6131 (end-of-defun): Use it. | |
6132 (check-parens): New command. | |
6133 | |
27182 | 6134 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
6135 | |
27233 | 6136 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
6137 (hs-show-block): Don't use `mapcar' when not accumulating. | |
27182 | 6138 |
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6139 Fix buglet in local variables initialization. |
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6140 |
27176 | 6141 2000-01-05 Andreas Schwab <schwab@suse.de> |
6142 | |
6143 * hscroll.el (hscroll): Doc fix. | |
6144 | |
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6145 2000-01-05 Carsten Dominik <cd@gnu.org> |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6146 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6147 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6148 idlw-toolbar. |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6149 |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6150 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6151 file idlw-rinfo.el. |
27182 | 6152 (idlwave-customize): load must read file idlw-shell.el. |
6153 (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
|
6154 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6155 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6156 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6157 * progmodes/idlw-shell.el: Also provide idlwave-shell |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6158 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6159 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6160 |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6161 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6162 both reftex-dcr and reftex-vcr. |
27182 | 6163 |
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6164 * 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
|
6165 |
27164 | 6166 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
27162 | 6167 |
6168 * ps-print.el: PostScript code now is in separate files, doc fix. | |
6169 (ps-print-version): New version number (5.0.3). | |
6170 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
6171 local. | |
6172 (ps-spool-config): Initialization fix. | |
27233 | 6173 (ps-print-prologue-1, ps-print-prologue-2) |
6174 (ps-print-duplex-feature): PostScript code moved to separated file. | |
27162 | 6175 (ps-background-image): Little code reformating. |
6176 (ps-begin-file, ps-begin-job): Fix code. | |
27191 | 6177 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
27162 | 6178 (ps-prologue-file): New fun. |
6179 | |
27159 | 6180 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
6181 | |
27233 | 6182 * ps-vars.el: Eliminated. |
27159 | 6183 |
6184 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
6185 `;;;###autoload'. | |
6186 | |
6187 * ps-print.el: ps-vars eliminated, doc fix. | |
6188 (ps-print-version): New version number (5.0.2). | |
6189 (ps-spool-config): Initialization fix. | |
6190 (ps-print-customize): New fun. | |
6191 | |
27155 | 6192 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
6193 | |
6194 * autorevert.el (auto-revert-mode): Return value of | |
6195 auto-revert-mode. | |
6196 | |
27152 | 6197 2000-01-04 Dave Love <fx@gnu.org> |
6198 | |
27198 | 6199 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
6200 menu items. | |
27152 | 6201 |
27124 | 6202 2000-01-03 Dave Love <fx@gnu.org> |
6203 | |
27191 | 6204 * elide-head.el (elide-head) [defgroup]: Add :version. |
27126 | 6205 |
27241 | 6206 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
27124 | 6207 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
6208 `cl-hash-table-p', not `hash-table-p'. | |
6209 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
6210 | |
27119 | 6211 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6212 | |
6213 * faces.el (face-read-integer, read-face-attribute) | |
6214 (color-defined-p, color-values): unspecified-{f,b}g are now | |
6215 strings. | |
6216 | |
27112 | 6217 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
6218 | |
6219 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
6220 at comment end, and re-insert them after filling. | |
6221 | |
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6222 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
|
6223 |
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6224 * 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
|
6225 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6226 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
|
6227 |
27102 | 6228 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6229 | |
6230 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
6231 the new name of face-color-supported-p. | |
6232 | |
6233 * term/w32-win.el (xw-defined-colors): Likewise. | |
6234 | |
27097 | 6235 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6236 | |
6237 * simple.el (completion-setup-function): Count completion-size | |
6238 from minibuffer-prompt-end, not from point-min. | |
6239 | |
27091 | 6240 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
6241 | |
6242 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
6243 Pass the frame to tty-color-* functions. | |
6244 (display-color-p, frame-set-background-mode): Pass the frame to | |
6245 tty-display-color-p. | |
6246 | |
6247 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
6248 tty-color-alist. | |
6249 (tty-color-alist, tty-modify-color-alist): New functions. | |
6250 (tty-color-define, tty-color-clear, tty-color-approximate) | |
6251 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
6252 an optional parameter FRAME. | |
6253 | |
27074 | 6254 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
6255 | |
27082 | 6256 * image.el (create-image, defimage): Don't assume image data is a |
6257 string. | |
6258 | |
27074 | 6259 * image.el (defimage): Handle specifications containing :data |
6260 instead of :file. | |
6261 (image-type-from-data): New function. | |
6262 (image-type-from-file-header): Use it. | |
6263 (create-image): Add parameter DATA-P. | |
27182 | 6264 |
30729 | 6265 See ChangeLog.8 for earlier changes. |