Mercurial > emacs
comparison lisp/ChangeLog.11 @ 65886:e3436c968e43
Split ChangeLog as its too big.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 07 Oct 2005 04:07:31 +0000 |
parents | |
children | 6706ae85af7d |
comparison
equal
deleted
inserted
replaced
65885:cfd3893283d3 | 65886:e3436c968e43 |
---|---|
1 | |
2 2004-12-31 Jay Belanger <belanger@truman.edu> | |
3 | |
4 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need | |
5 for "var-" at the beginning of the minibuffer. | |
6 | |
7 2004-12-31 Richard M. Stallman <rms@gnu.org> | |
8 | |
9 * faces.el (read-face-name): | |
10 Don't treat an attribute spec as a list of faces. | |
11 | |
12 * simple.el (undo): Use undo-equiv-table to detect | |
13 unexpected changes since previous undo. | |
14 (undo-list-saved): Variable deleted. | |
15 (buffer-disable-undo): Don't alter undo-list-saved. | |
16 | |
17 * files.el (require-final-newline): Allow `visit' and `visit-save'. | |
18 (mode-require-final-newline): New option. | |
19 (after-find-file): Handle require-final-newline with new values. | |
20 (basic-save-buffer): Handle new values of require-final-newline. | |
21 | |
22 * progmodes/sh-script.el (sh-require-final-newline): | |
23 Alist value now controls whether to use mode-require-final-newline. | |
24 (sh-set-shell): Implement that new meaning. | |
25 | |
26 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc. | |
27 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline. | |
28 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline. | |
29 Delete old-Emacs compatibility code. | |
30 (antlr-c-common-init): Function deleted. | |
31 | |
32 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline. | |
33 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline. | |
34 * progmodes/simula.el (simula-mode): Use mode-require-final-newline. | |
35 * progmodes/python.el (python-mode): Use mode-require-final-newline. | |
36 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline. | |
37 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline. | |
38 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline. | |
39 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline. | |
40 * progmodes/icon.el (icon-mode): Use mode-require-final-newline. | |
41 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline. | |
42 * progmodes/f90.el (f90-mode): Use mode-require-final-newline. | |
43 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline. | |
44 * progmodes/cfengine.el (cfengine-mode): Use | |
45 mode-require-final-newline. | |
46 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline. | |
47 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline. | |
48 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline. | |
49 | |
50 2004-12-31 Jay Belanger <belanger@truman.edu> | |
51 | |
52 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the | |
53 way to return to Calc. | |
54 | |
55 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to | |
56 finish, C-xk as the way to cancel the edit. Add cancel routine to | |
57 kill-buffer-hook. | |
58 | |
59 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete | |
60 MacEdit code. | |
61 | |
62 * calc/calc-prog.el: Remove obsolete MacEdit code. | |
63 (calc-macro-edit-algebraic, calc-macro-edit-variable) | |
64 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove. | |
65 | |
66 2004-12-31 Kenichi Handa <handa@m17n.org> | |
67 | |
68 * international/mule.el (buffer-file-coding-system-explicit): | |
69 Rename for explicit-buffer-file-coding-system. | |
70 (after-insert-file-set-coding): Adjust for the above change. | |
71 | |
72 * files.el (revert-buffer): Change explicit-buffer-file-coding-system | |
73 to buffer-file-coding-system-explicit. | |
74 (basic-save-buffer-1): Likewise. | |
75 | |
76 2004-12-30 Richard M. Stallman <rms@gnu.org> | |
77 | |
78 * textmodes/artist.el (artist-butlast-fn): Var deleted. | |
79 (artist-butlast, artist-last): Functions deleted. | |
80 (artist-ellipse-mirror-quadrant): Call last and butlast directly. | |
81 (artist-compute-key-compl-table): Call remq directly. | |
82 (artist-remove-nulls): Function deleted. | |
83 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly. | |
84 (artist-push, artist-pop): Macro deleted. | |
85 | |
86 2004-12-30 Andreas Leue <al@sphenon.de> | |
87 | |
88 * textmodes/artist.el (artist-version): 1.2.6 | |
89 (artist-prev-next-op-alist): New variable. | |
90 (artist-select-next-op-in-list): New function. | |
91 (artist-select-prev-op-in-list): New function. | |
92 (artist-make-prev-next-op-alist): New function. | |
93 (artist-is-in-op-list-p): New function. | |
94 (artist-get-first-non-nil-op): New function. | |
95 (artist-get-last-non-nil-op): New function. | |
96 (artist-mode-init): Call artist-get-last-non-nil-op to initialize | |
97 artist-prev-next-op-alist. | |
98 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to | |
99 change drawing operation. | |
100 | |
101 2004-12-30 Luc Teirlinck <teirllm@auburn.edu> | |
102 | |
103 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries. | |
104 | |
105 2004-12-31 Masatake YAMATO <jet@gyve.org> | |
106 | |
107 * server.el (server-process-filter): Suppress `error', too. | |
108 | |
109 2004-12-30 Jay Belanger <belanger@truman.edu> | |
110 | |
111 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name. | |
112 Change the way a variable is displayed in a message. | |
113 | |
114 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit) | |
115 (calc-user-define-permanent, calc-execute-kbd-macro): | |
116 Replace old function MacEdit-parse-keys with edmacro-parse-keys. | |
117 | |
118 2004-12-30 Kenichi Handa <handa@m17n.org> | |
119 | |
120 * files.el (basic-save-buffer-1): | |
121 Set explicit-buffer-file-coding-system to last-coding-system-used. | |
122 (revert-buffer): Pay attention to | |
123 explicit-buffer-file-coding-system (not buffer-file-coding-system) | |
124 on bind coding-system-for-read. | |
125 | |
126 * international/mule.el (explicit-buffer-file-coding-system): | |
127 New buffer local variable. | |
128 (after-insert-file-set-coding): Set it to coding-system-for-read. | |
129 | |
130 2004-12-29 Luc Teirlinck <teirllm@auburn.edu> | |
131 | |
132 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar. | |
133 | |
134 2004-12-29 Sanghyuk Suh <han9kin@mac.com> | |
135 | |
136 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events | |
137 that include line numbers. | |
138 | |
139 2004-12-29 Milan Zamazal <pdm@zamazal.org> | |
140 | |
141 * files.el (hack-local-variables): If no PREFIX, set it to "^". | |
142 Redundant variable PREFIXLEN removed. | |
143 | |
144 2004-12-28 Matt Hodges <MPHodges@member.fsf.org> | |
145 | |
146 * eshell/em-hist.el (eshell-previous-matching-input): | |
147 Start the deletion from the end of the output. | |
148 | |
149 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
150 | |
151 * term/mac-win.el: Require x-dnd. | |
152 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions. | |
153 | |
154 2004-12-29 David Kastrup <dak@gnu.org> | |
155 | |
156 * international/mule.el (decode-coding-inserted-region): | |
157 Don't barf if `buffer-undo-list' is already set to `t'. | |
158 | |
159 2004-12-29 Jay Belanger <belanger@truman.edu> | |
160 | |
161 * calc/calc-prog.el (calc-user-define-formula): Put default values | |
162 for function names in prompts. | |
163 (calc-user-define-permanent, calc-user-define-composition) | |
164 (calc-user-define-formula): Remove the need for "calcFunc-" in the | |
165 default input for algebraic functions. | |
166 | |
167 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org> | |
168 | |
169 * vc-rcs.el (vc-rcs-annotate-command): | |
170 Fix omission bug: Call `vc-setup-buffer'. | |
171 | |
172 2004-12-29 Kenichi Handa <handa@m17n.org> | |
173 | |
174 * international/mule.el (recode-region): New function. | |
175 | |
176 2004-12-28 Richard M. Stallman <rms@gnu.org> | |
177 | |
178 * simple.el (undo-extra-outer-limit): New variable. | |
179 (undo-outer-limit-truncate): Test and set it. | |
180 | |
181 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND | |
182 enables the feature to extend the existing region. | |
183 | |
184 * simple.el (mark-word): New arg ALLOW-EXTEND | |
185 enables the feature to extend the existing region. | |
186 | |
187 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND | |
188 enables the feature to extend the existing region. | |
189 | |
190 * startup.el (site-run-file): Don't allow setting it with Custom. | |
191 | |
192 * simple.el (buffer-disable-undo): Fix previous change. | |
193 | |
194 2004-12-27 Masatake YAMATO <jet@gyve.org> | |
195 | |
196 * hexl.el (hexlify-buffer): Remove fontification here. | |
197 Use font lock mechanism instead. | |
198 (hexl-font-lock-keywords): New font lock kewords. | |
199 (hexl-mode-old-font-lock-keywords): New variable. | |
200 (hexl-mode): Store the old font lock keywords. | |
201 (hexl-mode-exit): Restore the old font lock keywords. | |
202 | |
203 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
204 | |
205 * simple.el (undo): Fix previous change. | |
206 | |
207 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
208 | |
209 * term/mac-win.el: Sync with x-win.el. Rearrange the contents. | |
210 Call mac-clear-font-name-table if invoked on Mac OS 8/9. | |
211 Call x-open-connection on Mac OS X. | |
212 | |
213 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
214 | |
215 * files.el (buffer-save-without-query): New var (buffer-local). | |
216 (save-some-buffers): Save those buffers first, w/o asking. | |
217 | |
218 * files.el (insert-directory-ls-version): New variable. | |
219 (insert-directory): When ls returns an error, test the version | |
220 number to decide what the return code means. | |
221 With --dired output format, detect and distinguish lines | |
222 that are really error messages. | |
223 (insert-directory-adj-pos): New function. | |
224 | |
225 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil. | |
226 | |
227 * battery.el (battery-mode-line-format): Remove initial spaces. | |
228 | |
229 * uniquify.el (uniquify-rationalize-file-buffer-names): | |
230 Delete interactive spec. | |
231 | |
232 * type-break.el (type-break-mode): Set buffer-save-without-query. | |
233 Remove code that tried to set save-some-buffers-always. | |
234 (type-break-file-keystroke-count): Bind deactivate-mark. | |
235 | |
236 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window. | |
237 | |
238 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT. | |
239 Test that the buffer is live, and maybe reject current buffer too. | |
240 Clarify. | |
241 (next-error-find-buffer): Rewrite for clarity. | |
242 | |
243 * loadup.el: Don't use buffer-disable-undo; do it directly. | |
244 | |
245 * help-fns.el (describe-function-1): Call symbol-file with `defun'. | |
246 (describe-variable): Call symbol-file with `defvar'. | |
247 | |
248 * subr.el (messages-buffer-max-lines): Alias for message-log-max. | |
249 (symbol-file): Rewritten to handle new load-history format. | |
250 Now takes an arg TYPE to specify looking for a particular | |
251 type of definition only. | |
252 | |
253 * emacs-lisp/debug.el (debugger-make-xrefs): | |
254 Call symbol-file with `defun'. | |
255 | |
256 * emacs-lisp/find-func.el (find-function-noselect): | |
257 Call symbol-file with `defun'. | |
258 (find-variable-noselect): Call symbol-file with `defvar'. | |
259 | |
260 * eshell/esh-cmd.el (eshell-find-alias-function): | |
261 Call symbol-file with `defun'. | |
262 | |
263 * eshell/esh-test.el (eshell-test-goto-func): | |
264 Call symbol-file with `defun'. | |
265 | |
266 * mail/rmail.el (rmail-resend): | |
267 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file. | |
268 | |
269 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username. | |
270 | |
271 * progmodes/compile.el (compilation-find-buffer): Rename arg. | |
272 | |
273 * textmodes/texinfmt.el (texinfo-format-buffer-1): | |
274 Call buffer-disable-undo. | |
275 | |
276 * simple.el (undo-list-saved): New variable (buffer-local). | |
277 (undo): Set and test it. | |
278 (buffer-disable-undo): Move here from buffer.c. | |
279 Clear out undo-list-saved. | |
280 | |
281 * international/mule.el (decode-coding-inserted-region): | |
282 Set buffer-undo-list in a correct and optimal way. | |
283 | |
284 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings. | |
285 (cperl-font-lock-unfontify-region-function): No need to save and | |
286 restore info, since font-lock.el does it for us. | |
287 | |
288 * ansi-color.el (save-buffer-state): Definition deleted. | |
289 (ansi-color-unfontify-region): Don't use save-buffer-state. | |
290 | |
291 2004-12-27 Dave Love <fx@gnu.org> | |
292 | |
293 * wid-edit.el (function): Use restricted-sexp as parent. | |
294 | |
295 2004-12-27 Kevin Ryde <user42@zip.com.au> | |
296 | |
297 * simple.el (next-matching-history-element): Use same | |
298 `interactive' form as previous-matching-history-element. | |
299 | |
300 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, | |
301 it can appear unencoded and has been seen from yahoo. | |
302 | |
303 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) | |
304 | |
305 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5 | |
306 in upper case. Reported by Wojciech Polak <polak@gnu.org>. | |
307 | |
308 2004-12-27 Kenichi Handa <handa@m17n.org> | |
309 | |
310 * international/utf-8.el (utf-translate-cjk-load-tables): | |
311 Bind coding-system-for-read to nil while loading subst-*. | |
312 | |
313 2004-12-26 Jay Belanger <belanger@truman.edu> | |
314 | |
315 * calc/calc-store.el (calc-read-var-name): Remove "var-" from | |
316 default input. | |
317 | |
318 2004-12-26 Luc Teirlinck <teirllm@auburn.edu> | |
319 | |
320 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info | |
321 before reverting and disable undo recording while reverting. | |
322 | |
323 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org> | |
324 | |
325 * progmodes/hideshow.el (hs-set-up-overlay): New user var. | |
326 (hs-make-overlay): New function. | |
327 (hs-isearch-show-temporary): Handle `display' overlay prop specially. | |
328 (hs-flag-region): Delete function. | |
329 (hs-hide-comment-region): No longer use `hs-flag-region'. | |
330 Instead, use `hs-discard-overlays' and `hs-make-overlay'. | |
331 (hs-hide-block-at-point): Likewise. | |
332 (hs-hide-level-recursive): Use `hs-discard-overlays'. | |
333 (hs-hide-all, hs-show-all): Likewise. | |
334 (hs-show-block): Likewise. | |
335 Also, use overlay prop `hs-b-offset', not `hs-ofs'. | |
336 | |
337 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org> | |
338 | |
339 * progmodes/hideshow.el: Require `cl' when compiling. | |
340 Remove XEmacs and Emacs 19 compatibility. | |
341 Use `dolist' and `add-to-list' for load-time actions. | |
342 (hs-discard-overlays): Use `dolist'. | |
343 (hs-show-block): Likewise. | |
344 | |
345 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu> | |
346 | |
347 * faces.el (mode-line, mode-line-inactive): Use min-colors. | |
348 | |
349 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org> | |
350 | |
351 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug: | |
352 When extending backwards, move outside the current comment first. | |
353 | |
354 2004-12-22 Kenichi Handa <handa@m17n.org> | |
355 | |
356 * international/quail.el (quail-start-translation): Fix prompt | |
357 string for the case if input-method-use-echo-area being non-nil. | |
358 (quail-start-conversion): Likewise. | |
359 (quail-show-guidance): Don't show guidance if | |
360 input-method-use-echo-area is non-nil. | |
361 | |
362 2004-12-21 Richard M. Stallman <rms@gnu.org> | |
363 | |
364 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows. | |
365 | |
366 2004-12-21 Markus Rost <rost@ias.edu> | |
367 | |
368 * calendar/diary-lib.el (mark-diary-entries): | |
369 Set mark-diary-entries-in-calendar only after checking for diary-file. | |
370 | |
371 2004-12-21 Richard M. Stallman <rms@gnu.org> | |
372 | |
373 * faces.el (escape-glyph): Use blue against light foreground. | |
374 | |
375 * simple.el (undo-outer-limit-truncate): New function. | |
376 (undo-outer-limit-function): Use undo-outer-limit-truncate. | |
377 | |
378 2004-12-21 Eli Barzilay <eli@barzilay.org> | |
379 | |
380 * calculator.el (calculator-radix-grouping-mode) | |
381 (calculator-radix-grouping-digits) | |
382 (calculator-radix-grouping-separator): | |
383 New defcustoms for the new radix grouping mode functionality. | |
384 (calculator-mode-hook): Now used in electric mode too, | |
385 (calculator): Call it. | |
386 (calculator-mode-map): Some new keys. | |
387 (calculator-message): New function. Some new calls. | |
388 (calculator-op, calculator-set-register): Use it. | |
389 (calculator-string-to-number): New function, mostly moved and | |
390 updated code from calculator-curnum-value. | |
391 (calculator-curnum-value): Use it. | |
392 (calculator-paste): Use it, and update grabbing the current-kill. | |
393 (calculator-rotate-displayer) | |
394 (calculator-rotate-displayer-back): Toggle digit grouping when | |
395 in radix mode, use calculator-message. | |
396 (calculator-displayer-prev, calculator-displayer-next): | |
397 Change digit group size when in radix mode. | |
398 (calculator-number-to-string): Rename from | |
399 calculator-num-to-string. Now deals with digit grouping in | |
400 radix mode. | |
401 (calculator-update-display, calculator-put-value): Use the new name. | |
402 (calculator-fact): Return a floating point number. | |
403 (calculator-mode): Doc fix. | |
404 | |
405 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk> | |
406 | |
407 * calendar/calendar.el (view-other-diary-entries): Add autoload. | |
408 * calendar/diary-lib.el (view-other-diary-entries): | |
409 Use current-prefix-arg in interactive spec. | |
410 | |
411 2004-12-19 Jay Belanger <belanger@truman.edu> | |
412 | |
413 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily | |
414 adjust the syntax of both delimiters of half-open intervals. | |
415 | |
416 2004-12-19 Kim F. Storm <storm@cua.dk> | |
417 | |
418 * mouse.el (mouse-1-click-follows-link): Doc fix. | |
419 | |
420 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
421 | |
422 * term/mac-win.el (encoding-vector, mac-font-encoder-list) | |
423 (ccl-encode-mac-centraleurroman-font): Use centraleurroman | |
424 instead of centraleuropean as the name | |
425 | |
426 2004-12-17 Michael Albinus <michael.albinus@gmx.de> | |
427 | |
428 Sync with Tramp 2.0.46. | |
429 | |
430 * net/tramp.el (tramp-maybe-send-perl-script): Change order of | |
431 parameters wrt Tramp convention. | |
432 (tramp-handle-file-attributes-with-perl) | |
433 (tramp-handle-directory-files-and-attributes): Apply it. | |
434 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of | |
435 `copy-program'. Reported by Zack Weinberg | |
436 <zack@codesourcery.com>. | |
437 (top): Set `edebug-form-spec' property directly rather than | |
438 calling `def-edebug-spec'. | |
439 | |
440 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the | |
441 advice less fragile. Surround temporary redefinition of | |
442 `substitute-in-file-name' with `unwind-protect'. Suggested by | |
443 Matt Hodges <MPHodges@member.fsf.org>. | |
444 | |
445 2004-12-17 Juri Linkov <juri@jurta.org> | |
446 | |
447 * replace.el (occur-accumulate-lines, occur-engine): | |
448 Make forcing deferred font-lock fontification jit-specific. | |
449 | |
450 2004-12-17 Kim F. Storm <storm@cua.dk> | |
451 | |
452 * mouse.el (mouse-1-click-follows-link): New defcustom. | |
453 (mouse-on-link-p): New function. | |
454 (mouse-drag-region-1): Implement mouse-1-click-follows-link | |
455 functionality. Map a mouse-1 click event into a mouse-2 (or | |
456 other) event when position is inside a link. | |
457 | |
458 * tooltip.el (tooltip-show-help-function): Replace "mouse-2" | |
459 prefix in tooltip text with "mouse-1" when this is a link | |
460 recognized by mouse-1-click-follows-link functionality. | |
461 | |
462 * help.el (describe-key): Report effective and original binding | |
463 for mouse-1 when clicked on a link. | |
464 (describe-mode): Add follow-link property to "minor-mode" button. | |
465 | |
466 * help-fns.el (describe-variable): Add follow-link property to | |
467 "below" button. | |
468 | |
469 * help-mode.el (help-xref): Add follow-link property. | |
470 | |
471 * apropos.el (apropos-symbol, apropos-function, apropos-macro) | |
472 (apropos-command, apropos-variable, apropos-face, apropos-group) | |
473 (apropos-widget, apropos-plist): Add follow-link property. | |
474 | |
475 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which | |
476 checks if position is in a filename, rather than some other | |
477 clickable item. Function looks for cvs-filename-face at position. | |
478 | |
479 * wid-edit.el (widget-specify-field, widget-specify-button): | |
480 Map a :follow-link keyword into a follow-link property. | |
481 (link): Add :follow-link keyword, map to RET binding. | |
482 | |
483 * dired.el (dired-mode-map): Map follow-link to mouse-face. | |
484 | |
485 * progmodes/compile.el (compilation-minor-mode-map) | |
486 (compilation-button-map, compilation-mode-map): Likewise. | |
487 | |
488 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org> | |
489 | |
490 * play/zone.el (zone): Init `line-spacing' from orig buffer. | |
491 (zone-replace-char): Take `count' and `del-count' | |
492 instead of `direction'. Update callers. When `del-count' is | |
493 non-nil, delete that many characters, otherwise `count' characters | |
494 backwards. Insert the newly-replaced string `count' times. | |
495 (zone-fret): Handle chars w/ width greater than one. | |
496 (zone-fall-through-ws): No longer take window width `ww'. | |
497 Update callers. Add handling for `char-width' greater than one. | |
498 (zone-pgm-drip): Update var holding window-end position every cycle. | |
499 | |
500 2004-12-17 Andre Spiegel <spiegel@gnu.org> | |
501 | |
502 * vc.el (vc-default-update-changelog): Use insert-file-contents, | |
503 rather than insert-file. | |
504 | |
505 2004-12-16 Jay Belanger <belanger@truman.edu> | |
506 | |
507 * calc/calc-comb.el (var-RandSeed): Don't initially bind it. | |
508 (math-init-random-base, math-random-digit): Check to see if | |
509 var-RandSeed is bound. | |
510 (math-random-last): Declare it. | |
511 (math-random-digit): Don't make math-random-last local. | |
512 | |
513 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org> | |
514 | |
515 * play/zone.el (zone): Fix omission bug: Use a self-disabling | |
516 one-shot thunk for uniform (error, quit, normal) recovery. | |
517 Reported by John Paul Wallington. | |
518 (zone-pgm-random-life): Fix bug: | |
519 Recognize empty initial field by lack of "@" chars. | |
520 | |
521 2004-12-16 Juri Linkov <juri@jurta.org> | |
522 | |
523 * help.el (function-called-at-point): | |
524 * help-fns.el (variable-at-point): As a last resort try stripping | |
525 non-word prefixes and suffixes. | |
526 | |
527 * descr-text.el (describe-property-list): Don't treat syntax-table | |
528 specially. Use describe-text-sexp which inserts [show] button | |
529 for large objects and handles printing errors. Sort properties | |
530 by names in alphabetical order instead of by value sizes. | |
531 Add `mouse-face' to list of properties for `describe-face' widget. | |
532 (describe-char): Mask out face-id from 19 bits of character. | |
533 Print face-id separately. | |
534 | |
535 * replace.el (occur-accumulate-lines, occur-engine): | |
536 Fontify unfontified matching lines in the source buffer | |
537 before copying them. | |
538 (occur-engine): Don't put mouse-face on context lines. | |
539 (occur-next-error): Set point to line beginning/end | |
540 before searching for prev/next property to skip multiple | |
541 matches on a line (not supported by occur engine). | |
542 Remove redundant prefix-numeric-value. | |
543 | |
544 2004-12-15 Juri Linkov <juri@jurta.org> | |
545 | |
546 * replace.el (match): New face. | |
547 (list-matching-lines-face): Change default from `bold' to `match'. | |
548 | |
549 * progmodes/grep.el (grep-match-face): New defvar. | |
550 (grep-mode-font-lock-keywords): Use grep-match-face instead of | |
551 compilation-column-face to highlight grep matches. | |
552 | |
553 * apropos.el (apropos-match-face): Change default from | |
554 `secondary-selection' to `match'. | |
555 | |
556 * info-look.el (info-lookup-highlight-face): Change default from | |
557 `highlight' to `match'. | |
558 | |
559 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org> | |
560 | |
561 * progmodes/executable.el (executable-interpret): Eliminate | |
562 obsolete compile-internal, and switch to comint for interaction. | |
563 | |
564 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu> | |
565 | |
566 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match | |
567 `&&' when skipping multiple statements on a line. | |
568 | |
569 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org> | |
570 | |
571 * play/zone.el (zone): Set `truncate-lines'. | |
572 Also, init `tab-width' with value from original buffer. | |
573 (zone-shift-up): Rewrite for speed. | |
574 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise. | |
575 (zone-pgm-jitter): Remove redundant entries from ops vector. | |
576 (zone-exploding-remove): Reduce iteration count. | |
577 (zone-cpos): Convert to defsubst. | |
578 (zone-replace-char): New defsubst. | |
579 (zone-park/sit-for): Likewise. | |
580 (zone-fret): Take window-start arg. | |
581 Update callers. Use `zone-park/sit-for'. | |
582 (zone-fill-out-screen): Rewrite. | |
583 (zone-fall-through-ws): Likewise. Update callers. | |
584 (zone-pgm-drip): Use `zone-replace-char'. | |
585 Move var inits before while-loop. Use `zone-park/sit-for'. | |
586 (zone-pgm-random-life): Handle empty initial field. | |
587 Use `zone-replace-char' and `zone-park/sit-for'. | |
588 | |
589 2004-12-15 Juri Linkov <juri@jurta.org> | |
590 | |
591 * isearch.el (isearch-update): Test isearch-lazy-highlight | |
592 before calling isearch-lazy-highlight-new-loop. | |
593 (isearch-lazy-highlight-new-loop): | |
594 Don't test isearch-lazy-highlight. | |
595 | |
596 * replace.el (perform-replace): Add isearch-case-fold-search. | |
597 Use delimited-flag for isearch-regexp. | |
598 Reset isearch-lazy-highlight-last-string to force lazy | |
599 highlighting when called from isearch mode. | |
600 (query-replace-highlight): Revert defcustom type to boolean. | |
601 (query-replace-lazy-highlight): New defcustom. | |
602 (query-replace): New face. | |
603 (perform-replace, replace-highlight, replace-dehighlight): | |
604 Test query-replace-lazy-highlight instead of special value | |
605 `isearch' of query-replace-highlight. | |
606 (replace-dehighlight): Don't call isearch-dehighlight. | |
607 (replace-highlight): Don't call isearch-highlight. | |
608 Use face `query-replace' unconditionally. | |
609 | |
610 2004-12-14 Kim F. Storm <storm@cua.dk> | |
611 | |
612 * simple.el (inhibit-mark-movement): Remove defvar. | |
613 (beginning-of-buffer, end-of-buffer): Don't use it. | |
614 | |
615 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
616 Don't use inhibit-mark-movement. | |
617 | |
618 * emulation/cua-base.el (cua--preserve-mark-commands): Remove. | |
619 (cua--undo-push-mark): Remove. | |
620 (cua--pre-command-handler, cua--post-command-handler): | |
621 Don't fiddle with inhibit-mark-movement. | |
622 | |
623 2004-12-14 Juri Linkov <juri@jurta.org> | |
624 | |
625 * buff-menu.el (list-buffers-noselect): Collect internal info | |
626 for every buffer in BUFFER-LIST arg too. | |
627 (Buffer-menu-switch-other-window): Bind pop-up-windows to t. | |
628 (Buffer-menu-switch-other-window, Buffer-menu-2-window): | |
629 Bind same-window-buffer-names and same-window-regexps to nil. | |
630 | |
631 2004-12-13 Juri Linkov <juri@jurta.org> | |
632 | |
633 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix. | |
634 | |
635 * mail/supercite.el (sc-cite-frame-alist): Doc fix. | |
636 (sc-cite-region, sc-uncite-region, sc-recite-region): | |
637 Fix previous change to handle not alist as a symbol, but | |
638 a citation frame as a symbol that represents a variable name. | |
639 | |
640 2004-12-13 Richard M. Stallman <rms@gnu.org> | |
641 | |
642 * filecache.el (file-cache-add-directory-using-find): | |
643 Only set up file-cache-find-command-posix-flag if we will use it. | |
644 | |
645 * bindings.el (mode-line-buffer-identification-keymap): | |
646 Don't cancel the mode-line's usual down-mouse-1 binding. | |
647 | |
648 * cus-edit.el (custom-face-selected): Handle `default' specs. | |
649 (custom-face-edit): Increase extra-offset. | |
650 (custom-display): Handle `default' specs. | |
651 | |
652 * xml.el (xml-name-re, xml-entity-value-re): Add defvars. | |
653 | |
654 * emacs-lisp/elint.el (elint-standard-variables) | |
655 (elint-unknown-builtin-args): Move definitions up. | |
656 | |
657 * net/browse-url.el (browse-url-url-at-point): Add autoload. | |
658 | |
659 * info.el (info-xref-visited): Use `default' instead of t. | |
660 (Info-try-follow-nearest-node): Don't explicitly load browse-url. | |
661 | |
662 * faces.el (header-line, mode-line-inactive, tool-bar): | |
663 Use `default' instead of t for setting the defaults. | |
664 (face-spec-choose): Separate `t' from `default'. | |
665 | |
666 * subr.el (while-no-input): New macro. | |
667 | |
668 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change) | |
669 | |
670 * filecache.el (file-cache-add-directory-using-find): | |
671 Only test file-cache-find-command-posix-flag on some systems. | |
672 | |
673 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
674 | |
675 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format. | |
676 Reported by Ville Skyttä <scop@xemacs.org>. | |
677 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) | |
678 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line) | |
679 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn | |
680 annotate. | |
681 | |
682 2004-12-12 Juri Linkov <juri@jurta.org> | |
683 | |
684 * files.el (find-file-other-window, find-file-other-frame): | |
685 Add the first buffer to the returned value to return the complete | |
686 list of all visited buffers. | |
687 (find-file-read-only, find-file-read-only-other-window) | |
688 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of | |
689 `find-file-read-args'. Signal an error about non-existent file | |
690 only if file name doesn't contain wildcards. Toggle read-only in | |
691 all visited buffers. | |
692 (find-alternate-file, find-alternate-file-other-window): | |
693 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when | |
694 called interactively. Pass arg `wildcards' to other functions. | |
695 (find-file-noselect): Doc fix. | |
696 | |
697 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". | |
698 Doc fix. | |
699 (ffap-directory-finder): New variable. | |
700 (ffap-string-at-point-mode-alist): Add * and ? to `file'. | |
701 (ffap-file-at-point): Add /* to immediately rejected names. | |
702 Return absolute file names matching ffap-dired-wildcards. | |
703 (ffap-read-file-or-url): Set default value for `completing-read' | |
704 to `buffer-file-name'. | |
705 (find-file-at-point): When filename matches ffap-dired-wildcards, | |
706 call ffap-file-finder with t arg `wildcards', instead of dired. | |
707 (ffap-other-window, ffap-other-frame): Return visited buffers. | |
708 (ffap-read-only, ffap-read-only-other-window) | |
709 (ffap-read-only-other-frame, ffap-alternate-file): New commands. | |
710 (dired-at-point): Call ffap-directory-finder instead of dired. | |
711 (ffap-dired-other-window, ffap-dired-other-frame) | |
712 (ffap-list-directory): New commands. | |
713 (ffap-bindings): New keybindings for new commands. | |
714 | |
715 2004-12-12 Juri Linkov <juri@jurta.org> | |
716 | |
717 * simple.el (beginning-of-buffer, end-of-buffer): | |
718 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
719 Do not push mark when mark is active in transient-mark-mode. | |
720 | |
721 * simple.el (mark-word): | |
722 * emacs-lisp/lisp.el (mark-sexp, mark-defun): | |
723 * textmodes/paragraphs.el (mark-paragraph): | |
724 Extend the region when mark is active in transient-mark-mode, | |
725 regardless of the last command. Doc fix. | |
726 | |
727 * simple.el (mark-word): Preserve direction when repeating. | |
728 Make arg optional. Interactive "p" -> "P". | |
729 (transient-mark-mode, inhibit-mark-movement): Doc fix. | |
730 | |
731 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for | |
732 preserving direction, to mark forward instead of backward when mark | |
733 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m). | |
734 | |
735 2004-12-12 Juri Linkov <juri@jurta.org> | |
736 | |
737 * isearch.el (isearch-edit-string): Set 7th arg of | |
738 `read-from-minibuffer' to `t' to inherit the current input | |
739 method (whose name is indicated by [IM] in the minibuffer prompt) | |
740 from the current buffer to the minibuffer. | |
741 (isearch-lazy-highlight-update): Put body to `with-local-quit' | |
742 to allow C-g quitting for lazy highlighting looping inside the | |
743 search with nested repetition operators. Add overlay to the list | |
744 before setting its face and other properties to avoid the case of | |
745 code quitting after placing the new overlay but before it's | |
746 recorded on the list. Select the window where isearch was | |
747 activated, to highlight matches in the right window when isearch | |
748 switches the current window to the minibuffer. | |
749 | |
750 * international/isearch-x.el | |
751 (isearch-process-search-multibyte-characters): | |
752 Use `isearch-message' as initial input for `read-string' instead | |
753 of adding it to the minibuffer prompt. After reading a string | |
754 remove the initial value of `isearch-message' from the string. | |
755 | |
756 * replace.el (replace-match-maybe-edit): Doc fix. | |
757 (perform-replace): Don't call `replace-highlight' when automatic | |
758 replacement is requested in literal mode, since it is intended | |
759 only to highlight words during entering a new replacement string | |
760 for \? in non-literal mode. | |
761 | |
762 * replace.el (query-replace-highlight): Add new value `isearch' | |
763 that allows query replacement to use isearch highlighting. | |
764 Change type from `boolean' to `choice'. Doc fix. | |
765 (replace-highlight, replace-dehighlight, perform-replace): | |
766 Use isearch highlighting if query-replace-highlight eq `isearch'. | |
767 | |
768 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
769 | |
770 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments) | |
771 (checkdoc-message-text, checkdoc-defun): Fix format messages for | |
772 `error'. | |
773 | |
774 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special | |
775 case of \end{verbatim}. | |
776 | |
777 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu> | |
778 | |
779 * term.el (term-termcap-format): Synchronize with terminfo. | |
780 (term-emulate-terminal): Handle reset. | |
781 (term-reset-terminal): New function. | |
782 | |
783 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org> | |
784 | |
785 * play/zone.el (zone-programs): Add `zone-pgm-random-life'. | |
786 (zone-fill-out-screen): New func. | |
787 (zone-pgm-drip): Use `zone-fill-out-screen'. | |
788 Also, no longer go to point-min on every cycle. | |
789 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode. | |
790 (zone-pgm-random-life-wait): New user var. | |
791 (zone-pgm-random-life): New func. | |
792 | |
793 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org> | |
794 | |
795 * files.el (auto-mode-alist): Map .com to DCL mode. | |
796 | |
797 2004-12-09 Richard M. Stallman <rms@gnu.org> | |
798 | |
799 * isearch.el (isearch-mode-map): Treat S-SPC like SPC. | |
800 | |
801 2004-12-09 Nick Roberts <nickrob@snap.net.nz> | |
802 | |
803 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a | |
804 buffer with a display margin. | |
805 | |
806 2004-12-08 Jay Belanger <belanger@truman.edu> | |
807 | |
808 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events. | |
809 (calc-keypad-left-click): Set buffer to calc-keymap-buffer. | |
810 | |
811 2004-12-08 Richard M. Stallman <rms@gnu.org> | |
812 | |
813 * faces.el: Delete code to set display table. | |
814 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.) | |
815 | |
816 2004-12-08 Jay Belanger <belanger@truman.edu> | |
817 | |
818 * calc/calc.el: Add math-read-preprocess-string to autoloads. | |
819 | |
820 * calc/calc-ext.el (math-read-replacement-list) | |
821 (math-read-superscripts, math-read-preprocess-string): Move to | |
822 calc-aent.el. | |
823 | |
824 * calc/calc-aent.el (math-read-replacement-list) | |
825 (math-read-superscripts, math-read-preprocess-string): Move from | |
826 calc-ext.el. | |
827 | |
828 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
829 | |
830 * isearch.el (isearch-quote-char): Fix up typo in last change. | |
831 | |
832 2004-12-07 Luc Teirlinck <teirllm@auburn.edu> | |
833 | |
834 * mouse.el (mouse-set-font): Handle the case where the command was | |
835 not invoked using the mouse. | |
836 | |
837 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'. | |
838 (edmacro-finish-edit): Further update for keyboard macros that are | |
839 lambda forms. | |
840 (edmacro-sanitize-for-string): Correctly remove Meta modifier. | |
841 | |
842 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
843 | |
844 * font-lock.el (font-lock-unfontify-region): Save buffer state. | |
845 (font-lock-default-unfontify-region): Don't save buffer state any more. | |
846 | |
847 2004-12-07 Jay Belanger <belanger@truman.edu> | |
848 | |
849 * calc/calc-help.el (calc-describe-key): | |
850 Set calc-summary-indentation even when Calc Summary buffer exists. | |
851 | |
852 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk> | |
853 | |
854 * calendar/holidays.el (holiday-easter-etc): Make arguments | |
855 optional for backwards compatibility. Doc fix. | |
856 Remove un-necessary local vars mandatory, output-list. | |
857 (holiday-advent): Make arguments optional for backwards | |
858 compatibility. Doc fix. | |
859 | |
860 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
861 | |
862 * paren.el (show-paren-function): Fix last change (2004-12-02). | |
863 | |
864 * international/mule-util.el (char-displayable-p): Return nil for | |
865 unibyte mode. | |
866 | |
867 * subr.el (subregexp-context-p): New function. | |
868 | |
869 * isearch.el (isearch-quote-char): Use it. | |
870 | |
871 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it. | |
872 (regexp-opt-not-groupie*-re): Remove. | |
873 (regexp-opt): Properly handle inputs with duplicate entries. | |
874 | |
875 2004-12-06 Richard M. Stallman <rms@gnu.org> | |
876 | |
877 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo. | |
878 | |
879 * cus-edit.el (custom-file): Doc fix. | |
880 | |
881 * textmodes/org.el: New file. | |
882 | |
883 2004-12-06 Kenichi Handa <handa@m17n.org> | |
884 | |
885 * ldefs-boot.el: Update international/mule-util.el section. | |
886 | |
887 2004-12-05 Sam Steingold <sds@gnu.org> | |
888 | |
889 * net/tramp.el (tramp-handle-file-accessible-directory-p): | |
890 Fix `tramp-time-diff' comparison logic. | |
891 | |
892 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net> | |
893 | |
894 * progmodes/which-func.el (which-function): | |
895 Use `run-hook-with-args-until-success' instead of a custom loop. | |
896 Fixes bug with local hooks. | |
897 | |
898 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
899 | |
900 * textmodes/bibtex.el (bibtex-font-lock-url-regexp): | |
901 Use delete-dups when calculating the initial value. | |
902 (bibtex-autokey-get-title): Use <=. | |
903 (bibtex-goto-line): New function. | |
904 (bibtex-reposition-window): Use line numbers instead of point | |
905 positions. Use window-body-height. | |
906 (bibtex-find-crossref): Use bibtex-reposition-window. | |
907 (bibtex-find-entry): Use bibtex-reposition-window. Always return | |
908 position of entry if key is found or nil if not found. | |
909 | |
910 2004-12-05 Richard M. Stallman <rms@gnu.org> | |
911 | |
912 * cus-edit.el (custom-file): Doc fix. | |
913 | |
914 * progmodes/sh-script.el (sh-indent-for-then): Change default. | |
915 | |
916 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
917 | |
918 * simple.el (blink-matching-open): | |
919 * textmodes/tex-mode.el (tex-validate-region): | |
920 Obey syntax-table text properties. | |
921 | |
922 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
923 | |
924 * wid-edit.el (widget-specify-field): Add `real-field' property to | |
925 boundary. | |
926 (widget-field-at): Use it. | |
927 | |
928 2004-12-02 Richard M. Stallman <rms@gnu.org> | |
929 | |
930 * progmodes/cc-mode.el (awk-mode autoload): | |
931 Supply t meaning interactive function. | |
932 | |
933 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix. | |
934 (isearch-mode-map): No special definition for space. | |
935 (isearch-whitespace-chars): Command deleted. | |
936 (isearch-forward-regexp): Doc fix. | |
937 (isearch-quote-char): When a space is not inside brackets, | |
938 use `[ ]' instead of just space. | |
939 (isearch-lazy-highlight-search): Bind search-spaces-regexp. | |
940 | |
941 * imenu.el (imenu--generic-function): Delete code to exclude | |
942 matches in comments. | |
943 | |
944 * man.el (Man-reverse-face): Change default to `highlight'. | |
945 | |
946 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine. | |
947 (occur-engine): Use `face' prop rather than `font-lock-face' | |
948 when specifying use of `match-face'. | |
949 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS. | |
950 | |
951 * emacs-lisp/elint.el (elint-standard-variables): Update list. | |
952 | |
953 * add-log.el (add-log-current-defun): Handle the case where point | |
954 is in the header part of a DEFUN construct. | |
955 | |
956 2004-12-02 Dave Love <fx@gnu.org> | |
957 | |
958 * progmodes/python.el (python-font-lock-syntactic-keywords): | |
959 Fix previous change. | |
960 | |
961 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change) | |
962 | |
963 * paren.el (show-paren-function): Check for matching chars | |
964 specified by text props. | |
965 | |
966 2004-12-02 Jay Belanger <belanger@truman.edu> | |
967 | |
968 * calc/calc.el (calc-read-key-sequence): Leave the old message visible | |
969 when reading a new key sequence. | |
970 | |
971 2004-12-02 Kim F. Storm <storm@cua.dk> | |
972 | |
973 * faces.el (escape-glyph): Rename from glyph. | |
974 (standard-display-table): Set it here. Add escape-glyph face to | |
975 extra slot characters. | |
976 | |
977 * disp-table.el: Undo 2004-12-01 change. Display table is now | |
978 setup in faces.el. | |
979 | |
980 2004-12-02 Mark A. Hershberger <mah@everybody.org> | |
981 | |
982 * xml.el (xml-parse-dtd): Don't show validity messages when | |
983 xml-validating-parser is nil. | |
984 (xml-substitute-special): Fix validity error messages to | |
985 actually show the unexpandable entity. Added validity error if & | |
986 isn't followed by an entity. | |
987 (xml-parse-tag): Concatenate any string following the a | |
988 <![CDATA[]]> section to the parsed CDATA. | |
989 (xml-parse-dtd): Skip parameter entity declarations and use of | |
990 parameter entities. | |
991 | |
992 2004-12-01 Luc Teirlinck <teirllm@auburn.edu> | |
993 | |
994 * kmacro.el (kmacro-default-counter-format): New var. | |
995 (kmacro-set-format): Use it. Delete `(printf format)' from prompt. | |
996 (kmacro-display): Remove `nil' from `and' form. Delete call to | |
997 `format' inside `message'. | |
998 (kmacro-start-macro): Use `kmacro-default-counter-format'. | |
999 | |
1000 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
1001 | |
1002 * pcvs.el (cvs-header-msg): New function. | |
1003 (cvs-update-header): Use it. Change calling convention. | |
1004 Correctly handle the case of having simultaneous active processes. | |
1005 (cvs-sentinel): Don't call cvs-update-header any more. | |
1006 (cvs-mode-run): Update call and add cvs-update-header to postproc. | |
1007 | |
1008 2004-12-01 Jay Belanger <belanger@truman.edu> | |
1009 | |
1010 * calc/calc-ext.el (calc-inverse, calc-hyperbolic): | |
1011 Change message. | |
1012 | |
1013 2004-12-01 Juri Linkov <juri@jurta.org> | |
1014 | |
1015 * progmodes/prolog.el (prolog-mode-variables): | |
1016 Fix imenu-generic-expression. | |
1017 | |
1018 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org> | |
1019 | |
1020 * faces.el (glyph): New face. | |
1021 | |
1022 * disp-table.el: Add an autoloaded table, that doesn't require | |
1023 this library, with glyph face. | |
1024 | |
1025 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var. | |
1026 (conf-ppd-mode): New conf-mode wrapper for printer descriptions. | |
1027 (conf-quote-normal): Allow normalizing only ' or ". | |
1028 (conf-mode): Regexp-quote constructed comment-start and don't | |
1029 match section {} where "name" contains braces. | |
1030 | |
1031 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid | |
1032 files. | |
1033 | |
1034 2004-12-01 Kenichi Handa <handa@m17n.org> | |
1035 | |
1036 * term/x-win.el (x-last-selected-text-cut-encoded): New variable. | |
1037 (x-select-text): Don't treat eight-bit-control/graphic chars | |
1038 specially. Store the encoded text in the X cut buffer. | |
1039 (x-cut-buffer-or-selection-value): Compare the X cut buffer text | |
1040 with x-last-selected-text-cut-encoded. | |
1041 | |
1042 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
1043 | |
1044 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes. | |
1045 | |
1046 2004-11-30 Markus Rost <rost@ias.edu> | |
1047 | |
1048 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with | |
1049 AUCTeX. | |
1050 | |
1051 2004-11-30 Jay Belanger <belanger@truman.edu> | |
1052 | |
1053 * calc/calc-arith.el (math-possible-signs): Made stronger checks | |
1054 on signs of intervals. | |
1055 (math-pow-of-zero): Strengthen checks for positive and negative | |
1056 exponents. | |
1057 | |
1058 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el | |
1059 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el | |
1060 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el | |
1061 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el | |
1062 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el | |
1063 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el | |
1064 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el | |
1065 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el | |
1066 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el | |
1067 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el | |
1068 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el | |
1069 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el | |
1070 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded | |
1071 functions with provide statements. | |
1072 | |
1073 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el. | |
1074 | |
1075 * calc/calc-embed.el (calc-do-embedded-activate): Remove from | |
1076 autoloads. | |
1077 | |
1078 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads. | |
1079 (calc-load-everything, math-defsimplify): Replace dummy autoloading | |
1080 functions by require statements. | |
1081 (math-defsimplify): Move to calc-alg.el, add to autoloads. | |
1082 | |
1083 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command) | |
1084 (calc-gnuplot-print): Give them values. | |
1085 | |
1086 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from | |
1087 autoloads. | |
1088 Add calc-do-embedded-activate to autoloads. | |
1089 (calc-gnuplot-name, calc-gnuplot-plot-command) | |
1090 (calc-gnuplot-print-command): Move them to calc-graph.el. | |
1091 | |
1092 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
1093 | |
1094 * term/mac-win.el (ccl-encode-mac-roman-font) | |
1095 (ccl-encode-mac-cyrillic-font) | |
1096 (ccl-encode-mac-centraleuropean-font, encoder-list) | |
1097 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font): | |
1098 Support Cyrillic, CentralEuropean, and Dingbat font display | |
1099 | |
1100 2004-11-30 Andre Spiegel <spiegel@gnu.org> | |
1101 | |
1102 * vc-hooks.el (vc-recompute-state): Move here from vc.el. | |
1103 | |
1104 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is | |
1105 still nil. | |
1106 | |
1107 2004-11-29 Luc Teirlinck <teirllm@auburn.edu> | |
1108 | |
1109 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text) | |
1110 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar. | |
1111 | |
1112 2004-11-29 Jay Belanger <belanger@truman.edu> | |
1113 | |
1114 * calc/calc-arith.el (math-pow-of-zero): Take into account different | |
1115 cases of the base and exponent. | |
1116 | |
1117 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com> | |
1118 | |
1119 * simple.el (next-error-buffer-p): Allow for inclusive and | |
1120 exclusive tests for finding a buffer. | |
1121 (next-error-find-buffer): Pass the exclusive and inclusive tests | |
1122 to next-error-buffer-p. | |
1123 | |
1124 * replace.el (occur-next-error): Switch to the Occur buffer when | |
1125 appropriate, use the exclusive filter to next-error-find-buffer to | |
1126 do it. Use the absolute value of the motion amount. | |
1127 | |
1128 2004-11-29 Kenichi Handa <handa@m17n.org> | |
1129 | |
1130 * startup.el (command-line): Decode all default-directory by | |
1131 locale-coding-system. | |
1132 | |
1133 2004-11-29 Jay Belanger <belanger@truman.edu> | |
1134 | |
1135 * calc/calc-aent.el: Remove unnecessary eval-when-compile. | |
1136 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry) | |
1137 (math-read-expr-level, calc-check-user-syntax, math-read-factor): | |
1138 Replace calls to calc-extensions by appropriate require, replace | |
1139 calc-extensions-loaded by appropriate featurep. | |
1140 | |
1141 * calc/calc-ext.el: Move require to end of file. Remove redundant | |
1142 loading of calc.el. | |
1143 (calc-extensions-loaded): Remove unnecessary variable. | |
1144 (calc-extensions): Remove unnecessary function. | |
1145 (calc-load-everything): Replace calc-need-macros by appropriate | |
1146 require. | |
1147 | |
1148 * calc/calc-macs.el: Move provide to end of file. | |
1149 (calc-need-macros): Remove unnecessary function. | |
1150 | |
1151 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub) | |
1152 (calc-missing-key, calc-shift-Y-prefix-help, math-concat) | |
1153 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow): | |
1154 Replace calc-extensions by appropriate require. | |
1155 (calc-power): Replace calc-extensions-loaded by appropriate featurep. | |
1156 | |
1157 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath): | |
1158 Replace calc-need-macros by appropriate require. | |
1159 | |
1160 * calc/calc.el: Move require to end of file. | |
1161 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded): | |
1162 Remove unnecessary variable. | |
1163 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer) | |
1164 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize) | |
1165 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key) | |
1166 (math-normalize, math-add, math-mul, math-div, math-format-stack-value) | |
1167 (math-stack-value-offset, math-format-value, math-format-flat-expr) | |
1168 (math-format-number, math-format-bignum, math-read-number) | |
1169 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down) | |
1170 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions | |
1171 by appropriate require. | |
1172 (calc-check-defines): Replace calc-need-macros by appropriate require. | |
1173 | |
1174 2004-11-29 Kim F. Storm <storm@cua.dk> | |
1175 | |
1176 * macros.el (insert-kbd-macro): Handle kmacro functions. | |
1177 | |
1178 2004-11-28 Juri Linkov <juri@jurta.org> | |
1179 | |
1180 * compare-w.el (compare-windows-highlight): Attach each overlay | |
1181 to its window to properly highlight differences while comparing | |
1182 two windows of the same buffer. Fix arguments. | |
1183 (compare-windows-sync-default-function): Fix arguments of | |
1184 `compare-windows-highlight'. | |
1185 | |
1186 * emacs-lisp/edebug.el (edebug-set-global-break-condition): | |
1187 Use `read-expression-history'. Set initial contents only if | |
1188 `edebug-global-break-condition' is non-nil. Set histpos to 1 | |
1189 if initial contents is equal to the last history element. | |
1190 (edebug-set-conditional-breakpoint): Instead of temporarily | |
1191 prepending the current condition to the history, set initial | |
1192 contents to the current condition. Set histpos to 1 if initial | |
1193 contents is equal to the last history element. | |
1194 | |
1195 * info.el (Info-search-whitespace-regexp): Remove shy group. | |
1196 (Info-search): Forward line if search is on the header line. | |
1197 Use search-whitespace-regexp in two other places. | |
1198 | |
1199 2004-11-27 Luc Teirlinck <teirllm@auburn.edu> | |
1200 | |
1201 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler | |
1202 warning. Delay real definition, which uses | |
1203 `set-fringe-indicators-1' till after the definition of that function. | |
1204 | |
1205 2004-11-28 Kim F. Storm <storm@cua.dk> | |
1206 | |
1207 * fringe.el (fringe): New defgroup. | |
1208 (fringe-mode): Move to fringe group. | |
1209 (fringe-indicators): New defcustom. | |
1210 (set-fringe-indicators-1): New defun. | |
1211 | |
1212 * menu-bar.el (menu-bar-options-save): Add fringe-indicators. | |
1213 (menu-bar-showhide-fringe-ind-menu): New keymap. | |
1214 (menu-bar-showhide-fringe-ind-empty) | |
1215 (menu-bar-showhide-fringe-ind-mixed) | |
1216 (menu-bar-showhide-fringe-ind-box) | |
1217 (menu-bar-showhide-fringe-ind-right) | |
1218 (menu-bar-showhide-fringe-ind-left) | |
1219 (menu-bar-showhide-fringe-ind-none): New defuns. | |
1220 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu. | |
1221 | |
1222 2004-11-27 Richard M. Stallman <rms@gnu.org> | |
1223 | |
1224 * comint.el (comint-read-noecho): Add trivial compatibility definition. | |
1225 | |
1226 * generic.el (define-generic-mode): Doc fix. | |
1227 | |
1228 * menu-bar.el (menu-bar-options-save): For the options | |
1229 that are toggled with menu-bar-make-mm-toggle, don't check | |
1230 for customized-value prop. | |
1231 | |
1232 2004-11-27 Eli Zaretskii <eliz@gnu.org> | |
1233 | |
1234 * mail/supercite.el (sc-cite-region): Handle the case where | |
1235 sc-cite-frame-alist is a symbol. | |
1236 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is | |
1237 a symbol. | |
1238 (sc-recite-region): Handle the case where sc-recite-frame-alist is | |
1239 a symbol. | |
1240 | |
1241 2004-11-27 Arne Jørgensen <arne@arnested.dk> (tiny change) | |
1242 | |
1243 * wid-edit.el (widget-narrow-to-field): New function. | |
1244 (widget-complete): Use it. | |
1245 | |
1246 2004-11-27 Jay Belanger <belanger@truman.edu> | |
1247 | |
1248 * calc/calc-aent.el (calc-eval-error): Declare and initialize the | |
1249 variable. | |
1250 (calc-eval-error): Don't check if the variable calc-eval-error is | |
1251 bound. | |
1252 (calc-buffer, calc-digit-value, math-expr-data): Declare them. | |
1253 (math-alg-inequalities): Move declaration to earlier in the file. | |
1254 | |
1255 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer) | |
1256 (calc-gnuplot-input, math-normalize-a, math-integral-cache): | |
1257 Declare them. | |
1258 | |
1259 * calc/calc-lang.el (math-expr-data, math-expr-token) | |
1260 (math-exp-old-pos): Declare them. | |
1261 | |
1262 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos) | |
1263 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them. | |
1264 | |
1265 2004-11-27 Kim F. Storm <storm@cua.dk> | |
1266 | |
1267 * progmodes/flymake.el: Use (featurep 'xemacs). | |
1268 (flymake-makehash): Change to defsubst. Use fboundp. | |
1269 (flymake-time-to-float): Remove. | |
1270 (flymake-float-time): Merge code from flymake-time-to-float here. | |
1271 (flymake-replace-regexp-in-string): Change to defsubst. | |
1272 (flymake-split-string-remove-empty-edges): | |
1273 Rename to flymake-split-string. | |
1274 (flymake-split-string): Remove previous defalias. | |
1275 (flymake-get-temp-dir): Change to defsubst. | |
1276 (flymake-make-xemacs-menu, flymake-xemacs-window-edges): | |
1277 Define for xemacs only. | |
1278 (flymake-master-file-count-limit): Change into compiler defvar only. | |
1279 (flymake-find-possible-master-files): Let-bind it dynamically while | |
1280 sorting files using flymake-master-file-compare. | |
1281 | |
1282 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
1283 | |
1284 * font-lock.el (font-lock-compile-keywords): Don't complain if the end | |
1285 of defun-prompt-regexp matches inside a comment/string but the | |
1286 beginning is correctly outside everything. | |
1287 | |
1288 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [ | |
1289 appears within a string or a comment. | |
1290 | |
1291 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym | |
1292 rather than make-symbol for symbols which are used in | |
1293 a symbol-macrolet or equivalent. | |
1294 | |
1295 2004-11-26 Jay Belanger <belanger@truman.edu> | |
1296 | |
1297 * calc-misc.el (calc-last-why-command): Declare it. | |
1298 | |
1299 * calc-vec.el (math-grade-vec): New variable. | |
1300 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep): | |
1301 Replace variable grade-vec by declared variable. | |
1302 (math-rb-close): New variable. | |
1303 (math-read-brackets, math-read-vector): Replace variable close by | |
1304 declared variable. | |
1305 | |
1306 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer) | |
1307 (calc-one-window, calc-edit-handler, calc-restore-trail) | |
1308 (calc-allow-ret): Declare them. | |
1309 | |
1310 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables. | |
1311 (math-lud-cache, math-log2-cache, math-radix-digits-cache) | |
1312 (math-radix-float-cache-tag, math-random-cache) | |
1313 (math-max-digits-cache, math-integral-cache, math-units-table) | |
1314 (math-format-date-cache, math-holidays-cache-tag): Declare them. | |
1315 (math-moc-func): New variable. | |
1316 (math-map-over-constants, math-map-over-constants-rec): | |
1317 Replace variable func by declared variable. | |
1318 | |
1319 * calc/calc-store.el (calc-given-value, calc-store-opers): | |
1320 Declare them. | |
1321 (calc-var-name-map): Move declaration to earlier in the file. | |
1322 (calc-pv-pos): New variable. | |
1323 (calc-permanent-variable, calc-insert-permanent-variable): | |
1324 Replace variable pos by declared variable. | |
1325 | |
1326 * calc/calc-mtx.el (calc-det-lu): New variable. | |
1327 (math-det-raw, math-det-step): Replace variable lu by declared | |
1328 variable. | |
1329 | |
1330 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables. | |
1331 (math-multi-subst, math-multi-subst-rec): Replace variables temp | |
1332 and arg by declared variables. | |
1333 (calcFunc-reducer): Fix incorrect variable. | |
1334 (math-inner-mul-func, math-inner-add-func): New variables. | |
1335 (calcFunc-inner, math-inner-mats): Replace variables mul-func | |
1336 and add-func by declared variables. | |
1337 | |
1338 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char) | |
1339 (calc-digit-value): Declare them. | |
1340 | |
1341 * calc/calc-help.el (Info-history): Declare it. | |
1342 (calc-describe-key): Make calc-summary-indentation a local variable. | |
1343 (calc-help-long-names): Move declaration to earlier in file. | |
1344 | |
1345 * calc/calc-embed.el (calc-original-buffer): Declare it. | |
1346 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top) | |
1347 (calc-embed-bot): New variables. | |
1348 (calc-do-embedded, calc-embedded-mark-formula) | |
1349 (calc-embedded-find-bounds, calc-embedded-duplicate) | |
1350 (calc-embedded-new-formula, calc-embedded-make-info): | |
1351 Replace vars outer-top, outer-bot, bot and top by declared variables. | |
1352 (calc-embed-prev-modes): New variable. | |
1353 (calc-embedded-set-modes, calc-embedded-update): Replace variable | |
1354 prev-modes with declared variable. | |
1355 (calc-embed-vars-used): New variable. | |
1356 (calc-embedded-make-info, calc-embedded-evaluate-expr) | |
1357 (calc-embedded-update, calc-embedded-find-vars): Replace variable | |
1358 vars-used by declared variable. | |
1359 | |
1360 * calc/calc-bin.el (math-format-radix-float): Make pos a local | |
1361 variable. | |
1362 (math-format-radix-float): Remove unnecessary setq. | |
1363 (math-radix-float-cache): Declare it. | |
1364 | |
1365 * calc/calcsel2.el (calc-keep-selection): Declare it. | |
1366 | |
1367 * calc/calc-maint.el: Remove file. | |
1368 | |
1369 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
1370 | |
1371 * textmodes/bibtex.el (bibtex-sort-entry-class) | |
1372 (bibtex-comment-start): Use defcustom. | |
1373 (bibtex-entry-field-alist): Use nil if initial content of the | |
1374 field is undefined. Fix docstring. | |
1375 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names) | |
1376 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily) | |
1377 (bibtex-mode, bibtex-field-list, bibtex-entry-updat) | |
1378 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field): | |
1379 Fix docstring. | |
1380 (bibtex-autokey-title-terminators): Use only one regexp. | |
1381 (bibtex-string-maybe-empty-head): New variable. | |
1382 (bibtex-remove-delimiters-string): New function. | |
1383 (bibtex-text-in-field-bounds, bibtex-text-in-string): | |
1384 Use bibtex-remove-delimiters-string. | |
1385 (bibtex-progress-message, bibtex-field-left-delimiter) | |
1386 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter) | |
1387 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq. | |
1388 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'. | |
1389 Simplify. | |
1390 (bibtex-format-entry): Use save-excursion for inherited booktitle. | |
1391 Use eq and bibtex-remove-delimiters-string. For end markers use | |
1392 insertion type so that marker stays after inserted text. | |
1393 (bibtex-autokey-get-names): Return empty string if name is missing. | |
1394 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before | |
1395 calling bibtex-autokey-name-case-convert. | |
1396 (bibtex-autokey-demangle-title): | |
1397 Call bibtex-autokey-titleword-case-convert. Remove call to | |
1398 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title. | |
1399 (bibtex-global-key-alist, bibtex-read-string-key): New functions. | |
1400 (bibtex-read-key): New optional arg global. | |
1401 (bibtex-files-expand): New optional arg force. | |
1402 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent. | |
1403 (bibtex-complete-crossref-cleanup): Rename from | |
1404 bibtex-complete-key-cleanup. Simplify code. | |
1405 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at. | |
1406 Operate on current entry. | |
1407 (bibtex-button): Add docstring. | |
1408 (bibtex-entry): Simplify. | |
1409 (bibtex-make-field): Replace optional arg called-by-yank with more | |
1410 specific args move and interactive. | |
1411 (bibtex-end-of-entry): Use forward-sexp. | |
1412 (bibtex-find-entry-globally): Remove. | |
1413 (bibtex-find-crossref): Allow for crossref key located in other buffer. | |
1414 Bound to C-c C-x. | |
1415 (bibtex-find-entry): New optional args global and display. | |
1416 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive. | |
1417 (bibtex-validate): Use arg force of bibtex-files-expand. | |
1418 (bibtex-clean-entry): Bugfix, clean string entries properly. | |
1419 Always keep point at beginning of entry. | |
1420 (bibtex-complete): Bugfix. Handle string entries properly. | |
1421 Call cleanup functions only if needed. | |
1422 (bibtex-String): Use bibtex-read-string-key. | |
1423 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter | |
1424 case of replacement text. | |
1425 | |
1426 2004-11-26 Lars Hansen <larsh@math.ku.dk> | |
1427 | |
1428 * tramp.el (tramp-handle-directory-files-and-attributes): New function. | |
1429 (tramp-perl-directory-files-and-attributes): New constant. | |
1430 (tramp-file-name-handler-alist): Delete file-directory-files, add | |
1431 directory-files-and-attributes. | |
1432 (tramp-perl-file-attributes): Surround uid and gid by double | |
1433 quotes. Change parameter id-format from nonnumeric. | |
1434 (tramp-convert-file-attributes): New function. | |
1435 (tramp-handle-file-attributes): Use it. | |
1436 (tramp-maybe-send-perl-script): New function. | |
1437 (tramp-handle-file-attributes-with-perl): Use it. Don't convert | |
1438 file mode. Change parameter id-format from nonnumeric. | |
1439 (tramp-handle-file-attributes-with-ls): Change parameter id-format | |
1440 from nonnumeric. | |
1441 (tramp-post-connection): Don't send tramp-perl-file-attributes | |
1442 script. Reset connection property "perl-scripts". | |
1443 (tramp-handle-insert-directory): Run real handler when ls-lisp is | |
1444 in use. | |
1445 | |
1446 2004-11-26 Lars Hansen <larsh@math.ku.dk> | |
1447 | |
1448 * desktop.el (desktop-read): Replace mapcar with mapc. | |
1449 (desktop-create-buffer): Replace mapcar with mapc. | |
1450 Remove redundant piece of code. | |
1451 | |
1452 2004-11-27 Nick Roberts <nickrob@snap.net.nz> | |
1453 | |
1454 * progmodes/gud.el (gud-display-line): Use display-buffer | |
1455 for GDB-UI as for GUD. | |
1456 | |
1457 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view): | |
1458 Delete variables. | |
1459 (gdb-ann3): Don't make GUD buffer dedicated. | |
1460 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate. | |
1461 (gdb-display-source-buffer): Delete function. | |
1462 (gdb-view-source-function, gdb-view-assembler): Delete functions. | |
1463 (menu): Delete menu bindings for viewing source/assembler. | |
1464 (gdb-setup-windows, gdb-restore-windows): | |
1465 Don't dedicate GUD. No assembler now. | |
1466 (gdb-reset): No need to undedicate source buffers now. | |
1467 (gdb-source-info): No assembler now. | |
1468 | |
1469 2004-11-26 Nick Roberts <nickrob@snap.net.nz> | |
1470 | |
1471 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and | |
1472 width to those for special frames. | |
1473 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters. | |
1474 Use display-buffer. | |
1475 (gdb-frame-stack-buffer, gdb-frame-threads-buffer) | |
1476 (gdb-frame-registers-buffer, gdb-frame-locals-buffer) | |
1477 (gdb-frame-assembler-buffer): Rework like | |
1478 gdb-frame-breakpoints-buffer. | |
1479 | |
1480 2004-11-25 Richard M. Stallman <rms@gnu.org> | |
1481 | |
1482 * progmodes/flymake.el: Reindent. | |
1483 (flymake-split-string): Turn into defalias. | |
1484 (flymake-fix-file-name): Rename from flymake-fix-path-name. | |
1485 (flymake-ensure-ends-with-slash): Rename arg to FILENAME. | |
1486 (flymake-get-common-file-prefix): Rename from ...path... Doc fix. | |
1487 (flymake-build-relative-filename): Rename from ...path. | |
1488 Fix error message. | |
1489 | |
1490 2004-11-25 Cheng Gao <chenggao@gmail.com> | |
1491 | |
1492 * progmodes/flymake.el: Much whitespace and capitalization change. | |
1493 Move `provide' to end. Require `compile' only when compiling. | |
1494 | |
1495 2004-11-24 Jay Belanger <belanger@truman.edu> | |
1496 | |
1497 * calc/calc-alg.el: Added comment. | |
1498 (math-polynomial-base): Replace variable mpb-top-expr by | |
1499 math-poly-base-top-expr. | |
1500 | |
1501 * calc/calc-poly.el (math-poly-base-top-expr): New variable. | |
1502 (math-polynomial-p1): Replace variable mpb-top-expr by declared | |
1503 variable. | |
1504 (math-poly-base-total-base): New variable. | |
1505 (math-total-polynomial-base, math-polynomial-p1): Replace variable | |
1506 mpb-total-base by declared variable. | |
1507 (math-factored-vars, math-to-list): Declare it. | |
1508 (math-fact-expr): New variable. | |
1509 (calcFunc-factors, calcFunc-factor, math-factor-expr) | |
1510 (math-factor-expr-try, math-factor-expr-part): Replace variable | |
1511 expr by declared variable. | |
1512 (math-fet-x): New variable. | |
1513 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x | |
1514 by declared variable. | |
1515 (math-factor-poly-coefs): Make temp a local variable. | |
1516 | |
1517 * calc/calc-units.el (calc-convert-units): Make units a local | |
1518 variable. | |
1519 (calc-num-units, calc-den-units): New variables. | |
1520 (calc-explain-units, calc-explain-units-rec): Replace variables | |
1521 num-units and den-units by declared variables. | |
1522 (math-cu-unit-list): New variable. | |
1523 (math-build-units-table, math-compare-unit-names) | |
1524 (math-convert-units, math-convert-units-rec): Replace variable | |
1525 unit-list by declared variable. | |
1526 (math-fbu-base, math-fbu-entry): New variables. | |
1527 (math-find-base-units, math-find-base-units-rec): Replace variables | |
1528 base and entry by declared variables. | |
1529 (math-which-standard): New variable. | |
1530 (math-to-standard-units, math-to-standard-rec): Replace variable | |
1531 which-standard by declared variable. | |
1532 (math-fcu-u): New variable. | |
1533 (math-find-compatible-unit, math-find-compatible-unit-rec): | |
1534 Replace variable u by declared variable. | |
1535 (math-cu-new-units, math-cu-pure): New variables. | |
1536 (math-convert-units, math-convert-units-rec): Replace variables | |
1537 new-units and pure by declared variables. | |
1538 (math-try-cancel-units): New variable. | |
1539 (math-simplify-units-quotient): Replace variable try-cancel-units by | |
1540 declared variable. | |
1541 | |
1542 2004-11-24 Richard M. Stallman <rms@gnu.org> | |
1543 | |
1544 * textmodes/ispell.el (ispell-check-version): | |
1545 If default-directory is nonexistent, use home dir. | |
1546 | |
1547 * progmodes/grep.el (grep-regexp-alist): | |
1548 Don't match parens around line numbers. | |
1549 | |
1550 * progmodes/cperl-mode.el (cperl-indent-region) | |
1551 (cperl-imenu--create-perl-index, cperl-xsub-scan): | |
1552 Don't print progress messages. | |
1553 | |
1554 * progmodes/compile.el (compilation-mode-map): | |
1555 Don't inherit from compilation-minor-mode-map; | |
1556 copy its bindings instead. But the menu bar Compile | |
1557 entry now does inherit from compilation-menu-map. | |
1558 | |
1559 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
1560 Use with-no-warnings around compiler-macroexpand. | |
1561 | |
1562 * imenu.el: Don't always require newcomment. | |
1563 (imenu--generic-function): Call comment-normalize-vars | |
1564 if we have a comment syntax. | |
1565 Exit the loop if REGEXP matches the null string. | |
1566 Test comment-start as well as comment-start-skip | |
1567 when deciding whether to check for comments. | |
1568 | |
1569 * tooltip.el (tooltip-mode): Doc fix. | |
1570 | |
1571 * term.el (term-escape-char, term-mode): Doc fixes. | |
1572 | |
1573 2004-11-24 Dave Love <fx@gnu.org> | |
1574 | |
1575 * progmodes/python.el (python-font-lock-syntactic-keywords): | |
1576 Check for escapes in the regexp. | |
1577 (python-quote-syntax): Don't do it here. | |
1578 | |
1579 2004-11-24 Nick Roberts <nickrob@snap.net.nz> | |
1580 | |
1581 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map) | |
1582 (gdb-frames-mode-map, gdb-threads-mode-map) | |
1583 (gdb-registers-mode-map, gdb-locals-mode-map) | |
1584 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer. | |
1585 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer. | |
1586 | |
1587 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>: | |
1588 (dedicated-switch-to-buffer): Rework. | |
1589 (gdb-var-evaluate-expression-handler, gdb-put-string): | |
1590 Remove unused variable bindings. | |
1591 (gdb-setup-windows, gdb-display-buffer): | |
1592 Simplify. Use pop-to-buffer. | |
1593 (gdb-view-source-function): Simplify. | |
1594 (gdb-frame-breakpoints-buffer): | |
1595 Use pop-to-buffer, special-display-regexps. | |
1596 | |
1597 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk> | |
1598 | |
1599 * progmodes/f90.el (f90-smart-end) | |
1600 (f90-previous-statement, f90-beginning-of-block): Doc fix. | |
1601 (f90-calculate-indent): Handle un-named PROGRAM blocks. | |
1602 (f90-end-of-block): Doc fix. Make check of outermost block | |
1603 conditional on value of `f90-smart-end'. | |
1604 (f90-block-match): Hack to deal with un-named PROGRAM blocks. | |
1605 Handle case where END-BLOCK is nil. | |
1606 (f90-match-end): Handle un-named PROGRAM blocks. | |
1607 (f90-backslash-not-special): New function. | |
1608 | |
1609 2004-11-24 Jay Belanger <belanger@truman.edu> | |
1610 | |
1611 * calc/calc.el (calc-embedded-active): Removed unnecessary | |
1612 declaration. | |
1613 (calc-show-banner): Removed redundant declaration. | |
1614 | |
1615 * calc/calc-graph.el (calc-gnuplot-default-device) | |
1616 (calc-gnuplot-default-output, calc-gnuplot-print-device) | |
1617 (calc-gnuplot-print-output, calc-gnuplot-geometry) | |
1618 (calc-graph-default-resolution, calc-graph-default-resolution-3d): | |
1619 Remove redundant initial values. | |
1620 | |
1621 * calc/calc-arith.el (math-scalar-functions) | |
1622 (math-nonscalar-functions, math-scalar-if-args-functions) | |
1623 (math-real-functions, math-positive-functions) | |
1624 (math-nonnegative-functions, math-real-scalar-functions) | |
1625 (math-real-if-arg-functions, math-integer-functions) | |
1626 (math-num-integer-functions, math-rounding-functions) | |
1627 (math-float-rounding-functions, math-integer-if-args-functions) | |
1628 (math-super-types): Move declarations to earlier in file. | |
1629 (math-unit-prefixes): Declared it. | |
1630 (math-floor-prec, math-trunc-prec): New variables. | |
1631 (math-trunc-fancy): Replace variable prec by declared variable. | |
1632 (math-floor-fancy): Replace variable prec by declared variable. | |
1633 (math-com-bterms): New variable. | |
1634 (math-commutative-equal, math-commutative-collect): | |
1635 Replace variable bterms by declared variable. | |
1636 | |
1637 * calc/calc-misc.el (math-trunc): Replace variable prec by | |
1638 math-trunc-prec. | |
1639 (math-floor): Replace variable prec by math-floor-prec. | |
1640 | |
1641 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year) | |
1642 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour) | |
1643 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables. | |
1644 (math-format-date, math-format-date-part): Replace variables | |
1645 date, dt, year, month, day, weekday, hour, minute, second and | |
1646 bc-flag by declared variables. | |
1647 (math-pd-str): New variable. | |
1648 (math-parse-date, math-parse-date-word, math-parse-standard-date): | |
1649 Replace variable str by declared variable. | |
1650 (math-daylight-savings-hook, math-tzone-names): Move definitions | |
1651 to earlier in the file. | |
1652 (var-TimeZone, math-exp-str, math-exp-pos): Declare them. | |
1653 (math-sh-year): New variable. | |
1654 (math-setup-add-holidays, math-setup-holidays) | |
1655 (math-setup-year-holidays): Replace variable `year' by declared | |
1656 variable. | |
1657 | |
1658 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1): | |
1659 New variables. | |
1660 (math-nth-root-float, math-nth-root-float-iter): Replace variables | |
1661 n, nf and nfm1 by declared variables. | |
1662 (math-nri-n): New variable. | |
1663 (math-nth-root-integer, math-nth-root-int-iter): Replace variable | |
1664 n by declared variable. | |
1665 (calcFunc-log): Removed misplaced condition. | |
1666 | |
1667 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
1668 | |
1669 * generic.el (generic-mode-set-comments): Accept an empty comment-end. | |
1670 | |
1671 2004-11-24 Nick Roberts <nickrob@snap.net.nz> | |
1672 | |
1673 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function. | |
1674 (gdb-ann3, gdb-setup-windows, gdb-restore-windows): | |
1675 Dedicate gdb-related windows. | |
1676 (gdb-display-buffer): Dedicate gdb-related windows. | |
1677 Don't grab other frames. | |
1678 (gdb-reset): Remove dedicated property after debugging. | |
1679 | |
1680 2004-11-24 Jay Belanger <belanger@truman.edu> | |
1681 | |
1682 * calc/calc-sel.el: Add comment. | |
1683 | |
1684 * calc/calc.el (math-stack-value-offset): Replace variables c, | |
1685 wid and off with math-svo-c, math-svo-wid and math-svo-off. | |
1686 | |
1687 * calc/calccomp.el (math-comp-sel-tag): Declare it. | |
1688 (math-svo-c, math-svo-wid, math-svo-off): New variables. | |
1689 (math-stack-value-offset-fancy): Replace variables c, wid and off | |
1690 by declared variables. | |
1691 (math-comp-just, math-comp-comma-spc): New variables. | |
1692 (math-compose-expr, math-compose-matrix): Replace variables `just' | |
1693 and comma-spc by declared variable. | |
1694 (math-comp-vector-prec): New variable. | |
1695 (math-compose-expr, math-compose-matrix, math-compose-rows): | |
1696 Replace variable vector-prec by declared variable. | |
1697 (math-comp-left-bracket, math-comp-right-bracket) | |
1698 (math-comp-comma): New variables. | |
1699 (math-compose-expr, math-compose-rows): Replace variables | |
1700 left-bracket, right-bracket and comma by declared variables. | |
1701 (math-comp-full-width): New variable. | |
1702 (math-comp-to-string-flat, math-comp-to-string-flat-term): | |
1703 Replace variable full-width by declared variable. | |
1704 (math-comp-highlight, math-comp-word, math-comp-level) | |
1705 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base) | |
1706 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos): | |
1707 New variables. | |
1708 (math-comp-to-string-flat, math-comp-to-string-flat-term) | |
1709 (math-comp-sel-flat-term): Replace variables comp-highlight, | |
1710 comp-word, comp-level, comp-margin, comp-pos and comp-buf by | |
1711 declared variables. | |
1712 (math-comp-simplify, math-comp-simplify-term) | |
1713 (math-comp-add-string, math-comp-add-string-sel): | |
1714 Replace variables comp-highlight, comp-buf, comp-base, | |
1715 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables. | |
1716 | |
1717 2004-11-23 Jan Djärv <jan.h.d@swipnet.se> | |
1718 | |
1719 * cus-start.el (all): Add x-use-old-gtk-file-dialog. | |
1720 | |
1721 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor | |
1722 and x-server-version may throw. | |
1723 | |
1724 2004-11-23 Kim F. Storm <storm@cua.dk> | |
1725 | |
1726 * subr.el (substitute-key-definition-key): Optimize. | |
1727 Don't call indirect-function for nil defn (always signals error). | |
1728 | |
1729 * ido.el (ido-read-internal): Fix require-match check when | |
1730 ido-directory-too-big is set. | |
1731 | |
1732 2004-11-23 Jay Belanger <belanger@truman.edu> | |
1733 | |
1734 * calc/calc-ext.el (math-read-replacement-list) | |
1735 (math-read-superscripts): New variables. | |
1736 (math-read-preprocess-string): New function. | |
1737 (math-read-expr): Filter input through math-read-preprocess-string. | |
1738 | |
1739 * calc/calc-aent.el (math-read-exprs): Filter input through | |
1740 math-read-preprocess-string. | |
1741 | |
1742 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org> | |
1743 | |
1744 * progmodes/compile.el (compilation-start): In cd command use | |
1745 substitute-env-vars -- not quite shell compatible but better than | |
1746 nothing. | |
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only | |
1748 handle the newer versions messages, which are more parseable. | |
1749 | |
1750 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
1751 | |
1752 * reveal.el (reveal-mode-map): New var. | |
1753 (reveal-mode): Use it. | |
1754 | |
1755 2004-11-23 Nick Roberts <nickrob@snap.net.nz> | |
1756 | |
1757 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable. | |
1758 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it. | |
1759 | |
1760 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
1761 | |
1762 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the | |
1763 header-line when needed. | |
1764 Use fixed-pitch only in the header-line. | |
1765 Build the underline automatically. Use emdash if available. | |
1766 | |
1767 2004-11-22 Richard M. Stallman <rms@gnu.org> | |
1768 | |
1769 * dired.el (dired-recursive-copies): Move from dired-aux.el. | |
1770 * dired-aux.el (dired-recursive-copies): Move to dired.el. | |
1771 | |
1772 2004-11-22 Nick Roberts <nickrob@snap.net.nz> | |
1773 | |
1774 * progmodes/gdb-ui.el (gdb-resync): New function. | |
1775 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping) | |
1776 (gdb-frame-begin, gdb-stopped, gdb-post-prompt): | |
1777 Use it to fail more gracefully. | |
1778 (gdb-variables): Delete variable. | |
1779 Re-order variables to reduce byte-compiler warnings. | |
1780 | |
1781 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
1782 | |
1783 * descr-text.el (describe-char): | |
1784 * paren.el (show-paren-function): | |
1785 * subr.el (syntax-after): Undo last change. | |
1786 | |
1787 * progmodes/python.el (run-python): Don't hard code *Python*. | |
1788 Don't modify global process-environment. | |
1789 (python-send-region, python-load-file): Don't assume that | |
1790 python-buffer == (process-buffer (python-proc)). | |
1791 (python-switch-to-python): Simplify. | |
1792 | |
1793 * dired.el (dired-align-file): Don't assume line starts with spaces. | |
1794 | |
1795 2004-11-21 Jay Belanger <belanger@truman.edu> | |
1796 | |
1797 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp): | |
1798 Replace variable `lines' by math-read-big-lines. | |
1799 (math-read-big-expr): Replace variables the-baseline, the-h2 | |
1800 and err-msg by math-read-big-baseline, math-read-big-h2 and | |
1801 math-read-err-msg. | |
1802 (math-read-big-bigp): Replace variable h2 with math-rb-h2. | |
1803 | |
1804 * calc/calc-lang.el (math-read-big-rec): Fix typo. | |
1805 (math-read-big-balance): Replace unbound variable by value. | |
1806 (math-read-big-lines): New variable. | |
1807 (math-read-big-rec, math-read-big-char, math-read-big-emptyp) | |
1808 (math-read-big-error, math-read-big-balance): Replace variable | |
1809 `lines' by declared variable. | |
1810 (math-read-big-baseline, math-read-big-h2): New variables. | |
1811 (math-read-big-rec): Replace variables the-baseline and the-h2 | |
1812 by declared variables. | |
1813 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables. | |
1814 (math-read-big-rec, math-read-big-char, math-read-big-emptyp) | |
1815 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by | |
1816 declared variables. | |
1817 (math-read-big-err-msg): New variable. | |
1818 (math-read-big-error): Replace variable err-msg by declared variable. | |
1819 | |
1820 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
1821 | |
1822 * ses.el: Add coding cookie. | |
1823 Fix up docstrings, follow new commenting conventions. | |
1824 (ses-header-line-menu): Fix missing variable rename for header-row. | |
1825 (ses-cell-size): Remove. | |
1826 (ses-make-cell): New function. | |
1827 (ses-cell, ses-insert-row, ses-insert-column): Use it. | |
1828 (ses-calculate-cell): Remove unused var `symbol'. | |
1829 (ses-narrowed-p): New function. | |
1830 (ses-goto-data, undo-more, ses-reconstruct-all): Use it. | |
1831 (ses-initial-file-trailer): Change ;;; to ;; for local vars. | |
1832 (ses-load, ses-reconstruct-all): Adjust string search accordingly. | |
1833 (ses-setup): Use restore-buffer-modified-p. | |
1834 (ses-cleanup): Remove unused var `end'. | |
1835 (ses-header-string-left-offset): Remove. | |
1836 (ses-create-header-string): Adjust to new behavior of `align-to'. | |
1837 Truncate excessively large fields to preserve alignment. | |
1838 (ses-reconstruct-all): Remove unused var `refs'. | |
1839 (ses-read-cell-printer): Remove unused var `prompt'. | |
1840 (ses-delete-row): Remove unused var `pos'. | |
1841 (ses-delete-column): Remove unused var `new'. | |
1842 | |
1843 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
1844 | |
1845 * ps-print.el: Insert :version tag into all defgroup and defcustom. | |
1846 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs). | |
1847 Eliminate eval-and-compile usage. | |
1848 (ps-insert-file): Use insert-file-contents instead of insert-file. | |
1849 (ps-setup): Code fix. | |
1850 | |
1851 * printing.el (pr-setup, lpr-setup): Code fix. | |
1852 | |
1853 2004-11-21 Jay Belanger <belanger@truman.edu> | |
1854 | |
1855 * calc/calc-prog.el (math-integral-cache-state, calc-lang) | |
1856 (calc-original-buffer): Declare them. | |
1857 (calc-user-formula-alist): New variable. | |
1858 (calc-user-define-formula, calc-fix-user-formula) | |
1859 (calc-user-define-composition, calc-finish-formula-edit): | |
1860 Replace variable `alist' by declared variable. | |
1861 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6) | |
1862 (var-q7, var-q7, var-q8, var-q9): Declare them. | |
1863 (calc-kbd-push): Don't check to see if var-q0 through var-q9 | |
1864 are bound. | |
1865 (calcFunc-typeof): Replace undeclared variable by expression. | |
1866 (math-exp-env): New variable. | |
1867 (math-define-body, math-define-exp): Replace exp-env by declared var. | |
1868 (math-define-exp): Replace misplaced variable by expression. | |
1869 | |
1870 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames) | |
1871 (calc-curve-model, calc-curve-coefnames): New variables. | |
1872 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars, | |
1873 varnames, model and coefnames by declared variables. | |
1874 (math-root-widen): New variable. | |
1875 (math-search-root, math-find-root): Replace variable root-widen by | |
1876 declared variable. | |
1877 (var-DUMMY): Declare it. | |
1878 (math-root-vars, math-min-vars): Move the declarations to earlier in | |
1879 the file. | |
1880 (math-brent-min): Make d a local variable. | |
1881 (math-find-minimum): Replace non-existent variable. | |
1882 (math-ninteg-romberg): Remove unnecessary variable. | |
1883 (math-ninteg-temp): New variable. | |
1884 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable | |
1885 integ-temp by declared variable. | |
1886 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs): | |
1887 New variables. | |
1888 (math-general-fit): Replace variables first-var, first-coef and | |
1889 new-coefs by declared variables. | |
1890 (calcFunc-fitvar): Replace variable first-var by declared variable. | |
1891 (calcFunc-fitparam): Replace variable first-coef by declared variable. | |
1892 (calcFunc-fitdummy): Replace variable new-coefs by declared variable. | |
1893 (math-all-vars-vars, math-all-vars-found): New variables. | |
1894 (math-all-vars-in, math-all-vars-rec): Replace variables vars and | |
1895 found by declared variable math-all-vars-vars. | |
1896 | |
1897 2004-11-20 Luc Teirlinck <teirllm@auburn.edu> | |
1898 | |
1899 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead | |
1900 of `defconst'. | |
1901 | |
1902 2004-11-20 Richard M. Stallman <rms@gnu.org> | |
1903 | |
1904 * isearch.el (isearch-mode-map): Don't bind SPC. | |
1905 (isearch-whitespace-chars): Function deleted. | |
1906 (isearch-search): Bind search-spaces-regexp. | |
1907 (isearch-lazy-highlight-search): Likewise. | |
1908 (search-whitespace-regexp): Doc fix. | |
1909 (isearch-forward-regexp): Doc fix. | |
1910 | |
1911 * emacs-lisp/bytecomp.el (byte-compile-form): | |
1912 Move the calls to byte-compile-set-symbol-position, | |
1913 to avoid having two for the same symbol occurrence. | |
1914 | |
1915 * comint.el (comint-input-ring-size): Increase to 150. | |
1916 | |
1917 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): | |
1918 New variables. | |
1919 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode. | |
1920 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode. | |
1921 | |
1922 * imenu.el (imenu--generic-function): | |
1923 Ensure we keep moving backward even if BEG isn't further back. | |
1924 | |
1925 * replace.el (query-replace-read-to, query-replace-read-from): | |
1926 Specify t for KEEP-ALL in read-from-minibuffer. | |
1927 | |
1928 * progmodes/python.el (python-switch-to-python): | |
1929 If Python isn't running, start it. | |
1930 Don't alter debug-ignored-errors. | |
1931 | |
1932 * progmodes/cperl-mode.el (cperl-indent-region): | |
1933 Don't mind imenu-scanning-message. | |
1934 | |
1935 * bindings.el (global-map): Bind C-e to move-end-of-line. | |
1936 | |
1937 * simple.el (line-move-finish): New arg FORWARD. | |
1938 Ignore invisible newlines, not intangible ones. | |
1939 Conditions for acceptable stopping positions depend on FORWARD. | |
1940 (line-move): Pass FORWARD arg to line-move-finish. | |
1941 | |
1942 * buff-menu.el (list-buffers-noselect): Eliminate space at the start | |
1943 of HEADER. Compensate for this change in the code to add display | |
1944 properties. Don't make the first line intangible. | |
1945 | |
1946 * info.el (Info-search): Fix previous change. | |
1947 | |
1948 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org> | |
1949 | |
1950 * Makefile.in (recompile): Revert 2004-11-19 change. | |
1951 (compile): Likewise. | |
1952 | |
1953 2004-11-19 Luc Teirlinck <teirllm@auburn.edu> | |
1954 | |
1955 * Makefile.in (compile): Set `max-specpdl-size' before compiling. | |
1956 | |
1957 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
1958 | |
1959 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all | |
1960 defgroup and defcustom. Eliminate eval-and-compile usage. | |
1961 | |
1962 * progmodes/ebnf-otz.el: Fix typos. | |
1963 | |
1964 2004-11-19 Jay Belanger <belanger@truman.edu> | |
1965 | |
1966 * calc/calc-yank.el (calc-edit-disp-trail): New variable. | |
1967 (calc-edit-finish, calc-finish-stack-edit): Replace variable | |
1968 disp-trail by declared variable. | |
1969 | |
1970 * calc/calc-sel.el (calc-edit-disp-trail): Declare it. | |
1971 (calc-finish-selection-edit): Replace variable disp-trail by | |
1972 declared variable. | |
1973 (calc-selection-cache-entry): Move declaration to earlier in the file. | |
1974 (calc-selection-cache-num, calc-selection-cache-comp) | |
1975 (calc-selection-cache-offset, calc-selection-true-num) | |
1976 (calc-final-point-line, calc-final-point-column) | |
1977 (calc-original-buffer): Declare them. | |
1978 (calc-fnp-op, calc-fnp-num): New variables. | |
1979 (calc-find-nth-part, calc-find-nth-part-rec) | |
1980 (calc-select-previous): Replace op and num by declared variables. | |
1981 (calc-rsf-old, calc-rsf-new): New variables. | |
1982 (calc-replace-sub-formula, calc-replace-sub-formula-rec): | |
1983 Replace variables old and new by declared variables. | |
1984 (calc-sel-reselect): New variable. | |
1985 (calc-auto-selection, calc-enter-selection, calc-edit-selection) | |
1986 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula) | |
1987 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable | |
1988 reselect with declared variable. | |
1989 | |
1990 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last) | |
1991 (math-bound-vars, math-conds, math-copy-neg, math-rhs) | |
1992 (math-pattern, math-remembering, math-aliased-vars, math-mt-many) | |
1993 (math-import-list, math-rewrite-phase): Declare them. | |
1994 (math-rewrite): Use let* to declare variables. | |
1995 (calc-rewrite-selection): Make rules a local variable. | |
1996 (calc-rewr-sel): New variable. | |
1997 (calc-rewrite-selection, calc-locate-selection-marker) | |
1998 (calc-rewrite): Use the declared variable calc-rewr-sel instead | |
1999 of sel. | |
2000 (math-rewrite-whole-expr): New variable. | |
2001 (math-rewrite, math-rewrite-phase): Replace variable expr by | |
2002 declared variable. | |
2003 (math-rewrite-heads-heads, math-rewrite-heads-skips) | |
2004 (math-rewrite-heads-blanks ): New variables. | |
2005 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables | |
2006 heads, skips and blanks by declared variables. | |
2007 (math-rwcomp-subst-old, math-rwcomp-subst-new) | |
2008 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func): | |
2009 New variables. | |
2010 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables | |
2011 old, new, old-func and new-func by declared variables. | |
2012 (math-rwcomp-assoc-args, math-rwcomp-addsub-args): | |
2013 Remove unnecessary variable. | |
2014 (math-apply-rw-regs): New variable. | |
2015 (math-apply-rewrites, math-rwapply-replace-regs) | |
2016 (math-rwapply-reg-looks-negp): Replace variable regs by declared var. | |
2017 (math-apply-rw-ruleset): New variable. | |
2018 (math-apply-rewrites, math-rwapply-remember): Replace variable | |
2019 ruleset by declared variable. | |
2020 | |
2021 2004-11-19 Richard M. Stallman <rms@gnu.org> | |
2022 | |
2023 * info.el (Info-search): Use search-whitespace-regexp. | |
2024 | |
2025 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> | |
2026 | |
2027 * vc-rcs.el (vc-rcs-parse): New function. | |
2028 (vc-rcs-annotate-command): Likewise. | |
2029 (vc-rcs-annotate-current-time): Likewise. | |
2030 (vc-rcs-annotate-time): Likewise. | |
2031 (vc-rcs-annotate-extract-revision-at-line): Likewise. | |
2032 | |
2033 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> | |
2034 | |
2035 * Makefile.in (recompile): Set `max-specpdl-size' before compiling. | |
2036 | |
2037 2004-11-18 Jay Belanger <belanger@truman.edu> | |
2038 | |
2039 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars. | |
2040 | |
2041 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2042 | |
2043 * printing.el: Eliminate use of interactive-p and eval-and-compile. | |
2044 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs). | |
2045 Use make-temp-file to generate PostScript files in any situation. | |
2046 (pr-ps-temp-file): Now specify a prefix to generate temporary files. | |
2047 (pr-interactive-p): Eliminate var. | |
2048 (pr-save-interactive): Eliminate macro. | |
2049 (pr-interface, pr-ps-directory-preview) | |
2050 (pr-ps-directory-using-ghostscript, pr-ps-directory-print) | |
2051 (pr-ps-directory-ps-print, pr-ps-buffer-preview) | |
2052 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print) | |
2053 (pr-ps-buffer-ps-print, pr-ps-region-preview) | |
2054 (pr-ps-region-using-ghostscript, pr-ps-region-print) | |
2055 (pr-ps-region-ps-print, pr-ps-mode-preview) | |
2056 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print) | |
2057 (pr-printify-directory, pr-txt-directory, pr-despool-preview) | |
2058 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print) | |
2059 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript) | |
2060 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble) | |
2061 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces) | |
2062 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble) | |
2063 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line) | |
2064 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame) | |
2065 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name) | |
2066 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire) | |
2067 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview): | |
2068 Eliminate pr-save-interactive usage. | |
2069 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename): | |
2070 Eliminate pr-interactive-p usage. | |
2071 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu) | |
2072 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu) | |
2073 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu) | |
2074 (pr-toggle-tumble-menu, pr-toggle-landscape-menu) | |
2075 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu) | |
2076 (pr-toggle-header-menu, pr-toggle-header-frame-menu) | |
2077 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu): | |
2078 New funs. | |
2079 (pr-ps-file): Use make-temp-file to generate a temporary file. | |
2080 | |
2081 2004-11-17 Jay Belanger <belanger@truman.edu> | |
2082 | |
2083 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder | |
2084 a local variable. | |
2085 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them. | |
2086 (math-top-only): New variable. | |
2087 (math-simplify, math-simplify-step): Replace variable top-only by | |
2088 declared variable math-top-only. | |
2089 (math-simplify-expr): Declare it. | |
2090 Replace argument expr in all calls of math-defsimplify by | |
2091 math-simplify-expr. | |
2092 (math-simplify-plus, math-simplify-times, math-simplify-divide) | |
2093 (math-simplify-divisor, math-simplify-one-divisor) | |
2094 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) | |
2095 (math-simplify-pow): Replace variable expr by declared variable | |
2096 math-simplify-expr. | |
2097 (math-simplify-divisor): Remove local variables temp and op. | |
2098 (math-simplify-one-divisor): Make temp and op local variables. | |
2099 (math-simplify-divisor-nover, math-simplify-divisor-dover): | |
2100 New variables. | |
2101 (math-simplify-divisor, math-simplify-one-divisor): | |
2102 Replace variables nover and dover by declared variables. | |
2103 (math-expr-subst-new, math-expr-subst-old): New variables. | |
2104 (math-expr-subst, math-expr-subst-rec): Replace variables new | |
2105 and old by declared variables. | |
2106 (math-is-poly-degree, math-is-poly-loose): New variables. | |
2107 (math-is-polynomial, math-is-poly-rec): Replace variables degree | |
2108 and loose by declared variables. | |
2109 (math-poly-base-const-ok, math-poly-base-pred): New variables. | |
2110 (math-polynomial-base, math-polynomial-base-rec): | |
2111 Replace variables const-ok and mpb-pred by declared variables. | |
2112 | |
2113 * calc/calc-poly.el (calc-poly-div-remainder): Declare it. | |
2114 | |
2115 * calc/calc-ext.el (math-defsimplify): Change the argument in | |
2116 the created function to math-simplify-expr. | |
2117 | |
2118 * calc/calc-units.el (math-simplify-expr): Declare it. | |
2119 Replace argument expr in all calls of math-defsimplify by | |
2120 math-simplify-expr. | |
2121 (math-simplify-units-prod): Replace variable expr by declared | |
2122 variable math-simplify-expr. | |
2123 | |
2124 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
2125 | |
2126 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns. | |
2127 Replace mapcar->dolist, format->string. | |
2128 | |
2129 2004-11-17 Miles Bader <miles@gnu.org> | |
2130 | |
2131 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el | |
2132 * progmodes/idlwave.el: Remove RCS keywords. | |
2133 | |
2134 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu> | |
2135 | |
2136 * progmodes/idlwave.el, progmodes/idlw-toolbar.el | |
2137 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el: | |
2138 Update to IDLWAVE version 5.5. Too many changes to list them here. | |
2139 * progmodes/idlw-help.el: New file. | |
2140 | |
2141 2004-11-16 Richard M. Stallman <rms@gnu.org> | |
2142 | |
2143 * international/iso-cvt.el (iso-tex2iso-trans-tab): | |
2144 Discard spaces after \i according to TeX rules. | |
2145 | |
2146 * international/mule.el (set-buffer-file-coding-system): | |
2147 New arg NOMODIFY. | |
2148 (after-insert-file-set-coding): Pass that new arg. | |
2149 Prevent set-buffer-multibyte from trying to lock the file. | |
2150 | |
2151 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST. | |
2152 | |
2153 * saveplace.el (save-place): Doc fix. | |
2154 | |
2155 * dabbrev.el (dabbrev-expand): When handling SPC M-/, | |
2156 temporarily widen before finding the following word to copy. | |
2157 | |
2158 * emacs-lisp/lucid.el (map-keymap): Definition deleted. | |
2159 (cl-map-keymap): Definition deleted. | |
2160 | |
2161 * subr.el (map-keymap-internal): New function. | |
2162 | |
2163 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2164 | |
2165 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu | |
2166 when pressing rather than when releasing mouse-2. Simplify. | |
2167 | |
2168 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2169 | |
2170 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only. | |
2171 (compilation-mode): Set it here instead. | |
2172 | |
2173 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol. | |
2174 | |
2175 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym. | |
2176 (loop, cl-parse-loop-clause, defsetf): Use backquote. | |
2177 | |
2178 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
2179 | |
2180 * progmodes/compile.el (compilation-internal-error-properties): | |
2181 Fix up a transposition-typo. Check end-col before using it. | |
2182 | |
2183 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change) | |
2184 | |
2185 * international/iso-cvt.el (iso-tex2iso-trans-tab): | |
2186 Discard whitespace after macro \i when converting it. | |
2187 | |
2188 2004-11-16 Juri Linkov <juri@jurta.org> | |
2189 | |
2190 * emacs-lisp/find-func.el (find-function-regexp): | |
2191 Optimize `define-minor-mode'. Add `defun-cvs-mode'. | |
2192 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'. | |
2193 Remove invalid `\W' from [^cgv\W]. Doc fix. | |
2194 (find-function-search-for-symbol): Replace "\\>" with "\\_>". | |
2195 | |
2196 2004-11-15 Luc Teirlinck <teirllm@auburn.edu> | |
2197 | |
2198 * play/life.el: Maintainer is now FSF. | |
2199 (life-patterns, life-neighbor-deltas, life-window-start) | |
2200 (life-current-generation, life-generation-string): Use defvar | |
2201 instead of defconst. | |
2202 | |
2203 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2204 | |
2205 * progmodes/compile.el (compilation-move-to-column): New fun. | |
2206 (compilation-internal-error-properties) | |
2207 (compilation-next-error-function): Use it to make sure we don't go past | |
2208 the end of line. | |
2209 | |
2210 2004-11-15 John Paul Wallington <jpw@gnu.org> | |
2211 | |
2212 * autoinsert.el (auto-insert-alist): Insert the user's name in | |
2213 copyright notice, rather than Free Software Foundation, for the | |
2214 Emacs Lisp header case too. | |
2215 | |
2216 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2217 | |
2218 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos. | |
2219 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>. | |
2220 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise, | |
2221 return the list of string in a string. | |
2222 (pr-call-process): Message if calling process returns an error, that | |
2223 is, the exit status is different of zero. | |
2224 | |
2225 2004-11-15 Jay Belanger <belanger@truman.edu> | |
2226 | |
2227 * calc/calcalg2.el (math-integrate-by-parts): Remove unused | |
2228 variable var-thing. | |
2229 (math-integ-depth, math-integ-level, math-integral-limit) | |
2230 (math-enable-subst, math-any-substs, math-integ-msg) | |
2231 (math-prev-parts-v, math-good-parts, math-max-integral-limit) | |
2232 (math-int-threshold, math-int-factors, math-double-roots) | |
2233 (math-solve-simplifying, var-IntegLimit, math-solve-sign) | |
2234 (var-GenCount): Declare these variables. | |
2235 (calcFunc-integ): Don't check if var-IntegLimit is bound. | |
2236 (math-integral-cache, math-integral-cache-state): | |
2237 Move declarations to earlier in the file. | |
2238 (math-deriv-var, math-deriv-total, math-deriv-symb) | |
2239 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3) | |
2240 (math-so-far, math-integ-expr, math-expr-parts, calc-low) | |
2241 (calc-high, math-solve-var, math-solve-full, math-solve-vars) | |
2242 (math-try-solve-sign, math-solve-b, math-solve-system-vv) | |
2243 (math-solve-res): New variables | |
2244 (math-derivative, calcFunc-deriv, calcFunc-tderiv) | |
2245 (math-integral, math-replace-integral-parts) | |
2246 (math-integrate-by-parts, calc-dump-integral-cache) | |
2247 (math-try-integral, math-do-integral, math-do-integral) | |
2248 (math-do-integral-methods, math-try-solve-for) | |
2249 (math-try-solve-prod, math-solve-poly-funny-powers) | |
2250 (math-solve-crunch-poly, math-decompose-poly) | |
2251 (math-solve-find-root-term, math-find-root-in-prod) | |
2252 (math-integ-try-linear-substitutions) | |
2253 (math-integ-try-substitutions, math-expr-rational-in) | |
2254 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits) | |
2255 (math-solve-prod, math-solve-quartic, math-poly-all-roots) | |
2256 (math-solve-for, math-solve-system, math-solve-system-rec) | |
2257 (math-solve-get-sign, math-solve-get-int) | |
2258 (math-solve-system-subst): Replace undeclared variables with newly | |
2259 declared variables. | |
2260 | |
2261 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
2262 | |
2263 * winner.el (winner-active-region, winner-edges, winner-window-list): | |
2264 Define at toplevel. | |
2265 (winner-mode-map): Move init inside declaration. | |
2266 | |
2267 2004-11-14 Luc Teirlinck <teirllm@auburn.edu> | |
2268 | |
2269 * files.el (convert-standard-filename): Doc fix. | |
2270 | |
2271 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org> | |
2272 | |
2273 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc | |
2274 passwd, group, shadow, default/* and pam.d/*. | |
2275 | |
2276 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2277 | |
2278 * printing.el (pr-menu-spec): Adjust menu specification. | |
2279 | |
2280 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2281 | |
2282 * printing.el: Doc fix. Insert :version tag into all defcustom. | |
2283 Handle interactive-p as is recommended in Emacs Lisp Reference. | |
2284 Set the file permission bits for newly created files. | |
2285 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>. | |
2286 The printing menu specification (in `pr-menu-spec') was merged. | |
2287 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. | |
2288 (pr-version): New version number (6.8.3). | |
2289 (pr-file-modes): New option. | |
2290 (pr-interactive-p): New var. | |
2291 (pr-save-interactive, pr-save-file-modes): New macros. | |
2292 (pr-setup): Code fix. | |
2293 (pr-menu-spec): Menu specification merged. | |
2294 (pr-call-process, pr-text2ps): Set file permission bits. | |
2295 (pr-despool-print): Set file permission bits. Handle interactive-p as | |
2296 is recommended. | |
2297 (pr-interface, pr-ps-directory-preview) | |
2298 (pr-ps-directory-using-ghostscript, pr-ps-directory-print) | |
2299 (pr-ps-directory-ps-print, pr-ps-buffer-preview) | |
2300 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print) | |
2301 (pr-ps-buffer-ps-print, pr-ps-region-preview) | |
2302 (pr-ps-region-using-ghostscript, pr-ps-region-print) | |
2303 (pr-ps-region-ps-print, pr-ps-mode-preview) | |
2304 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print) | |
2305 (pr-printify-directory, pr-txt-directory, pr-despool-preview) | |
2306 (pr-despool-using-ghostscript, pr-despool-ps-print) | |
2307 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript) | |
2308 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble) | |
2309 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces) | |
2310 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble) | |
2311 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line) | |
2312 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame) | |
2313 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name) | |
2314 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire) | |
2315 (pr-menu-lock, pr-update-menus, pr-ps-utility-args) | |
2316 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview): | |
2317 Handle interactive-p as is recommended. | |
2318 | |
2319 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2320 | |
2321 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify. | |
2322 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'. | |
2323 | |
2324 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix | |
2325 so it doesn't forget to highlight the beginning of the region either. | |
2326 | |
2327 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org> | |
2328 | |
2329 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init) | |
2330 (c-font-lock-init): Eliminate obsolete make-local-hook. | |
2331 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) | |
2332 (awk-mode): Use run-mode-hooks. | |
2333 | |
2334 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks. | |
2335 | |
2336 2004-11-13 Kim F. Storm <storm@cua.dk> | |
2337 | |
2338 * mouse.el (mouse-drag-copy-region): Add :version. | |
2339 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil | |
2340 while dragging mode line, so mode line can be dragged downwards. | |
2341 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible | |
2342 while pressing mouse button so window doesn't scroll until we | |
2343 release the mouse if clicking on partially visible line. | |
2344 | |
2345 2004-11-12 Jay Belanger <belanger@truman.edu> | |
2346 | |
2347 * calc/calc-graph.el (calc-dumb-map): Declare it. | |
2348 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather | |
2349 than unbound. | |
2350 (calc-graph-name): Made `end' a local variable. | |
2351 (calc-graph-lookup): Made `varname' a local variable. | |
2352 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): | |
2353 Declare them. | |
2354 (calc-graph-format-data): Don't check if var-PlotRejects is bound. | |
2355 (calc-graph-plot, calc-graph-compute-3d): Remove references to | |
2356 the unused variable y3vec. | |
2357 (calc-graph-show-dumb): Remove reference to unused variable found-pt. | |
2358 (calc-graph-kill-hook, calc-graph-plot): Remove reference to | |
2359 calc-graph-prev-kill-hook. | |
2360 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) | |
2361 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) | |
2362 (calc-graph-xname, calc-graph-yname, calc-graph-xstep) | |
2363 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine) | |
2364 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow) | |
2365 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp) | |
2366 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution) | |
2367 (calc-graph-y3value, calc-graph-y3name) | |
2368 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval) | |
2369 (calc-graph-stepcount, calc-graph-is-splot) | |
2370 (calc-graph-surprise-splot, calc-graph-blank) | |
2371 (calc-graph-non-blank, calc-graph-curve-num): New variables. | |
2372 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) | |
2373 (calc-graph-recompute-2d, calc-graph-compute-3d) | |
2374 (calc-graph-format-data): Replace undeclared variables with the | |
2375 above newly declared variables. | |
2376 | |
2377 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change) | |
2378 | |
2379 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables | |
2380 `rsf-beep' and `rsf-sleep-after-message'. | |
2381 | |
2382 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white | |
2383 list if `message-sender' is non-nil. | |
2384 | |
2385 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) | |
2386 | |
2387 * desktop.el (desktop-create-buffer, desktop-save): Avoid some | |
2388 consing by using mapc instead of mapcar. | |
2389 | |
2390 2004-11-12 Nick Roberts <nickrob@snap.net.nz> | |
2391 | |
2392 * tooltip.el (require): Explain why CL is needed. | |
2393 | |
2394 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2395 | |
2396 * printing.el: Insert :version into defgroup (printing). All reference | |
2397 to Files option in menubar were changed to File. | |
2398 (pr-version): New version number (6.8.2). | |
2399 (pr-get-symbol): Call easy-menu-intern. | |
2400 (pr-region-active-p): Now is a fun (it was defsubst). To avoid | |
2401 compilation gripes. | |
2402 | |
2403 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2404 | |
2405 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the | |
2406 new byte-compile-function-environment binding to t. | |
2407 | |
2408 * font-lock.el (font-lock-fontify-syntactically-region): | |
2409 Don't forget to highlight the last char when we hit `end'. | |
2410 | |
2411 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name. | |
2412 (mwheel-scroll): Adjust accordingly. | |
2413 | |
2414 * cvs-status.el: Reduce spurious warnings. | |
2415 (cvs-status-checkout): Remove. | |
2416 (cvs-status-mode-map): Use cvs-mode-checkout instead. | |
2417 | |
2418 * pcvs.el (cvs-mode-checkout): New command. | |
2419 | |
2420 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo. | |
2421 | |
2422 * tooltip.el: Require CL. | |
2423 | |
2424 * emacs-lisp/bytecomp.el: Use push. | |
2425 (byte-compile-file-form-defalias): Rename from byte-compile-defalias. | |
2426 (defalias): Remove the `byte-compile' property and add | |
2427 a `byte-hunk-handler'. | |
2428 | |
2429 2004-11-11 Juri Linkov <juri@jurta.org> | |
2430 | |
2431 * info.el (Info-search): Save match data for isearch. | |
2432 Skip Tag Table node. | |
2433 | |
2434 * descr-text.el (describe-char): Replace syntax-after with code | |
2435 from its previous version. | |
2436 | |
2437 * files.el (magic-mode-alist): Use optimization for SGML mode too. | |
2438 (set-auto-mode): Doc fix. Remove unused variable `xml'. | |
2439 | |
2440 * international/mule.el (sgml-html-meta-auto-coding-function): | |
2441 Remove > after <html to allow HTML attributes. | |
2442 | |
2443 2004-11-11 Jay Belanger <belanger@truman.edu> | |
2444 | |
2445 * calc/calc-comb.el (math-prime-factors-finished): Declare it as | |
2446 a variable. | |
2447 (calcFunc-dfac): Replace unbound max by n. | |
2448 (math-stirling-local-cache): New variable. | |
2449 (math-stirling-number, math-stirling-1, math-stirling-2): | |
2450 Replace the variable `cache' by the declared variable | |
2451 math-stirling-local-cache. | |
2452 (var-RandSeed): Declare it as a variable. | |
2453 (math-init-random-base, math-random-digit): Don't check to see if | |
2454 var-RandSeed is bound. | |
2455 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): | |
2456 Declare them instead of just setting them. | |
2457 (math-init-random-base): Made i a local variable. | |
2458 (math-random-digit): Made math-random-last a local variable. | |
2459 (math-prime-test-cache): Move declaration to before it is used. | |
2460 (math-prime-test-cache-k, math-prime-test-cache-q) | |
2461 (math-prime-test-cache-nm1, math-prime-factors-finished): | |
2462 Declare them as variables. | |
2463 | |
2464 2004-11-11 Jay Belanger <belanger@truman.edu> | |
2465 | |
2466 * calc/calc-ext.el (math-defcache): Use defvar for the new | |
2467 variables it creates. | |
2468 | |
2469 2004-11-11 Lars Hansen <larsh@math.ku.dk> | |
2470 | |
2471 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook) | |
2472 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format) | |
2473 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path) | |
2474 (desktop-save): Add :version. | |
2475 | |
2476 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2477 | |
2478 * printing.el (pr-get-symbol): Don't downcase. | |
2479 | |
2480 2004-11-10 Jay Belanger <belanger@truman.edu> | |
2481 | |
2482 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append | |
2483 string to kill-ring. | |
2484 | |
2485 * calc/calc-aent.el (calc-alg-exp, math-toks) | |
2486 (math-exp-pos,math-exp-old-pos, math-exp-token) | |
2487 (math-exp-keep-spaces, math-exp-str): New variables. | |
2488 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) | |
2489 (calcAlg-enter): Use declared variable calc-alg-exp. | |
2490 (math-build-parse-table, math-find-user-token): Use declared | |
2491 variable math-toks. | |
2492 (math-read-exprs, math-read-token, calc-check-user-syntax) | |
2493 (calc-match-user-syntax, match-factor-after, math-read-factor): | |
2494 Use declared variables math-exp-pos math-exp-old-pos. | |
2495 (math-read-exprs, math-read-token, math-read-expr-level) | |
2496 (calc-check-user-syntax, calc-match-user-syntax) | |
2497 (match-factor-after, math-read-factor): Use declared variable | |
2498 math-exp-token. | |
2499 (math-read-exprs, math-read-expr-list, math-read-token) | |
2500 (math-read-factor): Use declared variable math-exp-keep-spaces. | |
2501 (math-read-exprs, math-read-token): Use declared variable | |
2502 math-exp-str. | |
2503 (calc-match-user-syntax): Make m a local variable. | |
2504 | |
2505 * calc/calc-ext.el (math-read-expr): Use declared variables | |
2506 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, | |
2507 math-exp-keep-spaces. | |
2508 | |
2509 * calc/calc-forms.el (math-read-angle-bracket): Use declared | |
2510 variables math-exp-pos, math-exp-str. | |
2511 | |
2512 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable | |
2513 math-exp-old-pos. | |
2514 (math-parse-fortran-vector, math-parse-fortran-vector-end) | |
2515 (math-parse-eqn-prime): Use declared variable math-exp-token. | |
2516 | |
2517 * calc/calc-vec.el (math-read-brackets, math-check-for-commas): | |
2518 Use declared variable math-exp-pos. | |
2519 (math-check-for-commas): Use declared variable math-exp-str. | |
2520 (math-read-brackets): Use declared variables math-exp-old-pos, | |
2521 math-exp-keep-spaces. | |
2522 (math-read-brackets, math-read-vector, math-read-matrix): | |
2523 Use declared variable math-exp-token. | |
2524 | |
2525 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2526 | |
2527 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case | |
2528 where the keymap is a symbol. | |
2529 (easy-menu-add-item): Use keymap-prompt. Simplify. | |
2530 | |
2531 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. | |
2532 | |
2533 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun. | |
2534 (sgml-parse-tag-backward): Use it to skip spurious < or >. | |
2535 | |
2536 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org> | |
2537 | |
2538 * ebuff-menu.el: Doc fixes throughout. | |
2539 (electric-buffer-menu-mode-hook): New defvar. | |
2540 | |
2541 2004-11-10 Nick Roberts <nickrob@snap.net.nz> | |
2542 | |
2543 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation. | |
2544 The resulting compiler warnings appear to be harmless. | |
2545 | |
2546 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org> | |
2547 | |
2548 * textmodes/conf-mode.el: New file. | |
2549 | |
2550 * files.el (auto-mode-alist, magic-mode-alist): Use it. | |
2551 | |
2552 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
2553 | |
2554 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace. | |
2555 | |
2556 2004-11-09 Jay Belanger <belanger@truman.edu> | |
2557 | |
2558 * calc/calc-ext.el (calc-init-extensions): Remove old code. | |
2559 | |
2560 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) | |
2561 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. | |
2562 (calc-z-prefix-help, calc-user-function-list): Use declared | |
2563 variables calc-z-prefix-buf, calc-z-prefix-msgs. | |
2564 (math-map-tree, math-map-tree-rec): Use declared variables | |
2565 math-mt-many, math-mt-func. | |
2566 (math-read-expression, math-read-string): Use declared variable | |
2567 math-expr-data. | |
2568 | |
2569 * calc/calc-ext.el (math-normalize-nonstandard): Use declared | |
2570 variable math-normalize-a. | |
2571 | |
2572 * calc/calc.el (math-normalize-a): New variable. | |
2573 (math-normalize): Use declared variable math-normalize-a. | |
2574 | |
2575 * calc/calc-poly.el (math-expand-form): Use declared variable | |
2576 math-mt-many. | |
2577 | |
2578 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): | |
2579 Use declared variable math-mt-many. | |
2580 (math-rewrite): Use declared variable math-mt-func. | |
2581 | |
2582 * calc/calc-vec.el (math-read-brackets, math-read-vector) | |
2583 (math-read-matrix): Use declared variable math-expr-data. | |
2584 | |
2585 * calc/calc-lang.el (math-parse-fortran-vector) | |
2586 (math-parse-fortran-vector-end, math-parse-tex-sum) | |
2587 (math-parse-eqn-matrix, math-parse-eqn-prime) | |
2588 (math-read-math-subscr): Use declared variable math-expr-data. | |
2589 | |
2590 * calc/calc-aent.el (math-read-exprs, math-read-expr-list) | |
2591 (math-read-expr-level, math-read-token, calc-check-user-syntax) | |
2592 (calc-match-user-syntax, math-read-if, math-factor-after) | |
2593 (math-read-factor): Use declared variable math-expr-data. | |
2594 | |
2595 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> | |
2596 | |
2597 * calendar/diary-lib.el (diary-from-outlook) | |
2598 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use | |
2599 interactive-p; but rather new optional argument NOCONFIRM. | |
2600 | |
2601 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
2602 | |
2603 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing. | |
2604 (easy-menu-name-match): Revert correspondingly. | |
2605 | |
2606 2004-11-09 Richard M. Stallman <rms@gnu.org> | |
2607 | |
2608 * emacs-lisp/bytecomp.el (byte-compile-defalias): | |
2609 Turn off warnings for the new function even if definition not constant. | |
2610 If the definition isn't a quoted symbol, record (FUNCTION . t). | |
2611 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt. | |
2612 (byte-compile-callargs-warn): Handle (FUNCTION . t). | |
2613 (display-call-tree, byte-compile-arglist-warn): | |
2614 Handle t returned by byte-compile-fdefinition. | |
2615 | |
2616 2004-11-09 Jan Djärv <jan.h.d@swipnet.se> | |
2617 | |
2618 * Makefile.in (maintainer-clean): Depend on distclean. | |
2619 | |
2620 * help-fns.el (help-C-file-name): File name must be in build-files | |
2621 to be returned. | |
2622 | |
2623 2004-11-09 Jay Belanger <belanger@truman.edu> | |
2624 | |
2625 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) | |
2626 (calc-start-hook, calc-end-hook, calc-load-hook): New variables. | |
2627 | |
2628 * calc/calc.el (calc, calc-trail-display, calc-mode): | |
2629 Remove obsolete sections. | |
2630 | |
2631 * calc/calc.el (calc-x-paste-text): Remove. | |
2632 | |
2633 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to | |
2634 mouse-2. | |
2635 | |
2636 2004-11-09 Nick Roberts <nickrob@snap.net.nz> | |
2637 | |
2638 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable. | |
2639 (gdb-info-frames-custom, gdb-frame-handler): Use it to find | |
2640 current frame (in case of recursive calls). | |
2641 (gdb-show-changed-values): Add :version keyword. | |
2642 | |
2643 2004-11-09 Kenichi Handa <handa@m17n.org> | |
2644 | |
2645 * international/mule-cmds.el: Change coding: tag back to | |
2646 iso-2022-7bit. | |
2647 | |
2648 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
2649 | |
2650 * international/mule-cmds.el: Change coding-system to utf-8. | |
2651 (select-safe-coding-system-interactively): | |
2652 New function extracted from select-safe-coding-system. | |
2653 (select-safe-coding-system): Use it. | |
2654 | |
2655 2004-11-08 Richard M. Stallman <rms@gnu.org> | |
2656 | |
2657 * subr.el (syntax-after): Doc fix. | |
2658 | |
2659 * paren.el (show-paren-function): Change calls to syntax-after | |
2660 for new way of returning the value. | |
2661 | |
2662 * menu-bar.el (menu-bar-file-menu): Make this the real name | |
2663 and menu-bar-files-menu the alias. Use the former. | |
2664 (global-map): Use `file', not `files', as the symbol. | |
2665 | |
2666 * info.el (Info-revert-find-node): Don't use beginning-of-buffer. | |
2667 | |
2668 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd): | |
2669 Don't use beginning-of-buffer. | |
2670 (filesets-cmd-show-result): Use with-no-warnings. | |
2671 | |
2672 2004-11-08 Juri Linkov <juri@jurta.org> | |
2673 | |
2674 * progmodes/compile.el (compile): Don't overwrite last command in | |
2675 minibuffer history with default command if they are not equal. | |
2676 | |
2677 2004-11-08 Jay Belanger <belanger@truman.edu> | |
2678 | |
2679 * calc/calcalg2.el (math-do-integral-methods): Try linear then | |
2680 non-linear substitutions. | |
2681 | |
2682 2004-11-08 Jay Belanger <belanger@truman.edu> | |
2683 | |
2684 * calc/calcalg2.el (math-linear-subst-tried): New variable. | |
2685 (math-do-integral): Set `math-linear-subst-tried' to nil. | |
2686 (math-do-integral-methods): Use `math-linear-subst-tried' to | |
2687 determine what type of substitution to try. | |
2688 (math-integ-try-linear-substituion): | |
2689 Set `math-linear-subst-tried' to t. | |
2690 | |
2691 2004-11-08 Kim F. Storm <storm@cua.dk> | |
2692 | |
2693 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. | |
2694 | |
2695 2004-11-07 Juri Linkov <juri@jurta.org> | |
2696 | |
2697 * info-look.el (info-lookup): Allow reusing in the current buffer | |
2698 not only *info* buffer, but all (even renamed) Info buffers | |
2699 by checking for major-mode instead of *info* buffer name. | |
2700 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode) | |
2701 (octave-mode, maxima-mode) <doc-spec>: | |
2702 Allow long dashes generated by Texinfo 4.7 before definitions. | |
2703 (texinfo-mode) <doc-spec>: Add space to suffix to find command | |
2704 definitions with argument separated by space. | |
2705 | |
2706 2004-11-06 Richard M. Stallman <rms@gnu.org> | |
2707 | |
2708 * simple.el (next-error group, face): Move before first use. | |
2709 (next-error-highlight, next-error-highlight-no-select): Likewise. | |
2710 | |
2711 * simple.el (line-move-invisible-p): Rename from line-move-invisible. | |
2712 (line-move): New args NOERROR and TO-END. | |
2713 Return t if succeed in moving specified number of lines. | |
2714 (move-end-of-line): New function. | |
2715 | |
2716 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings. | |
2717 (end-of-buffer-other-window): Likewise. | |
2718 | |
2719 * simple.el (line-move-ignore-invisible): Default to t. | |
2720 | |
2721 * subr.el (syntax-after): Return the syntax letter, not the raw code. | |
2722 | |
2723 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer. | |
2724 | |
2725 * international/iso-cvt.el (iso-cvt-define-menu): | |
2726 Rename menu-bar-files-menu to menu-bar-file-menu. | |
2727 | |
2728 * net/browse-url.el (browse-url-gnome-moz-program) | |
2729 (browse-url-gnome-moz-arguments): Move up before first use. | |
2730 | |
2731 * net/tramp.el (tramp group): Add :version. | |
2732 | |
2733 * progmodes/ada-xref.el (ada-gdb-application): | |
2734 Use goto-char instead of beginning-of-buffer. | |
2735 | |
2736 * progmodes/cperl-mode.el (cperl-info-on-command): | |
2737 Use goto-char instead of beginning-of-buffer. | |
2738 | |
2739 * progmodes/idlw-shell.el (idlwave-shell-examine-map): | |
2740 Move up before first use. | |
2741 (idlwave-shell-temp-pro-file): Likewise. | |
2742 (idlwave-shell-temp-rinfo-save-file): Likewise. | |
2743 (idlwave-shell-temp-file): Minor doc fix. | |
2744 | |
2745 * textmodes/flyspell.el (flyspell-external-point-words): | |
2746 Use goto-char instead of beginning-of-buffer. | |
2747 | |
2748 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net> | |
2749 | |
2750 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o | |
2751 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes. | |
2752 (tramp-uudecode): Mention `uudecode -o /dev/stdout'. | |
2753 | |
2754 2004-11-06 David Ponce <david@dponce.com> | |
2755 | |
2756 * recentf.el (recentf-menu-path): Use menu item name. | |
2757 | |
2758 2004-11-06 Eli Zaretskii <eliz@gnu.org> | |
2759 | |
2760 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the | |
2761 display doesn't support images. | |
2762 | |
2763 2004-11-06 Andreas Schwab <schwab@suse.de> | |
2764 | |
2765 * tempo.el (tempo-match-finder): Doc fix. | |
2766 | |
2767 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change. | |
2768 | |
2769 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
2770 | |
2771 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove. | |
2772 (easy-menu-lookup-name): New fun to replace it. | |
2773 (easy-menu-get-map): Use it to obey menu item names (rather than just | |
2774 keys) when looking up `path'. | |
2775 (easy-menu-always-true-p): Rename from easy-menu-always-true. | |
2776 (easy-menu-convert-item-1): Adjust to new name. | |
2777 | |
2778 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change) | |
2779 | |
2780 * outline.el (hide-body): Don't hide lines at the top of the file | |
2781 that precede the first header line. | |
2782 | |
2783 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net> | |
2784 | |
2785 * align.el (align-areas): Delete whitespace before reindenting, so | |
2786 that tabs are never placed after spaces. | |
2787 | |
2788 2004-11-06 Alan Shutko <ats@acm.org> | |
2789 | |
2790 * macros.el (insert-kbd-macro): Do completions based on macros, | |
2791 rather than all commands. | |
2792 | |
2793 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change) | |
2794 | |
2795 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b", | |
2796 to solve a bug whereby tags with 'b' don't match. | |
2797 | |
2798 2004-11-05 Juri Linkov <juri@jurta.org> | |
2799 | |
2800 * info.el (Info-search): Don't search in node header lines | |
2801 and file headers. | |
2802 | |
2803 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all | |
2804 symbol-constituent characters after dot, not only digits. | |
2805 | |
2806 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org> | |
2807 | |
2808 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-. | |
2809 | |
2810 2004-11-04 Jan Djärv <jan.h.d@swipnet.se> | |
2811 | |
2812 * dired.el (dired-read-dir-and-switches): Call read-directory-name | |
2813 if a dialog will be used, read-file-name otherwise. | |
2814 | |
2815 2004-11-04 Richard M. Stallman <rms@gnu.org> | |
2816 | |
2817 * textmodes/table.el (table group): Add :version. | |
2818 | |
2819 * textmodes/ispell.el (ispell-word): | |
2820 Don't alter args; set them only thru `interactive' spec. | |
2821 | |
2822 * textmodes/flyspell.el (flyspell-word): | |
2823 Don't alter FOLLOWING; set it only thru `interactive' spec. | |
2824 | |
2825 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p. | |
2826 | |
2827 * net/browse-url.el (browse-url-maybe-new-window): | |
2828 Use called-interactively-p. | |
2829 | |
2830 * mail/supercite.el (sc-cite-region): | |
2831 Don't use interactive-p. Add arg INTERACTIVE. | |
2832 (sc-version): Don't use interactive-p. Rename arg to MESSAGE. | |
2833 | |
2834 * international/mule-cmds.el (set-input-method, toggle-input-method): | |
2835 Don't use interactive-p. Add arg INTERACTIVE. | |
2836 | |
2837 * eshell/esh-mode.el (eshell-show-maximum-output): | |
2838 Don't use interactive-p. | |
2839 (eshell-truncate-buffer): Just message, no error, if buffer is short. | |
2840 | |
2841 * mouse.el (mouse-show-mark): Get positions to delete from mark | |
2842 and point, not from mouse-drag-overlay. | |
2843 | |
2844 * imenu.el (imenu-eager-completion-buffer): Add :version. | |
2845 | |
2846 * filesets.el (filesets group): Add :version. | |
2847 | |
2848 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org> | |
2849 | |
2850 * files.el (xml-based-modes): Delete var. | |
2851 (magic-mode-alist): New more general var. | |
2852 (set-auto-mode): Use it. | |
2853 | |
2854 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even | |
2855 when clicking from another window. | |
2856 | |
2857 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org> | |
2858 | |
2859 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var. | |
2860 (vc-cvs-annotate-time): Incorporate value of deleted var. | |
2861 Remove special-case handling of beginning-of-buffer cruft. | |
2862 Cache ending position (point) and return value in text property | |
2863 `vc-cvs-annotate-time', and consult it on subsequent invocations. | |
2864 | |
2865 * vc-cvs.el (vc-cvs-annotate-command): | |
2866 Delete extraneous lines from beginning of buffer. | |
2867 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise. | |
2868 | |
2869 * progmodes/grep.el (grep-default-command): Take empty string | |
2870 for tag if all other methods yield nil. Shell-quote the tag. | |
2871 | |
2872 * vc.el (vc-annotate-display-autoscale): Add prefix-arg | |
2873 spec in `interactive' form, and mention it in the docstring. | |
2874 Also, make sure point is at bol after calling `annotate-time'. | |
2875 | |
2876 2004-11-02 Richard M. Stallman <rms@gnu.org> | |
2877 | |
2878 * cus-edit.el (customize-group-other-window): | |
2879 Select the window that displays the custom buffer. | |
2880 (custom-buffer-create-other-window): Likewise. | |
2881 | |
2882 * comint.el (comint-insert-input): Fix previous change. | |
2883 | |
2884 * emacs-lisp/elp.el (elp-instrument-function): | |
2885 Use called-interactively-p. | |
2886 | |
2887 * emacs-lisp/easymenu.el (easy-menu-intern): | |
2888 Don't downcase; rather, case-flip the first letter of each word. | |
2889 | |
2890 * emacs-lisp/easy-mmode.el (define-minor-mode): | |
2891 Use called-interactively-p. | |
2892 | |
2893 * emacs-lisp/bytecomp.el (byte-compile-warning-types): | |
2894 Add interactive-only. | |
2895 (byte-compile-warnings): Add interactive-only as option. | |
2896 (byte-compile-interactive-only-functions): New variable. | |
2897 (byte-compile-form): Warn about calls to functions | |
2898 in byte-compile-interactive-only-functions. | |
2899 | |
2900 * emacs-lisp/autoload.el (update-file-autoloads): | |
2901 Don't use interactive-p; take new arg SAVE-AFTER. | |
2902 | |
2903 * emacs-lisp/advice.el (ad-make-advised-definition): | |
2904 Use called-interactively-p. | |
2905 | |
2906 2004-11-02 Jan Djärv <jan.h.d@swipnet.se> | |
2907 | |
2908 * files.el (find-file-existing): New function. | |
2909 | |
2910 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call | |
2911 find-file-existing. Add "New File..." that calls find-file. | |
2912 | |
2913 * diropen.pbm, diropen.xpm: New files. | |
2914 | |
2915 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses | |
2916 icon diropen. New tool bar item find-file-existing uses icon open. | |
2917 | |
2918 * dired.el (dired-read-dir-and-switches): Call read-directory-name | |
2919 instead of read-file-name. | |
2920 | |
2921 2004-11-02 Ulf Jasper <ulf.jasper@web.de> | |
2922 | |
2923 * calendar/icalendar.el (icalendar-version): Increase to 0.08. | |
2924 (icalendar--split-value): Change name of work buffer. | |
2925 (icalendar--get-weekday-abbrev): Return nil on error. | |
2926 (icalendar--date-to-isodate): New function. | |
2927 (icalendar-convert-diary-to-ical) | |
2928 (icalendar-extract-ical-from-buffer): Use only two args for | |
2929 make-obsolete (XEmacs compatibility). | |
2930 (icalendar-export-file, icalendar-import-file): Blank at end of prompt. | |
2931 (icalendar-export-region): Doc fix. | |
2932 If error, return non-nil and write errors to a buffer. | |
2933 Use correct weekday for weekly recurring events. | |
2934 Check whether date has been parsed for ordinary events. | |
2935 Make weekly events start in the year 2000. | |
2936 DTEND is non-inclusive, shift end date by one day if | |
2937 necessary (not for entries that have date and time). | |
2938 Rename local let variables: oops -> found-error, datestring -> | |
2939 startdatestring. | |
2940 | |
2941 2004-11-02 Kim F. Storm <storm@cua.dk> | |
2942 | |
2943 * files.el (set-auto-mode-0): Don't rely on dynamic binding of | |
2944 keep-mode-if-same variable. Add it as optional arg instead. | |
2945 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same. | |
2946 | |
2947 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so | |
2948 substitute-command-keys will select lower-case bindings like those | |
2949 used in the static help texts. | |
2950 | |
2951 * descr-text.el (describe-text-properties): Don't err if called in | |
2952 the *Help* buffer; output to *Help-2* buffer instead. | |
2953 | |
2954 * kmacro.el (group kmacro): Add :version. | |
2955 (kmacro-keyboard-quit): New function to cleanup on C-g. | |
2956 (kmacro-start-macro): Set defining-kbd-macro to append when | |
2957 appending to last macro. | |
2958 | |
2959 * simple.el (keyboard-quit): Call kmacro-keyboard-quit. | |
2960 | |
2961 2004-11-02 Nick Roberts <nickrob@snap.net.nz> | |
2962 | |
2963 * progmodes/gdb-ui.el (gdb-enable-debug-log) | |
2964 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation) | |
2965 (gud-gdba-command-name, gdb-show-main, gdb-many-windows): | |
2966 Add :version keyword. | |
2967 | |
2968 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com> | |
2969 | |
2970 * progmodes/flymake.el (flymake-err-line-patterns): | |
2971 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert | |
2972 `compilation-error-regexp-alist-alist' to internal Flymake format. | |
2973 | |
2974 * progmodes/flymake.el: Eliminate byte-compiler warnings. | |
2975 | |
2976 2004-11-01 Jay Belanger <belanger@truman.edu> | |
2977 | |
2978 * calc/calc-frac.el (calc-over-notation): Replace `completing-read' | |
2979 with `interactive "s"'. | |
2980 | |
2981 2004-11-01 Jan Djärv <jan.h.d@swipnet.se> | |
2982 | |
2983 * mouse.el (mouse-yank-at-click, mouse-yank-secondary): | |
2984 Revert change from 2004-10-16. '*' checks the current buffer, but the | |
2985 mouse click may be in another buffer. | |
2986 | |
2987 2004-11-01 John Paul Wallington <jpw@gnu.org> | |
2988 | |
2989 * files.el (large-file-warning-threshold): Add :version keyword. | |
2990 (kill-some-buffers): Doc fix. | |
2991 | |
2992 * thumbs.el (group thumbs): Add :version keyword. | |
2993 | |
2994 * textmodes/bibtex.el (bibtex-make-field): Fix typo. | |
2995 | |
2996 2004-11-01 Richard M. Stallman <rms@gnu.org> | |
2997 | |
2998 * textmodes/ispell.el (ispell-word): Don't use interactive-p. | |
2999 | |
3000 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p. | |
3001 | |
3002 * allout.el (allout group): Add :version. | |
3003 (allout-init): Don't use interactive-p. | |
3004 (allout-ascend-to-depth, allout-ascend, allout-end-of-level) | |
3005 (allout-forward-current-level, allout-backward-current-level): | |
3006 Don't use interactive-p. | |
3007 | |
3008 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p. | |
3009 (bibtex-find-text): Likewise. | |
3010 | |
3011 * progmodes/vhdl-mode.el (vhdl-fill-region) | |
3012 (vhdl-beginning-of-statement): Don't use interactive-p. | |
3013 | |
3014 * progmodes/idlwave.el (idlwave-update-routine-info): | |
3015 Don't use interactive-p. | |
3016 | |
3017 * progmodes/idlw-shell.el (idlwave-shell-send-char): | |
3018 Don't use interactive-p. | |
3019 | |
3020 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer): | |
3021 Don't use interactive-p. | |
3022 | |
3023 * progmodes/ada-xref.el (ada-make-body-gnatstub): | |
3024 Don't use interactive-p. | |
3025 | |
3026 * play/fortune.el (fortune-to-signature): Don't use interactive-p. | |
3027 (fortune-in-buffer): Doc fix. | |
3028 | |
3029 * play/5x5.el (5x5-new-game): Set up the buffer even if not | |
3030 interactive. | |
3031 | |
3032 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer; | |
3033 don't select the temporary buffer. | |
3034 (eudc-get-email): New optional arg ERROR; don't use interactive-p. | |
3035 (eudc-get-phone): Likewise. | |
3036 | |
3037 2004-11-01 Kim F. Storm <storm@cua.dk> | |
3038 | |
3039 * man.el (Man-xref-normal-file): Fix help-echo. | |
3040 | |
3041 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
3042 | |
3043 * reveal.el (reveal-last-tick): New var. | |
3044 (reveal-post-command): Use it to avoid closing overlays when we're | |
3045 appending text to them. | |
3046 | |
3047 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
3048 | |
3049 * textmodes/bibtex.el: Require button. | |
3050 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space. | |
3051 (bibtex-reference-keys): Distinguish between header keys and | |
3052 crossref keys. | |
3053 (bibtex-beginning-of-field): New function. | |
3054 (bibtex-url-map): Remove. | |
3055 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref. | |
3056 (bibtex-font-lock-url-regexp): Assume that field names begin at | |
3057 the beginning of a line. | |
3058 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field. | |
3059 Remove field delimiters. Use bibtex-beginning-of-field. | |
3060 Bugfix, point can be inside a field with a url. | |
3061 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): | |
3062 New functions. | |
3063 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove. | |
3064 (bibtex-key-in-head): Simplify. | |
3065 (bibtex-current-line): Use bolp. | |
3066 (bibtex-parse-keys): Remove unused arg `add'. | |
3067 Use bibtex-type-in-head and bibtex-key-in-head. | |
3068 (bibtex-parse-entry, bibtex-autofill-entry): | |
3069 Use bibtex-type-in-head and bibtex-key-in-head. | |
3070 (bibtex-autokey-get-field): Do not alter case of replacement text. | |
3071 (bibtex-autokey-get-names): Do all processing of name list. | |
3072 (bibtex-autokey-get-year): New function. | |
3073 (bibtex-autokey-get-title): Do all processing of title words. | |
3074 (bibtex-generate-autokey): Simplify. | |
3075 (bibtex-string-files-init): Use default-directory. | |
3076 Allow for absolute file names in bibtex-string-files. | |
3077 (bibtex-files, bibtex-file-path): New variables. | |
3078 (bibtex-files-expand): New function. | |
3079 (bibtex-find-entry-globally): New command. | |
3080 (bibtex-summary-function): New variable. | |
3081 (bibtex-summary): Default value of bibtex-summary-function. | |
3082 (bibtex-find-crossref): New optional args pnt and split. | |
3083 (bibtex-complete-key-cleanup): Call bibtex-summary-function. | |
3084 (bibtex-copy-summary-as-kill): New command bound to C-cC-t. | |
3085 (bibtex-validate): Fix docstring. Check only abbreviated month fields. | |
3086 Fix handling of required and alternative fields. | |
3087 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil. | |
3088 Use cons and display-buffer. | |
3089 (bibtex-validate-globally): New command. | |
3090 (bibtex-clean-entry): Use bibtex-files-expand. Do not call | |
3091 bibtex-parse-keys and bibtex-parse-strings for updating | |
3092 bibtex-reference-keys and bibtex-strings. | |
3093 (bibtex-realign): Remove blank lines past the last entry. | |
3094 (bibtex-reformat): Use bibtex-entry-format as default. | |
3095 (bibtex-choose-completion-string): Remove. | |
3096 (bibtex-complete): Do not use bibtex-choose-completion-string. | |
3097 (bibtex-url): Simplify. | |
3098 | |
3099 2004-10-31 Jan Djärv <jan.h.d@swipnet.se> | |
3100 | |
3101 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist) | |
3102 (x-dnd-types-alist, x-dnd-open-file-other-window) | |
3103 (x-dnd-known-types): Add :version. | |
3104 | |
3105 2004-10-31 John Paul Wallington <jpw@gnu.org> | |
3106 | |
3107 * ibuffer.el (group ibuffer): Add :version keyword. | |
3108 | |
3109 2004-10-31 Kim F. Storm <storm@cua.dk> | |
3110 | |
3111 * ido.el (group ido): Add :version keyword. | |
3112 (ido-mode): Remove :version keyword. | |
3113 | |
3114 * emulation/cua-base.el (group cua): Add :version keyword. | |
3115 (cua-mode): Remove :version keyword. | |
3116 | |
3117 2004-10-30 Luc Teirlinck <teirllm@auburn.edu> | |
3118 | |
3119 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword. | |
3120 | |
3121 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid | |
3122 compiler warning. | |
3123 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set | |
3124 function. | |
3125 (help-at-pt-display-when-idle): Remove autoload. | |
3126 | |
3127 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
3128 | |
3129 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. | |
3130 | |
3131 2004-10-30 Juri Linkov <juri@jurta.org> | |
3132 | |
3133 * help.el (function-called-at-point): | |
3134 * help-fns.el (variable-at-point): Read -> intern. | |
3135 | |
3136 2004-10-30 Simon Josefsson <jas@extundo.com> | |
3137 | |
3138 * progmodes/autoconf.el (autoconf-font-lock-keywords): | |
3139 Recognize AS_* too. | |
3140 | |
3141 2004-10-29 Simon Josefsson <jas@extundo.com> | |
3142 | |
3143 * subr.el (read-passwd): Move back from password.el. | |
3144 | |
3145 * password.el: Remove, not ready yet. | |
3146 | |
3147 2004-10-29 Andreas Schwab <schwab@suse.de> | |
3148 | |
3149 * speedbar.el (speedbar-frame-parameters): Improve customize type. | |
3150 | |
3151 2004-10-29 Sam Steingold <sds@gnu.org> | |
3152 | |
3153 * mouse.el (mouse-show-mark): Replace the last occurrence of | |
3154 x-lost-selection-hooks with x-lost-selection-functions. | |
3155 | |
3156 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
3157 | |
3158 * mouse.el (mouse-show-mark): Adjust to new name and don't assume | |
3159 x-lost-selection-functions is bound. | |
3160 | |
3161 * mouse-sel.el (mouse-sel-mode): | |
3162 * emacs-lisp/lselect.el: Adjust to new names for | |
3163 x-(lost|sent)-selection-functions. | |
3164 | |
3165 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks): | |
3166 New obsolete aliases of x-lost-selection-functions and | |
3167 x-sent-selection-functions. | |
3168 | |
3169 2004-10-28 Kim F. Storm <storm@cua.dk> | |
3170 | |
3171 * imenu.el (imenu-scanning-message): Remove. | |
3172 (imenu-progress-message): Make it a no-op. | |
3173 | |
3174 2004-10-28 John Paul Wallington <jpw@gnu.org> | |
3175 | |
3176 * files.el (set-auto-mode): Call `throw' correctly. | |
3177 | |
3178 2004-10-28 Juri Linkov <juri@jurta.org> | |
3179 | |
3180 * info.el (Info-file-list-for-emacs): Add ("Info" . "info") | |
3181 to search `Info-...' commands in `info' manual. | |
3182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): | |
3183 Add 'info-file "emacs" property. | |
3184 (Info-find-emacs-command-nodes): Fix index line number regexp. | |
3185 Set real line number (instead of fake 0) in first element of the | |
3186 returned list. | |
3187 (Info-goto-emacs-command-node): Use line number of first element | |
3188 to set point in the first found Info node. | |
3189 | |
3190 * progmodes/grep.el (grep-regexp-alist): Move match highlighting | |
3191 code to `grep-mode-font-lock-keywords'. | |
3192 (grep-mode-font-lock-keywords): Delete grep markers instead | |
3193 of making them invisible. | |
3194 | |
3195 2004-10-28 Jan Djärv <jan.h.d@swipnet.se> | |
3196 | |
3197 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor | |
3198 and x-server-version in bug report. | |
3199 | |
3200 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org> | |
3201 | |
3202 * files.el (set-auto-mode-0): New function. | |
3203 (set-auto-mode): Use it to handle aliased modes and to | |
3204 be consistent between C-x C-f and C-x C-w. | |
3205 | |
3206 2004-10-28 Kenichi Handa <handa@m17n.org> | |
3207 | |
3208 * international/utf-8.el (utf-translate-cjk-charsets): | |
3209 Add katakana-jisx0201. | |
3210 | |
3211 * international/subst-jis.el: Add data for JISX0201. | |
3212 | |
3213 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
3214 | |
3215 * obsolete/hilit19.el (hilit-mode): New function. | |
3216 Move all the toplevel side-effecting stuff into it, so that loading | |
3217 hilit19 doesn't mess everything up any more. | |
3218 | |
3219 2004-10-27 Richard M. Stallman <rms@gnu.org> | |
3220 | |
3221 * add-log.el (add-change-log-entry): Set up mailing address | |
3222 and full name later, and don't alter add-log-mailing-address | |
3223 or add-log-full-name. | |
3224 | |
3225 * elide-head.el (elide-head): Change error to message. | |
3226 (elide-head-show): Likewise. | |
3227 | |
3228 * apropos.el (apropos-macrop): Doc fix. | |
3229 | |
3230 * mouse.el (mouse-show-mark): Do most processing the same | |
3231 regardless of transient-mark-mode. | |
3232 | |
3233 * shadowfile.el (shadow-copy-files): Use interactive-p | |
3234 only to control whether to print a message. | |
3235 | |
3236 * tar-mode.el (tar-mode): Use write-contents-functions, | |
3237 not write-contents-hooks. | |
3238 | |
3239 * eshell/em-unix.el (eshell-du-sum-directory): Don't use | |
3240 directory-sep-char. | |
3241 | |
3242 2004-10-27 Richard M. Stallman <rms@gnu.org> | |
3243 | |
3244 * strokes.el (strokes-unload-hook): Fix previous change. | |
3245 | |
3246 * type-break.el (type-break-run-at-time): Always use run-at-time; | |
3247 forget the alternatives. | |
3248 (type-break-cancel-function-timers): Always use cancel-function-timers; | |
3249 forget the alternatives. | |
3250 | |
3251 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char. | |
3252 | |
3253 2004-10-27 Kenichi Handa <handa@m17n.org> | |
3254 | |
3255 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p. | |
3256 | |
3257 * international/subst-gb2312.el: Likewise. | |
3258 | |
3259 * international/subst-big5.el: Likewise. | |
3260 | |
3261 * international/subst-ksc.el: Likewise. | |
3262 | |
3263 * international/utf-8.el (utf-translate-cjk-unicode-range-string): | |
3264 New variable. | |
3265 (utf-translate-cjk-set-unicode-range): New function. | |
3266 (utf-translate-cjk-unicode-range): Make it customizable. | |
3267 (utf-8-post-read-conversion): | |
3268 Use utf-translate-cjk-unicode-range-string. | |
3269 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more | |
3270 Unicode ranges. | |
3271 | |
3272 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org> | |
3273 | |
3274 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group | |
3275 trivial variants to shorten the list. | |
3276 (xml-based-modes): New var. | |
3277 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE | |
3278 declaration higher priority than auto-mode-alist. | |
3279 | |
3280 * find-file.el (cc-other-file-alist): Bring it in line with | |
3281 cc-mode's auto-mode-alist entries and use \' instead of $. | |
3282 | |
3283 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression | |
3284 and add "Id" and "Name" submenus to it. | |
3285 | |
3286 * imenu.el (imenu--generic-function): Skip matches in comments. | |
3287 | |
3288 2004-10-26 Jay Belanger <belanger@truman.edu> | |
3289 | |
3290 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) | |
3291 (full-calc-keypad, calc-trail-display): Use an extra argument | |
3292 instead of `interactive-p'. | |
3293 | |
3294 * calc/calc-misc.el (calc-other-window): Use an extra argument | |
3295 instead of `interactive-p'. | |
3296 | |
3297 * calc/calc-rewr.el (calc-match): Use an extra argument instead of | |
3298 `interactive-p'. | |
3299 | |
3300 2004-10-26 Kim F. Storm <storm@cua.dk> | |
3301 | |
3302 * help.el (describe-key): Describe both down-event and up-event | |
3303 for a mouse click. | |
3304 | |
3305 2004-10-26 Richard M. Stallman <rms@gnu.org> | |
3306 | |
3307 * woman.el (woman): Don't call interactive-p. | |
3308 | |
3309 * pcomplete.el (pcomplete): Instead of interactive-p, | |
3310 use an arg set non-nil by the interactive spec. | |
3311 | |
3312 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p, | |
3313 use an arg set non-nil by the interactive spec. | |
3314 | |
3315 * man.el (Man-cleanup-manpage): Instead of interactive-p, | |
3316 use an arg set non-nil by the interactive spec. | |
3317 | |
3318 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com> | |
3319 | |
3320 * progmodes/flymake.el (flymake-split-string): | |
3321 Use `flymake-split-string-remove-empty-edges' in any case. | |
3322 | |
3323 2004-10-26 Masatake YAMATO <jet@gyve.org> | |
3324 | |
3325 * progmodes/flymake.el (flymake-err-line-patterns): | |
3326 Use `compilation-error-regexp-alist-alist' instead of | |
3327 `compilation-error-regexp-alist'. | |
3328 | |
3329 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
3330 | |
3331 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious | |
3332 verbatim face on the \ of \end{verbatim}. | |
3333 | |
3334 2004-10-25 Jay Belanger <belanger@truman.edu> | |
3335 | |
3336 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before | |
3337 erasing minibuffer. | |
3338 | |
3339 2004-10-25 Simon Josefsson <jas@extundo.com> | |
3340 | |
3341 * subr.el (read-passwd): Move to net/password.el. | |
3342 | |
3343 * net/password.el (read-passwd): Add. Autoload it. | |
3344 | |
3345 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net> | |
3346 | |
3347 * mouse-sel.el (mouse-sel-mode): Specify custom group. | |
3348 | |
3349 * simple.el (process-file): Fix logic. | |
3350 | |
3351 2004-10-24 Luc Teirlinck <teirllm@auburn.edu> | |
3352 | |
3353 * indent.el (set-left-margin, set-right-margin): Delete redundant code. | |
3354 (increase-right-margin): Remove erroneous call to `interactive-p'. | |
3355 | |
3356 2004-10-24 Kim F. Storm <storm@cua.dk> | |
3357 | |
3358 * help.el (describe-mode): Fix 2004-10-13 change. | |
3359 Copy pure "Auto Fill" string so it can be propertized later | |
3360 without causing a read-only error. | |
3361 | |
3362 2004-10-24 Luc Teirlinck <teirllm@auburn.edu> | |
3363 | |
3364 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 | |
3365 style indexes. | |
3366 | |
3367 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> | |
3368 | |
3369 * simple.el (process-file): Accept nil for INFILE. Reported by | |
3370 Luc Teirlinck. | |
3371 | |
3372 2004-10-24 Masatake YAMATO <jet@gyve.org> | |
3373 | |
3374 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): | |
3375 Handle periods and underscores in a function name. | |
3376 Remove the address fontification. | |
3377 | |
3378 2004-10-24 Masatake YAMATO <jet@gyve.org> | |
3379 | |
3380 * progmodes/asm-mode.el (asm-font-lock-keywords): | |
3381 Use font-lock-variable-name-face for registers. | |
3382 | |
3383 2004-10-24 Nick Roberts <nickrob@snap.net.nz> | |
3384 | |
3385 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run | |
3386 kill-all-local-variables. | |
3387 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode) | |
3388 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): | |
3389 Use kill-all-local-variables and provide mode-hooks. | |
3390 (gdb-assembler-font-lock-keywords): New font lock keywords definition. | |
3391 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'. | |
3392 Suggested by Masatake YAMATO <jet@gyve.org>. | |
3393 | |
3394 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net> | |
3395 | |
3396 * simple.el (process-file): New function, similar to call-process | |
3397 but supports file handlers. | |
3398 * vc.el (vc-do-command): Use it, instead of call-process. | |
3399 * net/tramp-vc.el (vc-do-command): Do not advise it if | |
3400 process-file is fboundp. | |
3401 * net/tramp.el (tramp-file-name-handler-alist): Add entry for | |
3402 process-file. | |
3403 (tramp-handle-process-file): New function. | |
3404 (tramp-file-name-for-operation): Support process-file. | |
3405 | |
3406 2004-10-23 Ulf Jasper <ulf.jasper@web.de> | |
3407 | |
3408 * calendar/icalendar.el (icalendar--weekday-array): New constant. | |
3409 (icalendar-weekdayabbrev-table) | |
3410 (icalendar-monthnumber-table): Delete. | |
3411 (icalendar--get-month-number): Use calendar-month-name-array. | |
3412 (icalendar--get-weekday-number): New function. | |
3413 (icalendar--get-weekday-abbrev) Use calendar-day-name-array. | |
3414 (icalendar-export-region): Handle multi-line entries. | |
3415 (icalendar--convert-ical-to-diary): Use calendar-day-name-array. | |
3416 | |
3417 2004-10-23 John Paul Wallington <jpw@gnu.org> | |
3418 | |
3419 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call; | |
3420 `wildcards' set to t in interactive spec. | |
3421 | |
3422 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in | |
3423 interactive spec rather than use `interactive-p'. | |
3424 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec | |
3425 rather than use function `interactive-p'. | |
3426 | |
3427 2004-10-22 Kenichi Handa <handa@m17n.org> | |
3428 | |
3429 * international/mule.el (translate-region): Implement it in Lisp | |
3430 as a front end of translate-region-internal. | |
3431 | |
3432 2004-10-21 Jay Belanger <belanger@truman.edu> | |
3433 | |
3434 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map): | |
3435 Declare these variables with defvar. | |
3436 | |
3437 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map' | |
3438 is bound, only check to see if it is bound. | |
3439 | |
3440 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
3441 | |
3442 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
3443 Don't output messages. | |
3444 | |
3445 * calc/calc-help.el (calc-describe-bindings): Fix last change. | |
3446 | |
3447 2004-10-21 John Paul Wallington <jpw@gnu.org> | |
3448 | |
3449 * calc/calc-graph.el (calc-graph-init): | |
3450 Use `set-process-query-on-exit-flag'. | |
3451 | |
3452 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org> | |
3453 | |
3454 * progmodes/compile.el (compilation-start): Rely on `cd' to get | |
3455 dir right and also allow argumentless cd. | |
3456 | |
3457 2004-10-19 Richard M. Stallman <rms@gnu.org> | |
3458 | |
3459 * textmodes/flyspell.el (flyspell-mode): Doc fix. | |
3460 | |
3461 * eshell/em-unix.el (eshell-grep): | |
3462 Don't bind compilation-process-setup-function. | |
3463 | |
3464 * comint.el (comint-insert-input): Use @ in `interactive'. | |
3465 (comint-input-filter-functions): Doc fix. | |
3466 (comint-kill-whole-line, comint-get-source): Doc fix. | |
3467 | |
3468 * progmodes/compile.el (compilation-setup): | |
3469 Don't set buffer-read-only if MINOR is non-nil. | |
3470 | |
3471 2004-10-19 Jay Belanger <belanger@truman.edu> | |
3472 | |
3473 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch) | |
3474 (calc-emacs-type-gnu19): Remove. | |
3475 (calc-digit-map, calc-read-key-sequence, calc-read-key): | |
3476 Remove check for old emacs versions. | |
3477 | |
3478 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check. | |
3479 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map' | |
3480 for current Emacs. | |
3481 | |
3482 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at | |
3483 the end of the minibuffer. | |
3484 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to | |
3485 copy `esc-map'. | |
3486 | |
3487 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check. | |
3488 | |
3489 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error | |
3490 call that would be given when the current emacs was used. | |
3491 | |
3492 2004-10-19 Ulf Jasper <ulf.jasper@web.de> | |
3493 | |
3494 * calendar/icalendar.el: Set coding to utf-8. | |
3495 (icalendar-version): Increase to 0.07. | |
3496 (icalendar-monthnumber-table): Change March pattern. | |
3497 (icalendar-get-all-event-properties) | |
3498 (icalendar-set-event-property): Delete. | |
3499 (icalendar-all-events): No longer interactive. | |
3500 (icalendar-convert-diary-to-ical) | |
3501 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to | |
3502 their replacements. | |
3503 (icalendar-export-file, icalendar-export-region): New functions; | |
3504 essentially old `icalendar-convert-diary-to-ical' but appending to | |
3505 target rather than overwriting. | |
3506 (icalendar-import-file): Append to target file rather than | |
3507 overwriting. Fourth arg deleted. | |
3508 (icalendar-import-buffer): New name for old | |
3509 `icalendar-extract-ical-from-buffer'. | |
3510 (icalendar--convert-string-for-import): New name for | |
3511 old `icalendar-convert-for-import'. | |
3512 (include-icalendar-files): Delete. | |
3513 Prefix for all internal functions changed from `icalendar-' | |
3514 to `icalendar--'. | |
3515 | |
3516 2004-10-19 Richard M. Stallman <rms@gnu.org> | |
3517 | |
3518 * paths.el (news-path): Fix previous change. | |
3519 | |
3520 2004-10-18 Jay Belanger <belanger@truman.edu> | |
3521 | |
3522 * calc/calc-help.el (calc-describe-bindings): | |
3523 Set `buffer-read-only' to nil while working in the keybindings buffer; | |
3524 remove some extra information from the keybindings buffer. | |
3525 | |
3526 2004-10-18 David Ponce <david@dponce.com> | |
3527 | |
3528 * mouse.el (mouse-drag-move-window-top): New function. | |
3529 (mouse-drag-mode-line-1): Use it. | |
3530 | |
3531 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org> | |
3532 | |
3533 * info.el (Info-fontify-node): For multiline refs, | |
3534 arrange to unfontify newline and surrounding whitespace. | |
3535 | |
3536 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
3537 | |
3538 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log | |
3539 directory is missing. | |
3540 | |
3541 2004-10-17 John Paul Wallington <jpw@gnu.org> | |
3542 | |
3543 * ibuffer.el (ibuffer-default-display-maybe-show-predicates): | |
3544 New customizable variable; whether to display buffers that match | |
3545 `ibuffer-maybe-show-predicates' by default. | |
3546 (ibuffer-maybe-show-predicates): Mention it in docstring. | |
3547 (ibuffer-display-maybe-show-predicates): New variable. | |
3548 (ibuffer-update): Prefix arg now toggles whether buffers that | |
3549 match `ibuffer-maybe-show-predicates' should be displayed. | |
3550 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates' | |
3551 locally to heed `ibuffer-default-display-maybe-show-predicates'. | |
3552 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'. | |
3553 | |
3554 2004-10-17 Michael Albinus <michael.albinus@gmx.de> | |
3555 | |
3556 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not | |
3557 work correctly. | |
3558 | |
3559 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org> | |
3560 | |
3561 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion. | |
3562 (Buffer-menu-beginning): New helper function. | |
3563 (Buffer-menu-execute): Use it. | |
3564 (Buffer-menu-select): Use it. | |
3565 (Buffer-menu-sort): Use it and also keep markers. | |
3566 | |
3567 2004-10-17 Richard M. Stallman <rms@gnu.org> | |
3568 | |
3569 * paths.el (news-directory): Rename from news-path. Old name alias. | |
3570 (rmail-spool-directory): Use defvar. | |
3571 (sendmail-program): Use defcustom. | |
3572 (remote-shell-program): Use defcustom. | |
3573 (term-file-prefix): Use defvar. | |
3574 (abbrev-file-name): Use defvar. | |
3575 | |
3576 * term.el: Add maintainer. | |
3577 | |
3578 * subr.el (with-local-quit): Return nil if there's a quit. | |
3579 (read-passwd): Use with-local-quit. Doc fix. | |
3580 | |
3581 * strokes.el (strokes-list-strokes): Don't try to delete char at eob. | |
3582 (strokes-unload-hook): Set as a variable with add-hook. | |
3583 | |
3584 * startup.el (fancy-splash-tail, normal-splash-screen): | |
3585 Update copyright year. | |
3586 | |
3587 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook. | |
3588 | |
3589 * server.el (server-unload-hook): Set as a variable with add-hook. | |
3590 | |
3591 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar. | |
3592 | |
3593 * frame.el (special-display-popup-frame): | |
3594 Make the buffer current as its frame is created. | |
3595 | |
3596 * delsel.el (delsel-unload-hook): Set as a variable. | |
3597 | |
3598 * comint.el (comint-output-filter-functions): | |
3599 Add comint-watch-for-password-prompt. | |
3600 (comint-read-noecho): Function deleted. | |
3601 (send-invisible): Use read-passwd. | |
3602 | |
3603 * fringe.el (fringe-mode-initialize): New function. | |
3604 (fringe-mode): Use fringe-mode-initialize as :initialize. | |
3605 | |
3606 2004-10-17 Kim F. Storm <storm@cua.dk> | |
3607 | |
3608 * language/indian.el (indian-script-language-alist): Swap value | |
3609 and doc. | |
3610 (indian-font-char-index-table): Doc fix. | |
3611 | |
3612 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
3613 | |
3614 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name. | |
3615 | |
3616 2004-10-16 Juri Linkov <juri@jurta.org> | |
3617 | |
3618 * progmodes/compile.el (compilation-start): Move let-binding of | |
3619 `process-environment' into `with-current-buffer' body. | |
3620 Reported by Matt Hodges <MPHodges@member.fsf.org>. | |
3621 | |
3622 2004-10-16 Richard M. Stallman <rms@gnu.org> | |
3623 | |
3624 * pcvs-util.el (cvs-bury-buffer): | |
3625 Don't call get-buffer-window for effect. | |
3626 | |
3627 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t. | |
3628 | |
3629 * newcomment.el (comment-auto-fill-only-comments): Add autoload. | |
3630 | |
3631 * msb.el (msb-unload-hook): Set the variable. | |
3632 | |
3633 * mouse.el (mouse-yank-at-click, mouse-yank-secondary): | |
3634 Use * to err if buffer is readonly. | |
3635 | |
3636 * subr.el (looking-back): Return only t or nil. | |
3637 | |
3638 * whitespace.el (whitespace-unload-hook): Set the variable. | |
3639 | |
3640 * view.el (view-mode-enable): Set view-page-size and | |
3641 view-half-page-size to nil. | |
3642 (view-set-half-page-size-default): view-half-page-size = nil | |
3643 means the default. | |
3644 (View-scroll-page-forward): Use view-page-size-default. | |
3645 (View-scroll-page-backward): Likewise. | |
3646 (view-page-size, view-half-page-size): Doc fixes. | |
3647 | |
3648 * emacs-lisp/elp.el (elp-unload-hook): Set the variable. | |
3649 | |
3650 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it. | |
3651 | |
3652 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process | |
3653 "cl" like other files. Instead, call byte-compile-find-cl-functions. | |
3654 (byte-compile-log-1): Bind inhibit-read-only. | |
3655 (byte-compile-warning-prefix, byte-compile-log-file): Likewise. | |
3656 (byte-compile-log-warning): Likewise. | |
3657 (byte-compile-file-form-require): Detect "cl" from the arg value. | |
3658 | |
3659 * progmodes/compile.el (compilation-start): Assume compilation-mode | |
3660 will make the buffer read-only. | |
3661 (compilation-mode): Take arg name-of-mode. | |
3662 (compilation-setup): Make buffer read-only. | |
3663 (compilation-handle-exit): Bind inhibit-read-only. | |
3664 | |
3665 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings. | |
3666 (ispell-message): Likewise. | |
3667 (ispell-show-choices): Don't call get-buffer-window uselessly. | |
3668 (ispell-init-process): Use set-process-query-on-exit-flag. | |
3669 | |
3670 2004-10-16 Kim F. Storm <storm@cua.dk> | |
3671 | |
3672 * fringe.el (fringe-bitmaps): Only initialize when defined. | |
3673 | |
3674 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add. | |
3675 (cvs-mode-find-file): Add optional `view' arg to enter view mode. | |
3676 | |
3677 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file. | |
3678 | |
3679 2004-10-15 Simon Josefsson <jas@extundo.com> | |
3680 | |
3681 * net/password.el: Add. | |
3682 | |
3683 2004-10-14 Masatake YAMATO <jet@gyve.org> | |
3684 | |
3685 * progmodes/gud.el (gdb-script-beginning-of-defun): New function. | |
3686 (gdb-script-end-of-defun): New function. | |
3687 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and | |
3688 `gdb-script-end-of-defun' as *-of-defun-function. | |
3689 | |
3690 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org> | |
3691 | |
3692 * button.el (button-activate): Allow a marker to display as an action. | |
3693 | |
3694 * help-fns.el (describe-variable): Use it to make "below" a hyperlink. | |
3695 | |
3696 * help.el (describe-mode): Use it to make minor mode list into | |
3697 hyperlinks. | |
3698 | |
3699 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
3700 | |
3701 * vc.el (vc-annotate-display-select): Fix typo. | |
3702 | |
3703 * subr.el (substitute-key-definition-key): New function. | |
3704 (substitute-key-definition): Use it with map-keymap. | |
3705 (event-modifiers): Use push. | |
3706 (mouse-movement-p, with-temp-buffer): Simplify. | |
3707 | |
3708 2004-10-12 Jay Belanger <belanger@truman.edu> | |
3709 | |
3710 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list): | |
3711 New variables. | |
3712 (calc-help-index-entries): New function. | |
3713 (calc-describe-function): Use `calc-help-function-list' instead of | |
3714 obarray for completion. | |
3715 (calc-describe-variable): Use `calc-help-variable-list' instead | |
3716 of obarray for completion. | |
3717 | |
3718 2004-10-12 Richard M. Stallman <rms@gnu.org> | |
3719 | |
3720 * info-look.el (info-lookup-file): Add info-file property. | |
3721 (info-lookup-symbol): Likewise. | |
3722 | |
3723 * info.el (info-xref): Add underlining. | |
3724 (info): Add info-file property. | |
3725 (Info-find-emacs-command-nodes): Specify case-sensitive search. | |
3726 | |
3727 2004-10-12 Michael Albinus <michael.albinus@gmx.de> | |
3728 | |
3729 Sync with Tramp 2.0.45. | |
3730 | |
3731 * net/tramp.el (top): Apply `def-edebug-spec' only if function is | |
3732 defined. This is not the case for XEmacs without package "edebug". | |
3733 (tramp-set-auto-save-file-modes): Set permissions of autosaved | |
3734 remote files to the permissions of the original file. This is not | |
3735 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to | |
3736 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>. | |
3737 (tramp-perl-decode): Fix an error in Perl implementation. | |
3738 $pending must be cleared every loop. Reported by Benjamin Place | |
3739 <benjaminplace@sprintmail.com> | |
3740 | |
3741 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): | |
3742 Don't activate advice during definition. This is done later on, | |
3743 depending on test result of `substitute-in-file-name'. | |
3744 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. | |
3745 | |
3746 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
3747 | |
3748 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message. | |
3749 | |
3750 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating. | |
3751 | |
3752 2004-10-12 David Ponce <david@dponce.com> | |
3753 | |
3754 * recentf.el (recentf-edit-list): Update the menu when the recentf | |
3755 list has been modified. | |
3756 | |
3757 2004-10-12 Simon Josefsson <jas@extundo.com> | |
3758 | |
3759 * net/tls.el (tls-certtool-program): New variable. | |
3760 (tls-certificate-information): New function, based on | |
3761 ssl-certificate-information. | |
3762 | |
3763 2004-10-12 Kenichi Handa <handa@m17n.org> | |
3764 | |
3765 * international/mule.el (coding-system-equal): Move from mule-util.el. | |
3766 | |
3767 * international/mule-util.el (coding-system-equal): Move to mule.el. | |
3768 | |
3769 2004-10-12 Kim F. Storm <storm@cua.dk> | |
3770 | |
3771 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and | |
3772 reset kmacro-initial-counter-value if set. | |
3773 (kmacro-set-counter): Only set kmacro-counter if defining or executing | |
3774 macro. Set kmacro-initial-counter-value otherwise. Never set both. | |
3775 (kmacro-display): Show macro counter if non-zero. | |
3776 | |
3777 * subr.el (substitute-key-definition): Mention command remapping | |
3778 in doc string. | |
3779 | |
3780 2004-10-11 Jay Belanger <belanger@truman.edu> | |
3781 | |
3782 * calc/calc-misc.el (calc-info-goto-node): New function. | |
3783 (calc-tutorial, calc-info-summary): Go to appropriate Calc info | |
3784 node in one step. | |
3785 (calc-describe-copying, calc-describe-distribution) | |
3786 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key): | |
3787 Go to appropriate info node in one step. | |
3788 | |
3789 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
3790 | |
3791 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var. | |
3792 | |
3793 * font-lock.el (font-lock-apply-highlight): Fix last change. | |
3794 | |
3795 2004-10-11 Simon Josefsson <jas@extundo.com> | |
3796 | |
3797 * mail/smtpmail.el (smtpmail-open-stream): Look for | |
3798 starttls-gnutls-program instead of starttls-program iff | |
3799 starttls-use-gnutls is non-nil. | |
3800 (smtpmail-open-stream): Don't overwrite user settings of | |
3801 starttls-extra-arguments and starttls-extra-args. | |
3802 | |
3803 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
3804 | |
3805 * comint.el (comint-mouse-insert-input): Remove. | |
3806 (comint-insert-input): Make it work for mouse bindings. | |
3807 (comint-mode-map): Move defs into the declaration. | |
3808 (comint-output-filter): Typo. | |
3809 | |
3810 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change. | |
3811 | |
3812 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net> | |
3813 | |
3814 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable. | |
3815 (ange-ftp-call-chmod): Reference remote-shell-program instead of | |
3816 ange-ftp-remote-shell. | |
3817 | |
3818 2004-10-10 Andreas Schwab <schwab@suse.de> | |
3819 | |
3820 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize | |
3821 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'. | |
3822 Reported by <sri@asu.edu>. | |
3823 | |
3824 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us> | |
3825 | |
3826 * vc.el (vc-annotate-mode): Remove variable. | |
3827 (vc-annotate-display-select): Only call vc-annotate-mode | |
3828 if we're not in that mode already. | |
3829 | |
3830 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
3831 | |
3832 * imenu.el (imenu--completion-buffer): Don't return t for rescan. | |
3833 (imenu-choose-buffer-index): Check here for rescan instead. | |
3834 | |
3835 * font-lock.el (font-lock-apply-highlight): Explicitly check the case | |
3836 where the face expression evals to nil. | |
3837 | |
3838 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun. | |
3839 (tex-font-lock-keywords-2): Use it. | |
3840 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment. | |
3841 | |
3842 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes. | |
3843 | |
3844 2004-10-09 Kim F. Storm <storm@cua.dk> | |
3845 | |
3846 * subr.el (progress-reporter-update): Define before first usage. | |
3847 (make-progress-reporter): Doc fix. | |
3848 | |
3849 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
3850 | |
3851 * textmodes/paragraphs.el (sentence-end-double-space) | |
3852 (sentence-end-without-period, sentence-end-without-space) | |
3853 (sentence-end): Doc fixes. | |
3854 | |
3855 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change) | |
3856 | |
3857 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): | |
3858 Change paragraph-start regexp so we don't fill code starting with #'(. | |
3859 | |
3860 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change) | |
3861 | |
3862 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): | |
3863 New defcustom. | |
3864 (extract-address-components): Use it. | |
3865 | |
3866 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net> | |
3867 | |
3868 * subr.el (make-progress-reporter, progress-reporter-update) | |
3869 (progress-reporter-force-update, progress-reporter-do-update) | |
3870 (progress-reporter-done): New functions. | |
3871 | |
3872 * tar-mode.el (tar-summarize-buffer): Use progress reporter. | |
3873 | |
3874 * progmodes/etags.el (etags-tags-completion-table): Use progress | |
3875 reporter. | |
3876 (etags-tags-apropos): Likewise. | |
3877 | |
3878 2004-10-08 Alan Mackenzie <acm@muc.de> | |
3879 | |
3880 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end | |
3881 of current line. | |
3882 | |
3883 2004-10-08 Masatake YAMATO <jet@gyve.org> | |
3884 | |
3885 * server.el (server-process-filter): Wrap `process-send-region' | |
3886 by `condition-case' to guard the case when the pipe to PROC is closed. | |
3887 | |
3888 2004-10-07 Mark A. Hershberger <mah@everybody.org> | |
3889 | |
3890 * xml.el (xml-substitute-special): Limit handling of external entities. | |
3891 | |
3892 2004-10-06 Nick Roberts <nickrob@snap.net.nz> | |
3893 | |
3894 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue. | |
3895 | |
3896 2004-10-06 John Paul Wallington <jpw@gnu.org> | |
3897 | |
3898 * xml.el (xml-parse-dtd): Fix `error' call. | |
3899 | |
3900 2004-10-05 Mark A. Hershberger <mah@everybody.org> | |
3901 | |
3902 * xml.el (xml-substitute-special): Return a single string instead | |
3903 of a list of strings if an entity substitution is made. | |
3904 | |
3905 2004-10-05 Ulf Jasper <ulf.jasper@web.de> | |
3906 | |
3907 * calendar/icalendar.el: New file. | |
3908 | |
3909 2004-10-05 Juri Linkov <juri@jurta.org> | |
3910 | |
3911 * isearch.el (isearch-done): Set mark after running hook. | |
3912 Reported by Drew Adams <drew.adams@oracle.com>. | |
3913 | |
3914 * info.el (Info-history, Info-toc): Fix Info headers. | |
3915 (Info-toc): Narrow buffer before Info-fontify-node. | |
3916 (Info-build-toc): Don't check for special Info file names. | |
3917 Set main-file to nil if Info-find-file returns a symbol. | |
3918 | |
3919 2004-10-05 Emilio C. Lopes <eclig@gmx.net> | |
3920 | |
3921 * calendar/calendar.el (calendar-goto-iso-week): Add autoload. | |
3922 (calendar-mode-map): Add binding for `calendar-goto-iso-week'. | |
3923 * calendar/cal-menu.el (calendar-mode-map): Ditto. | |
3924 | |
3925 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3926 | |
3927 * calendar/cal-iso.el (calendar-iso-read-args): New function, | |
3928 for old interactive spec from calendar-goto-iso-date. | |
3929 (calendar-goto-iso-date): Use it. | |
3930 (calendar-goto-iso-week): New function. Suggested by Emilio | |
3931 C. Lopes <eclig@gmx.net>. | |
3932 | |
3933 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> | |
3934 | |
3935 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and | |
3936 `set-right-margin' bindings that follow the minor mode conventions. | |
3937 | |
3938 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
3939 | |
3940 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32. | |
3941 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'. | |
3942 (latex-block-args-alist): Add minipage and picture. | |
3943 (latex-block-body-alist): Use reftex-label if enabled. | |
3944 (latex-insert-block): Don't insert a \n if not necessary. | |
3945 (tex-compile-commands): Make sure dvips doesn't send to printer. | |
3946 (tex-compile-default): Handle the case where no executable is found. | |
3947 (latex-noindent-environments): New var. | |
3948 (latex-find-indent): Use it. Take an empty line as an arg-breaker. | |
3949 If tex-indent-allhanging is non-nil, make sure we only align for macros | |
3950 at beginning of line. | |
3951 | |
3952 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org> | |
3953 | |
3954 * newcomment.el (comment-beginning): Doc fix and don't choke on | |
3955 unset `comment-end-skip' when at beginning of comment. | |
3956 | |
3957 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu> | |
3958 | |
3959 * term.el (term-adjust-current-row-cache): Don't allow the current | |
3960 row to become negative. | |
3961 (term-emulate-terminal): Fix insert mode. Handle tab insertion at | |
3962 the end of the line. Fix scroll down. Add comments. | |
3963 (term-handle-ansi-escape): Don't exceed terminal width when moving | |
3964 right. | |
3965 (term-scroll-region): Move the cursor after setting the scroll region. | |
3966 | |
3967 2004-10-01 Luc Teirlinck <teirllm@auburn.edu> | |
3968 | |
3969 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg | |
3970 to `width' for consistency with docstring. Doc fix. | |
3971 | |
3972 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org> | |
3973 | |
3974 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it. | |
3975 This is necessary for derived modes. | |
3976 | |
3977 2004-09-30 Kim F. Storm <storm@cua.dk> | |
3978 | |
3979 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add. | |
3980 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form. | |
3981 | |
3982 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and | |
3983 kmacro-extract-lambda functions. | |
3984 (edit-kbd-macro): Handle kmacro lambda forms. | |
3985 Include counter and counter format in edit buffer. | |
3986 (edmacro-finish-edit): Get counter and format from edit buffer and | |
3987 update kmacro bindings when found. | |
3988 | |
3989 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> | |
3990 | |
3991 * textmodes/paragraphs.el (forward-paragraph): | |
3992 Avoid args-out-of-range error when point winds up at the beginning of | |
3993 the buffer and hard newlines are enabled. | |
3994 | |
3995 * newcomment.el (comment-multi-line): Doc fix. | |
3996 | |
3997 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
3998 | |
3999 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit. | |
4000 (diff-fixup-modifs): Catch unified-diff file-headers. | |
4001 | |
4002 2004-09-29 Kim F. Storm <storm@cua.dk> | |
4003 | |
4004 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap. | |
4005 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage. | |
4006 (gdb-put-breakpoint-icon): Use breakpoint bitmap. | |
4007 | |
4008 * fringe.el (fringe-bitmap-p): New macro. | |
4009 (fringe-bitmaps): Add standard fringe bitmaps on load. | |
4010 | |
4011 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
4012 | |
4013 * dired.el (dired-view-command-alist): Use more efficient regexps. | |
4014 Remove dubious arguments. | |
4015 (dired-align-file): New function. | |
4016 (dired-insert-directory): Use it. | |
4017 (dired-move-to-end-of-filename): Make the " -> " search more specific. | |
4018 (dired-buffers-for-dir): Remove unused var `pattern'. | |
4019 | |
4020 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> | |
4021 | |
4022 * calendar/diary-lib.el (list-diary-entries): Save diary buffer | |
4023 from diary display excursion. Store diary buffer's point for | |
4024 `simple-diary-display'. | |
4025 (simple-diary-display): Set window point and start when | |
4026 displaying buffer, to preserve point. | |
4027 | |
4028 2004-09-27 Luc Teirlinck <teirllm@auburn.edu> | |
4029 | |
4030 * textmodes/enriched.el (enriched-translations): Replace defconst | |
4031 with defvar. | |
4032 | |
4033 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
4034 | |
4035 * printing.el: Doc fix. | |
4036 (pr-version): New version number (6.8.1). | |
4037 (pr-ps-file-using-ghostscript): Use make-temp-file instead of | |
4038 make-temp-name. | |
4039 (pr-delete-file): Check if file exists before deleting it. | |
4040 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>. | |
4041 | |
4042 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
4043 | |
4044 * term.el (term-display-table): New variable. | |
4045 (term-mode): Use it. | |
4046 (term-exec-1): Set the coding system to binary. | |
4047 (term-emulate-terminal): Decode the string before inserting it. | |
4048 | |
4049 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> | |
4050 | |
4051 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) | |
4052 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars. | |
4053 (map): Bind S-prior, S-next and S-insert. | |
4054 (term-mode): Set `indent-tabs-mode' to nil. | |
4055 (term-paste): New function to be bound to S-insert. | |
4056 (term-send-del, term-send-backspace): Change the strings sent. | |
4057 (term-termcap-format): Synchronize with etc/e/eterm.ti. | |
4058 (term-handle-colors-array): Fix handling of underline and reverse. | |
4059 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments. | |
4060 (term-erase-in-line): Fix comparison. | |
4061 (term-emulate-terminal): Fix line wrap handling. | |
4062 (term-start-output-log): Rename from `term-set-output-log'. | |
4063 (term-stop-output-log): Rename from `term-stop-photo'. | |
4064 (term-switch-to-alternate-sub-buffer): Comment out, unused. | |
4065 | |
4066 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
4067 | |
4068 * dired.el (dired-move-to-filename): Don't output a message if | |
4069 raise-error is non-nil. Fix return position and value. | |
4070 | |
4071 * files.el (insert-directory): Obey --dired even with symlinks. | |
4072 | |
4073 2004-09-25 Lars Hansen <larsh@math.ku.dk> | |
4074 | |
4075 * ls-lisp.el (ls-lisp-format): Mark file names with property | |
4076 dired-filename. | |
4077 | |
4078 2004-09-25 Kim F. Storm <storm@cua.dk> | |
4079 | |
4080 * ido.el (ido-max-directory-size): New defcustom. | |
4081 (ido-decorations): Add "too big" element. | |
4082 (ido-directory-too-big): New dynamic var. | |
4083 (ido-may-cache-directory): Don't cache big directories. | |
4084 (ido-directory-too-big-p): New defun. | |
4085 (ido-set-current-directory): Update ido-directory-too-big. | |
4086 (ido-read-internal): Make empty ido-cur-item if too-big. | |
4087 (ido-buffer-internal): Use ido-read-internal directly instead of | |
4088 ido-read-buffer. | |
4089 (ido-file-internal): Init ido-directory-too-big. | |
4090 (ido-complete): <TAB> If ido-directory-too-big is set, clear it, | |
4091 and redo completion with full list. | |
4092 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear | |
4093 it, and show completions. | |
4094 (ido-all-completions): Let bind ido-directory-too-big to nil. | |
4095 (ido-exhibit): Handle ido-directory-too-big. | |
4096 (ido-read-buffer): Handle fallback to read-buffer. | |
4097 Init ido-directory-too-big. | |
4098 (ido-read-file-name, ido-read-directory-name, ido-completing-read): | |
4099 Init ido-directory-too-big. | |
4100 | |
4101 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | |
4102 | |
4103 * subr.el (delay-mode-hooks): Doc fix. | |
4104 | |
4105 2004-09-23 Luc Teirlinck <teirllm@auburn.edu> | |
4106 | |
4107 * textmodes/enriched.el | |
4108 (enriched-default-text-properties-local-flag): New variable. | |
4109 (enriched-mode): Make sure that enabling and disabling the mode is | |
4110 a no-op. Doc fix. | |
4111 | |
4112 2004-09-23 HÃ¥kon Malmedal <hmalmedal@yahoo.no> (tiny change) | |
4113 | |
4114 * calendar/holidays.el (holiday-advent): Report on a specified day | |
4115 offset from advent, not just advent. | |
4116 (holiday-easter-etc): Report on one specified day offset from | |
4117 easter, not all easter holidays. Various Easter holidays moved to | |
4118 `christian-holidays' variable in calendar.el. | |
4119 * calendar/calendar.el (christian-holidays): Adapt for new | |
4120 behavior of `holiday-advent' and `holiday-easter-etc' functions. | |
4121 | |
4122 2004-09-23 Kim F. Storm <storm@cua.dk> | |
4123 | |
4124 * image.el (insert-sliced-image): Add doc string. | |
4125 | |
4126 * ido.el (ido-choice-list): New dynamic var for `list' context. | |
4127 (ido-context-switch-command): New dynamic var. | |
4128 (ido-define-mode-map): Generalize switch between file/buffer contexts. | |
4129 (ido-read-internal): Handle new `list' context. | |
4130 Handle insert-buffer and insert-file ido-exit values. | |
4131 (ido-buffer-internal): New arg switch-cmd. Use it to setup | |
4132 ido-context-switch-command. Handle insert-file ido-exit value. | |
4133 (ido-read-buffer): Set ido-context-switch-command to 'ignore | |
4134 unless it is already bound by caller. | |
4135 (ido-file-internal): New arg switch-cmd. Use it to setup | |
4136 ido-context-switch-command. Handle insert-buffer ido-exit value. | |
4137 (ido-enter-insert-buffer, ido-enter-insert-file): New commands | |
4138 used for context switching. | |
4139 (ido-all-completions): Handle new `list' context. | |
4140 (ido-make-choice-list): Return choices for `list' context. | |
4141 (ido-find-file-in-dir, ido-display-file, ido-write-file) | |
4142 (ido-display-buffer, ido-kill-buffer): Disable context switching. | |
4143 (ido-insert-buffer, ido-insert-file): Setup context switching. | |
4144 (ido-exhibit): Handle `list' context. | |
4145 (ido-read-file-name): Disable context switching. Handle fallback. | |
4146 (ido-read-directory-name): Disable context switching. | |
4147 (ido-completing-read): New defun like completing-read. Setup and | |
4148 use new `list' context. | |
4149 | |
4150 2004-09-20 Jesper Harder <harder@ifa.au.dk> | |
4151 | |
4152 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer. | |
4153 | |
4154 2004-09-21 Jay Belanger <belanger@truman.edu> | |
4155 | |
4156 * calc/calc-graph.el (calc-graph-add-curve): Move the call to | |
4157 `calc-graph-set-styles' so the gnuplot buffer will appear in a | |
4158 separate window. | |
4159 | |
4160 2004-09-21 Luc Teirlinck <teirllm@auburn.edu> | |
4161 | |
4162 * subr.el (after-change-major-mode-hook): Doc fix. | |
4163 | |
4164 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
4165 | |
4166 * printing.el: Doc fix. Add a new tip about the use of gsprint instead | |
4167 of ghostscript for monochrome PostScript file in Windows. | |
4168 | |
4169 2004-09-21 Kenichi Handa <handa@m17n.org> | |
4170 | |
4171 * descr-text.el (describe-char): Checking of quail activation fixed. | |
4172 | |
4173 2004-09-21 Jay Belanger <belanger@truman.edu> | |
4174 | |
4175 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes. | |
4176 | |
4177 2004-09-20 Luc Teirlinck <teirllm@auburn.edu> | |
4178 | |
4179 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook' | |
4180 after the mode hooks instead of before. Doc fix. | |
4181 | |
4182 2004-09-20 Jason Rumney <jasonr@gnu.org> | |
4183 | |
4184 * startup.el (command-line) [windows-nt]: Try .emacs first, then | |
4185 _emacs, but revert to .emacs if neither exists in home directory. | |
4186 | |
4187 2004-09-20 John Paul Wallington <jpw@gnu.org> | |
4188 | |
4189 * bindings.el (completion-ignored-extensions): Add .dfsl. | |
4190 | |
4191 2004-09-20 Richard M. Stallman <rms@gnu.org> | |
4192 | |
4193 * bindings.el (scroll-left): Make it disabled. | |
4194 | |
4195 * files.el (enable-local-eval): Doc fix. | |
4196 | |
4197 * indent.el (move-to-left-margin): Special case for minibuffer. | |
4198 | |
4199 * term.el (term-emulate-terminal): Turn off undo for output. | |
4200 Use with-current-buffer and save-selected-window. | |
4201 | |
4202 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix. | |
4203 | |
4204 * progmodes/make-mode.el (makefile-fill-paragraph): | |
4205 Don't insist on spaces when looking for comments. # is enough. | |
4206 | |
4207 * files.el (hack-local-variables): Copy the variables list | |
4208 to another buffer, strip prefixes and suffixes there, then read. | |
4209 (enable-local-eval): Doc fix. | |
4210 (ignored-local-variables): Initialize to nil. | |
4211 (risky-local-variable-p): Don't check ignored-local-variables here. | |
4212 (hack-one-local-variable): Ignore var if in ignored-local-variables. | |
4213 | |
4214 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu> | |
4215 | |
4216 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax | |
4217 of = to "." (punctuation). | |
4218 | |
4219 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
4220 | |
4221 * subr.el (event-basic-type): Fix mask (extend to 22bits). | |
4222 | |
4223 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> | |
4224 | |
4225 * textmodes/enriched.el (enriched-rerun-flag): New variable. | |
4226 (enriched-before-change-major-mode): New function. | |
4227 Add it to `change-major-mode-hook'. | |
4228 (enriched-after-change-major-mode): New function. | |
4229 Add it to `after-change-major-mode-hook'. | |
4230 (enriched-mode): Make it work correctly if called from | |
4231 `after-change-major-mode-hook'. | |
4232 No longer set `indent-line-function'. | |
4233 | |
4234 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'. | |
4235 | |
4236 * subr.el (after-change-major-mode-hook): New variable. | |
4237 (run-mode-hooks): Implement it. | |
4238 | |
4239 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
4240 | |
4241 * battery.el (battery-linux-proc-apm): Use string-to-number. | |
4242 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir. | |
4243 Use dolist (and less indentation). Use erase-buffer. | |
4244 Pre-initialize `design-capacity', `warn', and `low'. | |
4245 (battery-format): Use replace-regexp-in-string. | |
4246 | |
4247 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org> | |
4248 | |
4249 * battery.el: Delete superfluous empty lines. | |
4250 (battery-linux-proc-acpi): Attempt to gather information from all | |
4251 battery subdirectories regardless of their file name. | |
4252 (battery-linux-proc-apm): Replace all occurrences of | |
4253 battery-hex-to-int-2 with string-to-int (base 16). | |
4254 (battery-hex-to-int-2, battery-hex-to-int): Delete functions. | |
4255 (battery-hex-map): Delete variable. | |
4256 | |
4257 2004-09-18 John Paul Wallington <jpw@gnu.org> | |
4258 | |
4259 * calc/calc-units.el (calc-quick-units): Fix overzealous | |
4260 s/or/unless/. | |
4261 | |
4262 2004-09-17 Jay Belanger <belanger@truman.edu> | |
4263 | |
4264 * calc/calc.el (calc-mode-var-list): Fix the value of | |
4265 `calc-matrix-brackets'. | |
4266 | |
4267 2004-09-17 Romain Francoise <romain@orebokech.com> | |
4268 | |
4269 * ibuf-ext.el (define-ibuffer-filter filename): | |
4270 Expand dired-directory since buffer-file-name is absolute. | |
4271 | |
4272 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu> | |
4273 | |
4274 * ediff-init.el (ediff-current-diff-face-A) | |
4275 (ediff-current-diff-face-B, ediff-current-diff-face-C) | |
4276 (ediff-current-diff-face-Ancestor) | |
4277 (ediff-fine-diff-face-A, ediff-fine-diff-face-B) | |
4278 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor) | |
4279 (ediff-even-diff-face-A, ediff-even-diff-face-B) | |
4280 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor) | |
4281 (ediff-odd-diff-face-A, ediff-odd-diff-face-B) | |
4282 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor): | |
4283 Use min-colors. | |
4284 | |
4285 * term.el (term-down): Perform vertical motion if DOWN is negative. | |
4286 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally. | |
4287 (term-termcap-format): Synchronize with the eterm terminfo entry | |
4288 in etc/e/eterm.ti. | |
4289 (term-handle-colors-array): If the current foreground or | |
4290 background are zero (i.e. unspecified), use the foreground and | |
4291 background of the default face for reverse video. | |
4292 (term-ansi-at-eval-string, term-ansi-default-fg) | |
4293 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable. | |
4294 (term-mem): Delete unused function. | |
4295 (term-protocol-version): Increment. | |
4296 (term-current-face): Set to default. | |
4297 | |
4298 2004-09-15 Jay Belanger <belanger@truman.edu> | |
4299 | |
4300 * calc/calc.el (calc-mode-var-list): Define this variable. | |
4301 (calc-always-load-extensions, calc-line-numbering) | |
4302 (calc-line-breaking, calc-display-just, calc-display-origin) | |
4303 (calc-number-radix, calc-leading-zeros, calc-group-digits) | |
4304 (calc-group-char, calc-point-char, calc-frac-format) | |
4305 (calc-prefer-frac, calc-hms-format, calc-date-format) | |
4306 (calc-float-format, calc-full-float-format, calc-complex-format) | |
4307 (calc-complex-mode, calc-infinite-mode, calc-display-strings) | |
4308 (calc-matrix-just, calc-break-vectors, calc-full-vectors) | |
4309 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets) | |
4310 (calc-matrix-brackets, calc-language, calc-language-option) | |
4311 (calc-left-label, calc-right-label, calc-word-size) | |
4312 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute) | |
4313 (calc-display-raw, calc-internal-prec, calc-angle-mode) | |
4314 (calc-algebraic-mode, calc-incomplete-algebraic-mode) | |
4315 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix) | |
4316 (calc-window-height, calc-display-trail, calc-show-selections) | |
4317 (calc-use-selections, calc-assoc-selections) | |
4318 (calc-display-working-message, calc-auto-why, calc-timing) | |
4319 (calc-mode-save-mode, calc-standard-date-formats) | |
4320 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode) | |
4321 (calc-user-parse-tables, calc-gnuplot-default-device) | |
4322 (calc-gnuplot-default-output, calc-gnuplot-print-device) | |
4323 (calc-gnuplot-print-output, calc-gnuplot-geometry) | |
4324 (calc-graph-default-resolution, calc-graph-default-resolution-3d) | |
4325 (calc-invocation-macro, calc-show-banner): Give these values as | |
4326 part of `calc-mode-var-list's initialization after the variables | |
4327 are declared with defvar. | |
4328 (calc-bug-address): Change email address to send bug reports to. | |
4329 Change the maintainer address at the top. | |
4330 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather | |
4331 than "\\.emacs" to determine if it is the user-init-file. | |
4332 | |
4333 * calc/calc-embed.el (calc-embedded-set-modes): Use | |
4334 `calc-mode-var-list' correctly. | |
4335 | |
4336 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org> | |
4337 | |
4338 * vc.el (annotate-time): Document point handling. | |
4339 (vc-annotate-display-autoscale): Doc fix. | |
4340 | |
4341 2004-09-15 Miles Bader <miles@gnu.org> | |
4342 | |
4343 * generic.el (generic-make-keywords-list): Use symbol rather than | |
4344 word anchors in regexp. | |
4345 | |
4346 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu> | |
4347 | |
4348 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has | |
4349 no file name consider `dired-directory'. | |
4350 | |
4351 2004-09-14 Kim F. Storm <storm@cua.dk> | |
4352 | |
4353 * faces.el (cursor): Add face-no-inherit property. Doc fix. | |
4354 | |
4355 2004-09-14 Simon Josefsson <jas@extundo.com> | |
4356 | |
4357 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode. | |
4358 | |
4359 * textmodes/dns-mode.el: Add. | |
4360 | |
4361 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
4362 | |
4363 * novice.el (disabled-command-hook): Use shorthand for obsolescence. | |
4364 (disabled-command-function): Make the ?\ char more obvious. | |
4365 | |
4366 * vc-arch.el (vc-arch-root, vc-arch-registered): | |
4367 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root. | |
4368 | |
4369 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu> | |
4370 | |
4371 * windmove.el (windmove-frame-edges): Report coordinates of | |
4372 outside edges of frame, not inside edges. | |
4373 (windmove-coordinates-of-position): Convert into wrapper to new | |
4374 function `windmove-coordinates-of-window-position'; | |
4375 `compute-motion' always applies to selected window. | |
4376 (windmove-coordinates-of-position): Update documentation to refer | |
4377 to Emacs 21 Lisp Reference Manual. | |
4378 (windmove-find-other-window): Fix off-by-one errors for max x,y. | |
4379 | |
4380 2004-09-13 Kim F. Storm <storm@cua.dk> | |
4381 | |
4382 * isearch.el (isearch-resume-in-command-history): Rename from | |
4383 isearch-resume-enabled and change default to nil. | |
4384 | |
4385 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
4386 | |
4387 * vc-hooks.el (vc-ignore-dir-regexp): New var. | |
4388 (vc-registered): Use it. | |
4389 (vc-find-root): New fun. | |
4390 | |
4391 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | |
4392 Don't tell to use \\{...} when it's already done. | |
4393 | |
4394 * textmodes/bibtex.el (bibtex-generate-url-list): Change format. | |
4395 Provide a sample complex default. | |
4396 (bibtex-url, bibtex-font-lock-url): Adapt to new format. | |
4397 (bibtex-entry): Use mapc. | |
4398 | |
4399 2004-09-12 Kim F. Storm <storm@cua.dk> | |
4400 | |
4401 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message. | |
4402 | |
4403 * emulation/cua-rect.el (cua--rectangle-operation): Let bind | |
4404 inhibit-field-text-motion to t so rectangles work in comint buffers. | |
4405 | |
4406 * simple.el (choose-completion-string): Set buffer before running | |
4407 choose-completion-string-functions hook so it can be buffer-local. | |
4408 | |
4409 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org> | |
4410 | |
4411 * progmodes/compile.el (compilation-start): Parse command to see | |
4412 if it starts with a cd, and if so perform it for the *compilation* | |
4413 buffer. Change the header to reflect this. | |
4414 | |
4415 2004-09-11 Kim F. Storm <storm@cua.dk> | |
4416 | |
4417 * ido.el (ido-enable-dot-prefix): Doc fix. | |
4418 (ido-enable-dot-prefix): New defcustom. | |
4419 (ido-set-matches1): Use it. | |
4420 | |
4421 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
4422 | |
4423 * textmodes/bibtex.el (bibtex-mark-active) | |
4424 (bibtex-run-with-idle-timer): Move the `if' inside the defun. | |
4425 | |
4426 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
4427 | |
4428 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is | |
4429 used in a case insensitive environment. | |
4430 (bibtex-mode-map): Rearrange order of menus. | |
4431 (bibtex-quoted-string-re): Obsolete. | |
4432 (bibtex-complete-key-cleanup): Variable replaced by new function. | |
4433 (bibtex-font-lock-keywords): Use backquotes. | |
4434 (bibtex-font-lock-url-regexp): New internal variable. | |
4435 (bibtex-name-in-field): New optional arg remove-opt-alt to remove | |
4436 "OPT" and "ALT". | |
4437 (bibtex-insert-current-kill, bibtex-make-field) | |
4438 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless. | |
4439 (bibtex-parse-field-text): Simplify. | |
4440 (bibtex-string=): New helper function. | |
4441 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title. | |
4442 (bibtex-map-entries): Use bibtex-string=. | |
4443 (bibtex-search-entry): Use not. | |
4444 (bibtex-enclosing-field): Fix docstring. | |
4445 (bibtex-assoc-regexp): Obsolete. | |
4446 (bibtex-format-entry): Use assoc-string and bibtex-string=. | |
4447 (bibtex-autokey-get-names): Handle empty name field. | |
4448 (bibtex-parse-strings): Use assoc-string and unless. | |
4449 (bibtex-complete-string-cleanup): Expansion list is passed as an arg. | |
4450 Use assoc-string. | |
4451 (bibtex-pop): Simplify. | |
4452 (bibtex-mode): Set font-lock-extra-managed-props. | |
4453 (bibtex-entry-update): Use assoc-string. | |
4454 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD. | |
4455 (bibtex-autofill-entry): Use bibtex-string=. | |
4456 (bibtex-print-help-message): Simplify. | |
4457 (bibtex-find-entry): New optional arg START. | |
4458 (bibtex-validate): Use bibtex-string= and assoc-string. | |
4459 Do not call obsolete function compilation-parse-errors. | |
4460 (bibtex-remove-delimiters): Only remove delimiters if present. | |
4461 (bibtex-copy-entry-as-kill): Add docstring. | |
4462 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys. | |
4463 Detect duplicate keys if bibtex-maintain-sorted-entries is nil. | |
4464 (bibtex-complete): Use bibtex-predefined-month-strings, | |
4465 bibtex-string=, and new function bibtex-complete-key-cleanup. | |
4466 (bibtex-generate-url-list): New variable. | |
4467 (bibtex-url): New command bound to C-c C-l and mouse-2. | |
4468 (bibtex-url-map): New local keymap for bibtex-url-mouse. | |
4469 (bibtex-font-lock-url): New function. | |
4470 | |
4471 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
4472 | |
4473 * progmodes/grep.el (grep-mode): Remove unnecessary autoload. | |
4474 | |
4475 2004-09-09 Kim F. Storm <storm@cua.dk> | |
4476 | |
4477 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro | |
4478 counter and format with binding. | |
4479 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but | |
4480 the declared macro uses own macro counter and format. Give symbol | |
4481 kmacro property. | |
4482 (kmacro-keymap): Bind kmacro-name-last-macro to n. | |
4483 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro) | |
4484 (kmacro-end-and-call-macro): Doc fix. | |
4485 | |
4486 2004-09-09 Lars Hansen <larsh@math.ku.dk> | |
4487 | |
4488 * desktop.el (desktop-clear-preserve-buffers): | |
4489 Remove make-obsolete-variable. | |
4490 | |
4491 2004-09-08 Richard M. Stallman <rms@gnu.org> | |
4492 | |
4493 * buff-menu.el (list-buffers-noselect): Call format-mode-line | |
4494 with the buffer as argument. | |
4495 | |
4496 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
4497 | |
4498 * vc-arch.el (vc-arch-state): Fix parsing for `names' method. | |
4499 | |
4500 2004-09-08 Juri Linkov <juri@jurta.org> | |
4501 | |
4502 * replace.el (perform-replace): Use `query-replace-descr'. | |
4503 | |
4504 * cus-start.el (history-delete-duplicates): Specify customization. | |
4505 | |
4506 * diff-mode.el (diff-mode-map): | |
4507 * progmodes/compile.el (compilation-mode-map): | |
4508 * progmodes/grep.el (grep-mode-map): | |
4509 * replace.el (occur-mode-map): Rename `next-error-follow-mode' | |
4510 to `next-error-follow-minor-mode'. | |
4511 | |
4512 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
4513 | |
4514 * isearch.el (isearch-lazy-highlight-update): Take into account | |
4515 the case of zero-length match at the search bound. | |
4516 | |
4517 2004-09-08 Kim F. Storm <storm@cua.dk> | |
4518 | |
4519 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last | |
4520 change. Use zero width overlays when necessary. | |
4521 | |
4522 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4523 | |
4524 * subr.el (split-string): Docfix. | |
4525 | |
4526 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4527 | |
4528 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix. | |
4529 (display-call-tree): Ensure newline after caller/calls blocks. | |
4530 | |
4531 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4532 | |
4533 * startup.el (command-line-1): Make option | |
4534 --directory/-L modify `load-path' straight away. | |
4535 | |
4536 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4537 | |
4538 * progmodes/grep.el (grep-mode): Use normal autoload cookie. | |
4539 | |
4540 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4541 | |
4542 * emacs-lisp/autoload.el (make-autoload): | |
4543 Handle `define-compilation-mode'. | |
4544 | |
4545 * emacs-lisp/lisp-mode.el (define-compilation-mode): | |
4546 Specify `doc-string-elt' property. | |
4547 | |
4548 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4549 | |
4550 * bs.el (bs-mode): Doc fix. | |
4551 | |
4552 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4553 | |
4554 * info.el (Info-insert-dir): Fix temp buffer leak bug. | |
4555 | |
4556 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org> | |
4557 | |
4558 * play/blackbox.el (bb-trace-ray): Avoid double tracing. | |
4559 | |
4560 2004-09-08 Kenichi Handa <handa@m17n.org> | |
4561 | |
4562 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string -> | |
4563 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+, | |
4564 ps-mule-next-point -> 1+). | |
4565 | |
4566 * composite.el (encode-composition-rule): Add autoload cookie. | |
4567 | |
4568 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | |
4569 | |
4570 * format.el (buffer-auto-save-file-format): Make it permanent local. | |
4571 | |
4572 2004-09-07 Kim F. Storm <storm@cua.dk> | |
4573 | |
4574 * emacs-lisp/authors.el (authors-aliases): Add more aliases. | |
4575 (authors-fixed-entries): Fix typo. | |
4576 (authors-canonical-author-name): Compact multiple spaces. | |
4577 Ignore trivial names (e.g. only first name). | |
4578 | |
4579 * term.el (term-window-width): Only use full window width on | |
4580 window system if overflow-newline-into-fringe is enabled. | |
4581 (term-mode): Don't disable overflow-newline-into-fringe. | |
4582 | |
4583 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
4584 | |
4585 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor | |
4586 motion as seen on my Mac OS X xterms. | |
4587 | |
4588 * newcomment.el (uncomment-region-default, comment-region-default): | |
4589 New functions extracted from uncomment-region and comment-region. | |
4590 (comment-region, comment-region-function, uncomment-region) | |
4591 (uncomment-region-function): Use them. | |
4592 | |
4593 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings. | |
4594 | |
4595 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE. | |
4596 It's not crucial but can make sense at times. | |
4597 | |
4598 * vc-arch.el (vc-arch-workfile-version): Handle the special case before | |
4599 the first commit. | |
4600 | |
4601 * vc.el (vc-buffer-context, vc-restore-buffer-context): | |
4602 Disable obsolete code. | |
4603 | |
4604 2004-09-07 Juri Linkov <juri@jurta.org> | |
4605 | |
4606 * progmodes/grep.el (grep-highlight-matches): Change default from | |
4607 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix. | |
4608 (grep-compute-defaults): Set `grep-highlight-matches' to `t' | |
4609 if grep option `--color' is available, or to `nil' otherwise. | |
4610 (grep-process-setup): Call `grep-compute-defaults' if | |
4611 `grep-highlight-matches' is not computed. Set env-vars only | |
4612 if `grep-highlight-matches' is `t'. | |
4613 (grep-use-null-device): Remove redundant type `boolean' (`choice' | |
4614 is already defined). | |
4615 | |
4616 * progmodes/compile.el (compilation-start): Use copy of | |
4617 `process-environment' created by `copy-sequence' to not | |
4618 modify env-vars in the global `process-environment'. | |
4619 | |
4620 2004-09-06 Eli Zaretskii <eliz@gnu.org> | |
4621 | |
4622 * simple.el (next-error-follow-minor-mode): Fix last change. | |
4623 | |
4624 2004-09-05 Luc Teirlinck <teirllm@auburn.edu> | |
4625 | |
4626 * textmodes/paragraphs.el (use-hard-newlines): Make it into a | |
4627 permanent local. | |
4628 | |
4629 2004-09-04 Richard M. Stallman <rms@gnu.org> | |
4630 | |
4631 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke | |
4632 highlighting if the search string is empty. | |
4633 | |
4634 2004-09-04 Luc Teirlinck <teirllm@auburn.edu> | |
4635 | |
4636 * facemenu.el (facemenu-active-faces): Change condition of inner | |
4637 `while' loop to also check the first two elements of `face-atts' | |
4638 and `mask-atts'. | |
4639 | |
4640 2004-09-04 John Paul Wallington <jpw@gnu.org> | |
4641 | |
4642 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo. | |
4643 (thumbs-view-image-mode): Make buffer read-only. | |
4644 | |
4645 2004-09-04 Christopher J. Madsen <cjm@pobox.com> | |
4646 | |
4647 * textmodes/ispell.el (ispell-really-aspell): New defvar. | |
4648 (ispell-check-version): Set it. | |
4649 (ispell-send-replacement): New function. | |
4650 (ispell-process-line): Call ispell-send-replacement. | |
4651 | |
4652 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change) | |
4653 | |
4654 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix. | |
4655 Support choosing seconds with "s". | |
4656 | |
4657 2004-09-04 Jari Aalto <jari.aalto@poboxes.com> | |
4658 | |
4659 * terminal.el (te-escape): Show `?' in prompt for help key. | |
4660 | |
4661 2004-09-04 Emilio C. Lopes <eclig@gmx.net> | |
4662 | |
4663 * emacs-lisp/lisp.el (kill-backward-up-list): New function. | |
4664 | |
4665 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu> | |
4666 | |
4667 * simple.el (next-error-follow-minor-mode) | |
4668 (next-error-follow-mode-post-command-hook): New functions. | |
4669 (next-error-follow-last-line): New defvar. | |
4670 | |
4671 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode. | |
4672 * progmodes/compile.el (compilation-mode-map): Likewise. | |
4673 * progmodes/grep.el (grep-mode-map): Likewise. | |
4674 * replace.el (occur-mode-map): Likewise. | |
4675 | |
4676 * newcomment.el (uncomment-region): Bind comment-use-global-state | |
4677 to nil. | |
4678 | |
4679 2004-09-03 Luc Teirlinck <teirllm@auburn.edu> | |
4680 | |
4681 * autorevert.el (auto-revert-handler): Bind `buffer-read-only' | |
4682 locally around the call to `revert-buffer'. | |
4683 | |
4684 2004-09-03 Juri Linkov <juri@jurta.org> | |
4685 | |
4686 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and | |
4687 `isearch-adjusted' to `t'. | |
4688 (isearch-toggle-case-fold): Set `isearch-success' to `t'. | |
4689 (isearch-message-prefix): Add "pending" for isearch-adjusted. | |
4690 (isearch-other-meta-char): Restore isearch-point unconditionally. | |
4691 (isearch-query-replace): Add new arg `regexp-flag' and use it. | |
4692 Set point to start of match if region is not active in transient | |
4693 mark mode (to include the current match to region boundaries). | |
4694 Push the search string to `query-replace-from-history-variable'. | |
4695 Add prompt "Query replace regexp" for isearch-regexp. | |
4696 Add region beginning/end as last arguments of `perform-replace.' | |
4697 (isearch-query-replace-regexp): Replace code by the call to | |
4698 `isearch-query-replace' with arg `t'. | |
4699 | |
4700 2004-09-03 Richard M. Stallman <rms@gnu.org> | |
4701 | |
4702 * startup.el (normal-top-level): Undo previous TERM change. | |
4703 | |
4704 2004-09-03 Kim F. Storm <storm@cua.dk> | |
4705 | |
4706 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for | |
4707 highlight overlays; allow using RET when cursor is over a button. | |
4708 (cua--highlight-rectangle): Use it. | |
4709 (cua--rectangle-set-corners): Don't move backwards at eol. | |
4710 (cua--forward-line): Don't move into void after eob. | |
4711 | |
4712 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that | |
4713 point is set (and displayed) inside rectangle. | |
4714 (cua--rectangle-operation): Fix for highlight of empty lines. | |
4715 (cua--highlight-rectangle): Fix highlight for tabs. | |
4716 Position cursor at left/right edge of rectangle using new `cursor' | |
4717 property on overlay strings. | |
4718 (cua--indent-rectangle): Don't tabify. | |
4719 (cua-rotate-rectangle): Ignore that point has moved. | |
4720 | |
4721 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
4722 | |
4723 * term/mac-win.el: Add ASCII equivalents for some function keys. | |
4724 (mode-line-frame-identification): Sync with x-win.el. | |
4725 | |
4726 2004-09-02 Juri Linkov <juri@jurta.org> | |
4727 | |
4728 * progmodes/compile.el (compilation-buffer-name): Compare major | |
4729 mode with second element of compilation-arguments instead of third | |
4730 to reflect latest changes in compilation-arguments structure. | |
4731 (recompile): Use global variable `compilation-directory' to get | |
4732 recent compilation directory only when `recompile' is invoked NOT | |
4733 in the compilation buffer. Otherwise, use `default-directory' of | |
4734 the compilation buffer. | |
4735 (compilation-error-properties): Allow to funcall col and end-col. | |
4736 (compilation-mode-font-lock-keywords): Check col and end-col by | |
4737 `integerp'. | |
4738 (compilation-goto-locus): If end-mk is non-nil in transient mark | |
4739 mode don't activate the mark (and don't display message in | |
4740 push-mark), but highlight overlay between mk and end-mk. | |
4741 | |
4742 * progmodes/grep.el (grep-highlight-matches): New defcustom. | |
4743 (grep-regexp-alist): Add rule to highlight grep matches. | |
4744 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR. | |
4745 | |
4746 * info.el (Info-fontify-node): Don't compute other-tag | |
4747 if Info-hide-note-references=hide. | |
4748 | |
4749 * help.el (function-called-at-point): | |
4750 * help-fns.el (variable-at-point): | |
4751 Try `find-tag-default' when other methods failed. | |
4752 | |
4753 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
4754 Do not push mark if inhibit-mark-movement is non-nil. | |
4755 | |
4756 * textmodes/ispell.el (ispell-html-skip-alists): | |
4757 Fix backslashes in docstring. | |
4758 | |
4759 2004-09-01 Juri Linkov <juri@jurta.org> | |
4760 | |
4761 * isearch.el (isearch-wrap-function) | |
4762 (isearch-push-state-function): New defvars. | |
4763 (isearch-pop-fun-state): New defsubst. | |
4764 (isearch-top-state): Call function saved in `isearch-pop-fun-state'. | |
4765 (isearch-push-state): Set the result of calling | |
4766 `isearch-push-state-function' to the `isearch-pop-fun-state' field. | |
4767 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to | |
4768 restore the mode-specific starting point of terminated search. | |
4769 (isearch-abort): Call `isearch-cancel' instead of its duplicated code. | |
4770 (isearch-repeat): Call `isearch-wrap-function' if defined. | |
4771 (isearch-message-prefix): Don't add prefix "over" to the message | |
4772 for wrapped search if `isearch-wrap-function' is defined. | |
4773 (isearch-search): Call function saved in `isearch-pop-fun-state' to | |
4774 restore the mode-specific starting point of failed search. | |
4775 | |
4776 * info.el (Info-search-whitespace-regexp): Fix backslashes. | |
4777 (Info-search): Add new optional arguments for the sake of isearch. | |
4778 Replace whitespace in Info-search-whitespace-regexp literally. | |
4779 Add backward search. Don't call `Info-select-node' if regexp is | |
4780 found in the same Info node. Don't add node to Info-history for | |
4781 wrapped isearch. | |
4782 (Info-search-backward, Info-isearch-search, Info-isearch-wrap) | |
4783 (Info-isearch-push-state, Info-isearch-pop-state): New funs. | |
4784 (Info-mode): Set local variables `isearch-search-fun-function', | |
4785 `isearch-wrap-function', `isearch-push-state-function', | |
4786 `search-whitespace-regexp'. | |
4787 | |
4788 * isearch.el: Remove ancient Change Log section. | |
4789 (isearch-string, isearch-message-string, isearch-point) | |
4790 (isearch-success, isearch-forward-flag, isearch-other-end) | |
4791 (isearch-word, isearch-invalid-regexp, isearch-wrapped) | |
4792 (isearch-barrier, isearch-within-brackets) | |
4793 (isearch-case-fold-search): Add suffix `-state' to state-related | |
4794 defsubsts to avoid name clashes with other function names. | |
4795 | |
4796 * simple.el (next-error): New defgroup and defface. | |
4797 (next-error-highlight, next-error-highlight-no-select): | |
4798 New defcustoms. | |
4799 (next-error-no-select): Let-bind next-error-highlight to the value | |
4800 of next-error-highlight-no-select before calling `next-error'. | |
4801 | |
4802 * progmodes/compile.el (compilation-goto-locus): | |
4803 Use `next-error' face instead of `region'. Set 4-th argument of | |
4804 `move-overlay' to `current-buffer' to move overlay to different | |
4805 source buffers. Use new variable `next-error-highlight'. | |
4806 | |
4807 * simple.el (next-error-find-buffer): Move the rule | |
4808 "if current buffer is a next-error capable buffer" after the | |
4809 rule "if next-error-last-buffer is set to a live buffer". | |
4810 Simplify to test all rules in one `or'. | |
4811 (next-error): Doc fix. | |
4812 (next-error, previous-error, first-error) | |
4813 (next-error-no-select, previous-error-no-select): | |
4814 Make arguments optional. | |
4815 | |
4816 2004-08-31 Luc Teirlinck <teirllm@auburn.edu> | |
4817 | |
4818 * macros.el (apply-macro-to-region-lines): Make it operate on all | |
4819 lines that begin in the region, rather than on all complete lines | |
4820 in the region. | |
4821 | |
4822 2004-08-31 Jan Djärv <jan.h.d@swipnet.se> | |
4823 | |
4824 * x-dnd.el (x-dnd-protocol-alist): Document update. | |
4825 (x-dnd-known-types): Defcustom it. | |
4826 (x-dnd-handle-motif): Print message-atom in error message. | |
4827 | |
4828 2004-08-30 John Paul Wallington <jpw@gnu.org> | |
4829 | |
4830 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct | |
4831 strings rather than programatically constructing message. | |
4832 | |
4833 2004-08-30 Richard M. Stallman <rms@gnu.org> | |
4834 | |
4835 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A. | |
4836 Don't return a string that would read as the wrong character code. | |
4837 | |
4838 2004-08-29 Kim F. Storm <storm@cua.dk> | |
4839 | |
4840 * emulation/cua-base.el (cua-auto-expand-rectangles): | |
4841 Remove automatic rectangle padding feature; replace by non-destructive | |
4842 virtual rectangle edges feature. | |
4843 (cua-virtual-rectangle-edges): New defcustom. | |
4844 (cua-auto-tabify-rectangles): New defcustom. | |
4845 (cua-paste): If paste into a marked rectangle, insert rectangle at | |
4846 current column, even if virtual; also paste exactly as many lines | |
4847 as has been marked (ignore additional lines or add empty lines), | |
4848 but paste whole source if only one line is marked. | |
4849 (cua--update-indications): No longer use overwrite-cursor to | |
4850 indicate rectangle padding | |
4851 | |
4852 * emulation/cua-rect.el (cua--rectangle-padding): Remove. | |
4853 (cua--rectangle-virtual-edges): New defun. | |
4854 (cua--rectangle-get-corners): Remove optional PAD arg. | |
4855 (cua--rectangle-set-corners): Never do padding. | |
4856 (cua--forward-line): Remove optional PAD arg. Simplify. | |
4857 (cua-resize-rectangle-right, cua-resize-rectangle-left) | |
4858 (cua-resize-rectangle-down, cua-resize-rectangle-up): | |
4859 (cua-resize-rectangle-bot, cua-resize-rectangle-top) | |
4860 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down) | |
4861 (cua--rectangle-move): Never do padding. Simplify. | |
4862 (cua--tabify-start): New defun. | |
4863 (cua--rectangle-operation): Add tabify arg. All callers changed. | |
4864 (cua--pad-rectangle): Remove. | |
4865 (cua--delete-rectangle): Handle delete with virtual edges. | |
4866 (cua--extract-rectangle): Add spaces if rectangle has virtual edges. | |
4867 (cua--insert-rectangle): Handle insert at virtual column. | |
4868 Perform auto-tabify if necessary. | |
4869 (cua--activate-rectangle): Remove optional FORCE arg. | |
4870 Never do padding. Simplify. | |
4871 (cua--highlight-rectangle): Enhance for virtual edges. | |
4872 (cua-toggle-rectangle-padding): Remove command. | |
4873 (cua-toggle-rectangle-virtual-edges): New command. | |
4874 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed. | |
4875 (cua--rectangle-post-command): Don't force rectangle padding. | |
4876 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges. | |
4877 | |
4878 2004-08-28 Luc Teirlinck <teirllm@auburn.edu> | |
4879 | |
4880 * indent.el (edit-tab-stops-buffer): Doc fix. | |
4881 | |
4882 2004-08-28 Richard M. Stallman <rms@gnu.org> | |
4883 | |
4884 * progmodes/grep.el (grep-default-command): Use find-tag-default. | |
4885 (grep-tag-default): Function deleted. | |
4886 | |
4887 * subr.el (find-tag-default): Move from etags.el. | |
4888 | |
4889 * progmodes/etags.el (find-tag-default): Move to subr.el. | |
4890 | |
4891 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier | |
4892 into the basic character if it has an uppercase form. | |
4893 | |
4894 2004-08-27 Kenichi Handa <handa@m17n.org> | |
4895 | |
4896 * international/utf-8.el (utf-8-post-read-conversion): If the | |
4897 buffer is unibyte, temporarily make it multibyte. | |
4898 | |
4899 2004-08-27 Masatake YAMATO <jet@gyve.org> | |
4900 | |
4901 * calendar/time-date.el (time-to-seconds): Add autoload cookies. | |
4902 | |
4903 2004-08-25 John Paul Wallington <jpw@gnu.org> | |
4904 | |
4905 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between | |
4906 0, 1, and many mismatches in message. | |
4907 (tex-start-shell): Use `set-process-query-on-exit-flag'. | |
4908 | |
4909 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix. | |
4910 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'. | |
4911 | |
4912 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
4913 | |
4914 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and | |
4915 vc-diff-switches differently. | |
4916 | |
4917 2004-08-22 Luc Teirlinck <teirllm@auburn.edu> | |
4918 | |
4919 * speedbar.el (speedbar-file-regexp): Give it a phony defvar | |
4920 before and a real defvar after | |
4921 `speedbar-supported-extension-expressions'. This is to silence | |
4922 the compiler without breaking bootstrapping. | |
4923 | |
4924 2004-08-22 Richard M. Stallman <rms@gnu.org> | |
4925 | |
4926 * textmodes/flyspell.el (flyspell-word): | |
4927 Use set-process-query-on-exit-flag. | |
4928 (flyspell-highlight-duplicate-region): Take POSS as arg. | |
4929 (flyspell-word): Pass POSS as arg. | |
4930 | |
4931 * progmodes/ada-xref.el: Many doc and style fixes. | |
4932 (ada-find-any-references): Use compilation-start. | |
4933 (ada-get-ali-file-name): Improve error msg. | |
4934 (ada-get-ada-file-name): Likewise. | |
4935 | |
4936 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host) | |
4937 (ange-ftp-start-process): Use set-process-query-on-exit-flag. | |
4938 | |
4939 * mail/mail-extr.el (mail-extr-all-top-level-domains): | |
4940 Add forward defvar. | |
4941 | |
4942 * whitespace.el (global-whitespace-mode): New alias | |
4943 for whitespace-global-mode. | |
4944 | |
4945 * speedbar.el (speedbar-file-regexp): Move definition up. | |
4946 (speedbar-mode, speedbar-set-mode-line-format): | |
4947 Use with-no-warnings. | |
4948 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative. | |
4949 | |
4950 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER | |
4951 controls whether to display the error buffer. | |
4952 | |
4953 * ps-mule.el: Delete compatibility code for old Emacsen. | |
4954 (ps-mule-find-wrappoint): Don't use chars-in-region. | |
4955 | |
4956 * frame.el (display-mouse-p, display-selections-p): | |
4957 Use with-no-warnings. | |
4958 | |
4959 * font-lock.el (font-lock-set-defaults): Use with-no-warnings. | |
4960 | |
4961 2004-08-22 David Kastrup <dak@gnu.org> | |
4962 | |
4963 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX | |
4964 information. | |
4965 | |
4966 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information. | |
4967 | |
4968 2004-08-22 Andreas Schwab <schwab@suse.de> | |
4969 | |
4970 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode. | |
4971 | |
4972 2004-08-22 Masatake YAMATO <jet@gyve.org> | |
4973 | |
4974 * cvs-status.el (cvs-status-checkout): New function. | |
4975 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'. | |
4976 | |
4977 2004-08-21 David Kastrup <dak@gnu.org> | |
4978 | |
4979 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p) | |
4980 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code | |
4981 has been converted to use hashtables, the relation `nil=none' is | |
4982 no longer valid, as `nil' is not a hashtable. This patch tries to | |
4983 reduce the number of resulting errors. | |
4984 | |
4985 2004-08-21 John Paul Wallington <jpw@gnu.org> | |
4986 | |
4987 * subr.el (process-kill-without-query): Made obsolete in | |
4988 version 21.4, not 21.5. | |
4989 | |
4990 * log-edit.el (vc-comment-ring, vc-comment-ring-index) | |
4991 (vc-previous-comment, vc-next-comment) | |
4992 (vc-comment-search-reverse, vc-comment-search-forward) | |
4993 (vc-comment-to-change-log): Likewise. | |
4994 | |
4995 * international/latin1-disp.el (latin1-char-displayable-p): Likewise. | |
4996 | |
4997 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch) | |
4998 | |
4999 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): | |
5000 Correct indentation of DEFMETHODS with non-standard method | |
5001 combinations (e.g., PROGN, MIN, MAX). | |
5002 | |
5003 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
5004 | |
5005 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5006 Avoid unnecessarily checking system-type. | |
5007 (normal-top-level): Set TERM to "dumb". Simplify. | |
5008 | |
5009 * avoid.el (mouse-avoidance-ignore-p): New fun. | |
5010 Also ignore switch-frame, select-window, double, and triple clicks. | |
5011 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook) | |
5012 (mouse-avoidance-fancy-hook): Use it. | |
5013 | |
5014 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change) | |
5015 | |
5016 * avoid.el (mouse-avoidance-nudge-mouse) | |
5017 (mouse-avoidance-banish-destination): Stay within the current window | |
5018 to avoid problems with mouse-autoselect-window. | |
5019 | |
5020 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
5021 | |
5022 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to | |
5023 the newer format of some messages in cvs-1.12.1. | |
5024 | |
5025 2004-08-19 Masatake YAMATO <jet@gyve.org> | |
5026 | |
5027 * emacs-lisp/elp.el (elp-results-symname-map): New keymap. | |
5028 (elp-results-jump-to-definition-by-mouse) | |
5029 (elp-results-jump-to-definition, elp-output-insert-symname): New funs. | |
5030 (elp-output-result): Use elp-output-insert-symname. | |
5031 | |
5032 2004-08-18 Kenichi Handa <handa@m17n.org> | |
5033 | |
5034 * language/cyrillic.el: Register koi8-r in | |
5035 ctext-non-standard-encodings-alist. | |
5036 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding. | |
5037 | |
5038 2004-08-17 Luc Teirlinck <teirllm@auburn.edu> | |
5039 | |
5040 * emacs-lisp/copyright.el (copyright-update-year): Delete code | |
5041 that replaces 20xy with xy. | |
5042 | |
5043 2004-08-17 John Paul Wallington <jpw@gnu.org> | |
5044 | |
5045 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar. | |
5046 (reb-force-update): Doc fix. | |
5047 | |
5048 2004-08-16 Richard M. Stallman <rms@gnu.org> | |
5049 | |
5050 * progmodes/which-func.el (which-func-update-1): Doc fix. | |
5051 | |
5052 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table. | |
5053 (sh-mode-abbrev-table): New variable. | |
5054 | |
5055 * progmodes/compile.el (compilation-mode): Doc fix. | |
5056 | |
5057 * emacs-lisp/lisp-mode.el (eval-last-sexp): | |
5058 Don't cons a new symbol each time. | |
5059 (eval-last-sexp-fake-value): New variable. | |
5060 | |
5061 * emacs-lisp/copyright.el (copyright-years-regexp): New variable. | |
5062 (copyright-update-year): Detect continuation of list of years. | |
5063 | |
5064 * term.el (term-default-fg-color, term-default-bg-color) | |
5065 (ansi-term-color-vector): Use `unspecified', not nil, as default. | |
5066 | |
5067 * imenu.el: Several doc fixes: don't say variables are buffer-local. | |
5068 | |
5069 2004-08-16 Davis Herring <herring@lanl.gov> | |
5070 | |
5071 * isearch.el (isearch-string, isearch-message-string, isearch-point) | |
5072 (isearch-success, isearch-forward-flag, isearch-other-end) | |
5073 (isearch-word, isearch-invalid-regexp, isearch-wrapped) | |
5074 (isearch-barrier, isearch-within-brackets) | |
5075 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'. | |
5076 | |
5077 2004-08-16 Kenichi Handa <handa@m17n.org> | |
5078 | |
5079 * ps-mule.el (ps-mule-font-info-database): Fix docstring. | |
5080 | |
5081 2004-08-15 Kenichi Handa <handa@m17n.org> | |
5082 | |
5083 * term/x-win.el (x-selection-value): If utf8 was successful but | |
5084 ctext was not, use utf8 string. | |
5085 | |
5086 2004-08-14 Davis Herring <herring@lanl.gov> | |
5087 | |
5088 * isearch.el: Remove accidental changes of March 4. Fix backing | |
5089 up when a regexp isearch is made more general. Use symbolic | |
5090 accessor functions for isearch stack frames to make usage clearer. | |
5091 (search-whitespace-regexp): Made groups in documentation shy (as | |
5092 is the group in the default value). | |
5093 (isearch-fallback): New function, addresses problems with regexps | |
5094 liberalized by `\|', adds support for liberalization by `\}' (the | |
5095 general repetition construct), and incorporates behavior for | |
5096 `*'/`?'. | |
5097 (isearch-}-char): New command, calls `isearch-fallback' with | |
5098 arguments appropriate to a typed `}'. | |
5099 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' | |
5100 appropriately. | |
5101 (isearch-mode-map): Bind `}' to `isearch-}-char'. | |
5102 (isearch-string, isearch-message,string, isearch-point) | |
5103 (isearch-success, isearch-forward-flag, isearch-other-end) | |
5104 (isearch-word, isearch-invalid-regexp, isearch-wrapped) | |
5105 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search): | |
5106 New inline functions to read fields of a stack frame. | |
5107 | |
5108 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change) | |
5109 | |
5110 * battery.el (battery-linux-proc-acpi): Look into battery | |
5111 directories matching the literal string "CMB", too (required for | |
5112 Linux kernel version 2.6.7). | |
5113 | |
5114 2004-08-14 John Paul Wallington <jpw@gnu.org> | |
5115 | |
5116 * cus-start.el (read-file-name-completion-ignore-case): Add. | |
5117 (blink-cursor-alist): Change version to "21.4". | |
5118 | |
5119 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args. | |
5120 | |
5121 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org> | |
5122 | |
5123 * speedbar.el (speedbar-scan-subdirs): New option. | |
5124 (speedbar-file-lists): Don't ignore file-name case on Unix and use | |
5125 dolist. | |
5126 (speedbar-insert-files-at-point): Take an extra argument and use | |
5127 it to optionally find out if a subdir is empty. Also unreadable | |
5128 files don't get expand buttons. | |
5129 (speedbar-directory): New image (unused pixmap already existed). | |
5130 (speedbar-expand-image-button-alist): Use it. | |
5131 | |
5132 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org> | |
5133 | |
5134 CC Mode update to 5.30.9: | |
5135 | |
5136 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features): | |
5137 Move from cc-vars to cc-defs for dependency reasons. Fix the | |
5138 POSIX char class test to check that it works in | |
5139 `skip-chars-(forward|backward)' too. | |
5140 | |
5141 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the | |
5142 first argument starts with a special brace list. | |
5143 | |
5144 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug | |
5145 when `c-opt-type-concat-key' is used (i.e. in Pike). | |
5146 | |
5147 * progmodes/cc-engine.el (c-looking-at-special-brace-list): | |
5148 Fix bug when the inner char pair doesn't have paren syntax, | |
5149 i.e. "(<>)". | |
5150 | |
5151 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic | |
5152 whitespace safe. | |
5153 | |
5154 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor | |
5155 position for `arglist-intro', `arglist-cont-nonempty' and | |
5156 `arglist-close' when there are two arglist open parens on the same | |
5157 line and there's nothing in front of the first. | |
5158 | |
5159 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font | |
5160 locking of qualified names in Java, which previously could fontify | |
5161 common indexing expressions in many cases. The standard Java | |
5162 naming conventions are used to tell them apart. | |
5163 | |
5164 * progmodes/cc-align.el (c-lineup-whitesmith-in-block): | |
5165 Fix inconsistency wrt opening parens on the first line inside a paren | |
5166 block. | |
5167 | |
5168 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at | |
5169 compile time for the sake of `c-major-mode-is'. | |
5170 | |
5171 (c-mode-is-new-awk-p): Made it a macro to delay expansion of | |
5172 `c-major-mode-is' in the event that this is used inside a | |
5173 `c-lang-defconst'. | |
5174 | |
5175 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside | |
5176 `c-lang-defconst' so that it works better with fallback languages. | |
5177 | |
5178 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused | |
5179 it to fail to record the base mode. | |
5180 | |
5181 * progmodes/cc-engine.el (c-syntactic-re-search-forward): | |
5182 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL | |
5183 is used. Reorder the syntax checks to get more efficient | |
5184 skipping in some situations. | |
5185 | |
5186 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line | |
5187 continuation which might precede the newly inserted '{'. | |
5188 | |
5189 * progmodes/cc-engine.el (c-syntactic-re-search-forward): | |
5190 Fix cases where it could loop indefinitely. | |
5191 | |
5192 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array | |
5193 size specs correctly. Only fontify identifiers in front of '(' | |
5194 with as functions - don't accept any paren char. Tighten up | |
5195 initializer skipping to stop before function and class blocks. | |
5196 | |
5197 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where | |
5198 the point could be left directly after an open paren when finding | |
5199 the beginning of the first decl in the block. | |
5200 | |
5201 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax | |
5202 table when filtering out legitimate open parens to be recorded. | |
5203 This could cause cache inconsistencies when e.g. | |
5204 `c++-template-syntax-table' was temporarily in use. | |
5205 | |
5206 * progmodes/cc-engine.el (c-on-identifier) | |
5207 (c-simple-skip-symbol-backward): Small fix for handling "-" | |
5208 correctly in `skip-chars-backward'. Affected the operator lfun | |
5209 syntax in Pike. | |
5210 | |
5211 * progmodes/cc-engine.el (c-invalidate-sws-region-after): | |
5212 Fix bug that could cause an error from `after-change-functions' when | |
5213 the changed region is at bob. | |
5214 | |
5215 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org> | |
5216 | |
5217 CC Mode update to 5.30.9: | |
5218 | |
5219 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings) | |
5220 to say that <TAB> doesn't insert WS into a CPP line. | |
5221 (c-indent-command, c-tab-always-indent): Amend doc strings. | |
5222 | |
5223 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two | |
5224 checks for user errors, thus eliminating cryptic and unhelpful | |
5225 Emacs error messages. (1) Check the arg to `c-set-style' is a | |
5226 string. (2) Check that settings to `c-offsets-alist' are not | |
5227 spuriously quoted. | |
5228 | |
5229 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment | |
5230 which precedes the newly inserted `{'. | |
5231 | |
5232 2004-08-10 Michael Albinus <michael.albinus@gmx.de> | |
5233 | |
5234 Sync with Tramp 2.0.44. | |
5235 | |
5236 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell | |
5237 function "tramp_file_attributes". Otherwise, file names | |
5238 containing spaces are misinterpreted. Reported by Magnus Henoch | |
5239 <mange@freemail.hu>. | |
5240 (tramp-handle-file-truename): FILENAME must be expanded first. | |
5241 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return | |
5242 obscure results. Reported by D. Goel <deego@gnufans.org>. | |
5243 (tramp-handle-verify-visited-file-modtime): If file does not | |
5244 exist, say it is not modified if and only if that agrees with the | |
5245 buffer's record. Check whether a file is visiting the buffer, or | |
5246 the buffer has no recorded last modification time. Return t in | |
5247 case the visiting file doesn't exist. Suggested by Luc Teirlinck | |
5248 <teirllm@auburn.edu>. | |
5249 (tramp-handle-write-region): Pass modtime explicitly to | |
5250 `set-visited-file-modtime', because filename can be different | |
5251 from (buffer-file-name) if `file-precious-flag' is set. | |
5252 `set-visited-file-modtime' must be called always when `visit' is t | |
5253 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>. | |
5254 (tramp-handle-set-visited-file-modtime): If `time-list' is not | |
5255 nil, don't apply the whole body. If the file doesn't exists, set | |
5256 modtime to '(-1 65535). Suggested by Luc Teirlinck | |
5257 <teirllm@auburn.edu>. | |
5258 | |
5259 2004-08-09 Luc Teirlinck <teirllm@auburn.edu> | |
5260 | |
5261 * help.el (describe-bindings): Doc fix. | |
5262 | |
5263 * subr.el (kbd): Doc fix. | |
5264 | |
5265 2004-08-08 John Paul Wallington <jpw@gnu.org> | |
5266 | |
5267 * ibuffer.el (define-ibuffer-column size): Use `string-to-number' | |
5268 instead of `string-to-int'. | |
5269 (define-ibuffer-column mode): Fix indentation. | |
5270 | |
5271 2004-08-08 Lars Hansen <larsh@math.ku.dk> | |
5272 | |
5273 * wid-edit.el (widget-sexp-validate): Allow whitespace after | |
5274 expression. | |
5275 | |
5276 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | |
5277 | |
5278 * subr.el (global-unset-key, local-unset-key): Doc fixes. | |
5279 | |
5280 * novice.el (disabled-command-function): New variable renamed from | |
5281 `disabled-command-hook'. | |
5282 (disabled-command-hook): Keep the _variable_ as alias for | |
5283 `disabled-command-function' and make obsolete. | |
5284 (disabled-command-function): Function renamed from | |
5285 `disabled-command-hook'. Adapt code to name change of the variable. | |
5286 | |
5287 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change) | |
5288 | |
5289 * simple.el (completion-root-regexp): New defvar. | |
5290 (completion-setup-function): Use it instead of a literal string. | |
5291 | |
5292 2004-08-07 John Paul Wallington <jpw@gnu.org> | |
5293 | |
5294 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax. | |
5295 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. | |
5296 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. | |
5297 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | |
5298 | |
5299 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | |
5300 | |
5301 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable. | |
5302 (mail-extr-voodoo): Check mail-extr-disable-voodoo. | |
5303 | |
5304 2004-08-04 Kenichi Handa <handa@m17n.org> | |
5305 | |
5306 * international/encoded-kb.el (encoded-kbd-setup-keymap): | |
5307 Fix previous change. | |
5308 | |
5309 2004-08-03 Kenichi Handa <handa@m17n.org> | |
5310 | |
5311 * international/encoded-kb.el: The following changes are to | |
5312 utilize key-translation-map instead of minor mode map. | |
5313 (encoded-kbd-iso2022-non-ascii-map): Delete it. | |
5314 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them. | |
5315 (encoded-kbd-last-key): New function. | |
5316 (encoded-kbd-iso2022-single-shift): New function. | |
5317 (encoded-kbd-iso2022-designation) | |
5318 (encoded-kbd-self-insert-iso2022-7bit) | |
5319 (encoded-kbd-self-insert-iso2022-8bit) | |
5320 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5) | |
5321 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in | |
5322 key-translation-map. | |
5323 (encoded-kbd-setup-keymap): Setup key-translation-map. | |
5324 (saved-key-translation-map): New variable. | |
5325 (encoded-kbd-mode): Save/restore key-translation-map. | |
5326 Adjust for the change of encoded-kbd-setup-keymap. | |
5327 | |
5328 2004-08-02 Kim F. Storm <storm@cua.dk> | |
5329 | |
5330 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges | |
5331 and call compute-motion with nil for topos and width to get proper | |
5332 usable width and height for both window and non-window systems. | |
5333 | |
5334 * windmove.el (windmove-coordinates-of-position): Let compute-motion | |
5335 calculate usable window width and height. | |
5336 | |
5337 * window.el (window-buffer-height): Call compute-motion with nil width. | |
5338 | |
5339 2004-08-01 David Kastrup <dak@gnu.org> | |
5340 | |
5341 * replace.el (query-replace-read-from): | |
5342 Use `query-replace-compile-replacement'. | |
5343 (query-replace-compile-replacement): New function. | |
5344 (query-replace-read-to): Use `query-replace-compile-replacement' | |
5345 for repeating the last command. | |
5346 | |
5347 2004-08-01 John Paul Wallington <jpw@gnu.org> | |
5348 | |
5349 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility) | |
5350 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist) | |
5351 (pr-switches): Remove period from end of error messages. | |
5352 | |
5353 * help-mode.el (help-go-back): Likewise. | |
5354 | |
5355 * abbrev.el (only-global-abbrevs): Doc fix. | |
5356 (edit-abbrevs-map): Define within defvar. | |
5357 (quietly-read-abbrev-file): Doc fix. | |
5358 | |
5359 2004-07-31 Luc Teirlinck <teirllm@auburn.edu> | |
5360 | |
5361 * novice.el (enable-command, disable-command): Doc fixes. | |
5362 | |
5363 * subr.el (event-modifiers, event-basic-type): Doc fixes. | |
5364 | |
5365 2004-07-30 Richard M. Stallman <rms@gnu.org> | |
5366 | |
5367 * subr.el (with-local-quit): Doc fix. | |
5368 | |
5369 2004-07-30 Luc Teirlinck <teirllm@auburn.edu> | |
5370 | |
5371 * international/utf-8.el (utf-translate-cjk-mode): Doc fix. | |
5372 | |
5373 2004-07-28 Luc Teirlinck <teirllm@auburn.edu> | |
5374 | |
5375 * custom.el (defcustom): Doc fix. | |
5376 | |
5377 2004-07-28 Masatake YAMATO <jet@gyve.org> | |
5378 | |
5379 * progmodes/etags.el (etags-tags-apropos): Show building progress. | |
5380 | |
5381 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
5382 | |
5383 * imenu.el (imenu-prev-index-position-function) | |
5384 (imenu-extract-index-name-function, imenu-name-lookup-function) | |
5385 (imenu--index-alist): Docstring redundancy fix. | |
5386 | |
5387 2004-07-25 Lars Hansen <larsh@math.ku.dk> | |
5388 | |
5389 * wdired.el (wdired-finish-edit): Require dired-aux before locally | |
5390 binding dired-backup-overwrite. | |
5391 | |
5392 2004-07-25 John Paul Wallington <jpw@gnu.org> | |
5393 | |
5394 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes. | |
5395 | |
5396 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | |
5397 | |
5398 * term/tty-colors.el (tty-color-approximate): Doc fix. | |
5399 | |
5400 * select.el (x-get-selection, x-set-selection): Doc fixes. | |
5401 | |
5402 * frame.el (make-frame): Doc fix. | |
5403 | |
5404 2004-07-24 Richard M. Stallman <rms@gnu.org> | |
5405 | |
5406 * mail/rmail.el (rmail-mime-charset-pattern): | |
5407 Don't include semicolon in the charset value. | |
5408 | |
5409 * replace.el (occur-next-error): Call set-window-point. | |
5410 (occur-engine): Handle negative NLINES. | |
5411 | |
5412 2004-07-23 Luc Teirlinck <teirllm@auburn.edu> | |
5413 | |
5414 * frame.el (modify-all-frames-parameters): Minor doc fix. | |
5415 (set-frame-configuration): Doc fix. | |
5416 | |
5417 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change) | |
5418 | |
5419 * simple.el (completion-setup-function): Compute the common parts | |
5420 and the first difference place correctly when | |
5421 partial-completion-mode is on. | |
5422 | |
5423 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5424 | |
5425 * ps-print.el: Doc fix. | |
5426 (ps-print-version): New version 6.6.5. | |
5427 (ps-printing-region): Doc fix. | |
5428 (ps-generate-string-list): Comment fix. | |
5429 (ps-message-log-max): Code fix. | |
5430 | |
5431 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change) | |
5432 | |
5433 * ps-print.el (ps-begin-file): Improve the DSC compliance of the | |
5434 generated PostScript. | |
5435 | |
5436 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de> | |
5437 | |
5438 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync | |
5439 with Gnus v5_10 branch.) | |
5440 | |
5441 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de> | |
5442 | |
5443 * calendar/time-date.el (time-to-number-of-days): New function. | |
5444 Imported from Gnus. | |
5445 | |
5446 2004-07-22 Kim F. Storm <storm@cua.dk> | |
5447 | |
5448 * progmodes/make-mode.el: Fix comments. | |
5449 | |
5450 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5451 | |
5452 * printing.el: Doc fix. | |
5453 | |
5454 2004-07-20 Luc Teirlinck <teirllm@auburn.edu> | |
5455 | |
5456 * frame.el (modify-all-frames-parameters): Minor doc fix. | |
5457 | |
5458 2004-07-20 Richard M. Stallman <rms@gnu.org> | |
5459 | |
5460 * textmodes/fill.el (fill-nobreak-p): If this break point is | |
5461 at the end of the line, don't consider the newline which follows | |
5462 as a reason to return t. | |
5463 | |
5464 2004-07-19 John Paul Wallington <jpw@gnu.org> | |
5465 | |
5466 * dired-aux.el (dired-file-set-difference): Don't use `caddr'. | |
5467 | |
5468 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> | |
5469 | |
5470 * dired-aux.el (dired-do-kill-lines): Expand docstring. | |
5471 Delete irrelevant code. | |
5472 | |
5473 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> | |
5474 | |
5475 * net/tramp.el (tramp-handle-verify-visited-file-modtime): | |
5476 New docstring. From Luc Teirlinck. | |
5477 | |
5478 2004-07-17 Luc Teirlinck <teirllm@auburn.edu> | |
5479 | |
5480 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary' | |
5481 section. | |
5482 (auto-revert-handler): Do not check `auto-revert-tail-mode' for | |
5483 non-file buffers. We know it is nil. | |
5484 | |
5485 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> | |
5486 | |
5487 Sync with Tramp 2.0.43. | |
5488 | |
5489 * net/tramp.el (tramp-handle-verify-visited-file-modtime): | |
5490 Remove outdated comment. | |
5491 (tramp-locked, tramp-locker): New variables for implementing a | |
5492 global lock. | |
5493 (tramp-sh-file-name-handler): Use them to implement the global lock. | |
5494 | |
5495 2004-07-13 Michael Albinus <michael.albinus@gmx.de> | |
5496 | |
5497 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx' | |
5498 calls to respective `xxx` calls. | |
5499 (tramp-process-alive-regexp): Precise doc string. | |
5500 (tramp-multi-action-process-alive): New defun. | |
5501 (tramp-multi-actions): Use it. | |
5502 (tramp-handle-find-backup-file-name): `copy-tree' is available | |
5503 since Emacs 22.1 only (XEmacs has it). Implementation rewritten | |
5504 in order to avoid this function. | |
5505 (tramp-handle-write-region): Set current buffer. If connection | |
5506 wasn't open, `file-modes' has changed it accidentally. Reported by | |
5507 David Kastrup <dak@gnu.org>. | |
5508 (tramp-enter-password, tramp-read-passwd): New arguments USER and | |
5509 HOST. | |
5510 (tramp-action-password, tramp-multi-action-password): Apply it. | |
5511 (tramp-open-connection-rsh): If a port is given, the Tramp buffer | |
5512 name must still contain the port number. Otherwise, we have two | |
5513 Tramp buffers, with all the confusion. Reported by Myron Selby | |
5514 <myron@xytech.com> and Rolf Dubitzky | |
5515 <Dubitzky@physi.uni-heidelberg.de>. | |
5516 | |
5517 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and | |
5518 HOST to `tramp-enter-passwd'. | |
5519 | |
5520 * net/tramp-vc.el (all): Code cleanup. Change all | |
5521 `tramp-handle-xxx' calls to respective `xxx` calls. | |
5522 | |
5523 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org> | |
5524 | |
5525 * emacs-lisp/testcover.el: New category "potentially-1valued" for | |
5526 functions that are not erroneous if either 1-valued or | |
5527 multi-valued. Detect functions in this class. | |
5528 (testcover-1value-functions, testcover-compose-functions) | |
5529 (testcover-progn-functions) Add some additional functions to lists. | |
5530 (testcover-mark): Bugfix when marking up the definition for an | |
5531 empty function. | |
5532 | |
5533 2004-07-17 Richard M. Stallman <rms@gnu.org> | |
5534 | |
5535 * replace.el (occur-read-primary-args): Pass default to | |
5536 read-from-minibuffer. | |
5537 | |
5538 * mail/footnote.el (footnote-section-tag): Use defcustom. | |
5539 | |
5540 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords): | |
5541 Compile font-lock-keywords, not KEYWORDS. | |
5542 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go. | |
5543 Add warn, check-type. Handle cerror like error. | |
5544 | |
5545 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org> | |
5546 | |
5547 * progmodes/which-func.el (which-func-keymap): New var. | |
5548 (which-func-face): New face. | |
5549 (which-func-format): Use them. | |
5550 | |
5551 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change) | |
5552 | |
5553 * buff-menu.el (list-buffers-noselect): Append the buffer's | |
5554 process status to its mode name. | |
5555 | |
5556 2004-07-16 Kim F. Storm <storm@cua.dk> | |
5557 | |
5558 * simple.el (inhibit-mark-movement): New defvar. | |
5559 (beginning-of-buffer, end-of-buffer): Do not push mark if | |
5560 inhibit-mark-movement is non-nil or C-u prefix is given. | |
5561 | |
5562 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar. | |
5563 Init to beginning-of-buffer and end-of-buffer. | |
5564 (cua--undo-push-mark): New defvar. | |
5565 (cua--pre-command-handler): Set inhibit-mark-movement if mark is | |
5566 already active and command is in cua--preserve-mark-commands. | |
5567 Also fix check for shift modifier on non-window systems. | |
5568 (cua--post-command-handler): Clear inhibit-mark-movement if set. | |
5569 | |
5570 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | |
5571 | |
5572 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list | |
5573 of two integers, instead of a cons. | |
5574 | |
5575 * net/tramp.el (tramp-handle-verify-visited-file-modtime): | |
5576 `visited-file-modtime' now returns a list of two integers, instead | |
5577 of a cons. | |
5578 | |
5579 * dired.el (dired-directory-changed-p): Ditto. | |
5580 | |
5581 * progmodes/grep.el (grep): Doc fix. | |
5582 | |
5583 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org> | |
5584 | |
5585 * autorevert.el (auto-revert-tail-mode) | |
5586 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars. | |
5587 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not | |
5588 in both at the same time. | |
5589 (auto-revert-tail-mode): New command. | |
5590 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs. | |
5591 (auto-revert-handler): Revert only either tail or whole file. | |
5592 | |
5593 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and | |
5594 add auto-revert-tail-mode. | |
5595 | |
5596 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5597 | |
5598 * printing.el: Doc fix. Change name of some funs. | |
5599 (pr-dosify-file-name): New fun. Replace ps-dosify-path. | |
5600 (pr-unixify-file-name): New fun. Replace ps-unixify-path. | |
5601 (pr-standard-file-name): New fun. Replace pr-standard-path. | |
5602 (pr-call-process): Code fix. | |
5603 | |
5604 2004-07-12 Luc Teirlinck <teirllm@auburn.edu> | |
5605 | |
5606 * subr.el (with-selected-window): Doc fix. | |
5607 | |
5608 2004-07-11 Luc Teirlinck <teirllm@auburn.edu> | |
5609 | |
5610 * subr.el (get-buffer-window-list): Doc fix. | |
5611 | |
5612 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | |
5613 | |
5614 * files.el (switch-to-buffer-other-window): Doc fix. | |
5615 | |
5616 * window.el (save-selected-window, one-window-p) | |
5617 (split-window-keep-point, split-window-vertically) | |
5618 (split-window-horizontally): Doc fixes. | |
5619 | |
5620 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5621 | |
5622 * printing.el: Doc fix. Now it uses call-process instead of | |
5623 shell-command for low command execution. | |
5624 (pr-version): New version number (6.8). | |
5625 (pr-shell-file-name): Option removed. | |
5626 (pr-shell-command): Fun removed. | |
5627 (pr-call-process): New fun. Replace pr-shell-command. | |
5628 (pr-standard-path, pr-remove-nil-from-list): New funs. | |
5629 (zmacs-region-stays, current-mouse-event, current-menubar): New var. | |
5630 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print) | |
5631 (pr-setup, pr-ps-set-printer, pr-txt-set-printer) | |
5632 (pr-ps-utility-process, pr-txt-print): Code fix. | |
5633 | |
5634 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change) | |
5635 | |
5636 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to | |
5637 boolean. | |
5638 | |
5639 2004-07-09 Lars Hansen <larsh@math.ku.dk> | |
5640 | |
5641 * wid-edit.el (widget-field-buffer): Doc fix. | |
5642 | |
5643 2004-07-09 John Paul Wallington <jpw@gnu.org> | |
5644 | |
5645 * emacs-lisp/re-builder.el (reb-update-overlays): | |
5646 Distinguish between one and several matches in message. | |
5647 | |
5648 2004-07-09 Richard M. Stallman <rms@gnu.org> | |
5649 | |
5650 * mouse.el (mouse-set-region-1): If transient-mark-mode | |
5651 is `identity', change it to `only'. | |
5652 | |
5653 * simple.el (current-word): Doc fix. | |
5654 | |
5655 2004-07-09 Mark A. Hershberger <mah@everybody.org> | |
5656 | |
5657 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp | |
5658 so that it is more understanding of whitespace. | |
5659 | |
5660 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form | |
5661 (("ns" . "element") (attr-list) children) instead of | |
5662 ((:ns . "element") (attr-list) children) in order to reduce the | |
5663 number of symbols used. | |
5664 (xml-skip-dtd): Change to use xml-parse-dtd but set | |
5665 xml-validating-parsing to nil. | |
5666 (xml-parse-dtd): Parse entity declarations in DOCTYPEs. | |
5667 (xml-substitute-entity): Remove in favor of new entity substitution. | |
5668 (xml-substitute-special): Rewrite in to substitute complex | |
5669 entities from DOCTYPE declarations. | |
5670 (xml-parse-fragment): Parse fragments from entity declarations. | |
5671 (xml-parse-region, xml-parse-tag, xml-parse-attlist) | |
5672 (xml-parse-dtd, xml-substitute-special): Make validity checks | |
5673 conditioned on xml-validating-parser. Add "Not Well Formed" to | |
5674 error messages about well-formedness. | |
5675 | |
5676 2004-07-08 Steven Tamm <steventamm@mac.com> | |
5677 | |
5678 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down) | |
5679 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line): | |
5680 Do not treat double clicks and triple clicks specially in the | |
5681 scroll bar (preventing strange repositioning problems) | |
5682 | |
5683 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
5684 | |
5685 * replace.el (query-replace-regexp-eval): Fix last change. | |
5686 | |
5687 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
5688 | |
5689 * replace.el (query-replace-descr): New fun. | |
5690 (query-replace-read-from, query-replace-read-args): Default to the | |
5691 previous from&to. | |
5692 (query-replace-read-to): Quote the `from' string when displaying it. | |
5693 (query-replace-regexp-eval): Immediately check read-only status. | |
5694 Use query-replace-read-from to get the \n checking. | |
5695 Quote the `from' string when displaying it. | |
5696 (map-query-replace-regexp, occur-read-primary-args): | |
5697 Quote the `from' string when displaying it. | |
5698 | |
5699 * isearch.el (isearch-query-replace): Pass the regexp-ness and | |
5700 delimited-ness of the search to query-replace. | |
5701 | |
5702 * replace.el (query-replace-read-from, query-replace-read-to): | |
5703 New funs extracted from query-replace-read-args. | |
5704 (query-replace-read-args): Use them. | |
5705 | |
5706 * replace.el (query-replace-interactive, query-replace-read-args): | |
5707 Remove the `initial' special value. | |
5708 (query-replace-regexp-eval, map-query-replace-regexp): Simplify. | |
5709 (occur-engine): Remove unused var `matchend'. | |
5710 | |
5711 * isearch.el (isearch-query-replace, isearch-query-replace-regexp): | |
5712 Use the search string without prompting. | |
5713 | |
5714 2004-07-05 Kenichi Handa <handa@m17n.org> | |
5715 | |
5716 * international/mule.el (decode-coding-inserted-region): | |
5717 Set last-coding-system-used only when coding is nil. | |
5718 | |
5719 2004-07-03 Eli Zaretskii <eliz@gnu.org> | |
5720 | |
5721 * progmodes/grep.el (grep-compute-defaults, grep-command) | |
5722 (grep-program, find-program, grep-find-use-xargs, grep-history) | |
5723 (grep-find-history, grep-tag-default, grep-find-command) | |
5724 (grep-regexp-alist, grep-process-setup, grep-compute-defaults): | |
5725 Add autoload cookies, for unbundled packages that load `compile' | |
5726 and expect all grep-related symbols to become defined. | |
5727 | |
5728 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org> | |
5729 | |
5730 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies. | |
5731 (iimage-mode-image-search-path): New user option to search the | |
5732 image file. | |
5733 (iimage-locate-file): New function. Emacs21.3 or earlier does not | |
5734 have locate-file. | |
5735 (iimage-mode-buffer): Use it. | |
5736 | |
5737 2004-07-03 Nick Roberts <nickrob@gnu.org> | |
5738 | |
5739 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more | |
5740 carefully. | |
5741 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi. | |
5742 | |
5743 2004-07-03 Juri Linkov <juri@jurta.org> | |
5744 | |
5745 * replace.el (query-replace-read-args): Swallow space after 'foo, | |
5746 not after (quote foo). Match space only immediately after symbol, | |
5747 not anywhere in the whole string. | |
5748 | |
5749 2004-07-02 Richard M. Stallman <rms@gnu.org> | |
5750 | |
5751 * replace.el (query-replace-read-args): Swallow space after | |
5752 symbols, not after closeparens. But avoid error if string ends there. | |
5753 | |
5754 * progmodes/python.el (python-beginning-of-statement): | |
5755 Exit the loop if backward-up-list gets error. | |
5756 | |
5757 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only. | |
5758 | |
5759 2004-07-02 Andre Spiegel <spiegel@gnu.org> | |
5760 | |
5761 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers | |
5762 only if vc-consult-headers is non-nil. | |
5763 | |
5764 2004-07-02 Juri Linkov <juri@jurta.org> | |
5765 | |
5766 * pcvs.el (cvs-mode-diff-repository): New command. | |
5767 | |
5768 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository. | |
5769 | |
5770 2004-07-01 Juri Linkov <juri@jurta.org> | |
5771 | |
5772 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char, | |
5773 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace, | |
5774 C-M-% to isearch-query-replace-regexp. | |
5775 (minibuffer-local-isearch-map): Add arrow key bindings. | |
5776 Bind C-f to isearch-yank-char-in-minibuffer. | |
5777 (isearch-forward): Doc fix. | |
5778 (isearch-edit-string): Doc fix. | |
5779 (isearch-query-replace, isearch-query-replace-regexp): New funs. | |
5780 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t. | |
5781 (isearch-yank-char): Add optional arg. | |
5782 (isearch-yank-char-in-minibuffer): New fun. | |
5783 | |
5784 * replace.el (query-replace-interactive): Change type from boolean | |
5785 to choice. Add value `initial'. | |
5786 (query-replace-read-args): Handle value `initial' of | |
5787 query-replace-interactive. | |
5788 | |
5789 2004-06-29 Kim F. Storm <storm@cua.dk> | |
5790 | |
5791 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face) | |
5792 (breakpoint-disabled-bitmap-face): Add :group 'gud. | |
5793 | |
5794 * progmodes/ada-xref.el (ada-tight-gvd-integration): | |
5795 Add :group 'ada. | |
5796 | |
5797 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc. | |
5798 | |
5799 2004-06-29 Juri Linkov <juri@jurta.org> | |
5800 | |
5801 * replace.el (query-replace-read-args): Swallow a space after | |
5802 everything except )]" which in most cases means after a symbol. | |
5803 | |
5804 * emacs-lisp/pp.el (pp-buffer): Add autoload. | |
5805 | |
5806 2004-06-28 Richard M. Stallman <rms@gnu.org> | |
5807 | |
5808 * font-lock.el (font-lock-fontify-syntactic-keywords-region): | |
5809 More changes to go with previous change in font-lock.el. | |
5810 | |
5811 2004-06-26 David Kastrup <dak@gnu.org> | |
5812 | |
5813 * replace.el (perform-replace): Highlight the match even in | |
5814 non-query mode if there is potential replace string editing. | |
5815 | |
5816 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net> | |
5817 | |
5818 * net/tramp.el (tramp-handle-file-remote-p): New implementation to | |
5819 agree with new return value of `file-remote-p'. | |
5820 This syncs with Tramp 2.0.42. | |
5821 | |
5822 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value, | |
5823 according to new documentation of `file-remote-p'. | |
5824 | |
5825 * files.el (file-remote-p): Fix doc to say that return value is | |
5826 identification of remote system, if not nil. | |
5827 (file-relative-name): Use new return value of `file-remote-p'. | |
5828 | |
5829 2004-06-26 Nick Roberts <nickrob@gnu.org> | |
5830 | |
5831 * progmodes/gdb-ui.el (gdb-toggle-breakpoint) | |
5832 (gdb-goto-breakpoint): Fix breakage. | |
5833 | |
5834 2004-06-26 Eli Zaretskii <eliz@gnu.org> | |
5835 | |
5836 * man.el (Man-getpage-in-background): Add windows-nt to the list | |
5837 of systems where shell-file-name should be used instead of | |
5838 literal "sh". | |
5839 | |
5840 2004-06-25 Sam Steingold <sds@gnu.org> | |
5841 | |
5842 * add-log.el (change-log-font-lock-keywords): Support Common Lisp | |
5843 function names `(setf symbol)'. | |
5844 | |
5845 2004-06-24 Richard M. Stallman <rms@gnu.org> | |
5846 | |
5847 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL. | |
5848 | |
5849 * font-lock.el (font-lock-keywords): Change format of compiled values. | |
5850 Document it. | |
5851 (font-lock-add-keywords): If font-lock-keywords is compiled, | |
5852 extract the uncompiled version, modify, then recompile. | |
5853 (font-lock-remove-keywords): Likewise. | |
5854 (font-lock-fontify-keywords-region): Handle changed format. | |
5855 (font-lock-compile-keywords): Handle changed format. | |
5856 (font-lock-set-defaults): Compile the keywords explicitly here. | |
5857 | |
5858 2004-06-24 David Kastrup <dak@gnu.org> | |
5859 | |
5860 * replace.el (query-replace-read-args): Implement `\,' and `\#' | |
5861 replacements here. | |
5862 (query-replace-regexp): Doc string explaining this and the new | |
5863 `\?' replacement. Remove `\,' and `\#' implementation here, as it | |
5864 is better placed in `query-replace-read-args'. | |
5865 (replace-regexp): Explain `\,', `\#' and `\?'. | |
5866 (replace-match-data): New function for thorough reuse/destruction | |
5867 of old match-data. | |
5868 (replace-match-maybe-edit): Function for implementing `\?' editing. | |
5869 (perform-replace): Fix maintaining of the match stack including | |
5870 already matched regions, implement `\?', fix various problems | |
5871 with regions while editing and other stuff. | |
5872 (replace-highlight): Simplify. | |
5873 | |
5874 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org> | |
5875 | |
5876 * progmodes/grep.el (grep-error-screen-columns): New variable. | |
5877 (grep-regexp-alist): Give it the full functionality of gnu style | |
5878 compilation messages with line and column ranges. Ask me for the | |
5879 perl script I'm working on, that uses these. | |
5880 | |
5881 2004-06-23 Nick Roberts <nickrob@gnu.org> | |
5882 | |
5883 * comint.el (comint-insert-clicked-input, comint-copy-old-input): | |
5884 Remove. | |
5885 (comint-insert-input, comint-mouse-insert-input): New functions | |
5886 based on comint-insert-clicked-input for two bindings but just | |
5887 one functionality. | |
5888 | |
5889 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
5890 | |
5891 * net/goto-addr.el (goto-address-fontify): Fix help-echo text. | |
5892 | |
5893 2004-06-23 Lars Hansen <larsh@math.ku.dk> | |
5894 | |
5895 * files.el (write-contents-functions): Doc fix. | |
5896 | |
5897 2004-06-21 Juanma Barranquero <lektu@terra.es> | |
5898 | |
5899 * image.el (image-library-alist): Rewrite docstring in active voice. | |
5900 | |
5901 2004-06-20 Richard M. Stallman <rms@gnu.org> | |
5902 | |
5903 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'. | |
5904 | |
5905 * isearch.el (isearch-repeat): Avoid testing old match data. | |
5906 (isearch-message): Display trailing space in special font | |
5907 when search is failing. | |
5908 (isearch-search-fun-function): Doc fix. | |
5909 | |
5910 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix. | |
5911 | |
5912 2004-06-19 Luc Teirlinck <teirllm@auburn.edu> | |
5913 | |
5914 * frame.el (show-trailing-whitespace): Doc fix. | |
5915 | |
5916 * cus-edit.el (custom-variable-documentation): New function. | |
5917 (custom-variable): Use it. | |
5918 | |
5919 2004-06-19 Nick Roberts <nickrob@gnu.org> | |
5920 | |
5921 * man.el (Man-getpage-in-background): Revert previous change but | |
5922 make cygwin a special case. | |
5923 | |
5924 2004-06-18 Luc Teirlinck <teirllm@auburn.edu> | |
5925 | |
5926 * autorevert.el (global-auto-revert-non-file-buffers): | |
5927 Update docstring. | |
5928 | |
5929 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org> | |
5930 | |
5931 * progmodes/compile.el (compilation-error-properties): Store one | |
5932 more than end-col, if present, so that transient-mark-mode will | |
5933 highlight last char too. | |
5934 * progmodes/grep.el (grep-regexp-alist): Match columns and column | |
5935 ranges, if present. | |
5936 | |
5937 2004-06-18 Jason Rumney <jasonr@gnu.org> | |
5938 | |
5939 * makefile.w32-in: Double percent signs in for loops. | |
5940 | |
5941 2004-06-17 David Kastrup <dak@gnu.org> | |
5942 | |
5943 * replace.el (query-replace-read-args): Only warn about use of \n | |
5944 and \t when we are doing a regexp replacement and the actual | |
5945 escaped character is n or t. | |
5946 (query-replace-regexp): Add \, and \# interpretation to | |
5947 interactive call and document it. | |
5948 (query-replace-regexp-eval, replace-match-string-symbols): Add \# | |
5949 as shortkey for replace-count. | |
5950 (replace-quote): New function for doubling backslashes. | |
5951 | |
5952 2004-06-17 Juanma Barranquero <lektu@terra.es> | |
5953 | |
5954 * files.el (parse-colon-path, cd): Mention in docstring that the | |
5955 path separator is colon in GNU-like systems. | |
5956 | |
5957 * newcomment.el (comment-region-internal): Fix docstring. | |
5958 | |
5959 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate) | |
5960 (ewoc-invalidate, ewoc-collect): Doc fixes. | |
5961 (ewoc--create-node, ewoc--delete-node-internal): | |
5962 Fix typos in docstring. | |
5963 | |
5964 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | |
5965 | |
5966 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra | |
5967 manual to docstring. | |
5968 | |
5969 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5970 | |
5971 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias. | |
5972 | |
5973 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | |
5974 | |
5975 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): | |
5976 Add hyperlink to emacs-xtra manual to docstring. | |
5977 | |
5978 * autorevert.el (global-auto-revert-non-file-buffers): | |
5979 Add hyperlink to emacs-xtra manual to docstring, as well as an | |
5980 info-link. | |
5981 | |
5982 2004-06-14 Juanma Barranquero <lektu@terra.es> | |
5983 | |
5984 * image.el (image-library-alist): New variable to map image types | |
5985 to external libraries. Initialized to nil, unless system-specific | |
5986 configs change it. | |
5987 (image-type-available-p): Determine whether an image type is | |
5988 available by calling `init-image-library'. | |
5989 | |
5990 * term/w32-win.el (image-library-alist): Initialize to a known set | |
5991 of probable library names. | |
5992 | |
5993 2004-06-14 Kenichi Handa <handa@m17n.org> | |
5994 | |
5995 * international/code-pages.el (windows-1256, cp1125): Fix tables | |
5996 for several characters. | |
5997 | |
5998 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change. | |
5999 | |
6000 2004-06-13 Richard M. Stallman <rms@gnu.org> | |
6001 | |
6002 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace. | |
6003 | |
6004 * emulation/pc-select.el: Doc fixes: say "PC Selection mode", | |
6005 not "`pc-selection-mode'". | |
6006 | |
6007 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages. | |
6008 | |
6009 * simple.el (previous-matching-history-element): Specify a default. | |
6010 | |
6011 * hexl.el (hexl-mode): Catch errors in hexl-goto-address. | |
6012 | |
6013 * cus-face.el (custom-declare-face): Simplify code. | |
6014 | |
6015 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes. | |
6016 | |
6017 2004-06-13 Luc Teirlinck <teirllm@auburn.edu> | |
6018 | |
6019 * files.el (before-save-hook): Add `time-stamp' to the options. | |
6020 | |
6021 * time-stamp.el (time-stamp): Recommend adding it to | |
6022 `before-save-hook', rather than `write-file-functions'. | |
6023 Make a similar change in `Commentary' section. | |
6024 | |
6025 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net> | |
6026 | |
6027 * diff-mode.el (diff-current-defun): If at start of hunk, use | |
6028 position of first change. | |
6029 | |
6030 2004-06-13 Lars Hansen <larsh@math.ku.dk> | |
6031 | |
6032 * dired-x.el (dired-mark-omitted): Bind to "*O". | |
6033 | |
6034 2004-06-12 Karl Fogel <kfogel@red-bean.com> | |
6035 | |
6036 * bookmark.el (bookmark-bmenu-relocate): New function, as | |
6037 suggested by David J. Biesack <David.Biesack@sas.com>. | |
6038 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R". | |
6039 (bookmark-bmenu-mode): Describe binding in doc string. | |
6040 (bookmark-set-filename): Save the bookmark list if it's time. | |
6041 | |
6042 2004-06-13 Kenichi Handa <handa@m17n.org> | |
6043 | |
6044 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change. | |
6045 (ccl-untranslated-to-ucs): Fix typo. | |
6046 | |
6047 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | |
6048 | |
6049 * progmodes/python.el (python-open-block-statement-p): | |
6050 Fix indentation after a block opening that contains a comment. | |
6051 | |
6052 2004-06-12 Jérôme Marant <jerome@marant.org> (tiny change) | |
6053 | |
6054 * bindings.el (completion-ignored-extensions): Add file extensions | |
6055 of Python byte-compiled files. | |
6056 | |
6057 2004-06-12 Juri Linkov <juri@jurta.org> | |
6058 | |
6059 * info.el (Info-goto-node): Add autoload. | |
6060 (Info-toc): Add substring-no-properties on Info file name. | |
6061 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix. | |
6062 (Info-mode-map): Bind L to Info-history, T to Info-toc. | |
6063 | |
6064 2004-06-12 Kenichi Handa <handa@m17n.org> | |
6065 | |
6066 * international/mule-cmds.el (set-language-environment): | |
6067 Load subst tables if necessary. | |
6068 | |
6069 * international/mule.el (decode-char): Load subst tables if necessary. | |
6070 (encode-char): Likewise. | |
6071 | |
6072 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate | |
6073 pair correctly. Call ccl-mule-utf-untrans for untranslable chars. | |
6074 (utf-16le-decode-loop): Set r5 to -1 before loop. | |
6075 (utf-16be-decode-loop): Likewise. | |
6076 (ccl-decode-mule-utf-16le): Add EOF processing block. | |
6077 (ccl-decode-mule-utf-16be): Likewise. | |
6078 (ccl-decode-mule-utf-16le-with-signature): Likewise. | |
6079 (ccl-decode-mule-utf-16be-with-signature): Likewise. | |
6080 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially. | |
6081 (ccl-mule-utf-16-encode-untrans): New CCL. | |
6082 (utf-16-decode-to-ucs): Handle pre-read character. | |
6083 (utf-16le-encode-loop): Handle surrogate pair. | |
6084 (utf-16be-encode-loop): Likewise. | |
6085 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change | |
6086 of utf-16le-encode-loop. | |
6087 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change | |
6088 of utf-16be-encode-loop. | |
6089 (mule-utf-16-post-read-conversion): | |
6090 Call utf-8-post-read-conversion at first. | |
6091 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature): | |
6092 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on. | |
6093 Add post-read-conversion and pre-write-conversion. | |
6094 | |
6095 * international/utf-8.el (utf-translate-cjk-charsets): New variable. | |
6096 (utf-translate-cjk-unicode-range): New variable. | |
6097 (utf-translate-cjk-load-tables): New function. | |
6098 (utf-lookup-subst-table-for-decode): New function. | |
6099 (utf-lookup-subst-table-for-encode): New function. | |
6100 (utf-translate-cjk-mode): Init-value changed to t. Don't load | |
6101 tables here. Update safe-charsets of utf-* coding systems. | |
6102 (ccl-mule-utf-untrans): New CCL. | |
6103 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat' | |
6104 at end of each branch. | |
6105 (ccl-mule-utf-8-encode-untrans): New CCL. | |
6106 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans. | |
6107 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the | |
6108 length of encoding. Don't return r0. | |
6109 (utf-8-compose): New arg hash-table. Handle 2-byte encoding. | |
6110 (utf-8-post-read-conversion): Narrow to region properly. | |
6111 If utf-translate-cjk-mode is on, load tables if necessary. | |
6112 Call utf-8-compose with hash-table arg if necessary. | |
6113 Call XXX-compose-region instead of XXX-post-read-conversion. | |
6114 (utf-8-pre-write-conversion): New function. | |
6115 (mule-utf-8): Include CJK charsets in safe-charsets if | |
6116 utf-translate-cjk-mode is on. Add pre-write-conversion. | |
6117 | |
6118 * international/characters.el: Temporarily set | |
6119 utf-translate-cjk-mode to nil. | |
6120 | |
6121 * language/devan-util.el (devanagari-compose-region): | |
6122 Add autoload cookie. | |
6123 | |
6124 * international/ccl.el (ccl-dump-call): Fix printing the | |
6125 subroutine name. | |
6126 | |
6127 2004-06-11 Luc Teirlinck <teirllm@auburn.edu> | |
6128 | |
6129 * dired.el (dired-revert): If buffer is marked unmodified before | |
6130 reverting, keep it marked unmodified. Adapt to new conventions | |
6131 for commenting out code. | |
6132 (dired-make-relative): Adapt to new conventions for commenting out | |
6133 code. | |
6134 | |
6135 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu> | |
6136 | |
6137 * eshell/esh-module.el (eshell-load-defgroups): | |
6138 Bind `vc-handled-backends' to nil when opening files. | |
6139 | |
6140 2004-06-11 Juanma Barranquero <lektu@terra.es> | |
6141 | |
6142 * files.el (parse-colon-path, cd): Doc fixes (refer to | |
6143 `path-separator', not colon). | |
6144 | |
6145 2004-06-10 Juanma Barranquero <lektu@terra.es> | |
6146 | |
6147 * newcomment.el (comment-search-forward) | |
6148 (comment-search-backward): Fix typos in docstring. | |
6149 (comment-region): Doc fix. | |
6150 | |
6151 2004-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
6152 | |
6153 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R | |
6154 switch is no longer stored in `dired-switches-alist'. | |
6155 | |
6156 * dired-aux.el (dired-insert-subdir): Do not store R switch in | |
6157 `dired-switches-alist'. | |
6158 | |
6159 2004-06-10 Kim F. Storm <storm@cua.dk> | |
6160 | |
6161 * pcvs.el (cvs-mode-diff-yesterday): New command. | |
6162 | |
6163 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday. | |
6164 | |
6165 2004-06-10 Juri Linkov <juri@jurta.org> | |
6166 | |
6167 * emacs-lisp/edebug.el (edebug-eval-defun): | |
6168 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'. | |
6169 Fix docstring. | |
6170 | |
6171 * simple.el (eval-expression-print-format): Don't print additional | |
6172 information on the first call to `eval-print-last-sexp'. | |
6173 (next-error-find-buffer): Fix punctuation. | |
6174 (killing) <defgroup>: Fix punctuation. | |
6175 (yank-excluded-properties): Change group from editing to killing. | |
6176 | |
6177 * replace.el (perform-replace): Use `limit' to terminate the | |
6178 while-loop explicitly. | |
6179 | |
6180 2004-06-09 Jan Djärv <jan.h.d@swipnet.se> | |
6181 | |
6182 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): | |
6183 Use lc-*.xpm as prefix instead of *-locol.xpm. | |
6184 | |
6185 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm | |
6186 * toolbar/lc-help.xpm, toolbar/lc-home.xpm | |
6187 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm | |
6188 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm | |
6189 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm | |
6190 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm | |
6191 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm | |
6192 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm | |
6193 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm | |
6194 * toolbar/lc-up_arrow.xpm: | |
6195 Rename from *-locol.xpm. | |
6196 | |
6197 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org> | |
6198 | |
6199 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to | |
6200 include forms like &<str>; as valid url patterns. | |
6201 | |
6202 2004-06-08 Luc Teirlinck <teirllm@auburn.edu> | |
6203 | |
6204 * dired.el (dired-diff, dired-backup-diff) | |
6205 (dired-clean-directory, dired-do-chmod, dired-do-chgrp) | |
6206 (dired-do-chown, dired-do-touch, dired-do-print) | |
6207 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress) | |
6208 (dired-do-byte-compile, dired-do-load, dired-do-redisplay) | |
6209 (dired-create-directory, dired-do-copy, dired-do-symlink) | |
6210 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp) | |
6211 (dired-do-copy-regexp, dired-do-hardlink-regexp) | |
6212 (dired-do-symlink-regexp, dired-upcase, dired-downcase) | |
6213 (dired-maybe-insert-subdir, dired-next-subdir) | |
6214 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files) | |
6215 (dired-kill-subdir, dired-tree-up, dired-tree-down) | |
6216 (dired-hide-subdir, dired-hide-all, dired-show-file-type) | |
6217 (dired-run-shell-command, dired-query): Remove redundant, | |
6218 or incorrect, autoloads. | |
6219 | |
6220 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it | |
6221 does not end in a slash. Add optional argument KILL-ROOT. | |
6222 Update docstring. | |
6223 (dired-do-touch, dired-clean-directory, dired-run-shell-command) | |
6224 (dired-query): Add autoloads. | |
6225 | |
6226 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org> | |
6227 | |
6228 * progmodes/compile.el (compilation-set-window-height): Rearrange | |
6229 the save-* functions because a buffer can have several current | |
6230 point in different windows. | |
6231 (compilation-error-regexp-alist-alist): Recognize {standard input} | |
6232 GNU messages (for gcc --pipe) and more kinds of Oracle messages. | |
6233 | |
6234 2004-06-08 Jan Djärv <jan.h.d@swipnet.se> | |
6235 | |
6236 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm | |
6237 * toolbar/help-locol.xpm, toolbar/home-locol.xpm | |
6238 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm | |
6239 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm | |
6240 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm | |
6241 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm | |
6242 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm | |
6243 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm | |
6244 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm | |
6245 * toolbar/up_arrow-locol.xpm: | |
6246 New versions of icons that uses fewer colors. | |
6247 | |
6248 * toolbar/tool-bar.el (tool-bar-local-item) | |
6249 (tool-bar-local-item-from-menu): Try to use icons with fewer colors | |
6250 if display-color-cells is 256 or less. | |
6251 | |
6252 2004-06-08 Kim F. Storm <storm@cua.dk> | |
6253 | |
6254 * wid-edit.el (widget-specify-button): Use hand pointer rather | |
6255 than mouse-face as visible mouse-over effect. | |
6256 | |
6257 2004-06-07 Karl Fogel <kfogel@red-bean.com> | |
6258 | |
6259 * saveplace.el (save-place-alist-to-file): Bind `print-length' | |
6260 and `print-level' to nil when writing out `save-place-alist'. | |
6261 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment. | |
6262 | |
6263 2004-06-07 Juanma Barranquero <lektu@terra.es> | |
6264 | |
6265 * completion.el (completion-kill-region): Doc fix. | |
6266 | |
6267 * format.el (format-insert-annotations) | |
6268 (format-annotate-location): Doc fixes. | |
6269 (format-subtract-regions): Make arguments match their use in docstring. | |
6270 | |
6271 * simple.el (kill-region): Doc fix. | |
6272 | |
6273 * subr.el (insert-buffer-substring-no-properties) | |
6274 (insert-buffer-substring-as-yank): Doc fixes. | |
6275 | |
6276 2004-06-07 Luc Teirlinck <teirllm@auburn.edu> | |
6277 | |
6278 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): | |
6279 Update docstring. | |
6280 (dired-reset-subdir-switches): New function. | |
6281 | |
6282 * dired.el (dired-undo): Call `dired-build-subdir-alist'. | |
6283 Limit scope of `buffer-read-only' binding. | |
6284 | |
6285 2004-06-06 Emilio C. Lopes <eclig@gmx.net> | |
6286 | |
6287 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with | |
6288 eshell-explicit-command-char. | |
6289 | |
6290 2004-06-06 Juanma Barranquero <lektu@terra.es> | |
6291 | |
6292 * help-fns.el (help-argument-name): Inherit from italic face only | |
6293 if the frame supports it. | |
6294 | |
6295 2004-06-06 Jan Djärv <jan.h.d@swipnet.se> | |
6296 | |
6297 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm | |
6298 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm | |
6299 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm | |
6300 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm | |
6301 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm | |
6302 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm | |
6303 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm: | |
6304 New conversions from xpm files. | |
6305 | |
6306 * toolbar/README: New file. | |
6307 | |
6308 2004-06-06 Richard M. Stallman <rms@gnu.org> | |
6309 | |
6310 * isearch.el (isearch-mode-map): Undo previous change. | |
6311 | |
6312 2004-06-05 Juri Linkov <juri@jurta.org> | |
6313 | |
6314 * bindings.el (debug-ignored-errors): Add regexps for history | |
6315 related messages. Remove $ from "No further undo information". | |
6316 Move Ediff's messages to ediff.el. | |
6317 | |
6318 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el. | |
6319 | |
6320 * cus-edit.el (custom-display): Add `min-colors'. | |
6321 | |
6322 * custom.el (defface): Add `supports' to docstring. | |
6323 | |
6324 * help-fns.el (help-argument-name): Add :group 'help. | |
6325 | |
6326 2004-06-05 Luc Teirlinck <teirllm@auburn.edu> | |
6327 | |
6328 * find-dired.el (find-ls-subdir-switches): New user option. | |
6329 (find-dired): No longer call `abbreviate-file-name' on DIR. | |
6330 Set `dired-subdir-switches' buffer-locally. | |
6331 | |
6332 * locate.el: Merge the two `Commentary' sections. | |
6333 (locate-ls-subdir-switches): New user option. | |
6334 (locate): Update for other changes. | |
6335 (locate-mode-map): Restore Dired binding for mouse-2. | |
6336 Bind `locate-mouse-view-file' to M-mouse-2. | |
6337 Bind `l' to `locate-do-redisplay'. | |
6338 (locate-main-listing-line-p, locate-do-redisplay): New functions. | |
6339 (locate-mouse-view-file, locate-tags, locate-find-directory): | |
6340 Print message if used outside main listing. | |
6341 (locate-mode): Update docstring. Make `*Locate*' buffer read-only. | |
6342 Various changes to support inserted subdirectories. | |
6343 (locate-insert-header): Change header of *Locate* buffer. | |
6344 | |
6345 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): | |
6346 Change interactive default switches. | |
6347 (dired-rename-subdir-2): Update `dired-switches-alist'. | |
6348 (dired-insert-subdir, dired-kill-subdir): | |
6349 Handle `dired-switches-alist'. Do not mark buffer modified. | |
6350 (dired-insert-subdir-validate): Handle `dired-subdir-switches'. | |
6351 (dired-insert-subdir-doinsert): Omit messages. | |
6352 Handle `dired-subdir-switches'. | |
6353 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified. | |
6354 | |
6355 * dired.el (dired-subdir-switches, dired-switches-alist): New vars. | |
6356 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert | |
6357 subdirs if -R switch is used for a subdir. | |
6358 (dired-mode): Set `dired-switches-alist'. | |
6359 (dired-build-subdir-alist): Only print number of directories in | |
6360 echo area when invoked interactively. | |
6361 | |
6362 2004-06-05 Lars Hansen <larsh@math.ku.dk> | |
6363 | |
6364 * dired-x.el (dired-omit-mode): Rename from | |
6365 dired-omit-files-p. Use define-minor-mode to define it. | |
6366 (dired-omit-files-p): Add as alias for dired-omit-mode. | |
6367 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and | |
6368 dired-mark-omitted. | |
6369 (dired-mark-omitted): Add. Bind to M-O. | |
6370 | |
6371 2004-06-05 Kenichi Handa <handa@m17n.org> | |
6372 | |
6373 * ps-print.el: Fix typos (kein'ichi -> ken'ichi) | |
6374 | |
6375 2004-06-05 Juanma Barranquero <lektu@terra.es> | |
6376 | |
6377 * help-fns.el (help-argument-name): Reintroduce face. | |
6378 (help-default-arg-highlight): Use it, now that | |
6379 `face-differs-from-default-p' can be trusted. | |
6380 | |
6381 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change) | |
6382 | |
6383 * textmodes/table.el: Sentence commands added to Point Motion | |
6384 group; kill and backward-kill commands added to Extraction group. | |
6385 | |
6386 2004-06-04 Mario Lang <mlang@delysid.org> | |
6387 | |
6388 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some | |
6389 systems appear to use mW, make the code handle this. Fix a | |
6390 division-by-zero bug while at it, and handle kernels with | |
6391 a slightly different layout in /proc/acpi. | |
6392 | |
6393 2004-06-04 Karl Fogel <kfogel@red-bean.com> | |
6394 | |
6395 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*', | |
6396 because the latter is a CL-ism. This fixes the bug reported by | |
6397 Shawn Boyette <mdxi@collapsar.net> in | |
6398 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html. | |
6399 | |
6400 2004-06-04 Miles Bader <miles@gnu.org> | |
6401 | |
6402 * faces.el (display-supports-face-attributes-p): Function moved to | |
6403 C code. Previously only the tty-related portion of this function | |
6404 was done in C; however the previous attempt to do a halfway-proper | |
6405 job for non-tty displays in lisp didn't work properly because of | |
6406 funny conditions during Emacs startup. | |
6407 (face-differs-from-default-p): Simplify, now that | |
6408 display-supports-face-attributes-p works properly on all display | |
6409 types. Remove :stipple from comparison; it doesn't really work | |
6410 in emacs anyway. | |
6411 | |
6412 2004-06-04 Miles Bader <miles@gnu.org> | |
6413 | |
6414 * faces.el (face-differs-from-default-p): Use a different | |
6415 implementation, so we can really check whether FACE displays | |
6416 differently or not. | |
6417 | |
6418 2004-06-04 Miles Bader <miles@gnu.org> | |
6419 | |
6420 * faces.el (display-supports-face-attributes-p): Implement a | |
6421 `different from default' check for non-tty displays. | |
6422 | |
6423 2004-06-03 David Kastrup <dak@gnu.org> | |
6424 | |
6425 * woman.el (woman-mapcan): More concise code. | |
6426 (woman-topic-all-completions, woman-topic-all-completions-1) | |
6427 (woman-topic-all-completions-merge): Replace by a simpler and | |
6428 much faster implementation based on O(n log n) sort/merge instead | |
6429 of the old O(n^2) behavior. | |
6430 | |
6431 2004-06-03 Miles Bader <miles@gnu.org> | |
6432 | |
6433 * subr.el (read-number): Use canonical format for default in prompt. | |
6434 | |
6435 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): | |
6436 Add regexp for " [...]" style defaults. | |
6437 | |
6438 2004-06-02 Romain Francoise <romain@orebokech.com> | |
6439 | |
6440 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter | |
6441 groups: if the user asks for a hidden buffer, open the | |
6442 corresponding filter group to expose it. | |
6443 | |
6444 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to | |
6445 `ibuffer-jump-to-buffer'. | |
6446 (ibuffer-jump-offer-only-visible-buffers): New user option. | |
6447 | |
6448 2004-06-02 Juanma Barranquero <lektu@terra.es> | |
6449 | |
6450 * faces.el (frame-update-faces): Add empty docstring so the one | |
6451 for `ignore' doesn't show through. | |
6452 | |
6453 * subr.el (process-kill-without-query): Remove spurious "\n" on | |
6454 obsolescence string. | |
6455 (focus-frame, unfocus-frame): Add obsolescence declaration and | |
6456 empty docstring. | |
6457 | |
6458 * international/mule.el (register-char-codings): Make alias for | |
6459 `ignore'. Move docstring to obsolescence info and remove redundancy. | |
6460 | |
6461 2004-06-02 Kim F. Storm <storm@cua.dk> | |
6462 | |
6463 * frame.el (blink-cursor-start): Turn cursor off initially so blink | |
6464 starts after blink-cursor-delay rather than 2*blink-cursor-delay. | |
6465 | |
6466 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
6467 | |
6468 * comint.el (comint-replace-by-expanded-history-before-point): | |
6469 Obey `start' as the docstring says. | |
6470 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter) | |
6471 (comint-update-fence): Prevent font-lock from running unnecessarily. | |
6472 (comint-dynamic-list-completions): Use with-current-buffer. | |
6473 | |
6474 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
6475 | |
6476 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps. | |
6477 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string. | |
6478 (bibtex-entry-update): Handle alternatives and optional fields. | |
6479 (bibtex-parse-entry): Bugfix, handle empty key. | |
6480 | |
6481 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
6482 | |
6483 * vc-arch.el (vc-arch-state): Don't assume the file exists. | |
6484 | |
6485 2004-05-31 Lars Hansen <larsh@math.ku.dk> | |
6486 | |
6487 * desktop.el (desktop-save): Don't save minor modes without a | |
6488 known mode initialization function. | |
6489 | |
6490 2004-05-30 Luc Teirlinck <teirllm@auburn.edu> | |
6491 | |
6492 * replace.el (query-replace-interactive): Convert defvar -> defcustom. | |
6493 | |
6494 * autorevert.el: Update `Commentary' section. | |
6495 | |
6496 2004-05-30 Juanma Barranquero <lektu@terra.es> | |
6497 | |
6498 * dos-fns.el (convert-standard-filename): | |
6499 * files.el (convert-standard-filename): | |
6500 * w32-fns.el (convert-standard-filename): | |
6501 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann). | |
6502 | |
6503 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net> | |
6504 | |
6505 Sync with Tramp. | |
6506 | |
6507 * net/tramp.el (tramp-let-maybe): Reverse args of `get'. | |
6508 (tramp-let-maybe): Move to an earlier spot in the file. | |
6509 Patch by Andreas Schwab. | |
6510 | |
6511 2004-05-30 Andreas Schwab <schwab@suse.de> | |
6512 | |
6513 * dired.el (dired-get-filename): Don't use dired-re-dot. | |
6514 | |
6515 2004-05-30 Richard M. Stallman <rms@gnu.org> | |
6516 | |
6517 * files.el (find-file): Doc fix. | |
6518 | |
6519 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind. | |
6520 | |
6521 2004-05-30 Nick Roberts <nickrob@gnu.org> | |
6522 | |
6523 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch) | |
6524 (gdb-locals-mode, gdb-frame-handler): Display current frame in the | |
6525 modeline of the locals buffer. | |
6526 (gdb-goto-breakpoint): Handle gdbmi. | |
6527 (gdb-get-frame-number): Change for gdbmi. | |
6528 | |
6529 2004-05-30 Michael Albinus <michael.albinus@gmx.de> | |
6530 | |
6531 * files.el (file-remote-p): Apply file name handler for operation | |
6532 `file-remote-p'. It isn't a property any longer. | |
6533 (file-relative-name): `fh' and `fd' get the required value via | |
6534 `find-file-name-handler' already. | |
6535 | |
6536 * ange-ftp.el (ange-ftp-file-remote-p): New defun. | |
6537 (top): Remove setting of `file-remote-p' property for | |
6538 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'. | |
6539 | |
6540 2004-05-29 Michael Albinus <michael.albinus@gmx.de> | |
6541 | |
6542 Version 2.0.41 of Tramp released. | |
6543 | |
6544 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output): | |
6545 Throw away if process has died. | |
6546 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>. | |
6547 (tramp-out-of-band-prompt-regexp): Rename to | |
6548 `tramp-process-alive-regexp', because its usage is widen. | |
6549 (tramp-actions-copy-out-of-band): Apply it. | |
6550 (tramp-actions-before-shell, tramp-multi-actions): | |
6551 Add `tramp-action-process-alive' action. | |
6552 (tramp-action-process-alive): New defun. | |
6553 (tramp-file-name-handler-alist, tramp-file-name-for-operation): | |
6554 Add entry for `file-remote-p'. | |
6555 (tramp-handle-file-remote-p): New defun. | |
6556 (top): Remove setting of `file-remote-p'. Don't set | |
6557 `inhibit-file-name-handlers' and `inhibit-file-name-operation'. | |
6558 | |
6559 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for | |
6560 `file-remote-p'. | |
6561 | |
6562 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't | |
6563 counted for (last) line. [They should or they shouldn't? --Stef] | |
6564 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>. | |
6565 | |
6566 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net> | |
6567 | |
6568 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is | |
6569 not really necessary but seems to keep the shell history smaller | |
6570 in some cases. It is no substitute for setting HISTFILE and | |
6571 HISTSIZE from tramp-open-connection-setup-interactive-shell, | |
6572 though. Suggested by Luc Teirlinck. | |
6573 (tramp-open-connection-setup-interactive-shell): Export variables | |
6574 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck. | |
6575 (tramp-set-process-query-on-exit-flag): New compat function. | |
6576 (tramp-open-connection-multi, tramp-open-connection-su) | |
6577 (tramp-open-connection-rsh, tramp-open-connection-telnet) | |
6578 (tramp-do-copy-or-rename-file-out-of-band): Use it. | |
6579 (tramp-let-maybe): New macro, let-binds a variable only if it | |
6580 isn't obsolete. | |
6581 (tramp-check-ls-commands, tramp-handle-expand-file-name) | |
6582 (tramp-handle-file-truename): Use it. | |
6583 (tramp-completion-file-name-regexp-unified): Avoid matching | |
6584 filenames starting with "/:" -- those are reserved for | |
6585 file-name-non-special. | |
6586 | |
6587 * tramp-smb.el (tramp-smb-open-connection): | |
6588 Use tramp-set-process-query-on-exit-flag compat function. | |
6589 | |
6590 2004-05-29 Richard M. Stallman <rms@gnu.org> | |
6591 | |
6592 * net/browse-url.el (browse-url-interactive-arg): Doc fix. | |
6593 | |
6594 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'. | |
6595 (eval-last-sexp-print-value): Print char equivalent regardless | |
6596 of standard-output value. | |
6597 | |
6598 * thumbs.el (thumbs-subst-char-in-string): Delete. | |
6599 (thumbs-thumbname): Use subst-char-in-string. | |
6600 (thumbs-resize-image): Use condition-case, not ignore-errors. | |
6601 (thumbs-kill-buffer): Likewise. | |
6602 | |
6603 * thumbs.el: Don't include cl. Don't bother with old Emacs versions. | |
6604 (thumbs-mode): Make buffer read-only. | |
6605 (thumbs-make-thumb): Unconditionally accept an existing file. | |
6606 (thumbs-insert-thumb): Add thumb-image-file property to the image. | |
6607 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines. | |
6608 (thumbs-show-thumbs-list): Error if images not supported. | |
6609 (thumbs-save-current-image): Improve prompt string. | |
6610 (thumbs-mode-map): Define u, R, x. | |
6611 (thumbs-unmark): New command. | |
6612 (thumbs-emboss-image): Minor cleanup. | |
6613 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image. | |
6614 (thumbs-rename-images): New command. | |
6615 (thumbs-show-image-num): Rewrite. Don't rename the buffer. | |
6616 | |
6617 * thumbs.el (thumbs-current-image): New function. | |
6618 (thumbs-file-list, thumbs-file-alist): New functions. | |
6619 (thumbs-find-image): Delete arg L. | |
6620 Don't set up thumbs-fileL as buffer-local global var. | |
6621 (thumbs-find-image-at-point): Use thumbs-current-image. | |
6622 (thumbs-set-image-at-point-to-root-window): Likewise. | |
6623 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist. | |
6624 Record and warn about errors. Update thumbs-markedL for deletions. | |
6625 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist. | |
6626 (thumbs-redraw-buffer): Use thumbs-file-list. | |
6627 (thumbs-mark): Use thumbs-current-image. | |
6628 (thumbs-show-name): Use thumbs-current-image. | |
6629 | |
6630 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick | |
6631 and imenu--last-menubar-index-alist. | |
6632 | |
6633 * subr.el (with-selected-window): Undo previous change. | |
6634 | |
6635 2004-05-29 John Paul Wallington <jpw@gnu.org> | |
6636 | |
6637 * thumbs.el (thumbs-show-name): Do nothing if no image at point. | |
6638 (thumbs-mouse-find-image): New command. | |
6639 (thumbs-mode-map): Bind it to mouse-2. | |
6640 (thumbs-mode): Make mode-class special. | |
6641 (thumbs-view-image-mode): Likewise. | |
6642 | |
6643 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> | |
6644 | |
6645 * flymake.el: New file. | |
6646 | |
6647 2004-05-28 Luc Teirlinck <teirllm@auburn.edu> | |
6648 | |
6649 * files.el (find-file-noselect-1): Do not bind | |
6650 `inhibit-read-only' to t during execution of | |
6651 `find-file-not-found-functions'. | |
6652 | |
6653 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
6654 | |
6655 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff): | |
6656 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg. | |
6657 | |
6658 2004-05-28 Juri Linkov <juri@jurta.org> | |
6659 | |
6660 * simple.el (eval-expression-print-format): New fun. | |
6661 | |
6662 * simple.el (eval-expression): | |
6663 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value): | |
6664 * emacs-lisp/edebug.el (edebug-compute-previous-result) | |
6665 (edebug-eval-expression): Print additionally the value returned by | |
6666 `eval-expression-print-format'. | |
6667 | |
6668 * emacs-lisp/lisp.el (insert-pair-alist): New var. | |
6669 (insert-pair): Make arguments optional. Find character pair | |
6670 from `insert-pair-alist' according to the last input event. | |
6671 (insert-parentheses): Make arguments optional. | |
6672 (raise-sexp, delete-pair): New funs. | |
6673 | |
6674 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun. | |
6675 (emacs-lisp-mode-map, lisp-interaction-mode-map): | |
6676 Bind C-M-q to `indent-pp-sexp'. | |
6677 | |
6678 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in | |
6679 `pp-to-string' modified to be able to format text with newlines. | |
6680 (pp-to-string): Move the buffer-formatting part of the code to | |
6681 `pp-buffer'. Call `pp-buffer'. | |
6682 | |
6683 * info.el (Info-desktop-buffer-misc-data): Don't save information | |
6684 about virtual files. | |
6685 (Info-restore-desktop-buffer): Restore Info buffers in prepared | |
6686 buffers with names obtained from the desktop file instead of the | |
6687 default *info* buffer. | |
6688 | |
6689 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
6690 | |
6691 * subr.el (with-selected-window): Only save/restore the selected | |
6692 window. | |
6693 | |
6694 * progmodes/compile.el (compilation-error-regexp-alist): | |
6695 Use expand-file-name and data-directory. | |
6696 | |
6697 * progmodes/grep.el (grep-tree): Rework previous fix. | |
6698 | |
6699 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode | |
6700 after the user marked text with the mouse. | |
6701 | |
6702 * startup.el (command-line): Keep the first regexp of | |
6703 auto-save-file-name-transforms intact. | |
6704 | |
6705 2004-05-28 Juanma Barranquero <lektu@terra.es> | |
6706 | |
6707 * cus-edit.el (customize-face, customize-face-other-window) | |
6708 (custom-face-edit-delete): Make arguments match their use in | |
6709 docstring. | |
6710 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in | |
6711 docstring. | |
6712 | |
6713 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast', | |
6714 not `cvs-butlast'. | |
6715 | |
6716 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and | |
6717 `nbutlast' are in subr.el). | |
6718 | |
6719 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics) | |
6720 (set-w32-system-coding-system): Doc fixes. | |
6721 | |
6722 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify. | |
6723 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): | |
6724 Make arguments match their use in docstring. | |
6725 (artist-draw-region-trim-line-endings) | |
6726 (artist-mouse-choose-operation): Fix typo in docstring. | |
6727 (artist-key-set-point-common): Doc fix. | |
6728 | |
6729 2004-05-28 Simon Josefsson <jas@extundo.com> | |
6730 | |
6731 * mail/smtpmail.el (smtpmail-open-stream): | |
6732 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS. | |
6733 | |
6734 2004-05-26 Simon Josefsson <jas@extundo.com> | |
6735 | |
6736 * starttls.el: Merge with my GNUTLS based starttls.el. | |
6737 (starttls-gnutls-program, starttls-use-gnutls) | |
6738 (starttls-extra-arguments, starttls-process-connection-type) | |
6739 (starttls-connect, starttls-failure, starttls-success): New variables. | |
6740 (starttls-program, starttls-extra-args): Doc fix. | |
6741 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. | |
6742 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' | |
6743 and pass on to corresponding *-gnutls function if it is set. | |
6744 | |
6745 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> | |
6746 | |
6747 * autorevert.el (auto-revert-handler): Disable auto-reverting of | |
6748 remote files. | |
6749 | |
6750 2004-05-27 Michael Albinus <michael.albinus@gmx.de> | |
6751 | |
6752 * files.el (file-name-non-special): There are more operations | |
6753 which need handling: `find-backup-file-name', | |
6754 `insert-file-contents', `verify-visited-file-modtime', | |
6755 `write-region'. Rename t value of method to `add'. Add new | |
6756 methods `quote' and `unquote-then-quote' to file-arg-indices. | |
6757 | |
6758 2004-05-25 Juri Linkov <juri@jurta.org> | |
6759 | |
6760 * info.el (Info-toc): Call Info-mode on intermediate buffer. | |
6761 (Info-index-nodes): Enclose code in condition-case to catch errors. | |
6762 (Info-index-node): Don't search all index nodes if request is only | |
6763 for the current node and file is not in the cache of index nodes. | |
6764 (Info-mode-map): Bind Info-copy-current-node-name to `w' | |
6765 for consistency with dired-copy-filename-as-kill. | |
6766 Bind `S' to Info-search-case-sensitively. | |
6767 (Info-copy-current-node-name): New arg. With zero prefix arg put | |
6768 the name inside a function call to `info'. Display copied text in | |
6769 the echo area. | |
6770 | |
6771 2004-05-25 Sam Steingold <sds@gnu.org> | |
6772 | |
6773 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function: | |
6774 strip the package prefix from the symbol name, if any. | |
6775 Make it the `find-tag-default-function' for `lisp-mode'. | |
6776 | |
6777 2004-05-25 John Paul Wallington <jpw@gnu.org> | |
6778 | |
6779 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag' | |
6780 instead of obsolete `process-kill-without-query'. | |
6781 | |
6782 * textmodes/texinfmt.el (texinfo-indexvar-alist): | |
6783 Declare as variable, not constant. | |
6784 | |
6785 2004-05-25 Luc Teirlinck <teirllm@auburn.edu> | |
6786 | |
6787 * files.el (find-file-noselect-1): Fix bug introduced by | |
6788 Revision 1.694. As a side effect, `inhibit-read-only' | |
6789 is again, by default, t during execution of | |
6790 `find-file-not-found-functions'. | |
6791 (insert-directory): Check that lines were really inserted by | |
6792 the --dired switch, before erasing them. | |
6793 | |
6794 2004-05-24 Nick Roberts <nickrob@gnu.org> | |
6795 | |
6796 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode) | |
6797 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer. | |
6798 (gdb-var-update, gdb-var-update-handler, gdb-var-delete) | |
6799 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for | |
6800 gud-minor-mode (gdbmi). | |
6801 | |
6802 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) | |
6803 | |
6804 * net/browse-url.el (browse-url-interactive-arg): Enable user to | |
6805 explicitly select the text to be taken as URL. | |
6806 | |
6807 2004-05-23 Juri Linkov <juri@jurta.org> | |
6808 | |
6809 * info.el (Info-index-nodes): New var and fun. | |
6810 (Info-goto-index, Info-index, info-apropos) | |
6811 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes. | |
6812 (Info-index): Fix docstring. Store and restore Info-history-list. | |
6813 (Info-complete-nodes): New var. | |
6814 (Info-complete-menu-item): Use it. | |
6815 (Info-index-node): New fun. | |
6816 (Info-final-node, Info-forward-node, Info-backward-node) | |
6817 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node): | |
6818 Use Info-index-node. | |
6819 (Info-extract-menu-item, Info-extract-menu-counting): Set second | |
6820 arg of `Info-extract-menu-node-name' to non-nil for index nodes. | |
6821 (Info-find-node-2): If a node with period in its name not found, | |
6822 try to find a node without the name part after period. | |
6823 (Info-select-node): Call Info-fontify-node only if | |
6824 Info-fontify-maximum-menu-size is not nil. | |
6825 (info-apropos): Set Info-fontify-maximum-menu-size to nil. | |
6826 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node): | |
6827 Preserve Info-history-list. | |
6828 (Info-toc): Set Info-current-file. | |
6829 (Info-build-toc): Move point to the beginning of the buffer. | |
6830 Add main-file variable. | |
6831 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos): | |
6832 Use backslashed representation of the control character ^_. | |
6833 | |
6834 * textmodes/texinfmt.el (texinfo-print-index): Print index line | |
6835 numbers in the new Texinfo 4.7 format. | |
6836 | |
6837 * add-log.el (change-log-font-lock-keywords): Remove `:' from | |
6838 regexps for function and variable names. | |
6839 | |
6840 * descr-text.el (describe-property-list): Add [show] button for | |
6841 `syntax-table' property with action to pp to a separate buffer. | |
6842 (describe-char): Replace search-forward by re-search-forward with | |
6843 whitespace regexp after "character:" to not fail in too narrow windows. | |
6844 | |
6845 * simple.el (next-error-find-buffer): Add a rule to return | |
6846 next-error capable buffer if one window on the selected frame | |
6847 displays such buffer. | |
6848 | |
6849 2004-05-23 Nick Roberts <nickrob@gnu.org> | |
6850 | |
6851 * progmodes/gdb-ui.el (gdb-server-prefix): New variable. | |
6852 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode) | |
6853 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint) | |
6854 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer) | |
6855 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): | |
6856 Handle new value for gud-minor-mode (gdbmi). | |
6857 (gdb-buffer-type, gdb-input-queue, gdb-prompting) | |
6858 (gdb-output-sink, gdb-current-item, gdb-pending-triggers): | |
6859 Change from local to global gdb variable set. | |
6860 (gdb-ann3): Initialize above gdb variable set. | |
6861 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input) | |
6862 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt) | |
6863 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin) | |
6864 (gdb-stopped, gdb-post-prompt, gdb-concat-output) | |
6865 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler) | |
6866 (gdb-info-locals-handler, gdb-invalidate-assembler) | |
6867 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable | |
6868 set as global variables. | |
6869 (gdb-get-create-buffer): Don't make gud-comint buffer-local. | |
6870 Handle gdbmi. | |
6871 (gdb-info-breakpoints-custom): Fix regexp. | |
6872 (def-gdb-var): Delete. | |
6873 | |
6874 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items) | |
6875 (gud-speedbar-buttons, gud-sentinel, gud-display-line) | |
6876 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for | |
6877 a new mode. The file (gdb-mi.el) for this mode will be included | |
6878 with the GDB distribution (6.2 onwards) and will use GDB/MI as its | |
6879 primary interface. | |
6880 | |
6881 2004-05-23 Jesper Harder <harder@ifa.au.dk> | |
6882 | |
6883 * progmodes/grep.el (grep-tree): Ensure that DIR argument is | |
6884 interpreted as a directory. | |
6885 | |
6886 2004-05-22 Richard M. Stallman <rms@gnu.org> | |
6887 | |
6888 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes | |
6889 as a close quote. | |
6890 | |
6891 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. | |
6892 | |
6893 * progmodes/idlw-shell.el (idlwave-shell-get-object-class): | |
6894 Use assoc-string, not assoc-ignore-case. | |
6895 | |
6896 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. | |
6897 | |
6898 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): | |
6899 If moving back then fwd gets a defun that ends before point, | |
6900 try again moving fwd then back. | |
6901 | |
6902 * files.el (file-name-non-special): Allow t in file-arg-indices | |
6903 to mean requote the return value. Use `identity' as an element | |
6904 rather than as the whole value. | |
6905 | |
6906 * gs.el (gs-options): Add -dSAFER. Mark it risky. | |
6907 | |
6908 2004-05-22 Juanma Barranquero <lektu@terra.es> | |
6909 | |
6910 * help-fns.el (help-add-fundoc-usage): Use %S only for output of | |
6911 `help-make-usage'. | |
6912 (help-highlight-arguments): Skip function name before searching | |
6913 for arguments. | |
6914 | |
6915 2004-05-21 Juanma Barranquero <lektu@terra.es> | |
6916 | |
6917 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt): | |
6918 Don't mention in the docstring these arguments meant for | |
6919 internal (recursive) use only. | |
6920 (allout-char-spec): Comment out (it's not implemented). | |
6921 (allout-old-expose-topic, allout-exposure): Fix docstring and add | |
6922 obsolescence declaration. | |
6923 (allout-flatten-exposed-to-buffer) | |
6924 (allout-indented-exposed-to-buffer): Fix typos in docstring. | |
6925 (my-mark-marker): Doc fix. | |
6926 (produce-allout-mode-map, allout-sibling-index) | |
6927 (allout-isearch-expose, allout-distinctive-bullet) | |
6928 (allout-open-topic, allout-reindent-body) | |
6929 (allout-rebullet-heading, allout-process-exposed) | |
6930 (allout-insert-listified, allout-latex-verb-quote) | |
6931 (allout-insert-latex-header, allout-insert-latex-trailer): | |
6932 Make arguments match their use in docstring. | |
6933 (allout-primary-bullet, allout-old-style-prefixes) | |
6934 (allout-inhibit-protection, allout-init, allout-mode) | |
6935 (allout-before-change-protect, allout-flag-region): | |
6936 Use "Emacs" instead of "emacs" in docstrings. | |
6937 | |
6938 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) | |
6939 | |
6940 * international/characters.el: Modify syntax of more characters. | |
6941 | |
6942 2004-05-21 Masatake YAMATO <jet@gyve.org> | |
6943 | |
6944 * progmodes/etags.el (tags-apropos, list-tags): Require apropos. | |
6945 (etags-tags-completion-table): Show parsing progress. | |
6946 | |
6947 2004-05-20 Luc Teirlinck <teirllm@auburn.edu> | |
6948 | |
6949 * locate.el (locate-prompt-for-command): Shorten first line of | |
6950 docstring. | |
6951 (locate-mode): Expand docstring and include keymap summary. | |
6952 | |
6953 * files.el (find-file-noselect-1): Limit the scope of the | |
6954 `inhibit-read-only' binding. Make sure that `inhibit-read-only' | |
6955 is, by default, nil during the execution of | |
6956 `find-file-not-found-functions' and `find-file-hook'. | |
6957 | |
6958 2004-05-20 Michael Mauger <mmaug@yahoo.com> | |
6959 | |
6960 * facemenu.el (facemenu-color-name-equal): New function. | |
6961 (list-colors-display): Use it to compare colors instead of | |
6962 facemenu-color-equal. | |
6963 | |
6964 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu> | |
6965 | |
6966 * compare-w.el (compare-windows-face): Use min-colors instead of | |
6967 checking for tty or pc types. | |
6968 | |
6969 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
6970 | |
6971 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'. | |
6972 (completion-setup-function): Use with-current-buffer. | |
6973 Properly save excursion. Simplify. | |
6974 Don't assume there is necessarily a `mouse-face' property somewhere. | |
6975 | |
6976 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer. | |
6977 | |
6978 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp. | |
6979 | |
6980 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes. | |
6981 (byte-compile-log-1): Don't call (byte-goto-log-buffer). | |
6982 Use with-current-buffer. | |
6983 (byte-goto-log-buffer): Delete. | |
6984 (byte-compile-log-file): Call compilation-forget-errors. | |
6985 | |
6986 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | |
6987 | |
6988 * net/ldap.el (ldap-search-internal): Avoid mixing standard error | |
6989 output messages into the search result. | |
6990 | |
6991 2004-05-19 Masatake YAMATO <jet@gyve.org> | |
6992 | |
6993 * wid-edit.el (widget-radio-button-notify): Revert my last | |
6994 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | |
6995 | |
6996 2004-05-19 Kenichi Handa <handa@m17n.org> | |
6997 | |
6998 * international/characters.el: Fix syntax (open/close) of CJK chars. | |
6999 | |
7000 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | |
7001 | |
7002 * help-mode.el (help-go-back): Don't depend on position of back button. | |
7003 | |
7004 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
7005 | |
7006 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp | |
7007 files don't contain an accidental additional /. | |
7008 | |
7009 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion | |
7010 in source buffer. | |
7011 | |
7012 2004-05-18 Masatake YAMATO <jet@gyve.org> | |
7013 | |
7014 * wid-edit.el (widget-radio-button-notify): Don't pass `widget' | |
7015 to widget-apply. :action method assumes 2 arguments, not 3. | |
7016 | |
7017 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> | |
7018 | |
7019 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): | |
7020 New constants. | |
7021 (hs-special-modes-alist): Add an f90-mode entry. | |
7022 | |
7023 2004-05-17 Sam Steingold <sds@gnu.org> | |
7024 | |
7025 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): | |
7026 Indent "without-" forms just like "with-" and "do-". Use regexp-opt. | |
7027 | |
7028 2004-05-16 Kim F. Storm <storm@cua.dk> | |
7029 | |
7030 * emacs-lisp/timer.el (timer-event-handler): Fix last change. | |
7031 | |
7032 2004-05-15 John Wiegley <johnw@newartisans.com> | |
7033 | |
7034 * eshell/esh-io.el (eshell-get-target): Whitespace changes. | |
7035 (eshell-output-object-to-target): Improve output speed 20% by not | |
7036 calling `eshell-stringify' if something is already known to be a | |
7037 string. | |
7038 | |
7039 2004-05-15 Alex Ott <ott@jet.msk.su> | |
7040 | |
7041 * textmodes/ispell.el (ispell-local-dictionary-alist): | |
7042 Add windows-1251 to the choice of coding systems. | |
7043 (ispell-dictionary-alist-6): Add support for "russianw.aff", | |
7044 encoded in cp1251. | |
7045 | |
7046 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu> | |
7047 | |
7048 * progmodes/compile.el (compilation-warning-face) | |
7049 (compilation-info-face): Use min-colors. | |
7050 | |
7051 2004-05-15 Jan Djärv <jan.h.d@swipnet.se> | |
7052 | |
7053 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm | |
7054 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm | |
7055 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm | |
7056 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm | |
7057 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm | |
7058 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm | |
7059 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm | |
7060 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm | |
7061 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm | |
7062 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm | |
7063 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm | |
7064 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm | |
7065 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm | |
7066 * toolbar/up_arrow.xpm: New icons from GTK+ version 2. | |
7067 | |
7068 2004-05-15 Kim F. Storm <storm@cua.dk> | |
7069 | |
7070 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p. | |
7071 Use it to set triggered-p element of timer. | |
7072 (timer-event-handler): Set triggered-p element non-nil while running | |
7073 the timer function. | |
7074 | |
7075 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
7076 | |
7077 * descr-text.el (describe-char-unicode-data) | |
7078 (describe-char-unicodedata-file): Re-enable the unicode code now that | |
7079 the licensing issues have been cleared in the unicode-4 license. | |
7080 (describe-text-properties-1): Remove unused `overlay' var. | |
7081 (describe-char): Remove unused var `buffer'. | |
7082 | |
7083 2004-05-14 David Ponce <david@dponce.com> | |
7084 | |
7085 * tree-widget.el: New file. | |
7086 | |
7087 2004-05-13 Marcelo Toledo <marcelo@gnu.org> | |
7088 | |
7089 * language/european.el ("Brazilian Portuguese"): Add support for | |
7090 Brazilian Portuguese. | |
7091 | |
7092 2004-05-13 John Wiegley <johnw@newartisans.com> | |
7093 | |
7094 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on | |
7095 `recentf-mode' if this variable has been customized to t. | |
7096 | |
7097 * eshell/esh-test.el (eshell-test): Call the function | |
7098 `emacs-version' rather than trying to build a custom version string. | |
7099 | |
7100 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
7101 | |
7102 * net/telnet.el (telnet-mode): Use define-derived-mode. | |
7103 Don't modify the global value of comint-prompt-regexp. | |
7104 | |
7105 2004-05-13 John Paul Wallington <jpw@gnu.org> | |
7106 | |
7107 * version.el (emacs-version): Check for `gtk' feature before | |
7108 `x-toolkit' feature. | |
7109 | |
7110 2004-05-13 Juanma Barranquero <lektu@terra.es> | |
7111 | |
7112 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS | |
7113 arguments in the docstring, they're used only in recursive calls. | |
7114 | |
7115 * help-fns.el (help-arg-highlighting-function) | |
7116 (help-argument-name): Delete. | |
7117 (help-default-arg-highlight): New function. | |
7118 (help-do-arg-highlighting): Use it. | |
7119 | |
7120 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> | |
7121 | |
7122 * calendar/appt.el (appt-disp-window): | |
7123 Use `calendar-set-mode-line' for a centered mode-line. | |
7124 | |
7125 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | |
7126 | |
7127 * calendar/appt.el (appt-disp-window): Do not split window | |
7128 excessively when `split-height-threshold' is low. | |
7129 | |
7130 2004-05-12 Nick Roberts <nickrob@gnu.org> | |
7131 | |
7132 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to | |
7133 kill-buffer-hook here and make it local. | |
7134 (gud-kill-buffer-hook): Use kill-process for a sure kill. | |
7135 | |
7136 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org> | |
7137 | |
7138 * progmodes/compile.el (compilation-set-window-height): | |
7139 Use save-excursion to protect against misplaced marker. | |
7140 | |
7141 2004-05-12 Jan Djärv <jan.h.d@swipnet.se> | |
7142 | |
7143 * custom.el (defface): Document that type can have value gtk. | |
7144 | |
7145 * faces.el (face-spec-set-match-display): Handle type gtk in display. | |
7146 | |
7147 2004-05-12 Kenichi Handa <handa@m17n.org> | |
7148 | |
7149 * descr-text.el: Require quail at compile time. | |
7150 (describe-char): If an input method is on and it supports the | |
7151 character, show how to input it. | |
7152 | |
7153 * international/quail.el (quail-install-decode-map): Accept a | |
7154 char-table whose subtype is `quail-decode-map'. | |
7155 (quail-store-decode-map-key, quail-gen-decode-map1) | |
7156 (quail-gen-decode-map, quail-find-key1, quail-find-key) | |
7157 (quail-show-key): New functions. | |
7158 | |
7159 2004-05-12 Juanma Barranquero <lektu@terra.es> | |
7160 | |
7161 * generic.el (define-generic-mode): Remove redundant arglist info. | |
7162 | |
7163 * help-fns.el (help-split-fundoc, help-add-fundoc-usage): | |
7164 Make arguments match their use in docstring. | |
7165 (help-arg-highlighting-function): New variable. | |
7166 (help-argument-name): Mention it in the docstring. | |
7167 (help-do-arg-highlight): Use it. Expand regexp to accept also | |
7168 ARG-xxx and xxx-ARG references. | |
7169 | |
7170 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) | |
7171 | |
7172 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of | |
7173 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2", | |
7174 and "mailto:addr1?to=addr2" equal. | |
7175 | |
7176 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | |
7177 | |
7178 * man.el (Man-getpage-in-background): Use shell-file-name | |
7179 and shell-command-switch variables instead of hard-coded values. | |
7180 | |
7181 2004-05-11 Eli Zaretskii <eliz@gnu.org> | |
7182 | |
7183 * iimage.el: New file. | |
7184 | |
7185 2004-05-11 Juanma Barranquero <lektu@terra.es> | |
7186 | |
7187 * custom.el (custom-initialize-default, defcustom): | |
7188 Fix typo in docstring. | |
7189 | |
7190 * files.el (set-visited-file-name, file-expand-wildcards): | |
7191 Fix docstring. | |
7192 | |
7193 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
7194 | |
7195 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp. | |
7196 | |
7197 * subr.el (eventp): Be more discriminating with integers. | |
7198 | |
7199 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org> | |
7200 | |
7201 * progmodes/compile.el (compile): Add universal prefix arg. | |
7202 (compilation-error-regexp-alist-alist): Add edg patterns. | |
7203 | |
7204 2004-05-10 Sam Steingold <sds@gnu.org> | |
7205 | |
7206 * textmodes/ispell.el (ispell-message): | |
7207 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'. | |
7208 | |
7209 2004-05-10 Dave Love <fx@gnu.org> | |
7210 | |
7211 * progmodes/python.el (help-buffer): Autoload when compiling. | |
7212 (python-after-info-look): Don't assume Info-goto-node returns non-nil. | |
7213 (run-python): Prepend to any existing PYTHONPATH. | |
7214 | |
7215 2004-05-10 Nick Roberts <nick@nick.uklinux.net> | |
7216 | |
7217 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation | |
7218 for pending breakpoints. | |
7219 | |
7220 2004-05-10 Richard M. Stallman <rms@gnu.org> | |
7221 | |
7222 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file | |
7223 directly without calling any functions in Rmail. | |
7224 (unrmail-unprune): Function deleted. | |
7225 | |
7226 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
7227 | |
7228 * progmodes/python.el (inferior-python-mode-map): Remove erroneous | |
7229 C-c C-z binding. | |
7230 | |
7231 2004-05-10 Kenichi Handa <handa@m17n.org> | |
7232 | |
7233 * descr-text.el (describe-char): Fix previous change. Don't make | |
7234 a unibyte character to multibyte in the *Help* buffer. | |
7235 | |
7236 2004-05-10 Miles Bader <miles@gnu.org> | |
7237 | |
7238 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing | |
7239 buffer an error if the debugger process is actually running. | |
7240 | |
7241 2004-05-10 Juanma Barranquero <lektu@terra.es> | |
7242 | |
7243 * help-fns.el (help-argument-name): Default to italic. | |
7244 (help-highlight-arguments): Return always (usage . doc), even when | |
7245 usage is nil. | |
7246 | |
7247 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter) | |
7248 (define-ibuffer-filter): Add usage info. | |
7249 (define-ibuffer-op): Add usage info (but CL-style defaults for | |
7250 keyword args are not shown). | |
7251 | |
7252 * subr.el (remove-overlays, read-passwd): Fix docstring. | |
7253 (start-process-shell-command): Fix docstring. Put usage info in a | |
7254 format usable by `describe-function'. | |
7255 (open-network-stream, open-network-stream-nowait) | |
7256 (open-network-stream-server): Fix docstring. | |
7257 | |
7258 2004-05-09 Jason Rumney <jasonr@gnu.org> | |
7259 | |
7260 * international/code-pages.el (cp932, cp936, cp949, c950): Remove. | |
7261 Only define cp125* if windows-125* is already defined. | |
7262 | |
7263 * language/korean.el (cp949): Add alias. | |
7264 | |
7265 * language/chinese.el (cp936, cp950): Add aliases. | |
7266 | |
7267 * language/japanese.el (cp932): Add alias. | |
7268 | |
7269 * term/w32-win.el: Require code-pages. | |
7270 | |
7271 * international/mule-cmds.el (set-locale-environment): | |
7272 On MS-Windows use ansi code-page for default coding-systems. | |
7273 Set up paper sizes for Windows 3 letter languages. | |
7274 | |
7275 * international/code-pages.el (cp932, cp936, cp949, cp950): | |
7276 Add aliases. Also add cp125* if not already defined. | |
7277 | |
7278 2004-05-09 Juanma Barranquero <lektu@terra.es> | |
7279 | |
7280 * help-fns.el (help-highlight-arguments): Don't try to highlight | |
7281 missing or autoloaded arglists. Accept structured arguments, like | |
7282 the first ones of `do' and `flet'. | |
7283 | |
7284 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. | |
7285 (cvs-get-marked): Remove redundant arglist info. | |
7286 | |
7287 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): | |
7288 Don't use CL-style default args. | |
7289 | |
7290 2004-05-08 Andreas Schwab <schwab@suse.de> | |
7291 | |
7292 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix. | |
7293 | |
7294 * international/subst-ksc.el: Fix references to utf-translate-cjk | |
7295 into utf-translate-cjk-mode. | |
7296 * international/subst-big5.el: Likewise. | |
7297 * international/subst-gb2312.el: Likewise. | |
7298 * international/subst-jis.el: Likewise. | |
7299 * international/utf-16.el: Likewise. | |
7300 * international/utf-8.el: Likewise. | |
7301 | |
7302 2004-05-08 John Wiegley <johnw@newartisans.com> | |
7303 | |
7304 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for | |
7305 "virtual buffers" (off by default), which makes it possible to | |
7306 switch to the "virtual" buffers of recently visited files. When a | |
7307 buffer name search fails, and this option is on, iswitchb will | |
7308 look at the list of recently visited files, and permit matching | |
7309 against those names. When the user hits RET on a match, it will | |
7310 revisit that file. | |
7311 (iswitchb-read-buffer): Add two optional arguments, which makes | |
7312 isearchb.el possible. | |
7313 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match) | |
7314 (iswitchb-next-match): Add support for virtual buffers. | |
7315 | |
7316 * isearchb.el: This module extends iswitchb to provide "as you | |
7317 type" buffer selection. | |
7318 | |
7319 * textmodes/flyspell.el (flyspell-highlight-incorrect-region): | |
7320 Ignore the read-only property when flyspell highlighting is on. | |
7321 Not ignoring it leads to a series of confusing errors. | |
7322 (flyspell-highlight-duplicate-region): Ignore read-only, as above, | |
7323 but also make sure to call flyspell-incorrect-hook. | |
7324 (flyspell-maybe-correct-transposition): Perform transposition test | |
7325 by bit twiddling a string, rather than using a temp buffer. | |
7326 (flyspell-maybe-correct-doubling): Use a string rather than a temp | |
7327 buffer. This is also the original version of the code, which | |
7328 could not be checked in before due to a previous lack of | |
7329 assignment papers. This version has seen heavy usage on my system | |
7330 for several years now. | |
7331 | |
7332 * calendar/cal-bahai.el: New file, which adds support for the | |
7333 Baha'i calendar to Emacs. This calendar is based on a solar year | |
7334 of 19 months of 19 days, with 4 intercalary days. Each year | |
7335 begins on March 21, with the calendar starting in 1844. | |
7336 | |
7337 * calendar/cal-menu.el, calendar/calendar.el | |
7338 * calendar/diary-lib.el, calendar/holidays.el: | |
7339 Added support for using cal-bahai.el. | |
7340 | |
7341 * eshell/em-glob.el (eshell-glob-initialize): Move initialization | |
7342 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that | |
7343 function can be used outside of eshell buffers. | |
7344 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here. | |
7345 | |
7346 2004-05-08 Juanma Barranquero <lektu@terra.es> | |
7347 | |
7348 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a | |
7349 word constituent so FOO-ARG is not recognized as an arg. | |
7350 (help-highlight-arguments): Don't skip lists in mandatory arguments. | |
7351 | |
7352 * simple.el (next-error): Fix typo in docstring. | |
7353 (open-line): Make argument names match their use in docstring. | |
7354 (split-line): Fix docstring. | |
7355 | |
7356 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format | |
7357 usable by `describe-function'. | |
7358 (gensym, gentemp, typep, ignore-errors): Make argument names match | |
7359 their use in docstring. | |
7360 | |
7361 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P | |
7362 argument to `help-setup-xref'. | |
7363 | |
7364 2004-05-07 Kai Grossjohann <kai@emptydomain.de> | |
7365 | |
7366 Version 2.0.40 of Tramp released. | |
7367 | |
7368 * net/tramp.el (tramp-completion-mode, tramp-md5-function): | |
7369 Use symbol-function to invoke functions only known on some Emacs | |
7370 flavors. This avoids byte-compiler warnings. Reported by Kevin | |
7371 Scaldeferri <kevin@scaldeferri.com>. | |
7372 (tramp-do-copy-or-rename-file-via-buffer): Rename from | |
7373 tramp-do-copy-or-rename-via-buffer (without `file'), to make it | |
7374 consistent with the other tramp-do-* functions. | |
7375 (tramp-do-copy-or-rename-file): Calls adjusted. | |
7376 (tramp-process-initial-commands): Avoid liveness check on shell -- | |
7377 we know that it must be alive since we're opening a connection at | |
7378 this moment. | |
7379 (tramp-last-cmd): New internal variable. | |
7380 (tramp-process-echoes): New tunable. | |
7381 (tramp-send-command): Set tramp-last-cmd. | |
7382 (tramp-wait-for-output): Delete echo, if applicable. | |
7383 (tramp-read-passwd): Construct the key for the password cache in a | |
7384 way that works for multi methods, too. | |
7385 (tramp-bug): Add backup-directory-alist and | |
7386 bkup-backup-directory-info to bug reports, with Tramp counterparts. | |
7387 | |
7388 2004-05-07 Michael Albinus <michael.albinus@gmx.de> | |
7389 | |
7390 * net/tramp*.el: Suppress byte-compiler warnings where possible. | |
7391 | |
7392 * net/tramp.el (tramp-out-of-band-prompt-regexp) | |
7393 (tramp-actions-copy-out-of-band): New defcustoms. | |
7394 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process | |
7395 used instead of a synchronous one. Allows password entering. | |
7396 (tramp-action-out-of-band): New defun. | |
7397 (tramp-open-connection-rsh, tramp-method-out-of-band-p): | |
7398 Remove restriction with password from doc string. | |
7399 (tramp-bug): Add variables `tramp-terminal-prompt-regexp', | |
7400 `tramp-out-of-band-prompt-regexp', | |
7401 `tramp-actions-copy-out-of-band', `password-cache' and | |
7402 `password-cache-expiry'. | |
7403 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to | |
7404 password caching. | |
7405 (tramp-touch): FILE can be a local file, too. | |
7406 (TODO): Remove items done. | |
7407 (tramp-handle-insert-directory): Properly quote file name also if | |
7408 not full-directory-p. Handle wildcard case. Reported by Andreas | |
7409 Schwab <schwab@suse.de>. | |
7410 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the | |
7411 new file. | |
7412 (tramp-handle-file-local-copy, tramp-handle-write-region): | |
7413 The permissions of the temporary file are set if filename exists. | |
7414 Reported by Ted Stern <stern@cray.com>. | |
7415 (tramp-backup-directory-alist) | |
7416 (tramp-bkup-backup-directory-info): New defcustoms. | |
7417 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'. | |
7418 (tramp-handle-find-backup-file-name): New function. | |
7419 Implements Tramp's find-backup-file-name. | |
7420 | |
7421 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry | |
7422 for `find-backup-file-name'. | |
7423 | |
7424 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo | |
7425 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>. | |
7426 | |
7427 2004-05-07 Lars Hansen <larsh@math.ku.dk> | |
7428 | |
7429 * desktop.el (desktop-buffer-mode-handlers): Fix docstring. | |
7430 | |
7431 2004-05-07 Juanma Barranquero <lektu@terra.es> | |
7432 | |
7433 * subr.el (lambda): Add arglist description to docstring. | |
7434 (declare): Fix typo in docstring. | |
7435 (open-network-stream): Fix docstring. | |
7436 (process-kill-without-query): Fix docstring and add obsolescence info. | |
7437 (last, butlast, nbutlast): Make arguments match their use in docstring. | |
7438 (insert-buffer-substring-no-properties): Likewise. | |
7439 (insert-buffer-substring-as-yank): Likewise. | |
7440 (split-string): Fix docstring. | |
7441 | |
7442 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | |
7443 Make argument names match their use in docstring. | |
7444 | |
7445 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring. | |
7446 | |
7447 2004-05-06 Nick Roberts <nickrob@gnu.org> | |
7448 | |
7449 * progmodes/gdb-ui.el: Improve/extend documentation strings. | |
7450 Fit first sentence on one line for apropos-command. | |
7451 | |
7452 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
7453 | |
7454 Changes largely merged in from Dave Love's code. | |
7455 * progmodes/python.el: Doc fixes. | |
7456 (python-mode-map): Add python-complete-symbol. | |
7457 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss. | |
7458 (python-comment-indent, python-complete-symbol) | |
7459 (python-symbol-completions, python-partial-symbol) | |
7460 (python-try-complete): New. | |
7461 (python-indent-line): Remove optional arg. Use python-block-end-p. | |
7462 (python-check): Bind compilation-error-regexp-alist. | |
7463 (inferior-python-mode): Use rx. Move keybindings to top level. | |
7464 Set comint-input-filter. | |
7465 (python-preoutput-filter): Use rx. | |
7466 (python-input-filter): Re-introduce. | |
7467 (python-proc): Start new process if necessary. | |
7468 Check python-buffer non-nil. | |
7469 (view-return-to-alist): Defvar. | |
7470 (python-send-receive): New. | |
7471 (python-eldoc-function): Use it. | |
7472 (python-mode-running): Don't defvar. | |
7473 (python-mode): Set comment-indent-function. | |
7474 Maybe update hippie-expand-try-functions-list. | |
7475 (python-indentation-levels): Initialize differently. | |
7476 (python-block-end-p): New. | |
7477 (python-indent-line): Use it. | |
7478 (python-compilation-regexp-alist): Augment. | |
7479 (run-python): Import `emacs' module to Python rather than loading | |
7480 code directly. Set python-buffer differently. | |
7481 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation. | |
7482 Use python-proc. | |
7483 (python-send-command): Go to end of comint buffer. | |
7484 (python-load-file): Use python-proc, emacs.eimport. | |
7485 (python-describe-symbol): Simplify interactive form. | |
7486 Use emacs.help. Do use temp-buffer-show-hook. | |
7487 Call print-help-return-message. | |
7488 (hippie-exp): Require when compiling. | |
7489 (python-preoutput-continuation): Use rx. | |
7490 | |
7491 * diff-mode.el (diff-make-unified): Fix regexp. | |
7492 | |
7493 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change) | |
7494 | |
7495 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded | |
7496 filter groups from the buffer when rebuilding the Ibuffer buffer | |
7497 and `ibuffer-show-empty-filter-groups' is nil. | |
7498 | |
7499 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
7500 | |
7501 * ps-print.el (ps-print-quote): Call ps-value-string. | |
7502 (ps-setup): Call ps-comment-string. | |
7503 (ps-value-string, ps-comment-string): New funs. | |
7504 | |
7505 2004-05-06 Juanma Barranquero <lektu@terra.es> | |
7506 | |
7507 * ehelp.el (electric-help-command-loop): Check whether the last | |
7508 character is visible, not (point-max). | |
7509 | |
7510 * help-fns.el (help-argument-name): Default to bold; don't inherit | |
7511 from font-lock-variable-name-face. | |
7512 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring. | |
7513 | |
7514 2004-05-05 Kenichi Handa <handa@m17n.org> | |
7515 | |
7516 * descr-text.el (describe-char): Copy the character with text | |
7517 properties and overlays into the first line, and call | |
7518 describe-text-properties on it. | |
7519 | |
7520 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk> | |
7521 | |
7522 * iswitchb.el (iswitchb-global-map): Fix typo. | |
7523 Remove unwanted ###autoloads from source file. | |
7524 | |
7525 2004-05-05 Lars Hansen <larsh@math.ku.dk> | |
7526 | |
7527 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook | |
7528 in run-hooks. Use substitute-command-keys in message. | |
7529 (wdired-abort-changes): Add message. | |
7530 | |
7531 2004-05-03 Michael Mauger <mmaug@yahoo.com> | |
7532 | |
7533 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) | |
7534 (sql-emacs20-p): Remove. | |
7535 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax. | |
7536 (sql-builtin-face, sql-doc-face): Remove. | |
7537 (sql-mode-ansi-font-lock-keywords) | |
7538 (sql-mode-oracle-font-lock-keywords) | |
7539 (sql-mode-postgres-font-lock-keywords) | |
7540 (sql-mode-linter-font-lock-keywords) | |
7541 (sql-mode-ms-font-lock-keywords) | |
7542 (sql-mode-mysql-font-lock-keywords): Use standard fonts. | |
7543 (sql-product-font-lock): Fix font-lock reset when font rules change. | |
7544 (sql-highlight-product): Remove incorrect font-lock reset logic. | |
7545 | |
7546 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org> | |
7547 | |
7548 * ses.el (ses-set-parameter): Fix typo. | |
7549 | |
7550 2004-05-04 Kim F. Storm <storm@cua.dk> | |
7551 | |
7552 * ido.el (ido-read-internal): Fix call to read-file-name for edit. | |
7553 Must expand directory for completion to work; and don't mess with | |
7554 process-environment. | |
7555 (ido-read-file-name): If command has ido property, don't use ido | |
7556 if value is ignore, or read as directory if value is dir. | |
7557 Set ido ignore property for dired-do-rename command. | |
7558 | |
7559 2004-05-04 Juanma Barranquero <lektu@terra.es> | |
7560 | |
7561 * ehelp.el (electric-help-command-loop, electric-help-undefined) | |
7562 (electric-help-help): Check against unmapped commands. | |
7563 | |
7564 * help-fns.el (help-argument-name): New face, inheriting from | |
7565 font-lock-variable-name-face, to highlight function arguments in | |
7566 `describe-function' and `describe-key'. | |
7567 (help-do-arg-highlight): Auxiliary function to highlight a given | |
7568 list of arguments in a string. | |
7569 (help-highlight-arguments): Highlight the function arguments and | |
7570 all uses of them in the docstring. | |
7571 (describe-function-1): Use it. Do docstring output via `insert', | |
7572 not 'princ', so text attributes are preserved. | |
7573 | |
7574 * winner.el (winner-mode-map): Move `winner-undo' and | |
7575 `winner-redo' to C-c <left> and C-c <right>, respectively (the | |
7576 previous bindings conflict with `prev-buffer', `next-buffer'). | |
7577 | |
7578 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
7579 | |
7580 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring. | |
7581 (bibtex-entry-update): New command bound to C-c C-u. | |
7582 (bibtex-text-in-string): Fix regexp. | |
7583 (bibtex-assoc-of-regexp): Remove. | |
7584 (bibtex-progress-message): Fix docstring. | |
7585 (bibtex-inside-field): Use if. | |
7586 (bibtex-assoc-regexp): New function. | |
7587 (bibtex-format-entry): Make code more robust so that it formats | |
7588 also old entries. | |
7589 (bibtex-autokey-demangle-title): Merge with obsolete function | |
7590 bibtex-assoc-of-regexp. | |
7591 (bibtex-field-list): New function. | |
7592 (bibtex-entry): Use bibtex-field-list. | |
7593 (bibtex-parse-entry): Fix docstring. | |
7594 (bibtex-print-help-message): Use bibtex-field-list. | |
7595 (bibtex-make-field): Use bibtex-field-list. | |
7596 (bibtex-entry-index): Bugfix. Return crossref key if required. | |
7597 (bibtex-lessp): Fix docstring. | |
7598 | |
7599 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> | |
7600 | |
7601 * select.el (xselect-convert-to-string): Move comment to intended line. | |
7602 | |
7603 2004-05-03 Jan Djärv <jan.h.d@swipnet.se> | |
7604 | |
7605 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for | |
7606 cut/copy/paste in case menu-bar-enable-clipboard is in effect. | |
7607 | |
7608 2004-05-03 Jan Djärv <jan.h.d@swipnet.se> | |
7609 | |
7610 * term/x-win.el (x-clipboard-yank): Don't exit on error from | |
7611 x-get-selection. | |
7612 | |
7613 2004-05-03 Jason Rumney <jasonr@gnu.org> | |
7614 | |
7615 * makefile.nt: Remove. | |
7616 | |
7617 2004-05-03 Kim F. Storm <storm@cua.dk> | |
7618 | |
7619 * emulation/cua-base.el (cua--update-indications): Fix last change. | |
7620 (cua-mode): Deactivate mark when cua-mode is enabled. | |
7621 | |
7622 2004-05-02 Luc Teirlinck <teirllm@auburn.edu> | |
7623 | |
7624 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t. | |
7625 | |
7626 2004-05-03 Nick Roberts <nickrob@gnu.org> | |
7627 | |
7628 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer) | |
7629 (gdb-display-source-buffer, gdb-put-breakpoint-icon) | |
7630 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for | |
7631 window over visible frames. | |
7632 (gdb-goto-breakpoint): Make buffer display file at breakpoint. | |
7633 | |
7634 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
7635 | |
7636 * progmodes/compile.el (compilation-gcpro): New var. | |
7637 (compilation-fake-loc): Use it. | |
7638 (compilation-forget-errors): Reset it. | |
7639 | |
7640 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu> | |
7641 | |
7642 * diff-mode.el (diff-header-face, diff-file-header-face): | |
7643 Use min-colors. | |
7644 | |
7645 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
7646 | |
7647 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message. | |
7648 (bibtex-clean-entry): Disentangle code. | |
7649 (bibtex-realign): New function. | |
7650 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use | |
7651 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry. | |
7652 Remove undocumented optional arg called-by-convert-alien. | |
7653 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat | |
7654 for sorting instead of bibtex-sort-buffer. | |
7655 | |
7656 2004-05-02 Eli Zaretskii <eliz@gnu.org> | |
7657 | |
7658 * progmodes/compile.el (compilation-start): In the | |
7659 no-async-subprocesses branch, call sit-for to give redisplay a | |
7660 chance to show the updated process status in the mode line, and | |
7661 fontify the buffer explicitly after the process exits. | |
7662 | |
7663 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
7664 | |
7665 * progmodes/python.el (python-compilation-line-number): Remove. | |
7666 (python-compilation-regexp-alist): Don't use it any more. | |
7667 (python-orig-start, python-input-filter): Remove. | |
7668 (inferior-python-mode): Don't set up comint-input-filter-functions. | |
7669 (python-send-region): Use compilation-fake-loc. | |
7670 | |
7671 * progmodes/compile.el (compilation-messages-start): New var. | |
7672 (compilation-mode): Don't setup next-error-function here. | |
7673 (compilation-setup): Set it up here instead (for minor modes as well). | |
7674 Make compilation-messages-start buffer local. | |
7675 (compilation-next-error-function): Use it. | |
7676 (compilation-forget-errors): Set compilation-messages-start. | |
7677 | |
7678 2004-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
7679 | |
7680 * ielm.el (ielm-prompt-read-only): Update docstring. | |
7681 | |
7682 * comint.el (comint-prompt-read-only): Update docstring. | |
7683 (comint-update-fence, comint-kill-whole-line) | |
7684 (comint-kill-region): New functions. | |
7685 | |
7686 * simple.el (kill-whole-line): Use "p" instead of "P" in | |
7687 interactive form. | |
7688 | |
7689 2004-05-01 Juanma Barranquero <lektu@terra.es> | |
7690 | |
7691 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to | |
7692 format arglist so default values in CL-style argument lists are | |
7693 correctly shown. | |
7694 | |
7695 2004-05-01 Jason Rumney <jasonr@gnu.org> | |
7696 | |
7697 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions. | |
7698 | |
7699 2004-05-01 Kenichi Handa <handa@m17n.org> | |
7700 | |
7701 * international/titdic-cnv.el (miscdic-convert): Don't generate a | |
7702 quail file if it is up to date. | |
7703 | |
7704 2004-04-30 Juri Linkov <juri@jurta.org> | |
7705 | |
7706 * cus-edit.el (custom-mode-map): | |
7707 Add key binding `C-x C-s' to `Custom-save'. | |
7708 | |
7709 * outline.el (outline-blank-line): New var. | |
7710 (outline-next-preface, outline-show-heading) | |
7711 (outline-end-of-subtree): Use it. | |
7712 | |
7713 * dired-aux.el (dired-touch-initial): New fun. | |
7714 (dired-do-chxxx): Call it for op-symbol `touch'. | |
7715 (dired-diff): Use `dired-dwim-target-directory' | |
7716 if current dired buffer has no buffer mark. | |
7717 | |
7718 * bindings.el (propertized-buffer-identification): | |
7719 Replace `(:weight bold)' by `Buffer-menu-buffer-face'. | |
7720 Add C-M-arrow keys for consistency. | |
7721 | |
7722 * files.el (confirm-kill-emacs): | |
7723 Change group from top-level `emacs' to `convenience'. | |
7724 | |
7725 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
7726 Push mark on the first call of successive command calls. | |
7727 (insert-pair): New fun created from `insert-parentheses' with | |
7728 `open' and `close' arguments added. Enclose active regions | |
7729 in paired characters. Compare adjacent characters syntax with | |
7730 inserted characters syntax before inserting a space. | |
7731 (insert-parentheses): Call `insert-pair' with ?\( ?\). | |
7732 | |
7733 * delsel.el: Don't put `delete-selection' property | |
7734 on `insert-parentheses' symbol to take advantage of | |
7735 region handling in `insert-pair' function. | |
7736 Suggested by Stephan Stahl <stahl@eos.franken.de>. | |
7737 | |
7738 2004-04-30 Kim F. Storm <storm@cua.dk> | |
7739 | |
7740 * emulation/cua-base.el: Add support for changing cursor types; | |
7741 based on patch from Michael Mauger. | |
7742 (cua-normal-cursor-color, cua-read-only-cursor-color) | |
7743 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): | |
7744 Customization cursor type and/or cursor color. | |
7745 (cua--update-indications): Handle cursor type changes. | |
7746 (cua-mode): Update cursor indications if enabled. | |
7747 | |
7748 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA. | |
7749 | |
7750 * mouse.el (mouse-drag-copy-region): New defcustom. | |
7751 (mouse-set-region, mouse-drag-region-1): Use it. | |
7752 | |
7753 * simple.el (kill-ring-save): If region face background color is | |
7754 unspecified (if no highlighting), show extent of fully visible | |
7755 region even if transient-mark-mode is enabled. | |
7756 | |
7757 * emulation/cua-base.el (cua--standard-movement-commands): | |
7758 Add cua-scroll-up and cua-scroll-down. | |
7759 (cua-scroll-up, cua-scroll-down): New commands. | |
7760 (cua--init-keymaps): Remap scroll-up and scroll-down. | |
7761 | |
7762 * emulation/cua-rect.el (cua--convert-rectangle-as): | |
7763 New defmacro. | |
7764 (cua-upcase-rectangle, cua-downcase-rectangle): Use it. | |
7765 (cua-upcase-initials-rectangle, cua-capitalize-rectangle): | |
7766 New commands (suggested by Jordan Breeding). | |
7767 | |
7768 2004-04-30 Juanma Barranquero <lektu@terra.es> | |
7769 | |
7770 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring. | |
7771 | |
7772 2004-04-30 Mario Lang <mlang@delysid.org> | |
7773 | |
7774 * diff.el (diff-switches): Fix typo in docstring. | |
7775 | |
7776 2004-04-30 Alex Schroeder <alex@gnu.org> | |
7777 | |
7778 * xml.el (xml-debug-print-internal): Don't add newline and | |
7779 indentation to text nodes and write empty elements as empty tags | |
7780 instead of opening and closing tags. | |
7781 (xml-debug-print): Take optional indent-string argument. | |
7782 (xml-print): Alias for xml-debug-print. | |
7783 | |
7784 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk> | |
7785 | |
7786 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather | |
7787 than duplicate call to `line-beginning-position'. | |
7788 | |
7789 * progmodes/f90.el (f90-get-present-comment-type): | |
7790 Return whitespace, as well as comment chars, for consistent filling | |
7791 of comment blocks. Use `match-string-no-properties'. | |
7792 (f90-break-line): Trim trailing whitespace when filling comments. | |
7793 | |
7794 2004-04-30 Dave Love <fx@gnu.org> | |
7795 | |
7796 * calendar/diary-lib.el (diary-outlook-formats): New variable. | |
7797 (diary-from-outlook-internal, diary-from-outlook) | |
7798 (diary-from-outlook-gnus, diary-from-outlook-rmail): | |
7799 New functions to import diary entries from Outlook-format | |
7800 appointments in mail messages. | |
7801 | |
7802 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
7803 | |
7804 * progmodes/python.el (python-send-command): New fun. | |
7805 (python-send-region, python-load-file): Use it. | |
7806 | |
7807 * progmodes/compile.el (compilation-last-buffer): Add var alias. | |
7808 | |
7809 * help-fns.el (help-C-file-name): Use new subr-name. | |
7810 Prepend `src/' to the file name. | |
7811 (help-C-source-directory, help-subr-name, help-find-C-source): Remove. | |
7812 (describe-function-1, describe-variable): Only find a C source file | |
7813 name if DOC is already loaded. | |
7814 | |
7815 * help-mode.el (help-function-def, help-variable-def): | |
7816 Use the new find-function-search-for-symbol functionality. | |
7817 Allow FILE to be `C-source'. | |
7818 | |
7819 * emacs-lisp/find-func.el (find-function-C-source-directory): New var. | |
7820 (find-function-C-source): New fun. | |
7821 (find-function-search-for-symbol): Use it. | |
7822 | |
7823 2004-03-29 Michael Mauger <mmaug@yahoo.com> | |
7824 | |
7825 * progmodes/sql.el (sql-product-alist): Rename variable | |
7826 `sql-product-support'. Add Postgres login parameters. | |
7827 (sql-set-product, sql-product-feature): Update with renamed variable. | |
7828 (sql-connect-postgres): Add username prompt. | |
7829 (sql-imenu-generic-expression, sql-mode-font-lock-object-name): | |
7830 Make patterns less product specific. | |
7831 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants. | |
7832 (sql-mode-abbrev-table): Modify initialization. | |
7833 (sql-builtin-face): Add variable. | |
7834 (sql-keywords-re): Add macro. | |
7835 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92. | |
7836 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i. | |
7837 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3. | |
7838 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0. | |
7839 (sql-mode-linter-font-lock-keywords) | |
7840 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro. | |
7841 (sql-mode-sybase-font-lock-keywords) | |
7842 (sql-mode-informix-font-lock-keywords) | |
7843 (sql-mode-interbase-font-lock-keywords) | |
7844 (sql-mode-ingres-font-lock-keywords) | |
7845 (sql-mode-solid-font-lock-keywords) | |
7846 (sql-mode-sqlite-font-lock-keywords) | |
7847 (sql-mode-db2-font-lock-keywords): Default to nil. | |
7848 (sql-product-font-lock): Always highlight ANSI keywords. | |
7849 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'. | |
7850 (sql-send-string): Add function. | |
7851 | |
7852 2004-04-29 Dave Love <fx@gnu.org> | |
7853 | |
7854 * progmodes/cfengine.el (cfengine-beginning-of-defun) | |
7855 (cfengine-end-of-defun): Ensure progress through buffer. | |
7856 | |
7857 * info-look.el (cfengine-mode): Accept a terminal (). | |
7858 | |
7859 2004-04-29 Juri Linkov <juri@jurta.org> | |
7860 | |
7861 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word | |
7862 instead of isearch-yank-word-or-char. Add new key bindings for | |
7863 isearch-yank-char to \C-f, and isearch-del-char to \C-b. | |
7864 (isearch-del-char): New fun. | |
7865 (isearch-forward, isearch-edit-string): Update docstring. | |
7866 (isearch-yank-char): Doc fix. | |
7867 (isearch-other-meta-char): Restore point after scrolling. | |
7868 | |
7869 * progmodes/compile.el (compilation-context-lines): Add nil option | |
7870 to disable compilation output window scrolling. | |
7871 (compilation-set-window): Use it. | |
7872 | |
7873 * outline.el (outline-next-preface, outline-show-heading): | |
7874 Don't leave unhidden blank line before heading. | |
7875 (outline-end-of-subtree): Include last newline into subtree. | |
7876 (hide-entry): Leave point at beginning of heading instead of end. | |
7877 (outline-up-heading): Push mark for the first call of successive | |
7878 command calls. | |
7879 | |
7880 2004-04-28 Luc Teirlinck <teirllm@auburn.edu> | |
7881 | |
7882 * comint.el (comint-prompt-read-only): New variable. | |
7883 (comint-output-filter): Implement it. | |
7884 | |
7885 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring. | |
7886 (ielm-prompt-internal): New variable. | |
7887 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword. | |
7888 (ielm-send-input): Delete unused variable `buf'. | |
7889 (ielm-eval-input): Use `ielm-prompt-internal'. | |
7890 (inferior-emacs-lisp-mode): Use new variables | |
7891 `comint-prompt-read-only' and `ielm-prompt-internal'. | |
7892 Get rid of obsolete variable `directory-sep-char'. | |
7893 (ielm): Use `zerop'. | |
7894 | |
7895 2004-04-29 John Paul Wallington <jpw@gnu.org> | |
7896 | |
7897 * thumbs.el (toplevel): Require cl at compile time. | |
7898 Remove conditional definitions of `ignore-errors' and `caddar' | |
7899 because they occur at run time. | |
7900 | |
7901 2004-04-28 Nick Roberts <nickrob@gnu.org> | |
7902 | |
7903 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) | |
7904 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer) | |
7905 (gdb-frame-registers-buffer, gdb-frame-locals-buffer) | |
7906 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window. | |
7907 | |
7908 * progmodes/gud.el (gud-common-init): Throw an error if program is | |
7909 already running under gdb. | |
7910 | |
7911 2004-04-28 John Paul Wallington <jpw@gnu.org> | |
7912 | |
7913 * thumbs.el (thumbs-delete-images): Fix formatting of prompt. | |
7914 (thumbs-show-image-num): Move assignment of | |
7915 `thumbs-current-image-filename' within scope of `i'. | |
7916 (thumbs-emboss-image): Don't use `evenp'. | |
7917 | |
7918 2004-04-28 Richard M. Stallman <rms@gnu.org> | |
7919 | |
7920 * progmodes/compile.el (compilation-context-lines): Default now 0. | |
7921 | |
7922 2004-04-28 Juanma Barranquero <lektu@terra.es> | |
7923 | |
7924 Use `time-less-p' from calendar/time-date.el instead of defining | |
7925 custom versions of it. | |
7926 | |
7927 * pcomplete.el (pcomplete-time-less-p): Remove. | |
7928 | |
7929 * thumbs.el (time-less-p): Remove. | |
7930 | |
7931 * calendar/timeclock.el (timeclock-time-less-p): Remove. | |
7932 (timeclock-generate-report): Use `time-less-p'. | |
7933 | |
7934 * emacs-lisp/autoload.el (autoload-before-p): Remove. | |
7935 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'. | |
7936 | |
7937 2004-04-28 Masatake YAMATO <jet@gyve.org> | |
7938 | |
7939 * subr.el (remove-overlays): Make arguments optional. | |
7940 | |
7941 * wid-edit.el (widget-specify-button): Put evaporate to the | |
7942 overlay for sample. | |
7943 (widget-specify-sample): Put evaporate to the overlay for sample. | |
7944 (widget-specify-doc): Put evaporate to the overlay for documentation. | |
7945 | |
7946 2004-04-27 Jesper Harder <harder@ifa.au.dk> | |
7947 | |
7948 * info.el (info-apropos): Make it an index node. Align node names | |
7949 like makeinfo. | |
7950 | |
7951 2004-04-27 Eli Zaretskii <eliz@gnu.org> | |
7952 | |
7953 * net/browse-url.el (browse-url-netscape-sentinel) | |
7954 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel) | |
7955 (browse-url-epiphany-sentinel, browse-url-mosaic): | |
7956 Use browse-url-*-program instead of a literal program name. | |
7957 | |
7958 2004-04-27 Kevin Ryde <user42@zip.com.au> | |
7959 | |
7960 * eshell/em-alias.el: | |
7961 * eshell/em-dirs.el: | |
7962 * eshell/em-hist.el: | |
7963 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary | |
7964 features when M-x customize-group loads modules before the main | |
7965 eshell.el. | |
7966 | |
7967 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | |
7968 | |
7969 * subr.el (momentary-string-display): Support EXIT-CHAR that is | |
7970 either a character representation of an event or an event | |
7971 description list. | |
7972 | |
7973 * type-break.el: Capitalize Emacs and Lisp. | |
7974 (type-break-good-break-interval, type-break-demo-boring-stats) | |
7975 (type-break-terse-messages, type-break-file-name): New defcustoms. | |
7976 (type-break-post-command-hook) | |
7977 (type-break-warning-countdown-string): Quote variable names in doc. | |
7978 (type-break-interval-start, type-break-auto-save-file-name): New vars. | |
7979 (type-break-mode): Document type-break-good-break-interval and the | |
7980 "session" file. Schedule break according to the session file. | |
7981 Kill session file buffer on exit. Organize for save-some-buffers | |
7982 to always save the session file. | |
7983 (type-break-mode-line-message-mode, type-break-query-mode): | |
7984 Uppercase arguments. | |
7985 (type-break-file-time, type-break-file-keystroke-count, timep) | |
7986 (type-break-choose-file, type-break-get-previous-time) | |
7987 (type-break-get-previous-count): New defuns. | |
7988 (type-break): Avoid break querying after a completed break in the | |
7989 case where the query was initiated during user invocation of the | |
7990 break. Optional terse messages. | |
7991 Use type-break-good-break-interval if type-break-good-rest-interval is | |
7992 nil. File the break time. | |
7993 (type-break-schedule): New optional args for overriding the use of | |
7994 the current time. | |
7995 (type-break-cancel-time-warning-schedule): Avoid leftover warnings | |
7996 after a break. | |
7997 (type-break-check): File the keystroke count. | |
7998 (type-break-do-query): Prevent a second query when the break is | |
7999 interrupted. Optional terse message. | |
8000 (type-break-keystroke-reset): Record the start of a typing interval. | |
8001 (type-break-demo-boring): Optional terse messages. Display word | |
8002 per minute and keystroke counts according to | |
8003 type-break-demo-boring-stats. | |
8004 | |
8005 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change) | |
8006 | |
8007 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading | |
8008 directories, make sure they exist under archive-tmpdir. | |
8009 | |
8010 2004-04-27 Juri Linkov <juri@jurta.org> | |
8011 | |
8012 * help.el (view-emacs-news): With argument, display info for the | |
8013 selected version by finding it among different NEWS files, and | |
8014 narrowing the buffer to the selected version. | |
8015 | |
8016 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of | |
8017 same-window-buffer-names. | |
8018 (info): New arg `buffer'. Use it. Doc fix. Read file name for | |
8019 non-numeric prefix argument, append the number to the buffer name | |
8020 for numeric prefix argument. | |
8021 (info-other-window): Bind same-window-regexps to nil. | |
8022 (Info-reference-name): Rename to Info-point-loc. | |
8023 (Info-find-node-2): Call forward-line for numeric Info-point-loc, | |
8024 and Info-find-index-name for stringy Info-point-loc. | |
8025 (Info-extract-menu-node-name): New arg `index-node'. Use regexp | |
8026 without middle `.', but with final `.' and optional line number | |
8027 for it. Set Info-point-loc for index nodes. | |
8028 (Info-index): Remove middle `.' from index entry regexp. | |
8029 Modify line number regexp. | |
8030 (Info-index-next): Decrement line number. | |
8031 (info-apropos): Remove middle `.' from index entry regexp. | |
8032 Add optional line number regexp at the end. Add matched value | |
8033 for line number to the result list and insert it to the buffer. | |
8034 Replace match-string by match-string-no-properties. | |
8035 Reorder result list. | |
8036 (Info-fontify-node): Hide index line numbers. | |
8037 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim | |
8038 empty matches. | |
8039 (Info-follow-reference): Use `str' instead of | |
8040 Info-following-node-name-re. | |
8041 (Info-toc): Use full file names. Set Info-current-node to "Top". | |
8042 (Info-fontify-node): Compare file names without directory name. | |
8043 (Info-try-follow-nearest-node): Don't set Info-reference-name. | |
8044 Set second arg of Info-extract-menu-node-name for index nodes. | |
8045 (info-xref-visited): Use magenta3 instead of magenta4. | |
8046 (Info-mode): Add info-apropos to docstring. | |
8047 | |
8048 * log-view.el (log-view-diff): Replace interactive code "r" | |
8049 by a list to allow to call it even if region is not active. | |
8050 | |
8051 * paren.el (show-paren-highlight-openparen): New var. | |
8052 (show-paren-function): Turn on openparen highlighting when | |
8053 matching forward if show-paren-highlight-openparen is non-nil. | |
8054 | |
8055 * simple.el (kill-ring-save): Use blink-matching-delay instead of | |
8056 the constant value 1. | |
8057 (completions-common-part): Expand docstring. | |
8058 | |
8059 * textmodes/picture.el (picture-mode-map): Add arrow keys. | |
8060 | |
8061 2004-04-27 Kim F. Storm <storm@cua.dk> | |
8062 | |
8063 * image.el (insert-sliced-image): Use line-height instead of | |
8064 line-spacing property on newline. | |
8065 | |
8066 2004-04-26 Lars Hansen <larsh@math.ku.dk> | |
8067 | |
8068 * desktop.el (desktop-buffer-misc-data-function): Rename to | |
8069 desktop-save-buffer and change docstring. | |
8070 (desktop-buffer-modes-to-save): Delete. | |
8071 (desktop-save-buffer-p): Use desktop-save-buffer instead of | |
8072 desktop-buffer-modes-to-save. | |
8073 (desktop-save): Rename desktop-buffer-misc-data-function to | |
8074 desktop-save-buffer and allow non-function value. | |
8075 (desktop-missing-file-warning): Correct docstring. | |
8076 | |
8077 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function | |
8078 to desktop-save-buffer. | |
8079 | |
8080 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to | |
8081 desktop-save-buffer. | |
8082 | |
8083 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. | |
8084 | |
8085 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. | |
8086 | |
8087 2004-04-26 Eli Zaretskii <eliz@gnu.org> | |
8088 | |
8089 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". | |
8090 | |
8091 2004-04-25 Luc Teirlinck <teirllm@auburn.edu> | |
8092 | |
8093 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring. | |
8094 (ielm): Only go to the end of the buffer when starting a new process. | |
8095 | |
8096 2004-04-25 Juanma Barranquero <lektu@terra.es> | |
8097 | |
8098 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the | |
8099 mode line. Bind `inhibit-read-only' to t before modifying | |
8100 properties of text in the buffer. | |
8101 (ielm): Force point to the end of buffer, even when running ielm | |
8102 from inside itself. | |
8103 | |
8104 2004-04-25 Jesper Harder <harder@ifa.au.dk> | |
8105 | |
8106 * info.el (info-apropos): Reset Info-complete-cache. | |
8107 | |
8108 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org> | |
8109 | |
8110 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
8111 Also recognize severe Irix et al. messages. | |
8112 (compilation-normalize-filename, compile-abbreviate-directory): | |
8113 Delete functions. | |
8114 (compilation-get-file-structure): New function inherits | |
8115 functionality of the two preceding ones. | |
8116 (compilation-internal-error-properties, compilation-fake-loc): | |
8117 Use it so that different paths to the same file share the same | |
8118 markers. Also optimize finding adjacent marker slightly. | |
8119 | |
8120 2004-04-25 Kim F. Storm <storm@cua.dk> | |
8121 | |
8122 * image.el (insert-sliced-image): Add line-spacing t property | |
8123 to newlines separating image lines. | |
8124 | |
8125 2004-04-24 Luc Teirlinck <teirllm@auburn.edu> | |
8126 | |
8127 * comint.el (comint-delete-output): Bind inhibit-read-only to t. | |
8128 | |
8129 * ielm.el (ielm-prompt-read-only): New user option. | |
8130 (ielm-prompt): Expand docstring to describe new behavior. | |
8131 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and | |
8132 mention it in the docstring. | |
8133 | |
8134 2004-04-24 Andreas Schwab <schwab@suse.de> | |
8135 | |
8136 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!". | |
8137 | |
8138 * diff.el (diff): Set default-directory in diff buffer. | |
8139 | |
8140 2004-04-24 Eli Zaretskii <eliz@gnu.org> | |
8141 | |
8142 * mail/sendmail.el (mail-bury): Don't delete the frame where the | |
8143 mail was being composed if the terminal cannot display more than | |
8144 one frame; instead, switch to previous frame. | |
8145 | |
8146 * mail/rmail.el (rmail-mail-new-frame): Doc fix. | |
8147 (rmail-start-mail): Support rmail-mail-new-frame even on | |
8148 terminals that can display only one frame at a time. | |
8149 | |
8150 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
8151 | |
8152 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var. | |
8153 (checkdoc-output-font-lock-keywords): Remove error regexp. | |
8154 (checkdoc-output-mode-map): Remove. | |
8155 (checkdoc-output-mode): Derive from compilation-mode. | |
8156 (checkdoc-find-error-mouse, checkdoc-find-error): Remove. | |
8157 | |
8158 * dired.el (dired-mode-map): Add a menu entry for wdired. | |
8159 | |
8160 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code. | |
8161 (rx-bracket, rx-check-any, rx-any): Clean up name space. | |
8162 | |
8163 * wdired.el (wdired-mode-map): Move init into declaration. | |
8164 Fix `return' binding. | |
8165 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode): | |
8166 Use force-mode-line-update. | |
8167 (wdired-get-filename): Use `unless'. | |
8168 (wdired-preprocess-files): Don't assume names have no \n and use / for | |
8169 dir separator. | |
8170 (wdired-normalize-filename): Use replace-regexp-in-string. | |
8171 (wdired-load-hooks): Remove. | |
8172 (wdired-mode-hooks): Rename to wdired-mode-hook. | |
8173 | |
8174 * info-look.el: Add support for cfengine-mode. | |
8175 (info-lookup-setup-mode): Use dolist. | |
8176 | |
8177 2004-04-23 Juan León Lahoz GarcÃa <juan-leon.lahoz@tecsidel.es> | |
8178 | |
8179 * wdired.el: New file. | |
8180 | |
8181 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
8182 | |
8183 * ielm.el (inferior-emacs-lisp-mode): Fix docstring. | |
8184 | |
8185 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg) | |
8186 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here) | |
8187 (pcomplete--help, pcomplete--here): Doc fixes. | |
8188 | |
8189 2004-04-23 Andre Spiegel <spiegel@gnu.org> | |
8190 | |
8191 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that | |
8192 handles wrong-number-of-arguments in backend call. | |
8193 | |
8194 * vc.el (vc-print-log): Likewise. | |
8195 | |
8196 2004-04-20 Dave Love <fx@gnu.org> | |
8197 | |
8198 * emacs-lisp/rx.el: Doc fixes. | |
8199 (rx-constituents): Add/extend many forms. | |
8200 (rx-check): Check form is a list. | |
8201 (bracket): Defvar. | |
8202 (rx-check-any, rx-any, rx-check-not): Modify. | |
8203 (rx-not): Simplify. | |
8204 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New. | |
8205 (rx-kleene): Use rx-trans-forms. | |
8206 (rx-quote-for-set): Delete. | |
8207 (rx): Allow multiple args. | |
8208 | |
8209 2004-04-23 Kenichi Handa <handa@m17n.org> | |
8210 | |
8211 * international/mule-util.el (char-displayable-p): Simplify by | |
8212 using internal-char-font. | |
8213 | |
8214 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
8215 | |
8216 * makefile.w32-in: Add "-*- makefile -*-" mode tag. | |
8217 | |
8218 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
8219 | |
8220 * diff-mode.el (diff-next-error): New fun. | |
8221 (diff-mode): Use it. | |
8222 | |
8223 * simple.el (next-error): Change arg name. | |
8224 Add support for the documented C-u C-x ` usage. | |
8225 | |
8226 * frame.el (special-display-popup-frame, next-multiframe-window) | |
8227 (previous-multiframe-window): Only consider frames on same display. | |
8228 | |
8229 2004-04-22 Lars Hansen <larsh@math.ku.dk> | |
8230 | |
8231 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. | |
8232 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. | |
8233 | |
8234 2004-04-22 Kim F. Storm <storm@cua.dk> | |
8235 | |
8236 * net/telnet.el (telnet): Add optional port arg. | |
8237 | |
8238 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
8239 | |
8240 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
8241 Minor sanity check on the `hyperlink' slot. | |
8242 | |
8243 * Makefile.in (recompile): Compile new files. | |
8244 | |
8245 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): | |
8246 Add byte-recompile-directory's optional `arg'. | |
8247 | |
8248 * cvs-status.el (cvs-tree-use-charset): New var. | |
8249 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar) | |
8250 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob) | |
8251 (cvs-status-cvstrees): Use it. | |
8252 | |
8253 * emacs-lisp/checkdoc.el (checkdoc-output-mode): | |
8254 Make it a normal major mode. | |
8255 (checkdoc-buffer-label): Make sure the file name is meaningful. | |
8256 (checkdoc-output-to-error-buffer): Remove. | |
8257 (checkdoc-error, checkdoc-start-section): Rewrite. | |
8258 | |
8259 * info.el (info-node, info-menu-5, info-xref, info-header-node) | |
8260 (Info-title-1-face, Info-title-2-face, Info-title-3-face) | |
8261 (Info-title-4-face): Use new syntax. | |
8262 (info-xref-visited): Inherit from info-xref. | |
8263 | |
8264 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1. | |
8265 | |
8266 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com> | |
8267 | |
8268 * simple.el (next-error-last-buffer, next-error-function): | |
8269 New variables for the next-error framework. | |
8270 (next-error-buffer-p): New function. | |
8271 (next-error-find-buffer): Generalize compilation-find-buffer. | |
8272 (next-error, previous-error, first-error, next-error-no-select) | |
8273 (previous-error-no-select): Move from compile.el. | |
8274 | |
8275 * replace.el (occur-next-error, occur-1): Hook into the next-error | |
8276 framework. | |
8277 | |
8278 * progmodes/compile.el (compilation-start): | |
8279 Set next-error-last-buffer so next-error knows where to jump. | |
8280 (compilation-setup): Set the buffer-local variable | |
8281 next-error-function to 'compilation-next-error-function. | |
8282 (compilation-buffer-p, compilation-buffer-internal-p): Use an | |
8283 alternate way to find if a buffer is a compilation buffer, for | |
8284 next-error convenience. | |
8285 (next-error-no-select, previous-error-no-select, next-error) | |
8286 (previous-error, first-error): Move to simple.el. | |
8287 (compilation-find-buffer): Move to next-error-find-buffer in simple.el. | |
8288 (compilation-last-buffer): Remove. | |
8289 (compilation-start, compilation-next-error, compilation-setup) | |
8290 (compilation-next-error-function, compilation-find-buffer): | |
8291 Remove compilation-last-buffer use. | |
8292 | |
8293 2004-04-21 Juanma Barranquero <lektu@terra.es> | |
8294 | |
8295 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote. | |
8296 (font-lock-warning-face): Fix spacing. | |
8297 | |
8298 * makefile.w32-in (WINS): Add url/ directory. | |
8299 | |
8300 2004-04-21 Lars Hansen <larsh@math.ku.dk> | |
8301 | |
8302 * desktop.el (desktop-buffer-mode-handlers): New variable. | |
8303 Alist of major mode specific functions to restore a desktop buffer. | |
8304 (desktop-buffer-handlers): Make variable obsolete. | |
8305 (desktop-create-buffer): Use desktop-buffer-mode-handlers. | |
8306 Catch errors signaled in handlers. Update buffer count. | |
8307 Evaluate desktop-buffer-point. | |
8308 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and | |
8309 move to dired.el. | |
8310 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and | |
8311 move to info.el. | |
8312 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and | |
8313 move to mail/rmail.el. | |
8314 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move | |
8315 to mh-e/mh-e.el. | |
8316 (desktop-buffer-file): Rename to desktop-restore-file-buffer. | |
8317 On fail, print message (to message buffer) even if | |
8318 desktop-missing-file-warning is nil. | |
8319 (desktop-buffer-misc-data-function): New buffer local variable. | |
8320 Function returning major mode specific data. | |
8321 (desktop-buffer-misc-functions): Make variable obsolete. | |
8322 (desktop-save): Use desktop-buffer-misc-data-function. | |
8323 (desktop-buffer-dired-misc-data): Rename to | |
8324 dired-desktop-buffer-misc-data and move to dired.el. | |
8325 (desktop-buffer-info-misc-data): Rename to | |
8326 Info-desktop-buffer-misc-data and move to info.el. | |
8327 (desktop-read): Add message about number of buffers restored/failed. | |
8328 | |
8329 * dired.el (dired-restore-desktop-buffer) Move from desktop.el. | |
8330 Add parameters. Pause to display error only when | |
8331 desktop-missing-file-warning is non-nil. | |
8332 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter. | |
8333 (dired-mode): Bind desktop-buffer-misc-data-function. | |
8334 | |
8335 * info.el (Info-restore-desktop-buffer): Move from desktop.el. | |
8336 Add Parameters. | |
8337 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter. | |
8338 (Info-mode): Bind desktop-buffer-misc-data-function. | |
8339 | |
8340 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. | |
8341 Add Parameters. | |
8342 | |
8343 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. | |
8344 Add Parameters. | |
8345 | |
8346 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net> | |
8347 | |
8348 * dabbrev.el (dabbrev--substitute-expansion): Don't lose | |
8349 the case of letters in case-insensitive expansions when the | |
8350 abbrev is preceded by characters with letter syntax. | |
8351 | |
8352 2004-04-21 Richard M. Stallman <rms@gnu.org> | |
8353 | |
8354 * progmodes/cperl-mode.el (cperl-putback-char): | |
8355 Delete Emacs 18 definition. | |
8356 | |
8357 * international/mule.el (ctext-post-read-conversion): | |
8358 Use assoc-string, not assoc-ignore-case. | |
8359 | |
8360 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case. | |
8361 | |
8362 * emacs-lisp/easymenu.el (easy-menu-add): | |
8363 Do call x-popup-menu, but only if it's defined. | |
8364 | |
8365 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg. | |
8366 | |
8367 * emacs-lisp/bytecomp.el (byte-compile-no-warnings): | |
8368 Handle multiple args: compile like progn. | |
8369 | |
8370 * emacs-lisp/byte-run.el (with-no-warnings): Simplify: | |
8371 take all args as &rest arg. | |
8372 | |
8373 * autoinsert.el (auto-insert-alist): Insert the user's name in | |
8374 copyright notice, rather than Free Software Foundation. | |
8375 | |
8376 2004-04-21 Kenichi Handa <handa@m17n.org> | |
8377 | |
8378 * descr-text.el (describe-char): Make it work on *Help* buffer. | |
8379 | |
8380 2004-04-21 Kim F. Storm <storm@cua.dk> | |
8381 | |
8382 * image.el (insert-image): Add optional SLICE arg. | |
8383 (insert-sliced-image): New defun. | |
8384 | |
8385 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change) | |
8386 | |
8387 * subr.el (read-number): Check whether `default' is nil. | |
8388 | |
8389 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
8390 | |
8391 * progmodes/compile.el (compilation-error-properties): Split into | |
8392 two. | |
8393 (compilation-internal-error-properties): New one. | |
8394 (compilation-compat-error-properties): Use it. Fix the non-marker | |
8395 case. | |
8396 | |
8397 2004-04-20 Richard M. Stallman <rms@gnu.org> | |
8398 | |
8399 * window.el (split-window-save-restore-data): | |
8400 Don't update the data if OLD-INFO is nil. | |
8401 | |
8402 * view.el (view-return-to-alist): Mark it permanent local. | |
8403 | |
8404 * subr.el (event-modifiers): Fix the criterion for ASCII control chars. | |
8405 | |
8406 * recentf.el (recentf-save-list): Catch and warn about errors. | |
8407 | |
8408 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence | |
8409 so "Buffers" won't be pure. | |
8410 | |
8411 * help-mode.el (help-mode-finish): Set help-return-alist first | |
8412 thing, setting only the entry for the selected window. | |
8413 | |
8414 * help-fns.el (describe-function-1): If many non-control non-meta | |
8415 keys run the command, don't list all of them. | |
8416 | |
8417 2004-04-20 Juanma Barranquero <lektu@terra.es> | |
8418 | |
8419 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER | |
8420 arg. Copied from Andre Spiegel's patch of 2004-03-21. | |
8421 | |
8422 * calendar/time-date.el (time-to-day-in-year): Fix docstring. | |
8423 | |
8424 2004-04-20 Kenichi Handa <handa@m17n.org> | |
8425 | |
8426 * international/quail.el (quail-lookup-key): New optional arg | |
8427 NOT-RESET-INDICES. | |
8428 (quail-get-translations): Call quail-lookup-key with | |
8429 NOT-RESET-INDICES t. | |
8430 (quail-completion): Likewise. | |
8431 (quail-lookup-map-and-concat): Likewise. | |
8432 | |
8433 2004-04-20 Kenichi Handa <handa@m17n.org> | |
8434 | |
8435 * international/quail.el (quail-update-translation): Don't insert | |
8436 such an unsupported multibyte char in a unibyte buffer. | |
8437 | |
8438 2004-04-20 Nick Roberts <nick@nick.uklinux.net> | |
8439 | |
8440 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant. | |
8441 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer) | |
8442 (gdb-frame-threads-buffer, gdb-frame-registers-buffer) | |
8443 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer) | |
8444 (gdb-frame-assembler-buffer): Improve behavior with | |
8445 multiple frames. | |
8446 (gdb-display-buffer): Extend search to all visible frames. | |
8447 | |
8448 2004-04-19 Eli Zaretskii <eliz@gnu.org> | |
8449 | |
8450 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M | |
8451 characters left after base64 decoding. | |
8452 (rmail-decode-region): Use -dos variety of `coding', to remove any | |
8453 ^M characters left after qp or base64 decoding. | |
8454 | |
8455 2004-04-19 Jan Djärv <jan.h.d@swipnet.se> | |
8456 | |
8457 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error | |
8458 messages. | |
8459 | |
8460 2004-04-19 Stephen Eglen <stephen@gnu.org> | |
8461 | |
8462 * add-log.el (add-change-log-entry): Update doc string to mention | |
8463 add-log-full-name and add-log-mailing-address. | |
8464 | |
8465 2004-04-18 Juri Linkov <juri@jurta.org> | |
8466 | |
8467 * info.el (Info-find-file, Info-find-node-2): Add history and toc. | |
8468 (Info-find-node-2): Simplify error message. | |
8469 (Info-insert-dir): Use Info-following-node-name. | |
8470 (Info-goto-node): Remove *info-history* and *info-toc*. | |
8471 (Info-history): Create a node of the virtual history file. | |
8472 (Info-toc): Create a node of the virtual toc file. | |
8473 (Info-insert-toc): New arg `curr-file' for reference file names. | |
8474 (info-apropos): Remove redundant var binding for temp-file. | |
8475 (Info-index, Info-index-next, Info-mode): Doc fix. | |
8476 (Info-goto-emacs-command-node): Don't jump to *info* from | |
8477 non-*info* Info buffers. | |
8478 (Info-fontify-node): Don't show the file name of external | |
8479 references if `Info-hide-note-references' is `hide'. Don't hide | |
8480 newlines at the end of paragraphs. | |
8481 | |
8482 * international/mule-diag.el (list-input-methods): | |
8483 Fix args to help-xref-button. | |
8484 | |
8485 * help-fns.el (help-with-tutorial): Call `hack-local-variables' | |
8486 to put into effect local variables from TUTORIAL files. | |
8487 | |
8488 * textmodes/paragraphs.el (sentence-end) <function>: New fun | |
8489 with default value taken from the variable `sentence-end'. | |
8490 (sentence-end) <defcustom>: Set default to nil. Doc fix. | |
8491 Add nil const to :type. | |
8492 (sentence-end-without-period, sentence-end-double-space) | |
8493 (sentence-end-without-space): Doc fix. | |
8494 | |
8495 * textmodes/paragraphs.el (forward-sentence): | |
8496 * textmodes/fill.el (canonically-space-region, fill-nobreak-p) | |
8497 (fill-delete-newlines): | |
8498 * progmodes/cc-cmds.el (c-beginning-of-statement): | |
8499 Use function `sentence-end' instead of variable `sentence-end'. | |
8500 | |
8501 2004-04-18 Andreas Schwab <schwab@suse.de> | |
8502 | |
8503 * progmodes/compile.el (compilation-start): Set window start to | |
8504 point-min if compilation-scroll-output is nil. | |
8505 | |
8506 2004-04-18 John Wiegley <johnw@newartisans.com> | |
8507 | |
8508 * iswitchb.el (iswitchb-completions): Remove dependency on cl. | |
8509 | |
8510 2004-04-18 Nick Roberts <nick@nick.uklinux.net> | |
8511 | |
8512 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info. | |
8513 (gdb-info-breakpoints-custom): Revert previous change. | |
8514 (gdb-view-assembler): Update assembler if necessary. | |
8515 (gdb-frame-handler): Parse correctly for gdb-current-frame. | |
8516 (gdb-display-source-buffer): Update properly when both source and | |
8517 assembler are visible. | |
8518 | |
8519 2004-04-17 John Wiegley <johnw@newartisans.com> | |
8520 | |
8521 * iswitchb.el (iswitchb-max-to-show): Add a new config variable | |
8522 which limits the number of names shown in the minibuffer. Off by | |
8523 default. | |
8524 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds | |
8525 up iswitchb for users with a multitude of open buffers by showing | |
8526 only the first and last N/2 buffers in the completion list (which | |
8527 is enough to aid C-s/C-r, and to know that more characters are | |
8528 needed to refine the completion list). | |
8529 | |
8530 2004-04-17 Richard M. Stallman <rms@gnu.org> | |
8531 | |
8532 * files.el (locate-file-completion): Handle nil in path-and-suffixes. | |
8533 (file-truename): Expand all ~ constructs directly. | |
8534 (insert-directory): Delete any error msg output by the | |
8535 `insert-directory-program'. | |
8536 | |
8537 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu): | |
8538 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars. | |
8539 (allout-prior-bindings, allout-added-bindings): Defvars deleted. | |
8540 (allout-init): Use find-file-hook, not find-file-hooks. | |
8541 (allout-mode): Eliminate Emacs 18 support. | |
8542 Use write-contents-functions, not local-write-file-hooks. | |
8543 | |
8544 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org> | |
8545 | |
8546 * progmodes/compile.el (compilation-error-properties): Fix for | |
8547 adding messages when there are already markers for their file. | |
8548 (compilation-fake-loc): New function. | |
8549 | |
8550 2004-04-16 Dave Love <fx@gnu.org> | |
8551 | |
8552 * progmodes/python.el (python-compilation-line-number): Fix | |
8553 braindamage. | |
8554 (python-load-file): Fix python-orig-start setting. | |
8555 | |
8556 * progmodes/compile.el: Doc fixes. | |
8557 (compilation-error-regexp-alist-alist) | |
8558 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible. | |
8559 (compilation-assq): Wrap in eval-when-compile. | |
8560 (compilation-mode-font-lock-keywords): Don't use list*. | |
8561 (compilation-start): Avoid warning. | |
8562 (compilation-compat-error-properties) | |
8563 (compilation-directory-properties): Add keymap property. | |
8564 (compilation-parsing-end): Make it a marker for better compatibility. | |
8565 | |
8566 * progmodes/python.el (python-after-info-look): Use with-no-warnings. | |
8567 | |
8568 2004-04-16 Mark A. Hershberger <mah@everybody.org> | |
8569 | |
8570 * xml.el: Doc fixes. | |
8571 (xml-get-children): Only looks at sub-tags and ignore strings. | |
8572 | |
8573 * xml.el (xml-parse-tag): Avoid overwriting node-name. | |
8574 | |
8575 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
8576 | |
8577 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks. | |
8578 | |
8579 2004-04-16 Andre Spiegel <spiegel@gnu.org> | |
8580 | |
8581 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. | |
8582 | |
8583 * vc.el (vc-print-log): Likewise. | |
8584 | |
8585 2004-04-16 Masatake YAMATO <jet@gyve.org> | |
8586 | |
8587 * simple.el (completion-setup-function): Set an initial value to | |
8588 `element-common-end' before entering loop. Set a value to | |
8589 `element-common-end' at the end of loop. The bug is reported by | |
8590 Juri Linkov <juri@jurta.org> in emacs-devel list. | |
8591 (completions-common-part): Rename from completion-de-emphasis. | |
8592 (completions-first-difference): Rename from completion-emphasis. | |
8593 Suggested by RMS. | |
8594 | |
8595 2004-04-16 Juanma Barranquero <lektu@terra.es> | |
8596 | |
8597 * bookmark.el (bookmark-send-edited-annotation): Fix docstring. | |
8598 (bookmark-edit-annotation-mode): Add mode name. | |
8599 | |
8600 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
8601 | |
8602 * smerge-mode.el (smerge-match-conflict): Try to do something sensible | |
8603 for nested conflict markers. | |
8604 (smerge-find-conflict): Better handle errors in smerge-match-conflict. | |
8605 | |
8606 2004-04-15 Nick Roberts <nick@nick.uklinux.net> | |
8607 | |
8608 * progmodes/gdb-ui.el (gdb-goto-info): New function. | |
8609 | |
8610 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button. | |
8611 | |
8612 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
8613 | |
8614 * emacs-lisp/bytecomp.el (batch-byte-compile-file): | |
8615 Give a backtrace if requested. | |
8616 | |
8617 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call. | |
8618 | |
8619 * progmodes/python.el (python-mouse-2-command, python-RET-command): | |
8620 Remove unused functions. | |
8621 (python-orig-start-line, python-orig-file): Remove. | |
8622 (python-orig-start): New var. | |
8623 (python-input-filter, python-compilation-line-number) | |
8624 (python-send-region, python-load-file): Use it. | |
8625 | |
8626 * info.el (info): Always jump to *info*. | |
8627 | |
8628 * subr.el (posn-set-point): New function. | |
8629 | |
8630 * mouse.el (mouse-set-point): Use it. | |
8631 | |
8632 * progmodes/compile.el (compile-goto-error): Use it. | |
8633 (compilation-button-map): New keymap. | |
8634 (compilation-error-properties): Use it. | |
8635 (compilation-shell-minor-mode-map): Don't bind mouse-2. | |
8636 | |
8637 * smerge-mode.el (smerge-popup-context-menu): Use it. | |
8638 | |
8639 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map) | |
8640 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the | |
8641 mouse and non-mouse case. | |
8642 | |
8643 * diff-mode.el (diff-goto-source): Make it work for mouse bindings. | |
8644 (diff-mouse-goto-source): Make it an alias of diff-goto-source. | |
8645 | |
8646 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark. | |
8647 Make it work for non-mouse events. | |
8648 | |
8649 * pcvs-info.el (cvs-status-map): Update binding name. | |
8650 | |
8651 2004-04-14 Mark A. Hershberger <mah@everybody.org> | |
8652 | |
8653 * xml.el (xml-maybe-do-ns): New function to handle namespace | |
8654 parsing of both attribute and element names. | |
8655 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr) | |
8656 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns. | |
8657 (xml-parse-tag): Update assumed namespaces. Clean up namespace | |
8658 parsing. | |
8659 (xml-parse-attlist): Make it do its own namespace parsing. | |
8660 | |
8661 2004-04-14 Dave Love <fx@gnu.org> | |
8662 | |
8663 * progmodes/python.el (run-python): Fix use of \n. | |
8664 (python-load-file): Remove `try' from Python fragment. | |
8665 (python-describe-symbol): Fix message. | |
8666 | |
8667 * comint.el: Doc fixes. | |
8668 (comint-last-input-start, comint-last-input-end) | |
8669 (comint-last-output-start): Give them values. | |
8670 (comint-arguments): Avoid warning. | |
8671 (comint-skip-prompt): Use line-end-position. | |
8672 (comint-backward-matching-input): Rename arg to agree with doc. | |
8673 (comint-extract-string): Use syntax-ppss. | |
8674 (comint-dynamic-simple-complete): Delete useless list construction. | |
8675 (comint-redirect-subvert-readonly): New. | |
8676 (comint-redirect-preoutput-filter): Use it. | |
8677 | |
8678 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun): | |
8679 Correctly handle negative arguments when calling hook functions. | |
8680 | |
8681 2004-04-14 Jesper Harder <harder@ifa.au.dk> | |
8682 | |
8683 * info.el (info-apropos): Don't clobber Info-history-list. | |
8684 | |
8685 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org> | |
8686 | |
8687 * progmodes/compile.el (compilation-setup): | |
8688 Localize overlay-arrow-position. | |
8689 (compilation-sentinel): Restructure code equivalently. | |
8690 (compilation-next-error): Find message on same line after point if | |
8691 not found before point. | |
8692 (compile-mouse-goto-error): Restore function so that compilation | |
8693 buffer need not be current and use compile-goto-error. | |
8694 (compile-goto-error): Restore function. | |
8695 (next-error): Set overlay-arrow-position. | |
8696 (compilation-forget-errors): Don't localize already local | |
8697 compilation-locs and remove FIXME about refontifying. | |
8698 | |
8699 2004-04-14 Kim F. Storm <storm@cua.dk> | |
8700 | |
8701 * startup.el (emacs-quick-startup): New defvar (set by -Q). | |
8702 (command-line): New option -Q. Like -q --no-site-file, but in | |
8703 addition it also disables menu-bar, tool-bar, scroll-bars, | |
8704 tool-tips, and the blinking cursor. | |
8705 (command-line-1): Skip startup screen if -Q. | |
8706 (fancy-splash-head): Use ":align-to center" prop to center splash | |
8707 image. | |
8708 | |
8709 * emulation/cua-base.el (cua-read-only-cursor-color) | |
8710 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. | |
8711 | |
8712 2004-04-13 Dave Love <fx@gnu.org> | |
8713 | |
8714 * progmodes/python.el: Doc fixes. Changes for compiler warnings. | |
8715 (syntax): Don't require. | |
8716 (python) <defgroup>: Add :version. | |
8717 (python-quote-syntax): Re-written. | |
8718 (inferior-python-mode): Move stuff here from run-python and add | |
8719 some more. | |
8720 (python-preoutput-continuation, python-preoutput-result) | |
8721 (python-dotty-syntax-table): New. | |
8722 (python-describe-symbol): Use them. | |
8723 (run-python): Move stuff to inferior-python-mode. Modify code | |
8724 loaded into Python. | |
8725 (python-send-region): Use python-proc, python-send-string. | |
8726 (python-send-string): Send newlines too. Callers changed. | |
8727 (python-load-file): Re-written. | |
8728 (python-eldoc-function): New. | |
8729 (info-look): Don't require. | |
8730 (python-after-info-look): New. A modified version of former | |
8731 top-level code for use with eval-after-load. | |
8732 (python-maybe-jython, python-guess-indent): Use widened buffer. | |
8733 (python-fill-paragraph): Re-written. | |
8734 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp, | |
8735 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook. | |
8736 | |
8737 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
8738 | |
8739 * progmodes/python.el (run-python): Use compilation-shell-minor-mode. | |
8740 Set compilation-error-regexp-alist earlier. | |
8741 | |
8742 * progmodes/compile.el (compilation-minor-mode-map) | |
8743 (compilation-shell-minor-mode-map, compile-mouse-goto-error) | |
8744 (compile-goto-error): Re-merge the mouse and non-mouse commands. | |
8745 | |
8746 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
8747 | |
8748 * progmodes/compile.el (compile-goto-error): Select the buffer/window | |
8749 corresponding to the event. | |
8750 | |
8751 2004-04-12 Joe Buehler <jbuehler@hekiman.com> | |
8752 | |
8753 * loadup.el: Add cygwin to system-type list, for unexec() support. | |
8754 | |
8755 2004-04-12 John Paul Wallington <jpw@gnu.org> | |
8756 | |
8757 * ibuffer.el (ibuffer-delete-window-on-quit): Remove. | |
8758 (ibuffer-restore-window-config-on-quit): New variable to replace | |
8759 `ibuffer-delete-window-on-quit'. Update all references. | |
8760 (ibuffer-prev-window-config): New variable. | |
8761 (ibuffer-quit): Restore previous window configuration instead of | |
8762 deleting window. | |
8763 (ibuffer): Save window configuration before showing Ibuffer buffer. | |
8764 | |
8765 * help.el (describe-mode): Doc fix. | |
8766 | |
8767 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
8768 | |
8769 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test | |
8770 not to treat nil as a function. | |
8771 | |
8772 * vc-arch.el (vc-arch-root): Be a bit more careful. | |
8773 (vc-arch-register): Save the buffer if we modified it. | |
8774 (vc-arch-delete-rej-if-obsolete): Save excursion. | |
8775 (vc-arch-find-file-hook): Use the simpler after-save-hook. | |
8776 (vc-arch-responsible-p, vc-arch-init-version): New functions. | |
8777 | |
8778 * net/ldap.el (ldap-search): Use list*. | |
8779 | |
8780 2004-04-12 Juri Linkov <juri@jurta.org> | |
8781 | |
8782 * info.el (Info-follow-reference): Allow multiline reference name. | |
8783 | |
8784 2004-04-11 Dave Love <fx@gnu.org> | |
8785 | |
8786 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change. | |
8787 | |
8788 * progmodes/python.el: New file. | |
8789 | |
8790 2004-04-11 Andre Spiegel <spiegel@gnu.org> | |
8791 | |
8792 * vc-hooks.el (vc-arg-list): Function removed. | |
8793 (vc-default-workfile-unchanged-p): Use condition-case to check for | |
8794 backward compatibility. | |
8795 | |
8796 * vc.el (vc-print-log): Use condition-case to check for backward | |
8797 compatibility. | |
8798 | |
8799 2004-04-11 Juri Linkov <juri@jurta.org> | |
8800 | |
8801 * dired.el (dired-faces): New defgroup. | |
8802 (dired-header, dired-mark, dired-marked, dired-flagged) | |
8803 (dired-warning, dired-directory, dired-symlink, dired-ignored): | |
8804 New faces. | |
8805 (dired-header-face, dired-mark-face, dired-marked-face) | |
8806 (dired-flagged-face, dired-warning-face, dired-directory-face) | |
8807 (dired-symlink-face, dired-ignored-face): New face variables. | |
8808 (dired-font-lock-keywords): Use them instead of font-lock faces. | |
8809 Split the rule for dired marks into 3 separate rules: for marks, | |
8810 marked file names and flagged file names. | |
8811 | |
8812 * help-mode.el (help-make-xrefs): Add a final newline to the | |
8813 *Help* buffer. | |
8814 | |
8815 2004-04-11 John Paul Wallington <jpw@gnu.org> | |
8816 | |
8817 * replace.el (occur-engine): Distinguish between one and several | |
8818 matches in the matches per buffer heading. | |
8819 | |
8820 2004-04-11 Kim F. Storm <storm@cua.dk> | |
8821 | |
8822 * ido.el (ido-confirm-unique-completion): New defcustom. | |
8823 (ido-complete): Use it. | |
8824 (ido-write-file): Set it to t unconditionally. | |
8825 | |
8826 2004-04-10 Miles Bader <miles@gnu.org> | |
8827 | |
8828 RCS keyword removal (only non-comment changes are enumerated here): | |
8829 | |
8830 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. | |
8831 (byte-compile-insert-header): Don't use `byte-compile-version'. | |
8832 * forms.el (forms-version): Variable removed. | |
8833 (forms-mode): Don't use `forms-version'. | |
8834 * recentf.el (recentf-version): Variable removed. | |
8835 * progmodes/delphi.el (delphi-version): Variable removed. | |
8836 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring. | |
8837 | |
8838 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
8839 | |
8840 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs. | |
8841 | |
8842 2004-04-09 Jesper Harder <harder@ifa.au.dk> | |
8843 | |
8844 * info.el (info-apropos): Improve menu item regexp. | |
8845 | |
8846 2004-04-09 Simon Josefsson <jas@extundo.com> | |
8847 | |
8848 * mail/smtpmail.el: Add comment, based on report by | |
8849 kdc@rcn.com (Kevin D. Clark). | |
8850 | |
8851 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
8852 | |
8853 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
8854 Redo one more thing that I didn't notice Daniel had undone. | |
8855 | |
8856 2004-04-08 Nick Roberts <nick@nick.uklinux.net> | |
8857 | |
8858 * progmodes/gdb-ui.el (gdb-source-window): Remove variable. | |
8859 (gdb-goto-breakpoint, gdb-display-buffer) | |
8860 (gdb-display-source-buffer, gdb-view-source-function) | |
8861 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows) | |
8862 (gdb-source-info, gdb-frame-handler): Don't specify a window | |
8863 for display. | |
8864 (gdb-info-breakpoints-custom): Remove superfluous update of | |
8865 assembler buffer. | |
8866 (gdb-many-windows): Make settable outside gdb. | |
8867 | |
8868 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk> | |
8869 | |
8870 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode): | |
8871 Derive from fundamental-mode rather than text-mode. | |
8872 | |
8873 2004-04-08 Juri Linkov <juri@jurta.org> | |
8874 | |
8875 * info.el (Info-history): Doc fix. | |
8876 (Info-history-list): New var. | |
8877 (info-xref): Change magenta4 to blue, remove bold for dark and | |
8878 light backgrounds, change bold to underline for non-color classes. | |
8879 (info-xref-visited): New face. | |
8880 (Info-fontify-visited-nodes): New custom. | |
8881 (Info-hide-note-references): Add new value `hide'. Doc fix. | |
8882 (Info-reference-name): New var. | |
8883 (Info-selection-hook): New custom. | |
8884 (Info-edit-mode-hook): New var. | |
8885 (Info-find-file): New fun. | |
8886 (Info-find-node): Move part of code to Info-find-file. | |
8887 (Info-find-node-2): Add anchors to Info-history-list. Move point | |
8888 to the place with the reference name if name is defined. | |
8889 (Info-select-node): Add current node to Info-history-list. | |
8890 (Info-goto-node): Switch to *info* from *info-history* *info-toc*. | |
8891 (Info-search-whitespace-regexp): New custom. | |
8892 (Info-search-case-fold): New var. | |
8893 (Info-search): Add "case-sensitively" to the prompt. | |
8894 Use Info-search-whitespace-regexp. Set Info-search-case-fold. | |
8895 (Info-search-case-sensitively, Info-search-next): New fun. | |
8896 (Info-up): Move point to the menu item of the current node. | |
8897 (Info-history): New fun. Add *info-history* to | |
8898 same-window-buffer-names. | |
8899 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names. | |
8900 (Info-insert-toc): New fun. | |
8901 (Info-build-toc): New fun. | |
8902 (Info-follow-reference): Add new arg `fork'. Doc fix. | |
8903 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references | |
8904 with the same name prefer the reference closest to point. | |
8905 (Info-next-reference): Replace * by + in the *Note regexp. | |
8906 Add regexp for http:// and ftp://. Skip the *Note prefix. | |
8907 (Info-prev-reference): Replace * by + in the *Note regexp. | |
8908 Add regexp for http:// and ftp://. Skip the *Note prefix. | |
8909 (Info-follow-nearest-node): Add new arg `fork'. | |
8910 (Info-try-follow-nearest-node): Add new arg `fork'. | |
8911 Call browse-url for http:// and ftp:// references. | |
8912 Set Info-reference-name for index entries. | |
8913 (Info-mode-menu): Add menu items for Info-search-case-sensitively, | |
8914 Info-search-next, Info-history, Info-toc, clone-buffer. | |
8915 (Info-menu-update): Replace * by + in the *Note regexp. | |
8916 (Info-mode): Add documentation for Info-history, Info-toc, | |
8917 Info-search-case-sensitively, Info-search-next, clone-buffer. | |
8918 (Info-fontify-menu-headers): Remove fun. Move code to | |
8919 Info-fontify-node. | |
8920 (Info-fontify-node): Add docstring. Add local vars | |
8921 fontify-visited-p and not-fontified-p. If not-fontified-p is t | |
8922 then fontify header line, titles, menu headers, http and ftp | |
8923 references, refill paragraphs. If not-fontified-p is t or | |
8924 fontify-visited-p is t then fontify cross references, menu items. | |
8925 Fontify menu headers. Fontify http and ftp references. | |
8926 Change regexp for cross references to require whitespace after *Note, | |
8927 add matching groups for file and node names. Remove hack for quote. | |
8928 Use display property for Info-hide-note-references=t. Use fifth | |
8929 or fourth match for help-echo. Display visited nodes in a | |
8930 different face. Unhide file names of external references. | |
8931 Unhide newlines. Display visited menu items in a different face. | |
8932 | |
8933 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
8934 | |
8935 * progmodes/compile.el: Require CL. | |
8936 (compilation-mode-font-lock-keywords): Re-install the "line as | |
8937 function" patch. | |
8938 | |
8939 * help-fns.el (help-C-source-directory): New var. | |
8940 (help-subr-name, help-C-file-name, help-find-C-source): New funs. | |
8941 (describe-function-1, describe-variable): Use them. | |
8942 | |
8943 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs | |
8944 to C source files specially. | |
8945 | |
8946 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> | |
8947 | |
8948 * info.el (Info-hide-cookies-node): New function. | |
8949 (Info-select-node): Use it. | |
8950 (Info-display-images-node): Remove message with image file name. | |
8951 | |
8952 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org> | |
8953 | |
8954 * progmodes/compile.el (compilation-warning-face) | |
8955 (compilation-info-face, compilation-skip-threshold) | |
8956 (compilation-skip-visited, compilation-context-lines): | |
8957 Declare :version when added to Emacs. | |
8958 (compilation-error-regexp-alist-alist): Extend caml and irix. | |
8959 (compilation-setup): Fix if font-locked w/o font-lock-defaults. | |
8960 (compilation-mode-font-lock-keywords): Temporarily undo line as | |
8961 function patch, which wasn't ready. | |
8962 | |
8963 2004-04-07 Kenichi Handa <handa@m17n.org> | |
8964 | |
8965 * international/latin1-disp.el (latin1-display-setup): Check each | |
8966 character is displayable or not instead of calling | |
8967 latin1-display-check-font. | |
8968 | |
8969 2004-04-06 Kenichi Handa <handa@m17n.org> | |
8970 | |
8971 * language/ethio-util.el (ethio-sera-being-called-by-w3): | |
8972 New variable. | |
8973 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3 | |
8974 instead of sera-being-called-by-w3. | |
8975 (ethio-fidel-to-sera-buffer): Likewise. | |
8976 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t | |
8977 instead of sera-being-called-by-w3. | |
8978 (ethio-write-file): Likewise. | |
8979 | |
8980 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
8981 | |
8982 * printing.el: Doc fix. | |
8983 | |
8984 2004-04-05 Nick Roberts <nick@nick.uklinux.net> | |
8985 | |
8986 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option. | |
8987 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping) | |
8988 (gdb-setup-windows): Only use separate IO buffer if required. | |
8989 | |
8990 2004-04-06 Kim F. Storm <storm@cua.dk> | |
8991 | |
8992 * term.el (term-is-xemacs): Remove. | |
8993 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs). | |
8994 (term-window-width): New function. | |
8995 (term-mode, term-check-size): Use it. | |
8996 (term-mode): Disable overflow-newline-into-fringe in term buffer. | |
8997 | |
8998 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
8999 | |
9000 * cus-edit.el (custom-add-parent-links): Change unbound variable | |
9001 `symbol' to `name'. | |
9002 | |
9003 2004-04-05 Jesper Harder <harder@ifa.au.dk> | |
9004 * info.el (info-apropos): New function. | |
9005 (Info-mode-menu): Add it. | |
9006 (Info-find-node, Info-find-node-2): Grok apropos virtual file. | |
9007 | |
9008 * help-mode.el (help-make-xrefs): Recognize aliased variable with | |
9009 inherited docstring. | |
9010 | |
9011 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields. | |
9012 | |
9013 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
9014 | |
9015 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode. | |
9016 | |
9017 * progmodes/compile.el (font-lock): Don't require any more. | |
9018 (compilation-error-properties, compilation-start, compilation-sentinel) | |
9019 (compilation-filter, next-error): Use with-current-buffer. | |
9020 (compilation-skip-to-next-location, compilation-skip-threshold) | |
9021 (compilation-skip-visited): Move to silence the byte-compiler. | |
9022 (compilation-setup): Simplify. | |
9023 (compilation-next-error): Use line-(beginning|end)-position. | |
9024 Make sure `pt' is non-nil before using compilation-loop. | |
9025 (compile-goto-error): Add optional event arg. Use it. | |
9026 (compile-mouse-goto-error): Make it an alias of compile-goto-error. | |
9027 (compilation-minor-mode-map, compilation-shell-minor-mode-map): | |
9028 Update the binding for mouse-2. | |
9029 (first-error): Set compilation-current-error to nil rather than bob. | |
9030 (compilation-parsing-end, compilation-parse-errors-function) | |
9031 (compilation-error-list, compilation-old-error-list): | |
9032 "New" compatibility variables. | |
9033 (compile-buffer-substring, compilation-compat-error-properties) | |
9034 (compilation-compat-parse-errors, compilation-forget-errors): | |
9035 New compatibility functions. | |
9036 (compilation-mode-font-lock-keywords): Use them. | |
9037 | |
9038 2004-04-04 Luc Teirlinck <teirllm@auburn.edu> | |
9039 | |
9040 * autorevert.el (auto-revert-handler): If point (or a window | |
9041 point) is at the end of the buffer, keep it there after | |
9042 reverting. This allows to tail a file. | |
9043 Mention this in the `Commentary'. | |
9044 | |
9045 * format.el (format-write-file): Add optional argument CONFIRM | |
9046 and make it behave like the analogous argument to `write-file'. | |
9047 | |
9048 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9049 | |
9050 * progmodes/ebnf2ps.el: Doc fix. | |
9051 (ebnf-version): New version number (4.2). | |
9052 (ebnf-syntax): Customization and docstring fix. | |
9053 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize): | |
9054 Put autoloaded funs before first use. | |
9055 (ebnf-style-database): Add dtd entry. | |
9056 (ebnf-syntax-alist): Add dtd initialization. | |
9057 (ebnf-token-sequence): New fun. | |
9058 (ebnf-comment-table): Add new comment action character. | |
9059 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd. | |
9060 | |
9061 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data | |
9062 Type Definition for XML). | |
9063 | |
9064 * progmodes/ebnf-abn.el (ebnf-abn-concatenation): | |
9065 * progmodes/ebnf-bnf.el (ebnf-sequence): | |
9066 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation): | |
9067 * progmodes/ebnf-iso.el (ebnf-iso-single-definition): | |
9068 * progmodes/ebnf-yac.el (ebnf-yac-sequence): | |
9069 Code simplification: call ebnf-token-sequence. | |
9070 | |
9071 2004-04-04 Eli Zaretskii <eliz@gnu.org> | |
9072 | |
9073 * calendar/timeclock.el (timeclock-relative) | |
9074 (timeclock-get-project-function, timeclock-get-workday-function) | |
9075 (timeclock-query-out, timeclock-when-to-leave) | |
9076 (timeclock-when-to-leave-string, timeclock-log-data) | |
9077 (timeclock-generate-report, timeclock-in): Doc fixes. | |
9078 | |
9079 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
9080 | |
9081 * url/: New dir. Import the URL package from its repository. | |
9082 | |
9083 2004-04-03 Andreas Schwab <schwab@suse.de> | |
9084 | |
9085 * diff-mode.el (diff-mode): Fix missing quote. | |
9086 | |
9087 2004-04-03 Juri Linkov <juri@jurta.org> | |
9088 | |
9089 * descr-text.el (describe-property-list): Add `font-lock-face'. | |
9090 | |
9091 * dired.el (dired-font-lock-keywords): Fix permission regexps. | |
9092 | |
9093 2004-04-02 Jan Djärv <jan.h.d@swipnet.se> | |
9094 | |
9095 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): | |
9096 Use utf-16le on little endian machines and utf-16be otherwise. | |
9097 | |
9098 2004-04-02 David Kastrup <dak@gnu.org> | |
9099 | |
9100 * net/browse-url.el (browse-url-generic): Use call-process | |
9101 instead of start-process to allow browsers that fork and detach. | |
9102 | |
9103 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org> | |
9104 | |
9105 * compile.el (compilation-current-error): New var. | |
9106 (compilation-setup, compile-mouse-goto-error) | |
9107 (compile-goto-error, next-error): Use it. | |
9108 (compilation-skip-to-next-location): Default to t, which gives | |
9109 contiguous skipping like old compile (where this was redundant). | |
9110 (compilation-next-error): Prevent previous-* commands from moving | |
9111 back to message at or just before point. | |
9112 | |
9113 2004-04-01 Nick Roberts <nick@nick.uklinux.net> | |
9114 | |
9115 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler) | |
9116 (gdb-source-info): Don't display source at startup, if required. | |
9117 (gdb-show-main): New option. | |
9118 (gdba): Update documentation. | |
9119 (gdb-source): Cover case of auto-display output. | |
9120 | |
9121 2004-03-31 Luc Teirlinck <teirllm@auburn.edu> | |
9122 | |
9123 * autorevert.el: Delete obsolete autoloads and defvars. | |
9124 (auto-revert-check-vc-info): New user option. | |
9125 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) | |
9126 (auto-revert-handler-vc): Delete. | |
9127 (auto-revert-handler): Treat return value `fast' of | |
9128 buffer-stale-function specially. Check `auto-revert-check-vc-info'. | |
9129 | |
9130 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function | |
9131 return `fast'. | |
9132 | |
9133 * files.el (buffer-stale-function): Doc change. | |
9134 | |
9135 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9136 | |
9137 * printing.el: New tip on Tips section. | |
9138 (pr-version): New version number (6.7.4). | |
9139 (pr-shell-file-name): Initialization fix. | |
9140 | |
9141 2004-03-31 Juri Linkov <juri@jurta.org> | |
9142 | |
9143 * dired.el: Add autoload for `dired-do-touch'. | |
9144 (dired-touch-program): New var. | |
9145 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item. | |
9146 (dired-no-confirm): Add `touch' to docstring. | |
9147 | |
9148 * dired-aux.el (dired-do-touch): New fun. | |
9149 (dired-do-chxxx): Add argument -t for touch operation. | |
9150 | |
9151 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by | |
9152 `dired-move-to-filename-regexp'. | |
9153 | |
9154 2004-03-31 HÃ¥kan Granath <hakan.granath@kau.se> (tiny change) | |
9155 | |
9156 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM. | |
9157 | |
9158 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9159 | |
9160 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if | |
9161 and only if the buffer was modified. | |
9162 | |
9163 2004-03-30 Kenichi Handa <handa@m17n.org> | |
9164 | |
9165 * international/characters.el: Delete pairs for U+2308..U+230B. | |
9166 | |
9167 2004-03-29 Nick Roberts <nick@nick.uklinux.net> | |
9168 | |
9169 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp | |
9170 to detect the beginning of a level 2 or 3 annotation. | |
9171 | |
9172 2004-03-29 Kenichi Handa <handa@m17n.org> | |
9173 | |
9174 * international/ucs-tables.el (ucs-insert): Fix the error message. | |
9175 | |
9176 2004-03-29 Kenichi Handa <handa@m17n.org> | |
9177 | |
9178 * international/mule-util.el (char-displayable-p): Fix generation | |
9179 of XLFD file name. | |
9180 | |
9181 * Makefile.in (setwins, setwins_almost): Change directory to $wd | |
9182 before finding directories by `find'. | |
9183 | |
9184 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
9185 | |
9186 * subr.el (interactive-form): Delete. Now implemented in C. | |
9187 | |
9188 * pcvs.el (cvs-parse-process): Workaround for Darwin. | |
9189 | |
9190 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'. | |
9191 (vc-diff-label): New fun. | |
9192 (vc-diff-internal): Use it. | |
9193 | |
9194 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test. | |
9195 | |
9196 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9197 | |
9198 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments. | |
9199 | |
9200 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to | |
9201 specify XML (EBNFX). | |
9202 | |
9203 * progmodes/ebnf2ps.el: Doc fix. | |
9204 (ebnf-version): New version number (4.1). | |
9205 (ebnf-syntax): Adjust customization. | |
9206 (ebnf-style-database): Add ebnfx entry. | |
9207 (ebnf-syntax-alist): Add ebnfx initialization. | |
9208 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx. | |
9209 | |
9210 * printing.el: Doc fix. | |
9211 (pr-version): New version number (6.7.3). | |
9212 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position | |
9213 returns nil for mouse position. Reported by Drew Adams | |
9214 <drew.adams@oracle.com>. | |
9215 (pr-update-menus): Modify interactive declaration. Reported by Drew | |
9216 Adams <drew.adams@oracle.com>. | |
9217 | |
9218 2004-03-28 Nick Roberts <nick@nick.uklinux.net> | |
9219 | |
9220 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) | |
9221 (gud-gdba-marker-filter): Log the process input and output, if | |
9222 required. From Stefan Monnier. | |
9223 (gdb-debug-log, gdb-enable-debug-log): New variables. | |
9224 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. | |
9225 | |
9226 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
9227 | |
9228 * vc-hooks.el (vc-file-not-found-hook): Fix typo. | |
9229 From lorentey@elte.hu (Lőrentey Károly). | |
9230 | |
9231 2004-03-27 Luc Teirlinck <teirllm@auburn.edu> | |
9232 | |
9233 * autorevert.el (auto-revert-handler): Handle auto-revert-mode. | |
9234 Call vc-find-file-hook here instead of in auto-revert-buffers. | |
9235 (auto-revert-buffers): Delete call to vc-find-file-hook. | |
9236 (auto-revert-verbose, global-auto-revert-non-file-buffers) | |
9237 (global-auto-revert-mode, auto-revert-set-timer) | |
9238 (auto-revert-handler, auto-revert-buffers): Doc fixes. | |
9239 | |
9240 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk> | |
9241 | |
9242 * woman.el (woman-change-fonts): Rename local variable | |
9243 woman-font-alist to font-alist to avoid a compiler warning. | |
9244 | |
9245 2004-03-27 Dave Love <fx@gnu.org> | |
9246 | |
9247 * emacs-lisp/rx.el (rx): Doc fix. | |
9248 Fix copyright years. | |
9249 | |
9250 * strokes.el (strokes-global-set-stroke-string): New function. | |
9251 (strokes-list-strokes): Cope with strings, not just commands. | |
9252 Set foreground color of image. | |
9253 (strokes-global-set-stroke): Doc fix. | |
9254 | |
9255 2004-03-26 Luc Teirlinck <teirllm@auburn.edu> | |
9256 | |
9257 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for | |
9258 Auto Revert mode. | |
9259 (Buffer-menu-files-only): New variable. | |
9260 (Buffer-menu-toggle-files-only): New function. | |
9261 (Buffer-menu-mode-map): Bind it to `T'. | |
9262 (Buffer-menu-mode): Mention `T' in docstring. | |
9263 Set buffer-stale-function. | |
9264 (list-buffers-noselect): Mark buffer non-modified and set | |
9265 Buffer-menu-files-only. | |
9266 | |
9267 * dired.el (buffer-stale-function): Remove no longer needed defvar. | |
9268 | |
9269 * autorevert.el (auto-revert-handler): Print revert message | |
9270 before, rather than after, reverting. | |
9271 (buffer-stale-function): Move to files.el. | |
9272 | |
9273 * files.el (buffer-stale-function): Move here from autorevert.el. | |
9274 | |
9275 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
9276 | |
9277 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user. | |
9278 | |
9279 * calc/calc.el (calc-mode-map): Use mapc. | |
9280 | |
9281 * apropos.el (apropos-mode): Don't autoload. | |
9282 (apropos-symbols-internal): New fun. Extracted from `apropos'. | |
9283 (apropos): Use it. | |
9284 (apropos-print): Add optional `text' argument. | |
9285 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref. | |
9286 Don't assume point-min == 1. | |
9287 | |
9288 * bs.el (bs-buffer-list): Use buffer-local-value. | |
9289 (bs--set-toggle-to-show): Use with-current-buffer. | |
9290 | |
9291 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button): | |
9292 New funs. | |
9293 (list-buffers-noselect): Use them. Adjust :align-to to new style. | |
9294 | |
9295 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p. | |
9296 | |
9297 * dabbrev.el (dabbrev-expand): Fix regexp construction. | |
9298 (dabbrev--find-expansion): Use pop. | |
9299 (dabbrev--search): Use match-string-no-properties. | |
9300 | |
9301 * dired.el (dired-mode): Use run-mode-hooks. | |
9302 (dired-move-to-end-of-filename): Use match-string. | |
9303 | |
9304 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces | |
9305 is bound before using it. | |
9306 (ediff-verbose-p): Make it into a var since it's not constant. | |
9307 | |
9308 * electric.el (Electric-pop-up-window): Avoid popping up a new frame. | |
9309 | |
9310 * faces.el (read-face-font): Don't cons up unnecessarily. | |
9311 (header-line, tool-bar): Share common parts. | |
9312 | |
9313 * files.el (file-relative-name): Use compare-strings. | |
9314 | |
9315 * finder.el (finder-mode): Follow coding convention. | |
9316 | |
9317 * subr.el (read-number): New function. | |
9318 | |
9319 * ses.el (ses-read-number): Move to subr.el. | |
9320 (ses-set-header-row): Use read-number. | |
9321 | |
9322 2004-03-26 Andre Spiegel <spiegel@gnu.org> | |
9323 | |
9324 * vc-hooks.el (vc-arg-list): New function, which handles both | |
9325 compiled and uncompiled code. | |
9326 (vc-default-workfile-unchanged-p): Use it. | |
9327 | |
9328 * vc.el (vc-print-log): Undo prev change, use new function | |
9329 vc-arg-list from vc-hooks.el. | |
9330 | |
9331 2004-03-26 Masatake YAMATO <jet@gyve.org> | |
9332 | |
9333 * simple.el (completion-setup-function): Emphasize the | |
9334 first uncommon characters in the completions; and de-emphasize | |
9335 the common prefix substrings. | |
9336 (completion-emphasis): New face. | |
9337 (completion-de-emphasis): New face. | |
9338 | |
9339 2004-03-25 Juanma Barranquero <lektu@terra.es> | |
9340 | |
9341 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i): | |
9342 Comment out (it's unused and unfinished code). | |
9343 | |
9344 2004-03-25 Sam Steingold <sds@gnu.org> | |
9345 | |
9346 * vc.el (vc-print-log): Fix a bug in the last patch: | |
9347 backend-function may be a byte-compiled object, not a lambda. | |
9348 | |
9349 2004-03-25 Juri Linkov <juri@jurta.org> | |
9350 | |
9351 * descr-text.el (describe-property-list): Add a button | |
9352 for `face' property that calls `describe-face'. | |
9353 Suggested by Luis Fernandes <elf@ee.ryerson.ca> | |
9354 | |
9355 * international/mule.el (keyboard-coding-system): | |
9356 * kmacro.el (kmacro-call-macro): Fix docstring. | |
9357 | |
9358 * dired.el: Fix comments. | |
9359 | |
9360 * textmodes/fill.el (fill): Fix Info link. | |
9361 | |
9362 * font-lock.el (fast-lock, lazy-lock): | |
9363 * jit-lock.el (jit-lock): Remove links to removed Support Modes | |
9364 Info node. | |
9365 | |
9366 * eshell/eshell.el (eshell): Fix broken info-link. | |
9367 | |
9368 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): | |
9369 * eshell/em-banner.el (eshell-banner): | |
9370 * eshell/em-smart.el (eshell-smart): | |
9371 * eshell/esh-cmd.el (eshell-cmd): | |
9372 Comment out broken info-links to incomplete Info manual. | |
9373 | |
9374 * info-xref.el: Fix commentary. | |
9375 | |
9376 2004-03-25 Kevin Ryde <user42@zip.com.au> | |
9377 | |
9378 * info-xref.el (info-xref-check-buffer): Report empty filename parts. | |
9379 Remove spurious node duplicate suppression, doesn't work, not wanted. | |
9380 (info-xref-output): Take format style args, add "sit-for 0" to let | |
9381 user see the results as they progress. | |
9382 (info-xref-check-all-custom): New function. | |
9383 | |
9384 2004-03-25 Nick Roberts <nick@nick.uklinux.net> | |
9385 | |
9386 * gdb-ui.el: Moved to progmodes. | |
9387 | |
9388 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
9389 | |
9390 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler. | |
9391 | |
9392 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk> | |
9393 | |
9394 * calendar/appt.el (appt-check): Remove superfluous progn. | |
9395 When finished with diary buffer: if it was not being displayed | |
9396 before, kill it; otherwise restore its original state. | |
9397 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>. | |
9398 | |
9399 * calendar/calendar.el (calendar-set-mode-line): Use total | |
9400 available mode-line width, rather than frame-width. | |
9401 | |
9402 * calendar/diary-lib.el (fancy-diary-display): Set mode-line | |
9403 after mode change so effect not lost. | |
9404 | |
9405 2004-03-23 Dave Love <fx@gnu.org> | |
9406 | |
9407 * dired.el (dired) <defgroup>: Add link to manual. | |
9408 (dired-font-lock-keywords): Add highlighting on unusual permissions. | |
9409 (dired-revert): Use dolist. | |
9410 (dired-mode-map): Add U binding. | |
9411 (dired-mode): Add font-lock-beginning-of-syntax-function. | |
9412 (dired-garbage-files-regexp): Make it a defcustom. | |
9413 | |
9414 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
9415 | |
9416 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers' | |
9417 is equivalent to nil. | |
9418 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept. | |
9419 (vc-arch-mode-line-string): Accept `added' state. | |
9420 (vc-arch-state): Use inode-sigs if available. | |
9421 (vc-arch-add-tagline): Rename from vc-arch-add-tag. | |
9422 Copy&delete existing id file if any. Fallback if uuidgen is absent. | |
9423 (vc-arch-tagline-re): New var. | |
9424 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method): | |
9425 New functions. | |
9426 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops. | |
9427 (vc-arch-registered): Try our best guess using vc-arch-file-source-p. | |
9428 | |
9429 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun. | |
9430 (vc-file-not-found-hook): Use it. | |
9431 | |
9432 * diff-mode.el (diff-default-read-only): Change default. | |
9433 (diff-mode-hook): Make it a defcustom. Add some options. | |
9434 (diff-mode-map): Bind diff-refine-hook. | |
9435 (diff-yank-handler): New var. | |
9436 (diff-yank-function): New fun. | |
9437 (diff-font-lock-keywords): Use them. | |
9438 (diff-end-of-file): Handle case where file-header looks like diff text. | |
9439 (diff-hunk-kill): Adjust to "new" hunk-next behavior. | |
9440 (diff-file-kill): Delete a subsequent empty line, if applicable. | |
9441 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name. | |
9442 (diff-find-file-name): Use it. | |
9443 (diff-tell-file-name): New command. | |
9444 (diff-mode): Be careful with view-mode. | |
9445 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified): | |
9446 New functions, for use in diff-mode-hook. | |
9447 (diff-find-source-location): Catch "regex too large" errors. | |
9448 (diff-apply-hunk, diff-test-hunk): Go to old or new file. | |
9449 (diff-refine-hunk): New command. | |
9450 | |
9451 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve. | |
9452 (smerge-context-menu-map): Remove unused var. | |
9453 (smerge-keep-all): Preserve markers. | |
9454 (smerge-keep-n): New fun. | |
9455 (smerge-keep-base, smerge-keep-other, smerge-keep-mine) | |
9456 (smerge-keep-current, smerge-ediff): Use it. | |
9457 (smerge-kill-current): Use it. Make it work on some 3-part conflicts. | |
9458 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts. | |
9459 (smerge-resolve): Resolve trivial 3-part conflicts. | |
9460 | |
9461 2004-03-23 Juri Linkov <juri@jurta.org> | |
9462 | |
9463 * man.el (Man-width): New var. | |
9464 (Man-getpage-in-background): Use it. | |
9465 (Man-support-local-filenames): New var and fun. | |
9466 (Man-build-man-command): Don't add a second %s. | |
9467 (Man-fontify-manpage): Clean up message. | |
9468 (Man-mode): Set outline-regexp, outline-level, | |
9469 imenu-generic-expression. | |
9470 | |
9471 * woman.el (woman-fill-frame): Doc fix. | |
9472 (woman-decode-region): Use window-width instead of frame-width. | |
9473 | |
9474 * abbrevlist.el (list-one-abbrev-table): | |
9475 * descr-text.el (describe-char): | |
9476 * international/mule-diag.el (describe-current-coding-system): | |
9477 * international/quail.el (quail-insert-decode-map): | |
9478 Use window-width instead of frame-width. | |
9479 | |
9480 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz. | |
9481 (jka-compr-mode-alist-additions): Add tbz. | |
9482 (jka-compr-write-region, jka-compr-insert-file-contents): | |
9483 Add message for undefined compress-program. | |
9484 (jka-compr-write-region): Remove redundant var bindings. | |
9485 | |
9486 * dired-x.el (dired-guess-shell-alist-default): Add choices for | |
9487 extracting files into subdirectory. Add tbz and dz. Fix regexps. | |
9488 Add extensions .[0-9] for man and nroff, and .pod for perldoc. | |
9489 (dired-man): Use dired-guess-shell-command. | |
9490 (dired-guess-shell-case-fold-search): Change defvar to defcustom. | |
9491 Change default nil to t. | |
9492 | |
9493 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz. | |
9494 (dired-compare-directories): Add default value for empty input. | |
9495 | |
9496 * help-at-pt.el: Move suggestions for key bindings to Commentary. | |
9497 | |
9498 * time.el (display-time-string-forms): Fix help-echo date format. | |
9499 | |
9500 2004-03-22 Luc Teirlinck <teirllm@auburn.edu> | |
9501 | |
9502 * autorevert.el (global-auto-revert-non-file-buffers): Expand | |
9503 docstring. | |
9504 (buffer-stale-function): New variable. | |
9505 (auto-revert-list-diff, auto-revert-dired-file-list) | |
9506 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete. | |
9507 (auto-revert-handler): Take over some functionality of deleted | |
9508 functions. | |
9509 (auto-revert-buffers): Delete call to auto-revert-buffer-p. | |
9510 | |
9511 * dired.el (dired-directory-changed-p): New fun, extracted from | |
9512 dired-internal-noselect. | |
9513 (dired-buffer-stale-p): New fun. | |
9514 (dired-internal-noselect): Use dired-directory-changed-p. | |
9515 Eliminate revert messages. | |
9516 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p. | |
9517 | |
9518 2004-03-23 Kenichi Handa <handa@m17n.org> | |
9519 | |
9520 * international/characters.el: Setup syntaxes for more parentheses | |
9521 Unicode characters. | |
9522 | |
9523 * international/mule-cmds.el (select-safe-coding-system): | |
9524 Merge coding-system and auto-cs before comparing them. | |
9525 | |
9526 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
9527 | |
9528 * emacs-lisp/pp.el (pp-eval-expression): Simplify. | |
9529 | |
9530 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set | |
9531 normal-auto-fill-function and comment-indent-function. | |
9532 The default values now work just as well. | |
9533 Don't set font-lock-beginning-of-syntax-function since we already set | |
9534 syntax-begin-function. | |
9535 (lisp-outline-level): Put ;;;###autoload at same level as (. | |
9536 (prin1-char): Quote special chars. | |
9537 | |
9538 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather | |
9539 than with-no-warnings. | |
9540 | |
9541 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace | |
9542 if the source location can't be found. | |
9543 (edebug-compute-previous-result): Use prin1-char. | |
9544 | |
9545 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1. | |
9546 (debug-ignored-errors): Add an entry. | |
9547 | |
9548 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir. | |
9549 (byte-compile-file): Output warning when deleting a file. | |
9550 | |
9551 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote. | |
9552 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec. | |
9553 | |
9554 * emacs-lisp/byte-opt.el (byte-compile-log-lap) | |
9555 (byte-compile-inline-expand): Use backquote. | |
9556 (byte-optimize-pure-func): Rename from byte-optimize-concat. | |
9557 (symbol-name, regexp-opt, regexp-quote): Mark as pure. | |
9558 | |
9559 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse. | |
9560 | |
9561 * emacs-lisp/advice.el (ad-subr-arglist): Simplify. | |
9562 | |
9563 2004-03-22 Juri Linkov <juri@jurta.org> | |
9564 | |
9565 * finder.el (finder-known-keywords): Fix data, tex, unix. | |
9566 | |
9567 * play/landmark.el: Fix keywords. | |
9568 | |
9569 * language/ethio-util.el (ethio-find-file): Doc fix. | |
9570 | |
9571 * emacs-lisp/warnings.el: Doc fix. | |
9572 | |
9573 * textmodes/ispell.el (ispell-help): Doc fix. | |
9574 | |
9575 2004-03-21 Luc Teirlinck <teirllm@auburn.edu> | |
9576 | |
9577 * format.el (format-insert-file): Always return a list of two | |
9578 elements, like insert-file-contents does. | |
9579 | |
9580 2004-03-21 Andre Spiegel <spiegel@gnu.org> | |
9581 | |
9582 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log | |
9583 and vc-BACKEND-diff. | |
9584 (vc-print-log): If the print-log implementation supports it, use | |
9585 the new BUFFER argument to direct output to *vc-change-log*, not *vc*. | |
9586 (vc-version-diff, vc-diff-internal): Doc fixes. | |
9587 | |
9588 * vc-hooks.el (vc-default-workfile-unchanged-p): If the | |
9589 implementation supports it, let diff output go to *vc*, | |
9590 not *vc-diff*, since this is an internal call. | |
9591 | |
9592 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg. | |
9593 | |
9594 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise. | |
9595 | |
9596 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise. | |
9597 | |
9598 2004-03-21 Dave Love <fx@gnu.org> | |
9599 | |
9600 * progmodes/cfengine.el (cfengine-mode): | |
9601 Set parse-sexp-ignore-comments. | |
9602 | |
9603 * emacs-lisp/rx.el (rx): Work at compile time, not run time. | |
9604 | |
9605 2004-03-21 Juanma Barranquero <lektu@terra.es> | |
9606 | |
9607 * allout.el (allout-mode): Fix docstring. | |
9608 | |
9609 2004-03-20 Luc Teirlinck <teirllm@auburn.edu> | |
9610 | |
9611 * files.el (insert-directory): Fix bug if SWITCHES is a list. | |
9612 | |
9613 * autorevert.el (auto-revert-interval): Make new value take | |
9614 effect immediately when set through Custom. | |
9615 (auto-revert-set-timer): Add interactive declaration. | |
9616 | |
9617 2004-03-19 David Ponce <david@dponce.com> | |
9618 | |
9619 * ruler-mode.el (ruler-mode-header-line-format-old): | |
9620 Don't `make-variable-buffer-local'. | |
9621 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'. | |
9622 (ruler-mode-header-line-format): Simply funcall the above. | |
9623 (ruler-mode): Use `make-local-variable' and `kill-local-variable' | |
9624 to save/restore a previous header line format. | |
9625 (ruler-mode-space): Don't depend on a numeric WIDTH value. | |
9626 (ruler-mode-ruler): Use symbolic display elements for scrollbar, | |
9627 fringes and margins width. | |
9628 (ruler-mode-ruler-function): Default to ruler-mode-ruler. | |
9629 | |
9630 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
9631 | |
9632 * log-edit.el (log-edit-font-lock-keywords): Typo. | |
9633 | |
9634 * textmodes/tex-mode.el (tex-shell): Set error parsing function here. | |
9635 (tex-send-tex-command): Rather than here. | |
9636 (tex-compilation-parse-errors): Simplify. | |
9637 | |
9638 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l. | |
9639 | |
9640 * time.el (display-time-string-forms): Add help-echo with date on time. | |
9641 | |
9642 * composite.el (compose-region): Use restore-buffer-modified-p. | |
9643 | |
9644 * disp-table.el (standard-display-8bit): Simplify. | |
9645 | |
9646 * server.el (server-process-filter): Delete temp frame. | |
9647 | |
9648 * add-log.el (add-change-log-entry): Simplify. | |
9649 | |
9650 2004-03-19 Kim F. Storm <storm@cua.dk> | |
9651 | |
9652 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics. | |
9653 (hexl-follow-line): Don't require 'fringe. | |
9654 | |
9655 * progmodes/compile.el (compilation-start): Always set | |
9656 compilation-last-buffer and return it. | |
9657 | |
9658 2004-03-17 Luc Teirlinck <teirllm@auburn.edu> | |
9659 | |
9660 * simple.el (clone-buffer): Doc fix. | |
9661 | |
9662 2004-03-18 Juanma Barranquero <lektu@terra.es> | |
9663 | |
9664 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring. | |
9665 | |
9666 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
9667 | |
9668 * log-edit.el (log-edit-font-lock-keywords): New var. | |
9669 (log-edit-mode): Use it. | |
9670 | |
9671 2004-03-17 Nick Roberts <nick@nick.uklinux.net> | |
9672 | |
9673 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes | |
9674 properly for watching in speedbar. | |
9675 | |
9676 2004-03-17 Masatake YAMATO <jet@gyve.org> | |
9677 | |
9678 * smerge-mode.el (smerge-popup-context-menu): | |
9679 Put `unwind-protect' around `overlay-put' and `popup-menu'. | |
9680 | |
9681 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
9682 | |
9683 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff. | |
9684 (vc-arch-workfile-version, vc-arch-mode-line-rewrite): | |
9685 Take sealed revisions into account. | |
9686 (vc-arch-checkin): Extract a summary line from the message. | |
9687 | |
9688 2004-03-16 Masatake YAMATO <jet@gyve.org> | |
9689 | |
9690 * register.el (register): Provide `register' feature. | |
9691 | |
9692 2004-03-15 Masatake YAMATO <jet@gyve.org> | |
9693 | |
9694 Added context menu support in smerge mode. | |
9695 Most of the part is written by Stefan Monnier. | |
9696 | |
9697 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu): | |
9698 New keymap and menu. | |
9699 (smerge-text-properties): New function. | |
9700 (smerge-remove-props): New function. | |
9701 (smerge-popup-context-menu): New function. | |
9702 (smerge-resolve): Call `smerge-remove-props'. | |
9703 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto. | |
9704 (smerge-keep-current): Ditto. | |
9705 (smerge-kill-current): New function. | |
9706 (smerge-match-conflict): Put text properties. | |
9707 Detect the file as `same-diff conflict' if the filename is "ANCESTOR". | |
9708 | |
9709 2004-03-15 David Ponce <david@dponce.com> | |
9710 | |
9711 * ruler-mode.el (ruler-mode-left-fringe-cols) | |
9712 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols) | |
9713 (ruler-mode-right-scroll-bar-cols): Remove. | |
9714 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin) | |
9715 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler): | |
9716 Use fringe-columns and scroll-bar-columns. | |
9717 | |
9718 2004-03-15 Masatake YAMATO <jet@gyve.org> | |
9719 | |
9720 * hl-line.el (hl-line-range-function): New variable. | |
9721 (hl-line-move): New function. | |
9722 (global-hl-line-highlight): Use `hl-line-move'. | |
9723 (hl-line-highlight): Ditto. | |
9724 | |
9725 * scroll-bar.el (scroll-bar-columns): | |
9726 * fringe.el (fringe-columns): New function derived from ruler-mode.el. | |
9727 | |
9728 * ruler-mode.el (top-level): Require scroll-bar and fringe. | |
9729 (ruler-mode-left-fringe-cols) | |
9730 (ruler-mode-right-fringe-cols): Use `fringe-columns'. | |
9731 (ruler-mode-right-scroll-bar-cols) | |
9732 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'. | |
9733 (ruler-mode-ruler-function): New variable. | |
9734 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function' | |
9735 if the value for `ruler-mode-ruler-function' is given. | |
9736 | |
9737 * hexl.el (hexl-mode-hook): Make the hook customizable. | |
9738 (hexl-address-area, hexl-ascii-area): New customize variables. | |
9739 (hexlify-buffer): Put font-lock-faces on the address area and | |
9740 the ascii area. | |
9741 (hexl-activate-ruler): New function. | |
9742 (hexl-follow-line): New function. | |
9743 (hexl-highlight-line-range): New function. | |
9744 (hexl-mode-ruler): New function. | |
9745 | |
9746 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
9747 | |
9748 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down. | |
9749 (vc-default-find-file-hook): New fun. | |
9750 (vc-find-file-hook): Call new find-file-hook operation. | |
9751 | |
9752 * vc-arch.el: New file. | |
9753 | |
9754 2004-03-12 Jesper Harder <harder@ifa.au.dk> | |
9755 | |
9756 * info-look.el (info-lookup): Reuse an existing Info window. | |
9757 | |
9758 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk> | |
9759 | |
9760 * woman.el (woman-preserve-ascii): Default value changed to t and | |
9761 doc string revised. | |
9762 | |
9763 2004-03-12 Richard M. Stallman <rms@gnu.org> | |
9764 | |
9765 * pcvs.el (cvs-mode-add-change-log-entry-other-window): | |
9766 Fix minor bug. | |
9767 | |
9768 * replace.el (occur-engine): Change message for count of matches. | |
9769 | |
9770 * emacs-lisp/bytecomp.el (byte-compile-get-constant): | |
9771 For strings, do compare text properties. | |
9772 | |
9773 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org> | |
9774 | |
9775 * progmodes/compile.el (compile-auto-highlight) | |
9776 (compilation-error-list, compilation-old-error-list) | |
9777 (compilation-parse-errors-function, compilation-parsing-end) | |
9778 (compilation-error-message, compilation-directory-stack) | |
9779 (compilation-enter-directory-regexp-alist) | |
9780 (compilation-leave-directory-regexp-alist) | |
9781 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist) | |
9782 (compilation-current-file, compilation-regexps): Remove vars. | |
9783 | |
9784 (compile-error-at-point, compilation-error-filedata) | |
9785 (compilation-error-filedata-file-name, compile-reinitialize-errors) | |
9786 (compilation-next-error-locus, compilation-forget-errors) | |
9787 (count-regexp-groupings, compilation-parse-errors) | |
9788 (compile-collect-regexps, compile-buffer-substring): Remove funs. | |
9789 | |
9790 (compile-internal): Make obsolete. | |
9791 | |
9792 (compilation-first-column, compilation-error) | |
9793 (compilation-directory-matcher, compilation-page-delimiter) | |
9794 (compilation-mode-font-lock-keywords, compilation-debug) | |
9795 (compilation-error-face, compilation-warning-face) | |
9796 (compilation-info-face, compilation-line-face) | |
9797 (compilation-column-face, compilation-enter-directory-face) | |
9798 (compilation-leave-directory-face, compilation-skip-threshold) | |
9799 (compilation-skip-visited, compilation-context-lines): New vars. | |
9800 | |
9801 (compilation-warning-face, compilation-info-face) | |
9802 (compilation-message-face): New faces. | |
9803 | |
9804 (compilation-error-regexp-alist-alist): New constant. | |
9805 | |
9806 (compilation-face, compilation-directory-properties) | |
9807 (compilation-assq, compilation-error-properties, compilation-start) | |
9808 (define-compilation-mode, compilation-loop) | |
9809 (compilation-set-window): New functions. | |
9810 | |
9811 (compile): Additional argument for interactive compiles like TeX. | |
9812 | |
9813 * progmodes/grep.el (kill-grep): Move here from compile.el | |
9814 (grep-error, grep-hit-face, grep-error-face) | |
9815 (grep-mode-font-lock-keywords): New variables. | |
9816 (grep-regexp-alist): Simplify regexp and add `binary' case. | |
9817 (grep-mode): New mode. | |
9818 (grep-process-setup): Simplify. | |
9819 | |
9820 2004-03-11 Jason Rumney <jasonr@gnu.org> | |
9821 | |
9822 * net/ldap.el (ldap-search-internal): Handle file URLs with drive | |
9823 letters on DOS/Windows. | |
9824 | |
9825 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
9826 | |
9827 * server.el (server-name): New var. | |
9828 (server-socket-dir): New var to replace server-socket-name. | |
9829 (server-start): Use them. | |
9830 | |
9831 2004-03-11 Simon Josefsson <jas@extundo.com> | |
9832 | |
9833 * mail/smtpmail.el (smtpmail-read-response): Abort if process has | |
9834 died to avoid infloop. Reported by Jonathan Glauner | |
9835 <jglauner@sbum.org>. | |
9836 | |
9837 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
9838 | |
9839 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun. | |
9840 (smerge-mode-menu): Use it to deactivate menu entries. | |
9841 (smerge-keep-current): New fun. | |
9842 (smerge-keep-current): Use it. | |
9843 | |
9844 2004-03-10 John Paul Wallington <jpw@gnu.org> | |
9845 | |
9846 * foldout.el (foldout-fold-list, foldout-modeline-string): | |
9847 Declare them as variables, not constants. | |
9848 | |
9849 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9850 | |
9851 * ps-print.el: Modification to print *Messages* buffer. | |
9852 (ps-print-version): New version 6.6.4. | |
9853 (ps-message-log-max): New fun. | |
9854 (ps-spool-without-faces, ps-spool-with-faces) | |
9855 (ps-count-lines-preprint): Code fix. | |
9856 | |
9857 * printing.el: New tips in Tips section. | |
9858 | |
9859 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
9860 | |
9861 * delim-col.el: Doc fix. | |
9862 | |
9863 * printing.el: Doc fix. New doc section (Tips). | |
9864 | |
9865 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
9866 | |
9867 * type-break.el (type-break-emacs-variant): Remove. | |
9868 (type-break-run-at-time, type-break-cancel-function-timers): | |
9869 Use fboundp rather than version name and number. | |
9870 | |
9871 2004-03-09 Masatake YAMATO <jet@gyve.org> | |
9872 | |
9873 * hexl.el (hexl-mode): Use `make-local-variable' instead of | |
9874 `make-variable-buffer-local'. | |
9875 | |
9876 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> | |
9877 | |
9878 * find-dired.el (find-dired): Call `shell-command' instead of | |
9879 `start-process-shell-command'. By this, Tramp takes over | |
9880 handling of remote directories. | |
9881 | |
9882 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
9883 | |
9884 * newcomment.el (comment-use-global-state): New var. | |
9885 (comment-search-forward): Use it. | |
9886 | |
9887 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it. | |
9888 | |
9889 * cus-edit.el (fill) <defgroup>: Move to fill.el. | |
9890 | |
9891 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el. | |
9892 (enable-kinsoku): Make it a defcustom. | |
9893 (fill-comment-paragraph): Don't rely on fill-prefix to bound the | |
9894 paragraph to same-comment-start-marker. | |
9895 | |
9896 2004-03-07 Dave Love <fx@gnu.org> | |
9897 | |
9898 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. | |
9899 (browse-url-mail): Use it. | |
9900 | |
9901 * mail/rfc2368.el (rfc2368-unhexify-char): Delete. | |
9902 (rfc2368-unhexify-string): Use replace-regexp-in-string. | |
9903 | |
9904 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> | |
9905 | |
9906 * woman.el (woman-man.conf-path): Doc fix. | |
9907 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH. | |
9908 | |
9909 2004-03-07 Eli Zaretskii <eliz@gnu.org> | |
9910 | |
9911 * sort.el (sort-columns): Remove ms-dos from the list of systems | |
9912 where the external `sort' command is not used. | |
9913 | |
9914 2004-03-07 Kim F. Storm <storm@cua.dk> | |
9915 | |
9916 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. | |
9917 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it | |
9918 from overlay-arrow-variable-list. | |
9919 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position. | |
9920 | |
9921 2004-03-06 Nick Roberts <nick@nick.uklinux.net> | |
9922 | |
9923 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up | |
9924 overlay arrow string properly for the assembler buffer. | |
9925 | |
9926 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
9927 | |
9928 * mail/sendmail.el (mail-mode): Fix last change. | |
9929 | |
9930 2004-03-05 Nick Roberts <nick@nick.uklinux.net> | |
9931 | |
9932 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow | |
9933 for the assembler buffer. | |
9934 (gdb-assembler-custom): Position the overlay arrow. | |
9935 (gdb-put-arrow, gdb-remove-arrow): Delete functions. | |
9936 | |
9937 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
9938 | |
9939 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns. | |
9940 | |
9941 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining | |
9942 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400. | |
9943 | |
9944 * mail/sendmail.el (mail-mode): Set comment-start-skip. | |
9945 | |
9946 * newcomment.el (uncomment-region): Allow non-terminated comment. | |
9947 (comment-normalize-vars): Check the user-specified comstart marker. | |
9948 | |
9949 2004-03-04 Jesper Harder <harder@ifa.au.dk> | |
9950 | |
9951 * sort.el (sort-columns): Don't use external 'sort' on ms-windows. | |
9952 Otherwise, do use it if the region only contains font-lock text | |
9953 properties. | |
9954 | |
9955 2004-03-04 Masatake YAMATO <jet@gyve.org> | |
9956 | |
9957 * hexl.el (hexl-mode): Set `hexl-print-current-point-info' | |
9958 as the callback function for eldoc. | |
9959 (hexl-print-current-point-info): New function. | |
9960 (hexl-current-address): Print the address in both decimal | |
9961 and hexadecimal format. | |
9962 | |
9963 2004-03-04 Richard M. Stallman <rms@gnu.org> | |
9964 | |
9965 * mail/rmail.el (rmail-convert-to-babyl-format): | |
9966 Specify t for UNIBYTE when calling mail-unquote-printable-region. | |
9967 | |
9968 * mail/mail-utils.el (mail-unquote-printable-region): | |
9969 New arg UNIBYTE. | |
9970 | |
9971 * startup.el (command-switch-alist): Doc fix. | |
9972 | |
9973 * simple.el (undo): Temporarily set this-command to `undo-start', | |
9974 then set it to `undo' once undo-start returns without error. | |
9975 | |
9976 * simple.el (minibuffer-history-sexp-flag): Doc fix. | |
9977 | |
9978 * simple.el (kill-line): Don't disregard trailing whitespace | |
9979 in eol condition, if show-trailing-whitespace is set. | |
9980 | |
9981 * mouse-sel.el (mouse-sel-has-been-enabled): New var. | |
9982 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. | |
9983 When disabling, restore old values only if mouse-sel-has-been-enabled. | |
9984 | |
9985 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH. | |
9986 (isearch-{-char): New function. | |
9987 (isearch-mode-map): Bind { to isearch-{-char. | |
9988 | |
9989 * font-lock.el (lisp-font-lock-keywords-2): | |
9990 Turn off the CL with-... and do-... general patterns. | |
9991 Instead, recognize several specific with... and do... constructs. | |
9992 | |
9993 * files.el (switch-to-buffer-other-window): | |
9994 Bind same-window-buffer-names and same-window-regexps to nil. | |
9995 (switch-to-buffer-other-frame): Likewise. | |
9996 | |
9997 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
9998 | |
9999 * textmodes/fill.el (fill-comment-paragraph): Be more careful when | |
10000 recognizing leading comment on code line. | |
10001 | |
10002 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
10003 | |
10004 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other | |
10005 hidden files/directories. | |
10006 | |
10007 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
10008 | |
10009 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, | |
10010 only comment-start (in case the mode hasn't set it). | |
10011 | |
10012 * Makefile.in (AUTOGENEL): New var. | |
10013 (bootstrap-prepare): Rename from bootstrap-clean. | |
10014 Don't remove elc files. | |
10015 (maintainer-clean): New target. | |
10016 | |
10017 * xml.el (xml-get-attribute-or-nil): Simplify. | |
10018 | |
10019 2004-03-02 Juri Linkov <juri@jurta.org> | |
10020 | |
10021 * net/browse-url.el (browse-url-netscape, browse-url-mozilla) | |
10022 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in | |
10023 URL to prevent their substitution with the environment variable | |
10024 values by browsers. | |
10025 | |
10026 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10027 | |
10028 * ps-print.el: Doc fix. | |
10029 (ps-print-version): New version number (6.6.3). | |
10030 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer): | |
10031 Docstring fix. | |
10032 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed | |
10033 before printing. | |
10034 (ps-time-stamp-yyyy-mm-dd): New fun. | |
10035 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd. | |
10036 | |
10037 2004-03-02 Kim F. Storm <storm@cua.dk> | |
10038 | |
10039 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message. | |
10040 | |
10041 2004-03-01 Juanma Barranquero <lektu@terra.es> | |
10042 | |
10043 * allout.el (allout-rebullet-heading): Fix typo in docstring. | |
10044 | |
10045 * desktop.el (desktop-file-version) | |
10046 (desktop-after-read-hook): Fix typos. | |
10047 (desktop-clear-preserve-buffers): Remove redundant info in | |
10048 docstring already shown by the obsolescence message. | |
10049 (desktop-truncate, desktop-internal-v2s) | |
10050 (desktop-value-to-string): Change argument name to match docstring. | |
10051 | |
10052 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring. | |
10053 | |
10054 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in | |
10055 docstring. | |
10056 | |
10057 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10058 | |
10059 * printing.el: Replace "As Is..." in PostScript file print/preview by | |
10060 "No Preprocessing...". Suggested by Colin Marquardt | |
10061 <_marquardt_@zmd.de>. | |
10062 (pr-insert-section-4): Adjust buffer interface. | |
10063 | |
10064 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net> | |
10065 | |
10066 Version 2.0.39 of Tramp released. | |
10067 | |
10068 * net/tramp.el (tramp-handle-file-local-copy) | |
10069 (tramp-handle-write-region, tramp-open-connection-rsh): | |
10070 Variable name typo. Small change. From Patrick Tullmann | |
10071 <tullmann@flux.utah.edu>. | |
10072 (tramp-process-connection-type): New variable. | |
10073 (tramp-maybe-open-connection): Use it. | |
10074 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible. | |
10075 (tramp-touch): Set last-modified time of a remote file. | |
10076 (tramp-handle-write-region): Say which function is used when encoding. | |
10077 | |
10078 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de> | |
10079 | |
10080 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the | |
10081 case of non-existing filename, too. Reported by Christoph Bauer | |
10082 <c_bauer@informatik.uni-kl.de>. | |
10083 (tramp-smb-get-file-entries): The directory in question should | |
10084 have permissions "drwxrwxrwx". Just virtual, because we don't | |
10085 know the real permissions. Don't we know? | |
10086 (tramp-smb-prompt): Add virtual prompt from listing shares, too. | |
10087 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT". | |
10088 (tramp-smb-wait-for-output): Optimize algorithm getting pending | |
10089 output. If it was received chunkwise, there have been problems. | |
10090 Remove the "prompt not found" error message; it is obvious. | |
10091 Simplify algorithm. | |
10092 (tramp-smb-process-running): Remove. Since we acknowledge the | |
10093 virtual prompt for shares, there's no need for distinction of | |
10094 reading shares (process ends afterwards) and interactive mode of | |
10095 smblient. | |
10096 (tramp-smb-open-connection): Setting process sentinel removed. | |
10097 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and | |
10098 "NT_STATUS_NETWORK_ACCESS_DENIED". | |
10099 (tramp-smb-maybe-open-connection): Set `process-connection-type' | |
10100 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>. | |
10101 (top-level): Setting default value in `tramp-default-method-alist' | |
10102 corrected. Order of USER and HOST have been wrong. | |
10103 Nobody complained for months ... | |
10104 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'. | |
10105 (tramp-smb-open-connection): Clear password cache if login has failed. | |
10106 | |
10107 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but | |
10108 `tramp-unified-filenames'. | |
10109 (tramp-completion-mode): Make test for XEmacs explicitly. | |
10110 `event-to-character' can exists in Emacs packages too. | |
10111 Reported by Matt Swift <swift@alum.mit.edu>. | |
10112 (tramp-buffer-name): Buffer name must contain the user if exists. | |
10113 Reported by Adrian Phillips <a.phillips@met.no>. | |
10114 (tramp-do-copy-or-rename-file): Handle out-of-band methods. | |
10115 Call `tramp-do-copy-or-rename-file-out-of-band' this case. | |
10116 (tramp-do-copy-or-rename-file-out-of-band): Rename from | |
10117 `tramp-do-copy-or-rename-file-one-local', because it handles also | |
10118 the case both files use the same out-of-band method. | |
10119 Implementation added. | |
10120 (tramp-handle-file-local-copy, tramp-handle-write-region): | |
10121 Out-of-band handling removed. `copy-file' called instead, which | |
10122 calls `tramp-do-copy-or-rename-file-out-of-band'. | |
10123 (tramp-action-password): Check for out-of-band method removed. | |
10124 This function is used for 'login-program. | |
10125 (tramp-post-connection): Use `tramp-method-out-of-band-p' when | |
10126 appropriate. | |
10127 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys' | |
10128 and `tramp-parse-sknownhosts'. | |
10129 (tramp-completion-function-alist): It's a defvar now, because we | |
10130 want to apply the optimized `tramp-set-completion-function' | |
10131 instead of a static list. | |
10132 (tramp-set-completion-function): Implementation tuned. | |
10133 Avoid double entries, and entries where the function or the | |
10134 file/directory doesn't exist. | |
10135 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions | |
10136 for SSH2. | |
10137 (tramp-file-name-handler-alist): Add `dired-compress-file' entry. | |
10138 (tramp-handle-dired-compress-file): New function. | |
10139 (tramp-async-proc): New variable. | |
10140 (tramp-handle-shell-command): Adding asynchronous processes. | |
10141 They are far from being perfect, but it works at least for | |
10142 `find-grep-dired' and `find-name-dired' in Emacs 22.1. | |
10143 (top-level): Require password.el if visible. Should be mandatory | |
10144 once No Gnus has found its way into (X)Emacs. | |
10145 (tramp-read-passwd): Invoke `password-read' if available, | |
10146 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as | |
10147 fallback any longer. | |
10148 (tramp-clear-passwd): New function. | |
10149 (tramp-process-actions, tramp-process-multi-actions): | |
10150 Clear password cache if login has failed. | |
10151 | |
10152 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has | |
10153 its own module. | |
10154 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and | |
10155 `ange-ftp-ftp-name-res'. There could be incorrect values from | |
10156 previous calls in case the "ftp" method is used in the Tramp file | |
10157 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | |
10158 | |
10159 2004-02-28 Richard M. Stallman <rms@gnu.org> | |
10160 | |
10161 * term.el (term-mouse-paste): Call mouse-set-point. | |
10162 | |
10163 * thumbs.el: New file. | |
10164 | |
10165 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10166 | |
10167 * progmodes/ebnf-abn.el: Doc fix. | |
10168 | |
10169 * progmodes/ebnf-bnf.el: Doc fix. | |
10170 (ebnf-repeat): Code fix. | |
10171 | |
10172 * progmodes/ebnf2ps.el: Doc fix. | |
10173 (ebnf-syntax-directory, ebnf-syntax-file): New funs. | |
10174 | |
10175 2004-02-28 Juri Linkov <juri@jurta.org> | |
10176 | |
10177 * ffap.el (dired-at-point): Additional writability test for | |
10178 relative directory names. | |
10179 (dired-at-point-prompter): Treat directories as a directory, get | |
10180 the directory component from files. | |
10181 (ffap-string-at-point): Return string from region if region is active. | |
10182 (ffap-file-at-point): Remove redundant code. | |
10183 | |
10184 2004-02-28 Kim F. Storm <storm@cua.dk> | |
10185 | |
10186 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): | |
10187 Initialize margin area images to nil. | |
10188 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps. | |
10189 (breakpoint-enabled-bitmap-face) | |
10190 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe. | |
10191 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons. | |
10192 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon. | |
10193 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe. | |
10194 (gdb-reset): Use gdb-remove-breakpoint-icons. | |
10195 (gdb-put-string): Add dprop arg to specify alternative display | |
10196 property (for setting fringe bitmap). | |
10197 (gdb-remove-strings): Doc fix. | |
10198 (gdb-put-breakpoint-icon): New defun which displays a breakpoint | |
10199 icon in fringe (if available), or else as icon or text in display | |
10200 margin. Creates necessary icons in breakpoint-bitmap, | |
10201 breakpoint-enabled-icon, and/or breakpoint-disabled-icon. | |
10202 Also make left window margin if required. | |
10203 (gdb-remove-breakpoint-icons): New defun to remove breakpoint | |
10204 icons inserted by gdb-put-breakpoint-icon. Remove left margin if | |
10205 no longer needed. | |
10206 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and | |
10207 gdb-put-breakpoint-icon. | |
10208 (gdb-assembler-mode): Don't set left-margin-width here. | |
10209 | |
10210 2004-02-27 Kevin Ryde <user42@zip.com.au> | |
10211 | |
10212 * info-look.el: In scheme-mode symbol regexp, disallow backquote and | |
10213 comma, so that it DTRT in macros. | |
10214 | |
10215 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
10216 | |
10217 * progmodes/sh-script.el (sh-shell-arg) | |
10218 (sh-require-final-newline, sh-assignment-regexp, sh-builtins) | |
10219 (sh-leading-keywords, sh-other-keywords): Fix custom type. | |
10220 | |
10221 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | |
10222 | |
10223 * faces.el (face-spec-set-match-display): Add a new attribute, | |
10224 `min-colors'. | |
10225 (region, highlight, secondary-selection): Use `min-colors'. | |
10226 | |
10227 * custom.el (defface): Add documentation for `min-colors'. | |
10228 | |
10229 * font-lock.el (font-lock-comment-face, font-lock-string-face) | |
10230 (font-lock-keyword-face, font-lock-function-name-face) | |
10231 (font-lock-variable-name-face, font-lock-constant-face): | |
10232 Use `min-colors'. | |
10233 | |
10234 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'. | |
10235 | |
10236 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10237 | |
10238 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20, | |
10239 define assq-delete-all if it's not defined. | |
10240 (ebnf-generate-region): Code fix. | |
10241 | |
10242 * printing.el: Doc fix. | |
10243 (pr-version): New version number (6.7.2). | |
10244 (pr-command): Return empty string if command is an empty string. | |
10245 | |
10246 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
10247 | |
10248 * progmodes/ebnf-abn.el: New file, implements an ABNF parser. | |
10249 | |
10250 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New | |
10251 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and | |
10252 semi-down-full. Fix a bug on productions like test = {"test"}* | ( | |
10253 "tt" ["test"] ). Reported by Markus Dreyer | |
10254 <mdreyer@ix.urz.uni-heidelberg.de>. | |
10255 (ebnf-version): New version number (4.0). | |
10256 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory) | |
10257 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file) | |
10258 (ebnf-delete-style): New commands. | |
10259 (ebnf-directory, ebnf-file): New funs. | |
10260 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp) | |
10261 (ebnf-production-name-p, ebnf-stop-on-error): New options. | |
10262 (ebnf-syntax-alist): New var. | |
10263 (ebnf-element-width): New fun replacing ebnf-list-width. | |
10264 (ebnf-arrow-shape, ebnf-syntax): Custom fix. | |
10265 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist) | |
10266 (ebnf-prologue): Adjust vars. | |
10267 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style) | |
10268 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style) | |
10269 (ebnf-check-style-values, ebnf-generate-production) | |
10270 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list) | |
10271 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat) | |
10272 (ebnf-token-repeat): Code fix. | |
10273 | |
10274 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc, | |
10275 %right, %left and %prec. Suggested by Matthew K. Junker | |
10276 <junker@alum.mit.edu>. | |
10277 (ebnf-yac-definitions, ebnf-yac-lex): Code fix. | |
10278 | |
10279 * progmodes/ebnf-iso.el: Doc fix. | |
10280 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars. | |
10281 (ebnf-iso-lex): Code fix. | |
10282 | |
10283 * progmodes/ebnf-bnf.el: Doc fix. | |
10284 (ebnf-bnf-lex): Code fix. | |
10285 | |
10286 * progmodes/ebnf-otz.el: Doc fix. | |
10287 | |
10288 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> | |
10289 | |
10290 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix. | |
10291 (abbrev-prefix-mark): Doc fix. | |
10292 | |
10293 2004-02-23 Nick Roberts <nick@nick.uklinux.net> | |
10294 | |
10295 * gdb-ui.el (gud-watch): Load tooltip, if necessary. | |
10296 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil. | |
10297 (gdb-var-delete): Make interactive (really). | |
10298 (gdb-edit-value): Make non-interactive. | |
10299 | |
10300 * progmodes/gud.el (gud-speedbar-menu-items): | |
10301 Add gdb-var-delete and, indirectly, gdb-edit-value. | |
10302 (gud-install-speedbar-variables): Bind gdb-var-delete to "D". | |
10303 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line. | |
10304 (gud-gdb-marker-filter): Add comment for annotations. | |
10305 | |
10306 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk> | |
10307 | |
10308 * calendar/calendar.el (generate-calendar) | |
10309 (calendar-read-date): Prevent display of BC calendars once more - | |
10310 reverts 2003-10-01 change. | |
10311 (generate-calendar-month): Doc fix. | |
10312 | |
10313 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
10314 | |
10315 * calendar/diary-lib.el (fancy-diary-display): Don't rely on | |
10316 return value of increment-calendar-month. | |
10317 | |
10318 2004-02-21 Stephen Compall <s11@member.fsf.org> | |
10319 | |
10320 * saveplace.el (save-place-forget-unreadable-files) | |
10321 (save-place-save-skipped, save-place-skip-check-regexp): New vars. | |
10322 (save-place-forget-unreadable-files): New function. | |
10323 (save-place-alist-to-file): Use it to filter out files that are | |
10324 no longer readable. | |
10325 | |
10326 * textmodes/texinfo.el (texinfo-insert-@item): Look for the | |
10327 current Texinfo environment, using the same method as in | |
10328 `texinfo-insert-@end', and insert a space rather than a newline if | |
10329 point in a @table environment. | |
10330 | |
10331 2004-02-21 Juri Linkov <juri@jurta.org> | |
10332 | |
10333 * ffap.el (ffap-file-at-point): Try parent directories. | |
10334 | |
10335 2004-02-21 Klaus Zeitler <kzeitler@lucent.com> | |
10336 | |
10337 * vcursor.el (vcursor-modifiers): New defcustom. | |
10338 (vcursor-cs-binding): Use vcursor-modifiers instead of a | |
10339 hard-coded list. | |
10340 | |
10341 2004-02-21 Masatake YAMATO <jet@gyve.org> | |
10342 | |
10343 * play/animate.el (animate-birthday-present): Accept names other | |
10344 than `Sarah', too. | |
10345 | |
10346 2004-02-21 Juri Linkov <juri@jurta.org> | |
10347 | |
10348 * startup.el: Remove table of command line arguments from the | |
10349 Commentary section. | |
10350 | |
10351 2004-02-20 John Wiegley <johnw@newartisans.com> | |
10352 | |
10353 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval | |
10354 again" modifier from 'e' to 'E', since 'e' is also used by the | |
10355 "file extension" modifier. | |
10356 | |
10357 2004-02-19 Luc Teirlinck <teirllm@auburn.edu> | |
10358 | |
10359 * help-fns.el (describe-categories): Doc fix. | |
10360 | |
10361 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | |
10362 | |
10363 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating | |
10364 temporary file for buffer already visiting one. This change makes | |
10365 output likely to be directly usable by patch program. | |
10366 Suggested by Adrian Aichner <adrian@xemacs.org> | |
10367 | |
10368 2004-02-20 Nick Roberts <nick@nick.uklinux.net> | |
10369 | |
10370 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for | |
10371 case of variables defined in compound statements. | |
10372 (gdb-setup-windows, gdb-source-info, gdb-source-info): | |
10373 Simplify constructions using switch-to-buffer. | |
10374 | |
10375 2004-02-19 Simon Josefsson <jas@extundo.com> | |
10376 | |
10377 * play/morse.el: Fix typo. | |
10378 (morse-code): Add @. | |
10379 | |
10380 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk> | |
10381 | |
10382 * calendar/appt.el (appt-display-format): Change default to | |
10383 'ignore, for backwards compatibility. | |
10384 (appt-display-message): If appt-display-format is 'ignore, | |
10385 respect old vars appt-msg-window and appt-visible. | |
10386 (appt-activate): Don't depend on return value of cancel-timer. | |
10387 | |
10388 * calendar/calendar.el (calendar-holidays): Doc fix. | |
10389 | |
10390 * calendar/cal-coptic.el (coptic-prompt-for-date): | |
10391 Use assoc-string instead of assoc-ignore-case. | |
10392 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
10393 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
10394 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
10395 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
10396 (mark-islamic-diary-entries): Ditto. | |
10397 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
10398 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
10399 (calendar-read-mayan-tzolkin-date): Ditto. | |
10400 * calendar/calendar.el (calendar-read-date): Ditto. | |
10401 * calendar/diary-lib.el (mark-diary-entries): Ditto. | |
10402 | |
10403 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
10404 | |
10405 * progmodes/executable.el (executable-command-find-posix-p): | |
10406 Fix choice of the directory. | |
10407 | |
10408 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | |
10409 | |
10410 * simple.el (interprogram-cut-function) | |
10411 (interprogram-paste-function, kill-new, kill-append): | |
10412 Doc fixes. | |
10413 (kill-region): Make it return nil. Doc fix. | |
10414 (yank-pop): Make its argument optional. | |
10415 (yank): Make ARG `-' equivalent to `-1'. | |
10416 | |
10417 2004-02-17 Eli Zaretskii <eliz@gnu.org> | |
10418 | |
10419 * mail/rmail.el (rmail-get-new-mail): Don't reference | |
10420 rmail-use-spam-filter if rmail-spam-filter is not loaded. | |
10421 | |
10422 2004-02-16 Luc Teirlinck <teirllm@auburn.edu> | |
10423 | |
10424 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers | |
10425 if one of global-auto-revert-non-file-buffers or autorevert-mode | |
10426 is non-nil. | |
10427 | |
10428 2004-02-16 Eli Zaretskii <eliz@gnu.org> | |
10429 | |
10430 * subr.el (delete-dups): A better implementation from Karl Heuer | |
10431 <kwzh@gnu.org>. | |
10432 | |
10433 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change) | |
10434 | |
10435 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the | |
10436 correct place. | |
10437 * progmodes/icon.el (icon-indent-command): Ditto. | |
10438 * textmodes/paragraphs.el (repunctuate-sentences): Ditto. | |
10439 | |
10440 2004-02-16 Eli Zaretskii <eliz@gnu.org> | |
10441 | |
10442 * progmodes/grep.el (grep-compute-defaults): Undo change from | |
10443 2004-01-29: don't use executable-command-find-posix-p. | |
10444 | |
10445 2004-02-16 Richard Sharman <rsharman@pobox.com> | |
10446 | |
10447 * hilit-chg.el: Use require instead of eval-and-compile. | |
10448 (highlight-compare-buffers): New function. | |
10449 | |
10450 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change) | |
10451 | |
10452 * man.el (Man-fontify-manpage): Render section headings in | |
10453 `Man-overstrike-face' even when overstrike was not used by man | |
10454 formatter for section headings. | |
10455 | |
10456 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> | |
10457 | |
10458 * rmail-spam-filter.el (vm-use-spam-filter) | |
10459 (rsf-min-region-length-added-to-spam-list): New variables. | |
10460 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from | |
10461 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for | |
10462 spam testing. Don't delete spam message if automatic deletion | |
10463 after output via variable rmail-delete-after-output is turned on. | |
10464 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from | |
10465 rsf-bbdb-dont-create-entries-for-spam. | |
10466 (check-field): New function, extracted from code in | |
10467 rmail-spam-filter to ease addition of header fields like content-type. | |
10468 (message-content-type): New variable to check the content-type: | |
10469 field added, also in defcustom of rsf-definitions-alist. | |
10470 (rmail-spam-filter): Replace repeated test code for header fields | |
10471 by calls to check-field; change the call to | |
10472 rmail-output-to-rmail-file such that rmail-current-message stays | |
10473 the same to avoid wrong deletion of unseen flags. | |
10474 (rsf-add-contents-type): New function to convert old format | |
10475 of rmail-spam-definitions-alist into new one. | |
10476 Change prefixes of all variables and functions from | |
10477 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. | |
10478 | |
10479 2004-02-16 Eli Zaretskii <eliz@gnu.org> | |
10480 | |
10481 * loadhist.el (unload-hook-features-list): New defvar. | |
10482 | |
10483 2004-02-16 Dave Love <fx@gnu.org> | |
10484 | |
10485 * loadhist.el (unload-feature): Doc fix. Rename flist to | |
10486 unload-hook-features-list. | |
10487 | |
10488 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change) | |
10489 | |
10490 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload | |
10491 cookie. Don't check if we are looking-at open-formula. | |
10492 | |
10493 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
10494 | |
10495 * subr.el (match-string-no-properties): Use substring-no-properties. | |
10496 | |
10497 2004-02-16 Eli Zaretskii <eliz@gnu.org> | |
10498 | |
10499 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not) | |
10500 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): | |
10501 Use lower-case "rx" in all error message. | |
10502 | |
10503 2004-02-16 Dave Love <fx@gnu.org> | |
10504 | |
10505 * emacs-lisp/rx.el (rx-or): Put group around result. | |
10506 (rx-constituents): Add backref. | |
10507 (rx-syntax): Add string-delimiter, comment-delimiter. | |
10508 (rx-categories): Add combining-diacritic. | |
10509 (rx-check-not, rx-greedy, rx): Doc fix. | |
10510 (rx-backref, rx-check-backref): New. | |
10511 | |
10512 2004-02-16 Jesper Harder <harder@ifa.au.dk> | |
10513 | |
10514 * newcomment.el (uncomment-region): Allow eob as comment end. | |
10515 | |
10516 2004-02-16 Jari Aalto <jari.aalto@poboxes.com> | |
10517 | |
10518 * filecache.el: All message and error commands now use prefix | |
10519 "Filecache:" to make it easy to read *Messages* buffer. | |
10520 | |
10521 2004-02-16 Jari Aalto <jari.aalto@poboxes.com> | |
10522 | |
10523 * autorevert.el: Add support to detect changed dired and VC buffers. | |
10524 (auto-revert-active-p, auto-revert-list-diff) | |
10525 (auto-revert-dired-file-list, auto-revert-dired-changed-p) | |
10526 (auto-revert-handler, auto-revert-active-p): New functions. | |
10527 (auto-revert-buffers): Move revert logic to `auto-revert-handler' | |
10528 and `auto-revert-active-p'. | |
10529 (eval-when-compile): Defvar dired-directory and vc-mode. | |
10530 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) | |
10531 (auto-revert-handler-vc): New functions. | |
10532 | |
10533 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change) | |
10534 | |
10535 * progmodes/compile.el (compilation-directory): New defvar. | |
10536 (compile): Save current directory in compilation-directory. | |
10537 (recompile): Bind default-directory to compilation-directory if | |
10538 that is non-nil. | |
10539 | |
10540 2004-02-16 Dave Love <fx@gnu.org> | |
10541 | |
10542 * newcomment.el (comment-insert-comment-function) | |
10543 (comment-region-function, uncomment-region-function): New. | |
10544 (comment-indent): Use comment-insert-comment-function. | |
10545 (uncomment-region): Use uncomment-region-function. | |
10546 (comment-region): Use comment-region-function. | |
10547 | |
10548 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil. | |
10549 | |
10550 2004-02-16 Richard Stallman <rms@gnu.org> | |
10551 | |
10552 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only | |
10553 loaddefs* and ldefs-boot*. | |
10554 | |
10555 2004-02-16 Eli Zaretskii <eliz@gnu.org> | |
10556 | |
10557 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name | |
10558 and email address at the beginning and end of the address. | |
10559 | |
10560 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-" | |
10561 anchored at the beginning of the email address. | |
10562 | |
10563 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change) | |
10564 | |
10565 * international/ccl.el (ccl-compile-write): Pass `left' to | |
10566 ccl-embed-code to generate correct code of write-expr-register. | |
10567 | |
10568 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change) | |
10569 | |
10570 * progmodes/grep.el (grep-compute-defaults): Fix typos. | |
10571 | |
10572 2004-02-15 Jan Djärv <jan.h.d@swipnet.se> | |
10573 | |
10574 * x-dnd.el: Mention support for Motif in commentary. | |
10575 (x-dnd-handle-drag-n-drop-event): Ditto. | |
10576 | |
10577 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> | |
10578 | |
10579 * ses.el: Use "ses--" prefixes for buffer-local variables. | |
10580 Use (point-min) instead of 1, even when we know the buffer | |
10581 is unnarrowed. | |
10582 (ses-build-load-map): Delete. Distribute its content to defconsts for | |
10583 the three maps. | |
10584 (ses-menu, ses-header-line-menu): New menus. | |
10585 (ses-mode-map): Use them. | |
10586 (ses-read-number) New fun. Duplicates code from interactive "N" spec. | |
10587 | |
10588 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> | |
10589 | |
10590 * Makefile.in: Fix the CC Mode recompile kludge so it works | |
10591 when building in a different directory. | |
10592 | |
10593 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> | |
10594 | |
10595 * simple.el (kill-new): Put yank-handler property on the entire string. | |
10596 | |
10597 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
10598 | |
10599 * diff.el: Don't use compile any more, use diff-mode instead. | |
10600 (diff-regexp-alist, diff-old-file, diff-new-file) | |
10601 (diff-parse-differences, diff-process-setup): Remove. | |
10602 (diff-sentinel): New fun. | |
10603 (diff): Use it. Run the process ourselves. | |
10604 Use diff-mode for the rest of the processing. | |
10605 | |
10606 * diff.el (diff): Simplify code handling `switch'. | |
10607 | |
10608 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
10609 | |
10610 * pcvs-defs.el (cvs-menu): Add `tag'. | |
10611 | |
10612 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | |
10613 | |
10614 * simple.el (kill-append): Doc fix. | |
10615 | |
10616 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
10617 Adapt outline-regexp to the new conventions for commenting out code. | |
10618 | |
10619 2004-02-11 John Paul Wallington <jpw@gnu.org> | |
10620 | |
10621 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo. | |
10622 | |
10623 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
10624 | |
10625 * diff.el (diff-switches): New fun. | |
10626 (diff, diff-backup): Use it. | |
10627 (diff): Clean up the args construction. Use backquote. | |
10628 Use listp instead of consp to avoid putting a nil arg. | |
10629 (diff): Add a revert-buffer function. | |
10630 | |
10631 2004-02-10 Jan Djärv <jan.h.d@swipnet.se> | |
10632 | |
10633 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME | |
10634 handled by x-dnd-handle-file-name. | |
10635 (x-dnd-known-types): Add COMPOUND_TEXT. | |
10636 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame. | |
10637 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on | |
10638 x-dnd-empty-state. | |
10639 (x-dnd-forget-drop): Ditto. | |
10640 (x-dnd-save-state): Add optional parameter extra-data (for Motif). | |
10641 (x-dnd-handle-one-url): Return private when inserting text. | |
10642 (x-dnd-insert-ctext): New function. | |
10643 (x-dnd-handle-file-name): New function for FILE_NAME. | |
10644 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error. | |
10645 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value) | |
10646 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions. | |
10647 | |
10648 2004-02-10 Kenichi Handa <handa@m17n.org> | |
10649 | |
10650 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings | |
10651 instead of while loop. | |
10652 | |
10653 2004-02-10 Miles Bader <miles@gnu.org> | |
10654 | |
10655 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'. | |
10656 | |
10657 2004-02-09 Kenichi Handa <handa@m17n.org> | |
10658 | |
10659 * tar-mode.el (tar-extract): Fix for the case that a file doesn't | |
10660 have end-of-line. | |
10661 | |
10662 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org> | |
10663 | |
10664 * Makefile.in: Added extra dependencies in the recompile target | |
10665 needed to cope with the compile time macro expansions in CC Mode. | |
10666 | |
10667 2004-02-09 Kim F. Storm <storm@cua.dk> | |
10668 | |
10669 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap) | |
10670 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap) | |
10671 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap) | |
10672 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap) | |
10673 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap) | |
10674 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap) | |
10675 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap) | |
10676 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap) | |
10677 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap) | |
10678 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap) | |
10679 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's. | |
10680 | |
10681 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
10682 | |
10683 * window.el (window-safely-shrinkable-p): Don't change the buffer-list. | |
10684 Don't allow shrink if there's a window on our right. | |
10685 | |
10686 * progmodes/prolog.el (prolog-program-name): Use gprolog if available. | |
10687 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map): | |
10688 Bring together declaration and initialization. | |
10689 (prolog-mode-variables): Don't set the syntax table. | |
10690 Don't set paragraph-start and comment-indent-function. | |
10691 Add /*..*/ to the comment regexps. | |
10692 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map. | |
10693 (prolog-mode-map): Don't bind TAB. | |
10694 (prolog-mode): Set the syntax table. | |
10695 (prolog-comment-indent): Remove. | |
10696 (inferior-prolog-mode-map): Initialize in the declaration. | |
10697 (inferior-prolog-mode-syntax-table) | |
10698 (inferior-prolog-mode-abbrev-table): New vars. | |
10699 (inferior-prolog-mode): Derive from comint-mode. | |
10700 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and | |
10701 minibuffer windows. | |
10702 | |
10703 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and ( | |
10704 in file names, as long as it is unambiguous. | |
10705 | |
10706 2004-02-08 Andreas Schwab <schwab@suse.de> | |
10707 | |
10708 * textmodes/reftex-toc.el | |
10709 (reftex-toc-load-all-files-for-promotion): Remove useless use of | |
10710 format. Doc fix. | |
10711 | |
10712 * textmodes/refer.el (refer-find-entry-internal): Remove extra | |
10713 format string arguments. | |
10714 | |
10715 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format | |
10716 string argument. | |
10717 | |
10718 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings. | |
10719 | |
10720 * play/zone.el (zone-call): Fix format string. | |
10721 | |
10722 * net/webjump.el (webjump-builtin): Add missing format string argument. | |
10723 | |
10724 * midnight.el (midnight-delay-set): Remove extra format string | |
10725 argument. | |
10726 | |
10727 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format. | |
10728 | |
10729 * hexl.el (hexl-insert-char): Add missing format string argument. | |
10730 | |
10731 * format.el (format-decode): Fix format string. | |
10732 | |
10733 * emulation/vi.el (vi-mode): Remove extra format string argument. | |
10734 (vi-repeat-last-search): Likewise. | |
10735 (vi-reverse-last-search): Likewise. | |
10736 (vi-goto-mark): Likewise. | |
10737 (vi-reverse-last-find-char): Likewise. | |
10738 (vi-repeat-last-find-char): Likewise. | |
10739 (vi-locate-def): Likewise. | |
10740 | |
10741 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format. | |
10742 | |
10743 * ediff-util.el (ediff-toggle-read-only): Remove extra format | |
10744 string argument. | |
10745 (ediff-toggle-regexp-match): Likewise. | |
10746 | |
10747 * dired-aux.el (dired-do-query-replace-regexp): Add missing | |
10748 format string argument. | |
10749 | |
10750 * calc/calc-map.el (calc-get-operator): Remove extra format | |
10751 string argument. | |
10752 | |
10753 * calc/calc-forms.el (calc-convert-time-zones): Fix format string. | |
10754 | |
10755 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format | |
10756 string argument. | |
10757 | |
10758 * eshell/esh-mode.el (eshell-send-invisible): Fix format string. | |
10759 | |
10760 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string. | |
10761 | |
10762 * emulation/viper-ex.el (ex-mark): Remove extra format string argument. | |
10763 | |
10764 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg. | |
10765 (cl-struct-setf-expander): Likewise. | |
10766 | |
10767 * vc.el (with-vc-file): Fix unsafe uses of error. | |
10768 (vc-cancel-version): Likewise. | |
10769 | |
10770 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change) | |
10771 | |
10772 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional | |
10773 thousands separator; fixes <class>:<line-number> regexp for | |
10774 non-english locales. | |
10775 | |
10776 2004-02-08 Andreas Schwab <schwab@suse.de> | |
10777 | |
10778 * view.el (view-mode-enable): Revert previous change. | |
10779 | |
10780 2004-02-07 Kim F. Storm <storm@cua.dk> | |
10781 | |
10782 * simple.el (line-number-at-pos): Rename from line-at-pos. | |
10783 Uses changed (what-line and vc-annotate-warp-version). | |
10784 | |
10785 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
10786 | |
10787 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist) | |
10788 (diff-mode): Remove aborted attempt at support for compile.el. | |
10789 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks. | |
10790 | |
10791 2004-02-06 Andreas Schwab <schwab@suse.de> | |
10792 | |
10793 * view.el (view-mode-enable): Add view-mode-map to | |
10794 minor-mode-overriding-map-alist. | |
10795 | |
10796 2004-02-05 Jan Djärv <jan.h.d@swipnet.se> | |
10797 | |
10798 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning | |
10799 | |
10800 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
10801 | |
10802 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph | |
10803 with point inside rather than after the paragraph. | |
10804 | |
10805 2004-02-04 Sam Steingold <sds@gnu.org> | |
10806 | |
10807 * mail/smtpmail.el (smtpmail-try-auth-methods): | |
10808 Do not try authentication when no mechanism is available. | |
10809 Pass port-name as defaultport to `netrc-machine'. | |
10810 | |
10811 2004-02-04 Stephen Eglen <stephen@gnu.org> | |
10812 | |
10813 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string | |
10814 to show how minibuffer height can be constrained. | |
10815 | |
10816 2004-02-04 John Paul Wallington <jpw@gnu.org> | |
10817 | |
10818 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. | |
10819 | |
10820 2004-02-03 Jan Djärv <jan.h.d@swipnet.se> | |
10821 | |
10822 * x-dnd.el: New file for drag and drop. | |
10823 | |
10824 * term/x-win.el: require x-dnd, set after-make-frame-functions | |
10825 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle | |
10826 drag-n-drop event. | |
10827 | |
10828 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice) | |
10829 (dired-dnd-do-ask-action, dired-dnd-handle-local-file) | |
10830 (dired-dnd-handle-file): New functions for drag and drop support. | |
10831 (dired-mode): Initialize drag and drop if x-dnd present. | |
10832 | |
10833 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
10834 | |
10835 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill) | |
10836 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph. | |
10837 (cperl-mode): Set fill-paragraph-function. | |
10838 (cperl-fill-paragraph): Make it non-interactive. | |
10839 | |
10840 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us> | |
10841 | |
10842 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'. | |
10843 | |
10844 2004-02-02 David Kastrup <dak@gnu.org> | |
10845 | |
10846 * replace.el (perform-replace): Allow 'literal argument in | |
10847 regexp-flag to indicate literal replacement. | |
10848 (query-replace-regexp-eval): Use it. | |
10849 | |
10850 2004-02-01 Andreas Schwab <schwab@suse.de> | |
10851 | |
10852 * progmodes/executable.el (executable-command-find-posix-p): Doc fix. | |
10853 | |
10854 2004-02-01 Stephen Eglen <stephen@gnu.org> | |
10855 | |
10856 * info-look.el: Add support for maxima-mode. Update commentary | |
10857 because info-lookup-symbol is now bound to C-h S. | |
10858 | |
10859 2004-01-31 Luc Teirlinck <teirllm@auburn.edu> | |
10860 | |
10861 * simple.el (edit-and-eval-command): Bind print-level and | |
10862 minibuffer-history-sexp-flag around call to read-from-minibuffer. | |
10863 Correct initial position in command-history. | |
10864 | |
10865 2004-01-30 Luc Teirlinck <teirllm@auburn.edu> | |
10866 | |
10867 * files.el (read-directory-name): Adapt the docstring to recent | |
10868 change in Fread_file_name. | |
10869 | |
10870 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org> | |
10871 | |
10872 * ses.el (ses-print-cell): If print format too wide for column | |
10873 width, truncate decimal places if that helps to avoid "#####" fill. | |
10874 * ses.el (ses-initial-column-width): Revert previous change. | |
10875 | |
10876 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
10877 | |
10878 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var. | |
10879 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock): | |
10880 Add edebug info. | |
10881 (jit-lock-mode): Setup/cancel the new timer. | |
10882 (jit-lock-context-fontify): New fun. Extracted from | |
10883 context fontification code of jit-lock-stealth-fontify. | |
10884 (jit-lock-stealth-fontify): Don't do context fontification any more. | |
10885 | |
10886 * jit-lock.el (jit-lock-stealth-fontify): Allow quit. | |
10887 (jit-lock-fontify-now): Handle the `quit' case. | |
10888 (jit-lock-contextually): Rename from jit-lock-defer-contextually. | |
10889 | |
10890 2004-01-29 Jari Aalto <jari.aalto@poboxes.com> | |
10891 | |
10892 * progmodes/executable.el (executable-command-find-posix-p): | |
10893 New. Check if find handles arguments Posix-style. | |
10894 | |
10895 * progmodes/grep.el (grep-compute-defaults): | |
10896 Use executable-command-find-posix-p. | |
10897 (grep-find): Check `grep-find-command'. | |
10898 | |
10899 * filecache.el (file-cache-find-posix-p): Delete. | |
10900 (file-cache-add-directory-using-find): | |
10901 Use `executable-command-find-posix-p'. | |
10902 | |
10903 2004-01-29 Dave Love <fx@gnu.org> | |
10904 | |
10905 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun): | |
10906 Iterate the hook function if arg is given. | |
10907 (mark-defun, narrow-to-defun): Change order of finding the limits. | |
10908 | |
10909 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix. | |
10910 (byte-compile-format-warn): New. | |
10911 (byte-compile-callargs-warn): Use it. | |
10912 (Format, message, error): Add byte-compile-format-like property. | |
10913 (byte-compile-maybe-guarded): New. | |
10914 (byte-compile-if, byte-compile-cond): Use it. | |
10915 (byte-compile-lambda): Compile interactive forms, | |
10916 just to make warnings about them. | |
10917 | |
10918 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org> | |
10919 | |
10920 * ses.el (ses-initial-column-width): Increase to 14, so it will | |
10921 work well with the default printer of "%.7g" for extreme values | |
10922 like "-1.234567e+07". | |
10923 | |
10924 2004-01-29 Kenichi Handa <handa@m17n.org> | |
10925 | |
10926 * term/x-win.el (x-selection-value): Optimize for ASCII only case. | |
10927 | |
10928 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com> | |
10929 | |
10930 * dos-w32.el: Added support for the `default-printer-name' function. | |
10931 | |
10932 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
10933 | |
10934 * server.el (server-socket-name): Don't use the hostname in the | |
10935 socket name since /tmp is local to the host anyway. | |
10936 | |
10937 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more | |
10938 robust check of widening and fix var-naming. | |
10939 | |
10940 2004-01-27 Eli Tziperman <eli@deas.harvard.edu> | |
10941 | |
10942 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter- | |
10943 or rmail-spam- to rsf- in all function and variable names. | |
10944 (rsf-min-region-to-spam-list): New variable. | |
10945 (rsf-bbdb-auto-delete-spam-entries): Rename from | |
10946 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is | |
10947 scanned together with the recipients field for spam testing; Don't | |
10948 delete spam message if rmail-delete-after-output is non-nil; | |
10949 (rsf-check-field): New function, extracted from code in | |
10950 rmail-spam-filter to ease addition of header fields like | |
10951 content-type:; | |
10952 (message-content-type): New variable. The content-type: field was | |
10953 added also in defcustom of rsf-definitions-alist; | |
10954 (rmail-spam-filter): Replace repeated test code for header fields | |
10955 by calls to check-field; change the call to | |
10956 rmail-output-to-rmail-file such that rmail-current-message stays | |
10957 the same to avoid wrong deletion of unseen flags. | |
10958 (rmail-use-spam-filter): Add autoload cookie. | |
10959 | |
10960 2004-01-27 Jari Aalto <jari.aalto@poboxes.com> | |
10961 | |
10962 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin. | |
10963 (file-cache-add-directory-using-find): Add Cygwin support. | |
10964 (file-cache-find-command-posix-flag): New user variable. | |
10965 | |
10966 * filecache.el (file-cache-add-directory): Check for | |
10967 directories an remove them from dir-files. | |
10968 | |
10969 2004-01-27 Richard M. Stallman <rms@gnu.org> | |
10970 | |
10971 * man.el (Man-fontify-manpage): Clean up message. | |
10972 | |
10973 2004-01-27 Kenichi Handa <handa@m17n.org> | |
10974 | |
10975 * textmodes/paragraphs.el (sentence-end-without-space): New variable. | |
10976 (sentence-end): Define using sentence-end-without-space. | |
10977 | |
10978 * textmodes/fill.el (fill-delete-newlines): Don't add a space if | |
10979 a sentence ends with one of a character in sentence-end-without-space. | |
10980 | |
10981 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
10982 | |
10983 * font-lock.el (font-lock): Add jit-lock as explicit group member. | |
10984 (jit-lock): Group declaration moved to jit-lock.el. | |
10985 (toplevel): Don't explicitly require jit-lock, since it's autoloaded | |
10986 when necessary. | |
10987 | |
10988 * jit-lock.el (jit-lock): Move group declaration from font-lock.el. | |
10989 (jit-lock-context-unfontify-pos): Rename from | |
10990 jit-lock-first-unfontify-pos. | |
10991 (jit-lock-defer-buffers): Rename from jit-lock-buffers. | |
10992 | |
10993 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk> | |
10994 | |
10995 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix. | |
10996 (fortran-break-delimiters-re, fortran-no-break-re): New consts. | |
10997 (fortran-fill): When filling a string, adjust re-search-backward | |
10998 argument for special case of string just on fill-column. | |
10999 When filling non-string, allow one extra char if | |
11000 fortran-break-before-delimiters is non-nil. | |
11001 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>. | |
11002 Use fortran-break-delimiters-re and fortran-no-break-re to | |
11003 correctly handle cases such as "**". | |
11004 | |
11005 * progmodes/f90.el (f90-break-delimiters): Doc fix. | |
11006 (f90-no-break-re): Add some extra tokens. Doc fix. | |
11007 | |
11008 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org> | |
11009 | |
11010 * mail/rmail-spam-filter.el: | |
11011 Use two semicolons as Commentary line prefix. | |
11012 Add ";;; Code:" stylized comment. | |
11013 Delete end-of-line whitespace. | |
11014 Wrap (require 'cl) with `eval-when-compile'. | |
11015 | |
11016 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us> | |
11017 | |
11018 * vc.el (vc-annotate): Fix improper use of `make-local-variable' | |
11019 at the top level of vc.el. | |
11020 | |
11021 2004-01-23 Andre Spiegel <spiegel@gnu.org> | |
11022 | |
11023 * vc.el (vc-current-line): Function removed. This is now done by | |
11024 the new function line-at-pos in simple.el. | |
11025 (vc-annotate-warp-version): Use line-at-pos instead of | |
11026 vc-current-line. | |
11027 | |
11028 2004-01-22 Kim F. Storm <storm@cua.dk> | |
11029 | |
11030 * simple.el (line-at-pos): New defun. | |
11031 (what-line): Use it. Optimize by only counting lines in narrowed | |
11032 region once. | |
11033 | |
11034 2004-01-22 Kenichi Handa <handa@m17n.org> | |
11035 | |
11036 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code | |
11037 point (register r1) only for charset mule-unicode-0100-24ff. | |
11038 | |
11039 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
11040 | |
11041 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting | |
11042 trailing white space and ensure a final newline. | |
11043 | |
11044 * mail/rmail-spam-filter.el (rmail-use-spam-filter): | |
11045 Add autoload cookie. | |
11046 | |
11047 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us> | |
11048 | |
11049 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and | |
11050 activate view-mode explicitly. | |
11051 | |
11052 2004-01-21 Jan Djärv <jan.h.d@swipnet.se> | |
11053 | |
11054 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call | |
11055 menu-bar-enable-clipboard and make Paste use clipboard first. | |
11056 | |
11057 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
11058 | |
11059 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work. | |
11060 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. | |
11061 (vc-mcvs-cvs): Remove. | |
11062 (vc-mcvs-command): Remove use of assert. | |
11063 | |
11064 * outline.el (outline-insert-heading): Tighten up match. | |
11065 (outline-demote, outline-move-subtree-down): Don't assume anything | |
11066 about outline-regexp. | |
11067 | |
11068 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp. | |
11069 (texinfo-show-structure): Explicitly add ^, and simplify. | |
11070 | |
11071 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk> | |
11072 | |
11073 * calendar/appt.el (appt-check): Restore usage of | |
11074 appt-issue-message deleted in previous change. | |
11075 (top-level): Activate package when loaded (needed for backwards | |
11076 compatibility). | |
11077 | |
11078 2004-01-20 Jesper Harder <harder@ifa.au.dk> | |
11079 | |
11080 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes | |
11081 following previous change to smtpmail-send-data. | |
11082 | |
11083 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us> | |
11084 | |
11085 * vc.el (vc-default-previous-version): Doc enhancement. | |
11086 (vc-default-next-version): New function. | |
11087 (vc-print-log): New arg FOCUS-REV. | |
11088 (vc-annotate-mode): Derive from view-mode. | |
11089 (vc-annotate): New args REVISION, DISPLAY-MODE. | |
11090 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line) | |
11091 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line) | |
11092 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version) | |
11093 (vc-annotate-show-diff-revision-at-line, vc-current-line) | |
11094 (vc-annotate-prev-version, vc-annotate-next-version): New functions. | |
11095 | |
11096 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function. | |
11097 | |
11098 2004-01-19 Karl Berry <karl@gnu.org> | |
11099 | |
11100 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo" | |
11101 or "TexInfo". | |
11102 | |
11103 2004-01-19 Luc Teirlinck <teirllm@auburn.edu> | |
11104 | |
11105 * subr.el (delete-dups): New function. | |
11106 | |
11107 2004-01-19 Karl Berry <karl@gnu.org> | |
11108 | |
11109 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start | |
11110 with ^, since that's what texinfo-show-structure | |
11111 documentation says (plus it works much better in texinfo.txi). | |
11112 | |
11113 2004-01-18 Jesper Harder <harder@ifa.au.dk> | |
11114 | |
11115 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. | |
11116 | |
11117 2004-01-18 David Ponce <david@dponce.com> (tiny change) | |
11118 | |
11119 * progmodes/which-func.el (which-function-mode): Don't cancel | |
11120 which-func-update-timer if not set. | |
11121 | |
11122 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org> | |
11123 | |
11124 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug: | |
11125 Remove spurious left square bracket in XX:XXam regexp. | |
11126 | |
11127 2004-01-16 Luc Teirlinck <teirllm@auburn.edu> | |
11128 | |
11129 * progmodes/cc-defs.el: Do not require cl at run time. | |
11130 | |
11131 2004-01-16 Richard M. Stallman <rms@gnu.org> | |
11132 | |
11133 * emacs-lisp/cl.el (cl-cannot-unload): New function. | |
11134 (cl-unload-hook): Defvar this to run cl-cannot-unload. | |
11135 | |
11136 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam. | |
11137 Call rmail-spam-filter. Delete and expunge spam. | |
11138 Print number of spam messages deleted. | |
11139 Save and restore the deletion status of old messages when reading | |
11140 new mail with spam filter, so that expunging spam does not expunge | |
11141 msgs deleted by the user. | |
11142 (rmail-only-expunge): Add an optional argument dont-show to | |
11143 prevent showing message after expunge. | |
11144 | |
11145 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> | |
11146 | |
11147 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'. | |
11148 * subr.el (declare): New macro. | |
11149 | |
11150 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org> | |
11151 | |
11152 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force". | |
11153 | |
11154 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
11155 | |
11156 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): | |
11157 Test window-system rather than system-type (for X11/Mac). | |
11158 | |
11159 2004-01-12 Luc Teirlinck <teirllm@auburn.edu> | |
11160 | |
11161 * emacs-lisp/bytecomp.el (compile-defun): Doc fix. | |
11162 | |
11163 2004-01-12 Richard M. Stallman <rms@gnu.org> | |
11164 | |
11165 * mail/rmail.el (rmail-convert-to-babyl-format): | |
11166 Use mail-unquote-printable-region. | |
11167 (rmail-hex-string-to-integer, rmail-decode-quoted-printable): | |
11168 (rmail-hex-char-to-integer): Functions deleted. | |
11169 | |
11170 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR. | |
11171 (mail-unquote-printable-region): New arg NOERROR. | |
11172 For invalid encoding, either signal an error to just return nil. | |
11173 | |
11174 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk> | |
11175 | |
11176 * calendar/appt.el: Update copyright and commentary. | |
11177 (appt-issue-message): Make obsolete. | |
11178 (appt-visible, appt-msg-window): Make obsolete, in favor of | |
11179 appt-display-format. | |
11180 (appt-display-mode-line, appt-display-duration) | |
11181 (appt-display-diary, appt-time-msg-list, appt-mode-string) | |
11182 (appt-prev-comp-time, appt-display-count, appt-timer) | |
11183 (appt-convert-time): Doc change. | |
11184 (appt-disp-window-function, appt-delete-window-function): | |
11185 Use defcustom rather than defvar. | |
11186 (appt-display-format): New variable. | |
11187 (appt-display-message): New function with display code from appt-check. | |
11188 (appt-check): Add optional FORCE argument. Doc change. | |
11189 Add appt-make-list to diary-hook if displaying diary. | |
11190 Remove checking of view-diary-entries-initially. | |
11191 Message display section removed to new function appt-display-message. | |
11192 (appt-display-window): Doc change. Remove unused internal var | |
11193 this-buffer. Do not beep, since appt-display-message does that. | |
11194 (appt-make-list): Doc change. Use caar. | |
11195 (appt-sort-list): Simplify by using builtin sort function. | |
11196 (appt-update-list): New function for updating appts when diary is | |
11197 saved. | |
11198 (appt-activate): New autoloaded function to toggle package | |
11199 functionality. | |
11200 | |
11201 * calendar/cal-x.el: (calendar-one-frame-setup) | |
11202 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change. | |
11203 | |
11204 * calendar/calendar.el: Update copyright. | |
11205 (view-diary-entries-initially, european-calendar-style): Doc change. | |
11206 (calendar-setup): Make defcustom rather than defvar. | |
11207 (mark-visible-calendar-date): Initialize temp-face and faceinfo | |
11208 in let binding so local to function. | |
11209 | |
11210 * calendar/diary-lib.el: Update copyright. | |
11211 (diary, diary-entry-time): Doc change. | |
11212 (list-diary-entries): Doc change. Trivial logic change. | |
11213 (fancy-diary-display): Restore make-face command mistakenly | |
11214 deleted 2003-05-08. | |
11215 (show-all-diary-entries): Allow to pop-up frame if needed. | |
11216 | |
11217 2004-01-09 John Paul Wallington <jpw@gnu.org> | |
11218 | |
11219 * bindings.el (mode-line-change-eol): Add EVENT parameter. | |
11220 Temporarily select EVENT's window for changing eol type. | |
11221 | |
11222 2004-01-09 Deepak Goel <deego@gnufans.org> | |
11223 | |
11224 * calendar/diary-lib.el (diary-entry-time): | |
11225 Also accept time in the form XX[.XX][am/pm/AM/PM]. | |
11226 (fancy-diary-font-lock-keywords): Likewise. | |
11227 (diary-font-lock-keywords): Likewise. | |
11228 * calendar/appt.el (appt-add): Likewise. | |
11229 (appt-make-list): Likewise. | |
11230 (appt-convert-time): Likewise. | |
11231 | |
11232 2004-01-08 Nick Roberts <nick@nick.uklinux.net> | |
11233 | |
11234 * gdb-ui.el (gdb-ann3): Revert previous change. | |
11235 (gdb-source-info): Allow for case of where compilation directory | |
11236 is not recorded. | |
11237 | |
11238 2004-01-08 John Paul Wallington <jpw@gnu.org> | |
11239 | |
11240 * emerge.el (emerge-restore-buffer-characteristics): Doc fix. | |
11241 | |
11242 2004-01-07 Nick Roberts <nick@nick.uklinux.net> | |
11243 | |
11244 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt | |
11245 | |
11246 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. | |
11247 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping | |
11248 problems. | |
11249 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3. | |
11250 | |
11251 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> | |
11252 | |
11253 * files.el (write-file-functions, write-contents-functions): | |
11254 Clarify docstrings. | |
11255 | |
11256 2004-01-07 Kenichi Handa <handa@m17n.org> | |
11257 | |
11258 * international/mule.el (set-auto-coding): Fix for the case that | |
11259 end-of-line is only CR. | |
11260 | |
11261 2004-01-07 Kim F. Storm <storm@cua.dk> | |
11262 | |
11263 * subr.el (event-start, event-end): Doc fix. | |
11264 (posn-string, posn-image): New defuns. | |
11265 (posn-object): Return either image or string object. | |
11266 (posn-object-x-y): Return 8th element of position. | |
11267 (posn-object-width-height): New defun. | |
11268 | |
11269 2004-01-06 Andreas Schwab <schwab@suse.de> | |
11270 | |
11271 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in | |
11272 output. | |
11273 | |
11274 2004-01-05 Karl Berry <karl@gnu.org> | |
11275 | |
11276 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow | |
11277 / and *, too. | |
11278 | |
11279 2003-12-31 Simon Josefsson <jas@extundo.com> | |
11280 | |
11281 * files.el (before-save-hook): Add. | |
11282 (basic-save-buffer): Use before-save-hook. | |
11283 | |
11284 * emacs-lisp/copyright.el: Fix comment to recommend | |
11285 before-save-hook instead of write-file-functions. | |
11286 | |
11287 2004-01-05 Richard M. Stallman <rms@gnu.org> | |
11288 | |
11289 * finder.el (finder-commentary): Call delete-other-windows. | |
11290 | |
11291 * net/ange-ftp.el (ange-ftp-file-attributes): | |
11292 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil. | |
11293 | |
11294 2004-01-04 Karl Berry <karl@gnu.org> | |
11295 | |
11296 * emacs-lisp/copyright.el (copyright-regexp): Allow the common | |
11297 comment characters % and # in the copyright year notice, | |
11298 as well as ;. | |
11299 | |
11300 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
11301 | |
11302 * wid-edit.el (default): Define dummy :value-delete. | |
11303 Reported by Jesper Harder <harder@ifa.au.dk>. | |
11304 | |
11305 2004-01-03 Richard M. Stallman <rms@gnu.org> | |
11306 | |
11307 * progmodes/compile.el (compile-internal): Use point, not point-min, | |
11308 for set-window-point. | |
11309 | |
11310 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. | |
11311 | |
11312 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline. | |
11313 | |
11314 * progmodes/grep.el (grep-mode-map): | |
11315 Don't remap next-line, previous-line. | |
11316 | |
11317 2004-01-03 Eric M. Ludlam <eric@siege-engine.com> | |
11318 | |
11319 * speedbar.el (speedbar-edit-line): Change regexp to position | |
11320 the cursor on the first character of this line's button. | |
11321 | |
11322 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | |
11323 | |
11324 * subr.el (functionp): Doc fix. | |
11325 | |
11326 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
11327 | |
11328 * progmodes/idlwave.el (idlwave-make-tags): | |
11329 * textmodes/flyspell.el (flyspell-large-region):. | |
11330 * progmodes/make-mode.el (makefile-query-by-make-minus-q): | |
11331 * emulation/viper-util.el (viper-glob-unix-files): | |
11332 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): | |
11333 * man.el (Man-init-defvars): | |
11334 * jka-compr.el (jka-compr-call-process): | |
11335 * files.el (get-free-disk-space,insert-directory): | |
11336 * ediff-ptch.el (ediff-test-patch-utility): | |
11337 * ediff-diff.el (ediff-test-utility): | |
11338 * dired-aux.el (dired-check-process): | |
11339 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to | |
11340 test the return value of call-process, because it can be a string. | |
11341 | |
11342 2003-12-31 John Paul Wallington <jpw@gnu.org> | |
11343 | |
11344 * bindings.el (completion-ignored-extensions): Add .pfsl. | |
11345 | |
11346 2003-12-31 Kim F. Storm <storm@cua.dk> | |
11347 | |
11348 * ido.el (ido-nonreadable-directory-p): New defun to check for | |
11349 nonreadable directory without activating tramp (to avoid problems | |
11350 with checking incomplete tramp paths). | |
11351 (ido-set-current-directory, ido-file-internal) | |
11352 (ido-file-name-all-completions1): Use it. | |
11353 | |
11354 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | |
11355 | |
11356 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info | |
11357 documentation if the anchor (or node) name is preceded by `info | |
11358 anchor' or `Info anchor' in addition to earlier `info node' and | |
11359 `Info node'. | |
11360 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'. | |
11361 | |
11362 2003-12-30 Eli Zaretskii <eliz@gnu.org> | |
11363 | |
11364 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one | |
11365 error in arguments to base64-decode-region. Remove ^M characters | |
11366 after decoding base64. | |
11367 | |
11368 2003-12-30 Simon Josefsson <jas@extundo.com> | |
11369 | |
11370 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by | |
11371 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files | |
11372 have only been distributed with Emacs for some years. | |
11373 (texinfo-mode-hook): Customize. | |
11374 | |
11375 2003-12-30 Eli Zaretskii <eliz@gnu.org> | |
11376 | |
11377 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code | |
11378 cleaner (suggested by Richard Stallman). | |
11379 | |
11380 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files | |
11381 for gud-next, gud-nexti, gud-step and gud-stepi to prevent | |
11382 file-name clashes on 8+3 DOS filesystems. | |
11383 | |
11384 * toolbar/gud-next.pbm, toolbar/gud-next.xpm | |
11385 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm | |
11386 * toolbar/gud-step.pbm, toolbar/gud-step.xpm | |
11387 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to | |
11388 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid | |
11389 file-name clashes on 8+3 filesystems. | |
11390 | |
11391 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: | |
11392 Renamed from testcover-unsafep.el and testcover-ses.el to avoid | |
11393 file-name clashes on 8+3 DOS filesystems. | |
11394 | |
11395 2003-12-29 Richard M. Stallman <rms@gnu.org> | |
11396 | |
11397 * mail/mail-utils.el (mail-unquote-printable-hexdigit): | |
11398 Upcase the character. | |
11399 | |
11400 * textmodes/flyspell.el (mail-mode-flyspell-verify): | |
11401 Search for header separator alone on a line, literally, | |
11402 and search for it backward, not forward. | |
11403 (flyspell-abbrev-table): Always use global-abbrev-table | |
11404 if there is no local one. | |
11405 | |
11406 * progmodes/sh-script.el (sh-get-indent-info): | |
11407 Don't move point back if at bob. | |
11408 | |
11409 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings. | |
11410 | |
11411 * play/handwrite.el (handwrite): Make the handwrite credit message | |
11412 a comment rather than an output command. | |
11413 | |
11414 * obsolete/sc.el: Display message that this file is obsolete. | |
11415 | |
11416 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment. | |
11417 | |
11418 * mail/rfc822.el (rfc822-address-start): Declare variable. | |
11419 Renamed from address-start. All uses changed. | |
11420 | |
11421 * term.el (term-exec): Set up sentinel. | |
11422 (term-sentinel): New function. | |
11423 (term-handle-exit): New function. | |
11424 | |
11425 * subr.el (assoc-ignore-case, assoc-ignore-representation): | |
11426 Use assoc-string, and mark them obsolete. | |
11427 (delay-mode-hooks): Mark as permanent local. | |
11428 | |
11429 * simple.el (sendmail-user-agent-compose): Use assoc-string. | |
11430 | |
11431 * register.el (copy-rectangle-to-register): Doc fix. | |
11432 | |
11433 * info.el (Info-insert-dir): Use assoc-string. | |
11434 | |
11435 * info-look.el (info-lookup): Use assoc-string. | |
11436 | |
11437 * frame.el (pop-up-frame-function): Use quote, not `function'. | |
11438 (frame-notice-user-settings): Calculate ADJUSTED-TOP | |
11439 copying with lists as coordinate values. | |
11440 | |
11441 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit. | |
11442 | |
11443 * find-dired.el (kill-find): New command. | |
11444 (find-dired): Make buffer read-only. | |
11445 Set up a keymap with C-c C-k running kill-find. | |
11446 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only. | |
11447 | |
11448 * files.el (backup-buffer-copy): If MODES is nil, don't set modes. | |
11449 | |
11450 * filecache.el (file-cache-ignore-case): New variable. | |
11451 (file-cache-assoc-function): Var deleted. Use assoc-string instead. | |
11452 | |
11453 * comint.el (comint-arguments): Set COUNT after ARGS is complete. | |
11454 (comint-dynamic-complete-as-filename): Rename local vars. | |
11455 (comint-dynamic-list-filename-completions): Likewise. | |
11456 | |
11457 * comint.el (comint-dynamic-list-completions-config): New var. | |
11458 (comint-dynamic-list-completions): Handle both SPC and TAB right. | |
11459 | |
11460 * comint.el (comint-file-name-chars): Add []. | |
11461 (comint-word): Use skip-chars-backward, not search. | |
11462 | |
11463 * shell.el (shell-file-name-chars): Add []. | |
11464 | |
11465 * shell.el (shell-dynamic-complete-as-command): Rename local vars. | |
11466 | |
11467 * bookmark.el (bookmark-get-bookmark): Use assoc-string. | |
11468 | |
11469 * generic.el (define-generic-mode): Doc fix. | |
11470 | |
11471 2003-12-29 Eli Zaretskii <eliz@gnu.org> | |
11472 | |
11473 * files.el (kill-some-buffers): Doc fix. | |
11474 | |
11475 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change) | |
11476 | |
11477 * comint.el (comint-watch-for-password-prompt): Pass `string' as | |
11478 arg to send-invisible | |
11479 (send-invisible): Doc fix. The argument is now a prompt, not the | |
11480 string to send. | |
11481 (comint-read-noecho): Doc fix. | |
11482 | |
11483 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change) | |
11484 | |
11485 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain | |
11486 "@", as required by some ISP hosting service. Fix defcustom | |
11487 argument syntax errors that prevented use of customization. | |
11488 | |
11489 2003-12-29 Eli Zaretskii <eliz@gnu.org> | |
11490 | |
11491 * xml.el (xml-get-attribute-or-nil): Doc fix. | |
11492 | |
11493 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com> | |
11494 | |
11495 * net/zone-mode.el (zone-mode): Use write-file-functions, not | |
11496 write-file-hooks. | |
11497 | |
11498 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change) | |
11499 | |
11500 * autorevert.el (auto-revert-interval): Doc fix. | |
11501 | |
11502 2003-12-29 Mark A. Hershberger <mah@everybody.org> | |
11503 | |
11504 * xml.el (xml-get-attribute-or-nil): New function, like | |
11505 xml-get-attribute, but returns nil if the attribute was not found. | |
11506 (xml-get-attribute): Convert to defsubst, uses | |
11507 xml-get-attribute-or-nil. | |
11508 | |
11509 2003-12-29 Eli Zaretskii <eliz@gnu.org> | |
11510 | |
11511 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix. | |
11512 | |
11513 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change) | |
11514 | |
11515 * custom.el (custom-declare-theme): Use `value' when putting | |
11516 properties on `theme'. | |
11517 | |
11518 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com> | |
11519 | |
11520 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively | |
11521 for each yank-handler segment. | |
11522 (insert-for-yank-1): New function, with the body of the previous | |
11523 insert-for-yank. | |
11524 | |
11525 * textmodes/table.el (table-yank-handler): New defcustom. | |
11526 (table--put-cell-indicator-property): Put yank-handler property | |
11527 that indicates the yank handler for the table cell. | |
11528 | |
11529 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
11530 | |
11531 * generic-x.el (etc-modules-conf-generic-mode): A more complete | |
11532 set of keywords. | |
11533 | |
11534 2003-12-29 Eli Zaretskii <eliz@gnu.org> | |
11535 | |
11536 * international/mule-cmds.el (reset-language-environment) | |
11537 (set-language-environment): Don't invoke fontset-related functions | |
11538 if fontset-list is not fboundp. | |
11539 | |
11540 2003-12-29 Kenichi Handa <handa@m17n.org> | |
11541 | |
11542 * international/mule-cmds.el (reset-language-environment): | |
11543 Call set-overriding-fontspec-internal with nil. | |
11544 (set-language-environment): Call set-overriding-fontspec-internal | |
11545 if the language environment specify `overriding-fontspec'. | |
11546 (language-info-alist): Doc added. | |
11547 | |
11548 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for | |
11549 characters of mule-unicode-0100-24ff. | |
11550 (ccl-encode-windows-1251-font): New CCL program. | |
11551 ("Bulgarian"): Specify overriding-fontspec. | |
11552 ("Belarusian"): Likewise. | |
11553 | |
11554 2003-12-28 Sam Steingold <sds@gnu.org> | |
11555 | |
11556 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional | |
11557 parameter ID-FORMAT to conform with the 2003-11-30 patch. | |
11558 | |
11559 2003-12-28 Nick Roberts <nick@nick.uklinux.net> | |
11560 | |
11561 * progmodes/gud.el (gud-gdb-command-name): Set default to | |
11562 "gdb --annotate=3". | |
11563 (gud-gdb-marker-filter): Look out for annotations. | |
11564 (gdb-first-pre-prompt): New variable. | |
11565 Remove trailing white space. | |
11566 | |
11567 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations, | |
11568 if necessary. | |
11569 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if | |
11570 annotations are detected. | |
11571 (gud-gdba-marker-filter): Use global variable gud-marker-acc | |
11572 instead of a local one to allow transition from | |
11573 gud-gdb-marker-filter. | |
11574 Remove trailing white space. | |
11575 | |
11576 2003-12-27 Kim F. Storm <storm@cua.dk> | |
11577 | |
11578 * ido.el: Handle non-readable directories. | |
11579 (ido-decorations): Add 9th element for non-readable directory. | |
11580 (ido-directory-nonreadable): New dynamic var. | |
11581 (ido-set-current-directory): Set it. | |
11582 (ido-read-buffer, ido-file-internal): | |
11583 (ido-read-file-name, ido-read-directory-name): Let-bind it. | |
11584 (ido-file-name-all-completions1): Return empty list for | |
11585 non-readable directory. | |
11586 (ido-exhibit): Print [Not readable] if directory is not readable. | |
11587 (ido-expand-directory): New defun (based on tiny fix from Karl Chen). | |
11588 (ido-read-file-name, ido-file-internal, ido-read-directory-name): | |
11589 Use it. | |
11590 | |
11591 2003-12-27 Lars Hansen <larsh@math.ku.dk> | |
11592 | |
11593 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in | |
11594 calls to directory-files-and-attributes and file-attributes. | |
11595 (ls-lisp-format): Remove system dependent handling of user and | |
11596 group id's. | |
11597 | |
11598 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> | |
11599 | |
11600 * ffap.el (ffap-read-file-or-url): Revert previous change. | |
11601 | |
11602 2003-12-25 Robert J. Chassell <bob@rattlesnake.com> | |
11603 | |
11604 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a | |
11605 new list of included files called `files-with-node-lines', that | |
11606 only have node lines. This way @include commands can include any | |
11607 file, such as version and update files without node lines, not | |
11608 just files that are chapters. | |
11609 | |
11610 2003-12-25 Andreas Schwab <schwab@suse.de> | |
11611 | |
11612 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when | |
11613 file not found. | |
11614 | |
11615 2003-12-08 Miles Bader <miles@gnu.org> | |
11616 | |
11617 * dired.el (dired-between-files): Always use dired-move-to-filename, | |
11618 which is more robust in non-english locales. | |
11619 | |
11620 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
11621 | |
11622 * vc.el (vc-dired-purge): Avoid error from `kill-line'. | |
11623 | |
11624 2003-12-24 Andreas Schwab <schwab@suse.de> | |
11625 | |
11626 * shell.el (shell-file-name-quote-list): Add backslash. | |
11627 | |
11628 * comint.el (comint-quote-filename): Correctly handle backslash | |
11629 in comint-file-name-quote-list. | |
11630 | |
11631 2003-12-24 Kenichi Handa <handa@m17n.org> | |
11632 | |
11633 * international/mule-cmds.el (set-default-coding-systems): | |
11634 Call ucs-set-table-for-input for all buffers that don't have local | |
11635 value of buffer-file-coding-system. | |
11636 | |
11637 * international/ucs-tables.el (ucs-set-table-for-input): | |
11638 If translation-table-for-encode is a symbol, get its | |
11639 translation-table property. | |
11640 | |
11641 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | |
11642 | |
11643 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call | |
11644 to `completing-read' on a recently fixed bug. | |
11645 | |
11646 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt, | |
11647 instead of SPACE, to get the list of possible fringe modes. | |
11648 SPACE only works if both `partial-completion-mode' and | |
11649 `completion-auto-help' are nil. | |
11650 | |
11651 * complete.el (PC-is-complete-p): Delete. | |
11652 (PC-do-completion): Replace all calls to `PC-is-complete-p' with | |
11653 calls to `test-completion'. | |
11654 | |
11655 2003-12-23 Nick Roberts <nick@nick.uklinux.net> | |
11656 | |
11657 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line | |
11658 to edit values when there are no children. | |
11659 | |
11660 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as | |
11661 a mode called "Assembler" already exists. | |
11662 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options. | |
11663 (gud-watch): Use format option. Remove font properties from string. | |
11664 (gdb-var-create-handler, gdb-var-list-children-handler): | |
11665 Don't bother about properties as there are none. | |
11666 (gdb-var-create-handler, gdb-var-list-children-handler) | |
11667 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler | |
11668 with two arguments. | |
11669 (gdb-var-evaluate-expression-handler, gdb-post-prompt): | |
11670 Let speedbar show value changes with a different font. | |
11671 (gdb-edit-value): New defun. | |
11672 (gdb-clear-partial-output, gdb-clear-inferior-io) | |
11673 (def-gdb-auto-update-handler): Use erase-buffer. | |
11674 (gdb-frame-handler): Display watch expressions in | |
11675 FUNCTION::VARIABLE format if required. | |
11676 | |
11677 2003-12-23 John Paul Wallington <jpw@gnu.org> | |
11678 | |
11679 * info.el (Info-unescape-quotes, Info-split-parameter-string) | |
11680 (Info-goto-emacs-command-node): Doc fixes. | |
11681 | |
11682 2003-12-12 Jesper Harder <harder@ifa.au.dk> | |
11683 | |
11684 * cus-edit.el (custom-add-parent-links): Define "many". | |
11685 | |
11686 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk> | |
11687 | |
11688 * wid-edit.el (widget-child-value-get, widget-child-value-inline) | |
11689 (widget-child-validate, widget-type-value-create) | |
11690 (widget-type-default-get, widget-type-match): New functions. | |
11691 (lazy): New widget. | |
11692 (menu-choice, checklist, radio-button-choice, editable-list) | |
11693 (group, documentation-string): Remove redundant (per 2003-10-25 | |
11694 change) calls to `widget-children-value-delete'. | |
11695 (widget-choice-value-get, widget-choice-value-inline): Remove. | |
11696 (menu-choice): Update widget. | |
11697 | |
11698 2003-12-03 Kenichi Handa <handa@m17n.org> | |
11699 | |
11700 * language/cyrillic.el: Register "microsoft-cp1251" in | |
11701 ctext-non-standard-encodings-alist. | |
11702 ("Bulgarian"): Add ctext-non-standard-encodings. | |
11703 ("Belarusian"): Likewise. | |
11704 | |
11705 * international/mule-conf.el (compound-text-with-extensions): | |
11706 Change the type to 2 (iso-2022 base). | |
11707 | |
11708 * international/mule.el (ctext-non-standard-encodings-alist): | |
11709 Change the format. | |
11710 (ctext-non-standard-encodings): New variable. | |
11711 (ctext-post-read-conversion): Fully re-written. | |
11712 (ctext-non-standard-designations-alist): Delete it. | |
11713 (ctext-non-standard-encodings-table): New function. | |
11714 (ctext-pre-write-conversion): Fully re-written. | |
11715 | |
11716 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
11717 | |
11718 * cus-edit.el (custom-add-parent-links): Add documentation links | |
11719 for parent, if the item has none of its own. | |
11720 | |
11721 2003-11-30 Richard M. Stallman <rms@gnu.org> | |
11722 | |
11723 * dired-aux.el (dired-do-query-replace-regexp): | |
11724 Report files visited read-only. | |
11725 | |
11726 2003-11-30 Juri Linkov <juri@jurta.org> | |
11727 | |
11728 * dired-aux.el (dired-compare-directories): New command. | |
11729 (dired-file-set-difference, dired-files-attributes): New functions. | |
11730 | |
11731 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net> | |
11732 Version 2.0.38 of Tramp released. | |
11733 | |
11734 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by | |
11735 Charles Curley <charlescurley@charlescurley.com>. | |
11736 (tramp-multi-connection-function-alist): Add ssht entry which adds | |
11737 "-e none -t -t" to the list of ssh args. Suggested by Adrian | |
11738 Aichner. | |
11739 (tramp-get-method-parameter): New function to retrieve a method | |
11740 parameter. This allows for omission of method parameters. | |
11741 Callers adjusted. | |
11742 | |
11743 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de> | |
11744 | |
11745 * net/tramp.el: Add new optional parameter ID-FORMAT to | |
11746 `file-attributes'. Calls of `file-attributes' won't use this | |
11747 parameter for backward compatibility reasons. | |
11748 (tramp-perl-file-attributes): Add a new parameter to Perl script | |
11749 in order to handle uid/gid as strings, if desired. | |
11750 (tramp-handle-file-truename, tramp-handle-file-symlink-p): | |
11751 Apply `file-attributes' instead of `tramp-handle-file-attributes' in | |
11752 order to make the function more general. | |
11753 (tramp-handle-file-attributes): Replace proprietary optional | |
11754 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT. | |
11755 (tramp-handle-file-attributes-with-perl): Handle parameter | |
11756 NONNUMERIC if set. This wasn't done in the past. | |
11757 (tramp-post-connection): Apply second parameter "$2" if | |
11758 `tramp-remote-perl' is called. | |
11759 | |
11760 * net/tramp-smb.el (tramp-smb-handle-delete-file): | |
11761 Correct cut'n'waste error (`filename' instead of `directory'). | |
11762 (tramp-smb-handle-directory-files-and-attributes) | |
11763 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1) | |
11764 introduced parameter ID-FORMAT. | |
11765 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste | |
11766 error (`directory' instead of `ldir'). | |
11767 | |
11768 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if | |
11769 `file-attributes' has a second parameter. If yes, apply it with | |
11770 value "'integer". Otherwise, don't use that parameter (default is | |
11771 integer format). | |
11772 | |
11773 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | |
11774 | |
11775 * help.el (help-map): Bind `display-local-help' to `C-h .'. | |
11776 (help-for-help): Add `C-h .' to the listed Help options. | |
11777 Remove trailing whitespace. | |
11778 | |
11779 * help-at-pt.el: New file. | |
11780 | |
11781 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org> | |
11782 | |
11783 * subr.el (noreturn, 1value): New macros for test coverage. | |
11784 See `testcover.el'. | |
11785 | |
11786 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and | |
11787 `1value'. | |
11788 | |
11789 * emacs-lisp/testcover.el (testcover-reinstrument): Special case | |
11790 for macro `1value'. | |
11791 (testcover-1value): New function. Checks that a 1value form | |
11792 actually returns only one value. Requested by RMS. | |
11793 | |
11794 2003-11-29 Nick Roberts <nick@nick.uklinux.net> | |
11795 | |
11796 * gdb-ui.el (gud-watch, gdb-var-create-handler) | |
11797 (gdb-var-list-children, gdb-var-list-children-handler) | |
11798 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the | |
11799 gdb commands that use mi to keep them out of the command history. | |
11800 | |
11801 2003-11-29 Jan Djärv <jan.h.d@swipnet.se> | |
11802 | |
11803 * cus-start.el (all): Add use-file-dialog. | |
11804 | |
11805 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
11806 | |
11807 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp. | |
11808 | |
11809 2003-11-27 Kim F. Storm <storm@cua.dk> | |
11810 | |
11811 * subr.el (posn-object-x-y): New defun. | |
11812 | |
11813 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
11814 | |
11815 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords): | |
11816 Don't use `space' for \\\n. | |
11817 Be more selective as to which # are comment-starters. | |
11818 | |
11819 2003-11-26 Luc Teirlinck <teirllm@auburn.edu> | |
11820 | |
11821 * subr.el (number-sequence): Improve handling of floating point | |
11822 arguments (suggested by Kim Storm). Allow negative arguments. | |
11823 | |
11824 2003-11-26 Kenichi Handa <handa@m17n.org> | |
11825 | |
11826 * international/mule-cmds.el (standard-display-european-internal): | |
11827 Cancel the standard-display-table setting for ` and '. | |
11828 | |
11829 2003-11-26 Kim F. Storm <storm@cua.dk> | |
11830 | |
11831 * ido.el (ido-use-filename-at-point, ido-use-url-at-point): | |
11832 New defcustoms to add ffap-like functionality to ido. | |
11833 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. | |
11834 (ido-no-final-slash): New defun. | |
11835 (ido-make-prompt, ido-file-internal, ido-toggle-vc) | |
11836 (ido-read-file-name): ): Toggle VC checking via | |
11837 vc-handled-backends instead of vc-master-templates. | |
11838 (ido-file-internal): Handle ido-use-url-at-point and | |
11839 ido-use-filename-at-point via code borrowed from ffap-guesser. | |
11840 Handle new ido-exit code ffap. | |
11841 (ido-sort-list): Ignore final slash when sorting file names. | |
11842 | |
11843 2003-11-25 Kim F. Storm <storm@cua.dk> | |
11844 | |
11845 * emulation/cua-base.el (cua--standard-movement-commands): | |
11846 Add forward-sentence and backward-sentence. | |
11847 | |
11848 2003-11-25 Stephen Eglen <stephen@gnu.org> | |
11849 | |
11850 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): | |
11851 iswitchb-exit is set to 'usefirst when user selects buffer at head | |
11852 of list using RET. (Selecting buffers at the head of the list was | |
11853 broken if the substring was also a complete buffername.) | |
11854 | |
11855 2003-11-23 Kim F. Storm <storm@cua.dk> | |
11856 | |
11857 * progmodes/compile.el (grep-command, grep-use-null-device) | |
11858 (grep-find-command, grep-tree-command, grep-tree-files-aliases) | |
11859 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories) | |
11860 (grep-regexp-alist, grep-program, find-program) | |
11861 (grep-find-use-xargs, grep-history, grep-find-history) | |
11862 (grep-process-setup, grep-compute-defaults) | |
11863 (grep-default-command, grep, grep-tag-default, grep-find) | |
11864 (grep-expand-command-macros, grep-tree-last-regexp) | |
11865 (grep-tree-last-files, grep-tree): Move grep variables, functions | |
11866 and commands to new file grep.el. | |
11867 (compilation-mode-map): Remove grep commands from Compile sub-menu. | |
11868 (compilation-process-setup-function): Doc fix. | |
11869 (compilation-highlight-regexp, compilation-highlight-overlay): New | |
11870 defvars used for highlighting current compile error in source buffer. | |
11871 (compile-internal): New optional args HIGHLIGHT-REGEXP and | |
11872 LOCAL-MAP which overrides compilation-highlight-regexp and | |
11873 compilation-mode-map for this compilation. | |
11874 Delay calling compilation-set-window-height until after running | |
11875 compilation-process-setup-function so it can buffer-local override | |
11876 compilation-window-height. | |
11877 Check buffer-local value of compilation-scroll-output. | |
11878 (compilation-set-window-height): Use buffer-local value of | |
11879 compilation-window-height. | |
11880 (compilation-revert-buffer): Don't pass (undefined) | |
11881 preserve-modes arg to revert-buffer. | |
11882 (next-error-no-select, previous-error-no-select): New commands. | |
11883 (compilation-goto-locus): Temporarily highlight current match in | |
11884 source buffer using compilation-highlight-regexp. | |
11885 | |
11886 * progmodes/grep.el: New file with grep code from compile.el. | |
11887 (grep): New defcustom group. | |
11888 (grep-window-height): New defcustom, like compilation-window-height. | |
11889 (grep-auto-highlight): New defcustom, like compile-auto-highlight. | |
11890 (grep-scroll-output): New defcustom, like compilation-scroll-output. | |
11891 (grep-command, grep-use-null-device, grep-find-command) | |
11892 (grep-tree-files-aliases, grep-tree-ignore-case) | |
11893 (grep-tree-ignore-CVS-directories): Move to grep custom group. | |
11894 (grep-setup-hook): New hook variable. | |
11895 (grep-mode-map): New keymap for grep commands. Add Grep menu. | |
11896 (grep-last-buffer): New defvar, override compilation-last-buffer. | |
11897 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix. | |
11898 Call compile-internal with args highlight-regexp and grep-mode-map. | |
11899 | |
11900 2003-11-23 Kim F. Storm <storm@cua.dk> | |
11901 | |
11902 * subr.el (event-start, event-end): Doc fix. | |
11903 (posn-window, posn-x-y, posn-timestamp): Simplify doc. | |
11904 (posn-area, posn-actual-col-row, posn-object): New defuns. | |
11905 (posn-col-row): Simplify doc. Rewrite to use cond. | |
11906 (posn-point): Also return buffer position for events outside text | |
11907 area (that info is now present in the event position). | |
11908 | |
11909 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to | |
11910 mouse-set-point so that hscroll still works now that clicks on | |
11911 fringes generate specific mouse events. | |
11912 (mouse-set-point): Note that it now works in fringes and margins | |
11913 too due to new semantics of posn-point in fringes and margins. | |
11914 | |
11915 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun. | |
11916 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1]. | |
11917 | |
11918 2003-11-20 Kim F. Storm <storm@cua.dk> | |
11919 | |
11920 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH. | |
11921 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother. | |
11922 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent | |
11923 to 100 for icons to avoid increasing line height when shown. | |
11924 | |
11925 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
11926 | |
11927 * newcomment.el (comment-normalize-vars): Initialize properly if | |
11928 comment-start was nil. | |
11929 | |
11930 2003-11-19 Andreas Schwab <schwab@suse.de> | |
11931 | |
11932 * simple.el (set-variable): Fix indentation. | |
11933 | |
11934 2003-11-17 Kenichi Handa <handa@m17n.org> | |
11935 | |
11936 * international/latin1-disp.el (latin1-display-ucs-per-lynx): | |
11937 Fix docstring. | |
11938 | |
11939 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
11940 | |
11941 * international/latin1-disp.el (latin1-display): Fix docstring. | |
11942 | |
11943 2003-11-16 John Wiegley <johnw@newartisans.com> | |
11944 | |
11945 * eshell/em-ls.el (eshell-ls-file): There are times with | |
11946 size-width is nil and uncomputed (when directories are created in | |
11947 dired, for example); in this case, 4 is reasonable default value, | |
11948 although it may caused skewed new entries (which could be avoided | |
11949 by returning the original value of 8 in all cases, but 99% of the | |
11950 time this is a waste of whitespace). | |
11951 | |
11952 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org> | |
11953 | |
11954 * cc-engine.el (c-guess-continued-construct) | |
11955 (c-guess-basic-syntax): Check a little more carefully if it's a | |
11956 function declaration when an unknown construct followed by a block | |
11957 is found inside a statement context. This avoids macros followed | |
11958 by blocks to be taken as function declarations. | |
11959 | |
11960 (c-guess-continued-construct): Change the analysis of a statement | |
11961 continuation with a brace open to `substatement-block', for | |
11962 consistency with recognized statements. | |
11963 | |
11964 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the | |
11965 start is in a position so that `c-beginning-of-statement-1' jumped | |
11966 to the beginning of the same statement. | |
11967 | |
11968 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): | |
11969 Don't accept binary operators in the arglist if we're in a function | |
11970 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids | |
11971 template recognition in cases like "if (a < b || c > d)". | |
11972 | |
11973 (c-restricted-<>-arglists): New more appropriate name for | |
11974 `c-disallow-comma-in-<>-arglists'. | |
11975 | |
11976 Accessing functions updated for the variable name change. | |
11977 | |
11978 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the | |
11979 match data could get clobbered if NOT-INSIDE-TOKEN is used. | |
11980 | |
11981 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in | |
11982 labels. | |
11983 | |
11984 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' | |
11985 instead of duplicating parts of it. This fixes bogus label | |
11986 recognition. | |
11987 | |
11988 * cc-align.el (c-gnu-impose-minimum): Revert to the old method | |
11989 of checking the context in which to apply the minimum indentation, | |
11990 so that it isn't enforced in e.g. namespace blocks. | |
11991 | |
11992 * cc-vars.el (c-inside-block-syms): New constant used by | |
11993 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' | |
11994 to somewhat reduce the risk of becoming stale. | |
11995 | |
11996 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from | |
11997 cc-cmds to cc-engine to allow use from cc-align. | |
11998 | |
11999 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully | |
12000 qualified identifiers containing "::". | |
12001 | |
12002 * cc-defs.el (c-make-keywords-re): Add kludge for bug in | |
12003 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. | |
12004 | |
12005 * cc-vars.el (c-emacs-features): Use a space in front of the name | |
12006 of the temporary buffer. That also avoids dumping problems in | |
12007 XEmacs due to undo info being left around after the buffer is killed. | |
12008 | |
12009 * cc-engine.el (c-in-knr-argdecl): Look closer at the function | |
12010 arglist to see if it's a K&R style declaration. | |
12011 | |
12012 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' | |
12013 before returning `knr-argdecl-intro'. | |
12014 | |
12015 2003-11-16 John Wiegley <johnw@newartisans.com> | |
12016 | |
12017 * eshell/em-ls.el (eshell-ls-file): Instead of making the size | |
12018 field in a long-listing always 8 characters, use `size-width', | |
12019 which has already been computed. | |
12020 | |
12021 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org> | |
12022 | |
12023 * subr.el (minor-mode-list): Add `hs-minor-mode'. | |
12024 | |
12025 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org> | |
12026 | |
12027 * diff-mode.el (diff-hunk-prev, diff-hunk-next): | |
12028 Support operation while narrowed, with `diff-restrict-view'. | |
12029 | |
12030 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org> | |
12031 | |
12032 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): | |
12033 Take additional optional arg NARROWFUN. For the generated functions: | |
12034 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, | |
12035 include frags that arrange to check for and save narrowing state before | |
12036 the move and then conditionally call NARROWFUN after the move. | |
12037 | |
12038 2003-11-14 John Wiegley <johnw@newartisans.com> | |
12039 | |
12040 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash | |
12041 that was optional, but obviously missing based on surrounding code. | |
12042 | |
12043 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert | |
12044 string arguments to numbers unless the whole argument was seen as | |
12045 a number. | |
12046 | |
12047 2003-11-14 Kenichi Handa <handa@m17n.org> | |
12048 | |
12049 * international/mule.el (ctext-non-standard-encodings-alist): | |
12050 Fix coding systems. | |
12051 | |
12052 2003-11-10 Kenichi Handa <handa@m17n.org> | |
12053 | |
12054 * language/kannada.el ("Kannada"): Add sample-text. | |
12055 | |
12056 * language/knd-util.el (kannada-compose-region) | |
12057 (kannada-compose-string, kannada-post-read-conversion): | |
12058 Add autoload cookie. | |
12059 | |
12060 * international/quail.el (quail-completion): Change the message | |
12061 "corresponding translations" to "corresponding characters". | |
12062 | |
12063 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
12064 | |
12065 * descr-text.el (describe-char): Fix typo. | |
12066 | |
12067 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> | |
12068 | |
12069 These changes are to support Kannada language/script. | |
12070 | |
12071 * Makefile.in (DONTCOMPILE): Add kannada.el. | |
12072 | |
12073 * makefile.w32-in (DONTCOMPILE): Add kannada.el. | |
12074 | |
12075 * loadup.el: Preload kannada.el. | |
12076 | |
12077 * language/ind-util.el (ucs-kannada-to-is13194-alist) | |
12078 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp): | |
12079 New variables. | |
12080 | |
12081 * language/kannada.el: New file. | |
12082 | |
12083 * language/knd-util.el: New file. | |
12084 | |
12085 2003-11-07 Andreas Schwab <schwab@suse.de> | |
12086 | |
12087 * progmodes/autoconf.el (autoconf-font-lock-keywords): | |
12088 Also highlight AH_*. | |
12089 | |
12090 * xml.el (xml-parse-dtd): Fix misplaced paren. | |
12091 | |
12092 2003-11-07 Kenichi Handa <handa@m17n.org> | |
12093 | |
12094 * language/european.el (windows-1252): Fix table (0x8F and 0x9E). | |
12095 | |
12096 2003-11-05 Juri Linkov <juri@jurta.org> | |
12097 | |
12098 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system. | |
12099 (desktop-buffer-file): Use saved buffer-file-coding-system | |
12100 for file reading. Set auto-insert to nil to prevent automatic | |
12101 insertion into restored empty files. | |
12102 | |
12103 2003-11-04 Luc Teirlinck <teirllm@auburn.edu> | |
12104 | |
12105 * files.el (risky-local-variable-p): Make second argument optional. | |
12106 | |
12107 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
12108 | |
12109 * subr.el (add-hook): Fix last change. | |
12110 | |
12111 2003-11-03 Eli Zaretskii <eliz@gnu.org> | |
12112 | |
12113 * mail/rmail.el (rmail-convert-to-babyl-format): | |
12114 If base64-decode-region signals an error, catch it and silently | |
12115 ignore it. | |
12116 | |
12117 2003-11-01 Mark A. Hershberger <mah@everybody.org> | |
12118 | |
12119 * xml.el (xml-parse-region): Allow comments to appear after the | |
12120 topmost element has closed. | |
12121 (xml-ns-parse-ns-attrs, xml-ns-expand-el) | |
12122 (xml-ns-expand-attr): New functions to do namespace handling. | |
12123 (xml-intern-attrlist): Back-compatible handling of attribute names. | |
12124 (xml-parse-tag): Move namespace handling to separate functions. | |
12125 Now produces elements in the form ((:ns . "element") (attr-list) | |
12126 children) instead of ('ns:element (attr-list) children). | |
12127 (xml-parse-attlist): Fix attribute parsing. | |
12128 (xml-parse-dtd): Change parsing so that it produces strings | |
12129 instead of interned symbols. | |
12130 | |
12131 2003-11-01 era@iki.fi <era@iki.fi> (tiny change) | |
12132 | |
12133 * dired.el (dired-ls-sorting-switches): Doc fix. | |
12134 | |
12135 2003-11-01 Oliver Scholz <epameinondas@gmx.de> | |
12136 | |
12137 * emacs-lisp/rx.el (rx-or): Fix the case of | |
12138 "(rx (and ?a (or ?b ?c) ?d))". | |
12139 | |
12140 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change) | |
12141 | |
12142 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable. | |
12143 (texinfo-format-region): Use it. | |
12144 (texinfo-format-buffer-1): Ditto. | |
12145 | |
12146 2003-11-01 Alan Mackenzie <acm@muc.de> | |
12147 | |
12148 Changes to allow scrolling whilst in isearch mode: | |
12149 * isearch.el (isearch-unread-key-sequence): New function, | |
12150 extracted from isearch-other-meta-char. | |
12151 (top level): (put 'foo 'isearch-scroll) on all Emacs's | |
12152 "scrollable" standard functions. | |
12153 (isearch-allow-scroll): New customizable variable. | |
12154 (isearch-string-out-of-window, isearch-back-into-window) | |
12155 (isearch-reread-key-sequence-naturally) | |
12156 (isearch-lookup-scroll-key): New functions. | |
12157 (isearch-other-meta-char): Doc string and functionality enhanced. | |
12158 Now accepts a prefix argument. | |
12159 (isearch-lazy-highlight-window-end): New variable. | |
12160 (isearch-lazy-highlight-new-loop): Pay attention to the window's | |
12161 end (thru isearch-lazy-highlight-window-end), not only its start. | |
12162 | |
12163 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars. | |
12164 (ensure-overriding-map-is-bound, restore-overriding-map): New funs. | |
12165 (universal-argument, universal-argument-more, negative-argument) | |
12166 (digit-argument, universal-argument-other-key): Minor changes. | |
12167 | |
12168 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | |
12169 | |
12170 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself | |
12171 recursively if the last message is deleted, thus avoiding an | |
12172 infinite loop. | |
12173 | |
12174 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
12175 | |
12176 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'. | |
12177 (tex-main-file): Don't add .tex if the extension is already present. | |
12178 (tex-uptodate-p): Don't recurse indefinitely with symlinks. | |
12179 | |
12180 2003-10-29 Lute Kamstra <lute@gnu.org> | |
12181 | |
12182 * progmodes/octave-inf.el (inferior-octave-prompt): | |
12183 Recognize version number in prompt. | |
12184 | |
12185 2003-10-28 Dave Love <fx@gnu.org> | |
12186 | |
12187 * international/characters.el: Fix some Unicode ranges. | |
12188 | |
12189 2003-10-28 Kenichi Handa <handa@m17n.org> | |
12190 | |
12191 * disp-table.el (standard-display-8bit) | |
12192 (standard-display-default, standard-display-ascii) | |
12193 (standard-display-g1, standard-display-graphic) | |
12194 (standard-display-underline): Assure that standard-display-table | |
12195 is a display table. | |
12196 | |
12197 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
12198 | |
12199 * simple.el (reindent-then-newline-and-indent): Delete space *after* | |
12200 reindenting the first line. | |
12201 | |
12202 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk> | |
12203 | |
12204 * wid-edit.el (widget-default-delete): Always delete child widgets. | |
12205 | |
12206 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
12207 | |
12208 * newcomment.el (comment-indent): Don't call indent-according-to-mode | |
12209 if the line has code. | |
12210 Don't try to line up with something that's too far left. | |
12211 | |
12212 * progmodes/octave-mod.el (octave-comment-start): Simplify. | |
12213 (octave-mode-syntax-table): Add % as a comment starter. | |
12214 (octave-point): Remove. | |
12215 (octave-in-comment-p, octave-in-string-p) | |
12216 (octave-not-in-string-or-comment-p, calculate-octave-indent) | |
12217 (octave-blink-matching-block-open, octave-auto-fill): | |
12218 Use line-(beginning|end)-position instead. | |
12219 | |
12220 2003-10-23 Francesco Potortì <pot@gnu.org> | |
12221 | |
12222 * emacs-lisp/authors.el (authors-aliases): Add correct realname | |
12223 for Francesco Potortì. | |
12224 | |
12225 2003-10-23 Dave Love <fx@gnu.org> | |
12226 | |
12227 * international/mule-cmds.el (locale-charset-to-coding-system): | |
12228 Don't rely on nil being a coding system. | |
12229 | |
12230 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version. | |
12231 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars. | |
12232 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII). | |
12233 | |
12234 2003-10-21 Nick Roberts <nick@nick.uklinux.net> | |
12235 | |
12236 * gdb-ui.el (gdb-current-language): New variable. | |
12237 (gdb-update-flag): Remove variable. | |
12238 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran). | |
12239 (gdb-take-last-elt): Remove function. | |
12240 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt. | |
12241 (gdb-post-prompt): Check for variable object changes here. | |
12242 | |
12243 * progmodes/gud.el (gud-speedbar-buttons): Check for variable | |
12244 object changes in gdb-ui.el. | |
12245 | |
12246 2003-10-21 Richard M. Stallman <rms@gnu.org> | |
12247 | |
12248 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. | |
12249 | |
12250 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp. | |
12251 Don't check for foo*/ wildcard form here. | |
12252 (insert-directory): Recognize foo*/ as a wildcard. | |
12253 Separate wildcard-regexp variable from the arg, wildcard. | |
12254 | |
12255 * subr.el (add-hook): Correctly detect when make-local-hook was used. | |
12256 (remove-hook): Correctly handle strange cases about local hooks. | |
12257 | |
12258 2003-10-21 David Ponce <david@dponce.com> | |
12259 | |
12260 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional | |
12261 argument REAL, to return a real number instead of a rounded | |
12262 integer value. Define as inline function. | |
12263 (ruler-mode-right-fringe-cols): Likewise. | |
12264 (ruler-mode-scroll-bar-cols): New function. | |
12265 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro. | |
12266 (ruler-mode-right-scroll-bar-cols): Likewise. | |
12267 (ruler-mode-space): New function. | |
12268 (ruler-mode-ruler): Use it. Handle variations of fringe style, | |
12269 scroll bar mode and margins in a more robust way. | |
12270 | |
12271 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com> | |
12272 | |
12273 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+. | |
12274 (antlr-c-init-language-vars): New function. | |
12275 (antlr-mode): Use it with cc-mode before v5.29. | |
12276 (antlr-c-common-init): Don't set some local vars here. | |
12277 (antlr-mode): Set them here. | |
12278 (antlr-c-forward-sws): New function alias. | |
12279 (antlr-mode): Redefine with cc-mode before v5.30. | |
12280 (antlr-skip-sexps): Use it. | |
12281 (antlr-skip-exception-part): Ditto. | |
12282 (antlr-skip-file-prelude): Ditto. | |
12283 (antlr-outside-rule-p): Ditto. | |
12284 (antlr-end-of-body): Ditto. | |
12285 (antlr-option-kind): Ditto. | |
12286 (antlr-insert-option-area): Ditto. | |
12287 (antlr-file-dependencies): Ditto. | |
12288 | |
12289 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
12290 | |
12291 * textmodes/bibtex.el (bibtex-move-outside-of-entry): | |
12292 Move backward only if point was not inside an entry. | |
12293 | |
12294 2003-10-21 Richard M. Stallman <rms@gnu.org> | |
12295 | |
12296 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change. | |
12297 | |
12298 2003-10-21 Juri Linkov <juri@jurta.org> | |
12299 | |
12300 * compare-w.el: Automatically skip non-matching text to resync. | |
12301 (compare-windows-whitespace): Doc fix. | |
12302 (compare-windows-sync, compare-windows-sync-string-size) | |
12303 (compare-windows-recenter, compare-ignore-whitespace) | |
12304 (compare-windows-highlight, compare-windows-face): New variables. | |
12305 (compare-windows): Use compare-windows-sync. | |
12306 (compare-windows-highlight, compare-windows-dehighlight) | |
12307 (compare-windows-sync-regexp) | |
12308 (compare-windows-sync-default-function): New functions. | |
12309 | |
12310 2003-10-21 Juri Linkov <juri@jurta.org> | |
12311 | |
12312 * diff.el (diff-parse-differences): Don't visit the files now; | |
12313 instead, just record the error locus. | |
12314 | |
12315 2003-10-21 Dave Love <fx@gnu.org> | |
12316 | |
12317 * progmodes/cfengine.el: New file. | |
12318 | |
12319 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
12320 | |
12321 * complete.el (PC-do-completion): Do not forget to use `pred' as the | |
12322 default-directory when completing file names. | |
12323 | |
12324 2003-10-20 Luc Teirlinck <teirllm@auburn.edu> | |
12325 | |
12326 * help-mode.el (help-make-xrefs): Make sure that if a symbol is | |
12327 followed by the word `face', it gets treated as a face, even if | |
12328 it is also defined as a variable or a function. | |
12329 | |
12330 2003-10-20 Dave Love <fx@gnu.org> | |
12331 | |
12332 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): | |
12333 Avoid incf in macro expansion. | |
12334 | |
12335 2003-10-20 John Paul Wallington <jpw@gnu.org> | |
12336 | |
12337 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use | |
12338 `evenp' so we don't implicitly require cl library at runtime. | |
12339 | |
12340 2003-10-18 Luc Teirlinck <teirllm@auburn.edu> | |
12341 | |
12342 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace. | |
12343 (help-make-xrefs): Only make cross-references for faces if | |
12344 preceded or followed by the word `face'. Do not make a | |
12345 cross-reference for variables without variable documentation, | |
12346 unless preceded by the word `variable' or `option'. Update doc | |
12347 string accordingly. | |
12348 | |
12349 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org> | |
12350 | |
12351 * progmodes/hideshow.el: Rewrite one-armed `if' | |
12352 constructs using either `when' or `unless'. | |
12353 (hs-grok-mode-type): Elide superfluous `progn'; nfc. | |
12354 | |
12355 2003-10-16 Nick Roberts <nick@nick.uklinux.net> | |
12356 | |
12357 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data) | |
12358 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10 | |
12359 instead of 12x12. | |
12360 | |
12361 2003-10-16 Eli Zaretskii <eliz@gnu.org> | |
12362 | |
12363 * mail/rmail.el (rmail-convert-to-babyl-format): Display a | |
12364 message while converting to Babyl. | |
12365 | |
12366 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change) | |
12367 | |
12368 * allout.el (allout-mode): Doc fix. | |
12369 | |
12370 2003-10-16 Lute Kamstra <lute@gnu.org> | |
12371 | |
12372 * subr.el (force-mode-line-update): Fix docstring. | |
12373 | |
12374 2003-10-14 Dave Love <fx@gnu.org> | |
12375 | |
12376 * international/mule-cmds.el (find-multibyte-characters): Doc fix. | |
12377 (default-input-method): Add :link, improve :type. | |
12378 (locale-charset-language-names): Fix utf-8 pattern. | |
12379 (locale-charset-match-p, locale-charset-alist) | |
12380 (locale-charset-to-coding-system): New. | |
12381 (set-locale-environment): Deal with codeset part of locale specs. | |
12382 | |
12383 2003-10-14 Lute Kamstra <lute@gnu.org> | |
12384 | |
12385 * fringe.el (fringe-mode): Use active voice in docstring. | |
12386 (set-fringe-style): Ditto. | |
12387 | |
12388 2003-10-13 Lute Kamstra <lute@gnu.org> | |
12389 | |
12390 * fringe.el (fringe-mode): Fix docstring. | |
12391 (set-fringe-style): Ditto. | |
12392 | |
12393 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu> | |
12394 | |
12395 * ediff-mult.el (ediff-filegroup-action): | |
12396 Use ediff-default-filtering-regexp. | |
12397 | |
12398 * ediff-util.el (ediff-recenter): Don't call | |
12399 ediff-restore-highlighting twice. | |
12400 (ediff-select-difference): Set current difference. | |
12401 (ediff-unselect-and-select-difference): Add comment. | |
12402 | |
12403 * ediff.el (ediff-directories,ediff-directory-revisions) | |
12404 (ediff-directories3,ediff-merge-directories) | |
12405 (ediff-merge-directories-with-ancestor) | |
12406 (ediff-merge-directory-revisions) | |
12407 (ediff-merge-directory-revisions-with-ancestor): | |
12408 Use ediff-default-filtering-regexp. | |
12409 | |
12410 2003-10-12 Andreas Schwab <schwab@suse.de> | |
12411 | |
12412 * international/mule-cmds.el (locale-charset-language-names): | |
12413 Simplify regex by removing unused grouping. | |
12414 | |
12415 2003-10-10 Dave Love <fx@gnu.org> | |
12416 | |
12417 * bindings.el: Don't bind stop. | |
12418 | |
12419 2003-10-08 Miles Bader <miles@gnu.org> | |
12420 | |
12421 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video | |
12422 face instead of attempting to emulate it. | |
12423 | |
12424 2003-10-07 Kenichi Handa <handa@m17n.org> | |
12425 | |
12426 * international/mule-diag.el (list-coding-systems-1): List coding | |
12427 systems that are loaded automatically. | |
12428 | |
12429 * international/code-pages.el (iso-8859-11): Add autoload cookie. | |
12430 | |
12431 * international/mule.el (autoload-coding-system): New function. | |
12432 | |
12433 2003-10-07 Andreas Schwab <schwab@suse.de> | |
12434 | |
12435 * log-edit.el (log-edit-changelog-entries): Prefer local value of | |
12436 change-log-default-name in the buffer visiting the file. | |
12437 | |
12438 2003-10-06 Dave Love <fx@gnu.org> | |
12439 | |
12440 * files.el (find-file-hook): Customize. | |
12441 (auto-mode-alist): Add .stk, .ss, .sch, .orig. | |
12442 | |
12443 * bindings.el (completion-ignored-extensions): Remove .log. | |
12444 (global-map): Add again, open, stop keys. | |
12445 | |
12446 2003-10-05 Richard M. Stallman <rms@gnu.org> | |
12447 | |
12448 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append. | |
12449 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts): | |
12450 Use sh-modify directly. | |
12451 (sh-select): Use sh-append, not eval. | |
12452 | |
12453 * mail/emacsbug.el (report-emacs-bug): Fix previous change. | |
12454 | |
12455 * info.el (Info-following-node-name): New function. | |
12456 | |
12457 * loadhist.el (unload-feature-special-hooks): | |
12458 Rename from loadhist-hook-functions. | |
12459 (loadhist-hook-functions): Now an alias. | |
12460 | |
12461 2003-10-04 Eli Zaretskii <eliz@gnu.org> | |
12462 | |
12463 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent | |
12464 file-name clashes on 8+3 filesystems. | |
12465 | |
12466 * Makefile.in (DONTCOMPILE, bootstrap-clean): | |
12467 Rename loaddefs-boot.el to ldefs-boot.el | |
12468 | |
12469 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD) | |
12470 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el | |
12471 | |
12472 2003-10-03 Lute Kamstra <lute@gnu.org> | |
12473 | |
12474 * info.el (Info-mode): Revert previous change. | |
12475 (Info-escape-percent): New function. | |
12476 (Info-fontify-node): Use it. | |
12477 | |
12478 2003-10-02 Andreas Schwab <schwab@suse.de> | |
12479 | |
12480 * loaddefs-boot.el: Regenerated. | |
12481 | |
12482 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org> | |
12483 | |
12484 * ffap.el: Remove defadvice related code from CVS since `complete' | |
12485 provides a `PC-completion-as-file-name-predicate' variable that | |
12486 ffap can override. | |
12487 | |
12488 2003-10-02 Kenichi Handa <handa@m17n.org> | |
12489 | |
12490 * international/utf-8.el (ccl-decode-mule-utf-8): | |
12491 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF. | |
12492 | |
12493 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table. | |
12494 * international/subst-big5.el: Likewise. | |
12495 * international/subst-gb2312.el: Likewise. | |
12496 * international/subst-ksc.el: Likewise. | |
12497 | |
12498 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk> | |
12499 | |
12500 * calendar/calendar.el (increment-calendar-month) | |
12501 (calendar-leap-year-p, calendar-absolute-from-gregorian) | |
12502 (generate-calendar, calendar-read-date, calendar-interval) | |
12503 (calendar-day-of-week): Handle years BC. | |
12504 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix. | |
12505 | |
12506 2003-10-01 Dave Love <fx@gnu.org> | |
12507 | |
12508 * language/cyrillic.el (cp1251): Alias for windows-1251. | |
12509 | |
12510 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow | |
12511 bootstrap. | |
12512 | |
12513 2003-10-01 Lute Kamstra <lute@gnu.org> | |
12514 | |
12515 * files.el: Fix typo. | |
12516 * imenu.el (imenu--generic-function): Docstring fix. | |
12517 | |
12518 2003-09-30 Richard M. Stallman <rms@gnu.org> | |
12519 | |
12520 * dired.el (dired-mode): Handle dired-directory as a list. | |
12521 | |
12522 2003-09-30 Nick Roberts <nick@nick.uklinux.net> | |
12523 | |
12524 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add. | |
12525 | |
12526 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove. | |
12527 | |
12528 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): | |
12529 Replace gud-display with gud-watch. | |
12530 (gud-speedbar-buttons): Add stuff for watching expressions | |
12531 in the speedbar when using M-x gdba. Use dolist on old part | |
12532 of this function. | |
12533 | |
12534 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) | |
12535 (gdb-update-flag): New variables. | |
12536 (gdb-var-update, gdb-var-update-handler,gdb-var-delete) | |
12537 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) | |
12538 (gud-watch, gdb-var-create-handler) : New functions. | |
12539 (gdb-var-list-children, gdb-var-list-children-handler) | |
12540 (gdb-var-create-regexp, gdb-var-update-regexp) | |
12541 (gdb-var-list-children-regexp): New constants. | |
12542 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works. | |
12543 (gdb-annotation-rules): Reduce annotation set (level 3). | |
12544 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt. | |
12545 (gdb-post-prompt): Don't update GDB buffers every time speedbar | |
12546 updates. | |
12547 (gdb-window-height, gdb-window-width, gdb-display-in-progress) | |
12548 (gdb-expression-buffer-name, gdb-display-number, gdb-point) | |
12549 (gdb-dive-display-number, gdb-nesting-level, gdb-expression) | |
12550 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start) | |
12551 (gdb-array-stop, gdb-array-slice-map, gdb-display-string) | |
12552 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map): | |
12553 (gdb-expressions-mode-menu, gdb-dive): Remove variables. | |
12554 (gud-display, gud-display1) | |
12555 (gdb-display-begin,gdb-display-number-end, gdb-delete-line) | |
12556 (gdb-display-end, gdb-display-go-back, gdb-array-section-end) | |
12557 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin) | |
12558 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame) | |
12559 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice) | |
12560 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom) | |
12561 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name) | |
12562 (gdb-display-display-buffer, gdb-toggle-display) | |
12563 (gdb-delete-display, gdb-expressions-popup-menu) | |
12564 (gdb-expressions-mode, gdb-array-visualise): Remove functions. | |
12565 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references | |
12566 to display buffer. | |
12567 | |
12568 2003-09-30 Richard M. Stallman <rms@gnu.org> | |
12569 | |
12570 * progmodes/ada-mode.el (ada-mode): Don't use advice. | |
12571 Instead, set which-func-functions. | |
12572 | |
12573 * progmodes/which-func.el (which-func-modes): Add ada-mode. | |
12574 (which-func-functions): New variable. | |
12575 (which-function): Use that. | |
12576 | |
12577 * info.el (Info-mode): Double each `%' in header line. | |
12578 | |
12579 * emacs-lisp/lisp-mnt.el (lm-with-file): | |
12580 When FILE is nil, run BODY in current buffer. | |
12581 | |
12582 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes. | |
12583 | |
12584 * help.el (describe-mode): Start with a brief list of minor modes. | |
12585 Find them thru minor-mode-list so as to find them all. | |
12586 Show them in alphabetical order. | |
12587 | |
12588 * mail/sendmail.el (mail-aliases): Doc fix. | |
12589 | |
12590 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar. | |
12591 | |
12592 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | |
12593 | |
12594 * mail/rmailsum.el (rmail-make-summary-line-1): | |
12595 Change comma after last label to a space. | |
12596 (rmail-summary-font-lock-keywords): Adapt to that change. | |
12597 | |
12598 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org> | |
12599 | |
12600 * progmodes/scheme.el (scheme-mode-variables): When setting | |
12601 `font-lock-defaults', also specify that "#" should | |
12602 be interpreted with `word' syntax. | |
12603 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword. | |
12604 | |
12605 2003-09-30 Lars Hansen <larsh@math.ku.dk> | |
12606 | |
12607 * desktop.el: A lot of comments updated. | |
12608 (desktop-save-mode): Minor mode introduced. | |
12609 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete. | |
12610 (desktop-load-default): Function made obsolete. | |
12611 (desktop-locals-to-save): Variable made customizable. | |
12612 (desktop-read): Optional parameter `dirname' added. | |
12613 (desktop-change-dir, desktop-revert): Parameter `dirname' in | |
12614 `desktop-read' used. | |
12615 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'. | |
12616 | |
12617 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> | |
12618 | |
12619 * whitespace.el (whitespace-clean-msg): Add user customizable message | |
12620 for displaying ``clean'' output. | |
12621 (whitespace-buffer): Use `whitespace-clean-msg'. | |
12622 (whitespace-global-mode): Fix typo. | |
12623 | |
12624 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> | |
12625 | |
12626 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. | |
12627 | |
12628 2003-09-29 Lute Kamstra <lute@gnu.org> | |
12629 | |
12630 * bindings.el (mode-line-modes): Remove superfluous :propertize | |
12631 construct in initialization. | |
12632 (mode-line-position): Change cons cell into proper list in | |
12633 initialization. | |
12634 | |
12635 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change) | |
12636 | |
12637 * international/mule.el (decode-coding-inserted-region): Use car | |
12638 of the return value of find-operation-coding-system. | |
12639 | |
12640 2003-09-29 Kenichi Handa <handa@m17n.org> | |
12641 | |
12642 * descr-text.el (describe-char): Fix previous change. | |
12643 | |
12644 2003-09-28 Kenichi Handa <handa@m17n.org> | |
12645 | |
12646 * descr-text.el (describe-char-display): New function. | |
12647 (describe-char): Pay attention to display table on describing how | |
12648 a character is displayed. | |
12649 | |
12650 * international/mule-cmds.el (encoded-string-description): | |
12651 Prepend "0x" to each encoded byte. | |
12652 | |
12653 2003-09-28 Andreas Schwab <schwab@suse.de> | |
12654 | |
12655 * find-file.el (ff-special-constructs): Add autoload cookie. | |
12656 | |
12657 2003-09-28 Kevin Ryde <user42@zip.com.au> | |
12658 | |
12659 * info.el (Info-find-index-name): Remove any "<n>" suffixes which | |
12660 makeinfo appends to duplicate index entries. | |
12661 | |
12662 2003-09-28 Eli Zaretskii <eliz@gnu.org> | |
12663 | |
12664 * dired-x.el (dired-clean-tex): Doc fix. | |
12665 | |
12666 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for | |
12667 using a Chinese tutorial. | |
12668 | |
12669 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
12670 | |
12671 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space | |
12672 between "MAIL FROM:" and "RCPT TO:" and the following address. | |
12673 | |
12674 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
12675 | |
12676 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. | |
12677 | |
12678 2003-09-28 David Ponce <david@dponce.com> | |
12679 | |
12680 * recentf.el (recentf-initialize-file-name-history): New defcustom. | |
12681 (recentf-load-list): When `recentf-initialize-file-name-history' | |
12682 is non-nil, initialize an empty `file-name-history' with the | |
12683 recent list. | |
12684 | |
12685 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change) | |
12686 | |
12687 * man.el (Man-default-man-entry): Remove the leading `*' from the | |
12688 word at point. | |
12689 | |
12690 2003-09-26 Lute Kamstra <lute@gnu.org> | |
12691 | |
12692 * bindings.el (mode-line-position): Mention size indication in | |
12693 docstring. | |
12694 | |
12695 2003-09-26 Andre Spiegel <spiegel@gnu.org> | |
12696 | |
12697 * calendar/parse-time.el (parse-time-string): Add autoload cookie. | |
12698 | |
12699 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time, | |
12700 because it's autoloaded now. | |
12701 | |
12702 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk> | |
12703 | |
12704 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin. | |
12705 (sh-font-lock-keywords, sh-feature): Fix previous change of | |
12706 sh-feature to avoid infloop with sh-font-lock-keywords. | |
12707 | |
12708 2003-09-25 Kim F. Storm <storm@cua.dk> | |
12709 | |
12710 * frame.el (frame-current-scroll-bars): New defun. | |
12711 | |
12712 * window.el (window-current-scroll-bars): New defun. | |
12713 | |
12714 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12715 | |
12716 * progmodes/cc-engine.el (c-parse-state): Fix bug that could | |
12717 cause errors when the state cache contains info on parts that have | |
12718 been narrowed out. | |
12719 | |
12720 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12721 | |
12722 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that | |
12723 `c-setup-paragraph-variables' has to be used when this variable is | |
12724 changed; it doesn't work to reinitialize the mode since that | |
12725 typically clobbers the variable. | |
12726 | |
12727 * progmodes/cc-styles.el (c-setup-paragraph-variables): | |
12728 Make it interactive. | |
12729 | |
12730 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12731 | |
12732 * progmodes/cc-fonts.el (c-font-lock-declarations): | |
12733 Fix recognition of constructors and destructors for classes whose | |
12734 names are matched by `*-font-lock-extra-types'. | |
12735 | |
12736 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is | |
12737 followed by an identifier in C++ then it's a type. | |
12738 | |
12739 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12740 | |
12741 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob | |
12742 problem that primarily affected XEmacs. Don't use faces to find | |
12743 unterminated strings since Emacs and XEmacs fontify strings | |
12744 differently - this function should now work better in XEmacs. | |
12745 | |
12746 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12747 | |
12748 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the | |
12749 `expand-abbrev' workaround which caused braces to misbehave inside | |
12750 macros. | |
12751 | |
12752 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error | |
12753 handling. This bug could cause interactive font locking to bail out. | |
12754 | |
12755 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
12756 | |
12757 * progmodes/cc-engine.el (c-just-after-func-arglist-p): | |
12758 Handle paren-style types in Pike. Also fixed some cases of | |
12759 insufficient handling of unbalanced parens. | |
12760 | |
12761 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org> | |
12762 | |
12763 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify | |
12764 common shell prompts that are not common filename or URL characters. | |
12765 (ffap-file-at-point): Use the new regexp to strip the prompts from | |
12766 the file names. This is an issue mostly for user prompts that | |
12767 don't have a trailing space and find-file-at-point is invoked from | |
12768 within a shell inside Emacs. | |
12769 | |
12770 2003-09-24 Andre Spiegel <spiegel@gnu.org> | |
12771 | |
12772 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time | |
12773 stamps numerically, rather than textually. | |
12774 | |
12775 2003-09-24 Kenichi Handa <handa@m17n.org> | |
12776 | |
12777 * language/devan-util.el (devanagari-post-read-conversion): | |
12778 * language/mlm-util.el (malayalam-post-read-conversion): | |
12779 * language/tml-util.el (tamil-post-read-conversion): | |
12780 Add autoload cookie. | |
12781 | |
12782 * international/utf-8.el (utf-8-post-read-conversion): | |
12783 Call post-read-conversion functions for Devanagari, Malayalam, | |
12784 and Tamil. | |
12785 | |
12786 2003-09-23 Dave Love <fx@gnu.org> | |
12787 | |
12788 * Makefile.in (bootstrap-clean): Fix misplaced `!'. | |
12789 | |
12790 2003-09-22 Nick Roberts <nick@nick.uklinux.net> | |
12791 | |
12792 * progmodes/gud.el (perldb): Add gud-until to list of commands. | |
12793 Update gud-remove. | |
12794 | |
12795 2003-09-22 Richard M. Stallman <rms@gnu.org> | |
12796 | |
12797 * progmodes/sh-script.el (sh-mode-default-syntax-table): | |
12798 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly. | |
12799 (sh-mode-syntax-table-input): New variable. | |
12800 (sh-require-final-newline): Don't use eval. | |
12801 (sh-builtins, sh-leading-keywords, sh-other-keywords) | |
12802 (sh-variables, sh-font-lock-keywords): Don't use eval. | |
12803 (sh-set-shell): When setting require-final-newline, | |
12804 treat value = `require-final-newline' as don't change it. | |
12805 Set sh-mode-syntax-table locally based on | |
12806 sh-mode-syntax-table-input and sh-mode-default-syntax-table. | |
12807 | |
12808 * progmodes/compile.el (compile-internal): | |
12809 Call compilation-set-window-height before setting window start. | |
12810 | |
12811 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change) | |
12812 | |
12813 * emacs-lisp/bytecomp.el (byte-compile-log-file): | |
12814 Clear out byte-compile-last-warned-form. | |
12815 | |
12816 2003-09-22 Richard M. Stallman <rms@gnu.org> | |
12817 | |
12818 * woman.el (woman-file-name, woman-follow-word): | |
12819 If current-word returns nil, use "". | |
12820 | |
12821 * simple.el (eval-expression): Bind standard-output in to-buffer case. | |
12822 | |
12823 2003-09-22 Richard M. Stallman <rms@gnu.org> | |
12824 | |
12825 * emacs-lisp/lisp-mnt.el (lm-with-file): | |
12826 Don't visit the file, just use insert-file-contents in temp buffer. | |
12827 | |
12828 2003-09-22 Jari Aalto <jari.aalto@poboxes.com> | |
12829 | |
12830 * emacs-lisp/lisp-mnt.el (lm-get-header-re): | |
12831 Add surrounding \\( and \\) around the header, as in | |
12832 for lm-history-header 'Change Log\\|History'. | |
12833 | |
12834 2003-09-22 John Paul Wallington <jpw@gnu.org> | |
12835 | |
12836 * progmodes/ld-script.el: Add Commentary section, | |
12837 minor cleanup of file header. | |
12838 (ld-script-font-lock-keywords): Doc fix. | |
12839 (toplevel): Provide `ld-script' feature. | |
12840 | |
12841 2003-09-21 Kim F. Storm <storm@cua.dk> | |
12842 | |
12843 * scroll-bar.el (set-scroll-bar-mode): Initialize to | |
12844 new built-in variable default-frame-scroll-bars. | |
12845 (scroll-bar-mode): Use default-frame-scroll-bars when enabling | |
12846 scroll-bar-mode; notably, use it instead of t when we toggle | |
12847 scroll-bars on. | |
12848 (toggle-scroll-bar): Use default-frame-scroll-bars. | |
12849 | |
12850 2003-09-19 Masatake YAMATO <jet@gyve.org> | |
12851 | |
12852 * pcvs.el (cvs-do-removal): Change the prompt depending on | |
12853 `filter' value. | |
12854 | |
12855 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk> | |
12856 | |
12857 * startup.el (command-line-1): Stop startup-echo-area-message | |
12858 being hidden by "Loading image..." message. | |
12859 (use-fancy-splash-screens-p, display-splash-screen): | |
12860 Move display-graphic-p test from latter to former. | |
12861 | |
12862 * progmodes/sh-script.el (sh-font-lock-keywords): | |
12863 Highlight escaped EOLs differently from other backslash constructs. | |
12864 | |
12865 2003-09-19 Richard M. Stallman <rms@gnu.org> | |
12866 | |
12867 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): | |
12868 New functions. | |
12869 (edebug-enter, edebug-outside-excursion): Use them. | |
12870 | |
12871 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): | |
12872 Fix the condition for whether to print "In WHERE". | |
12873 | |
12874 2003-09-19 Jari Aalto <jari.aalto@poboxes.com> | |
12875 | |
12876 * finder.el (finder-mode-hook): New variable. | |
12877 (finder-mode): Run hook finder-mode-hook | |
12878 | |
12879 2003-09-18 Masatake YAMATO <jet@gyve.org> | |
12880 | |
12881 * progmodes/ebrowse.el: Fix broken magic autoload comments. | |
12882 | |
12883 2003-09-17 Mario Lang <mlang@delysid.org> | |
12884 | |
12885 * progmodes/gud.el (perldb): Change gud-print from just "%e" to | |
12886 "p %e" to actually print the value in the GUD buffer. | |
12887 | |
12888 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu> | |
12889 | |
12890 From David Ponce <david.ponce@wanadoo.fr>: | |
12891 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el. | |
12892 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el | |
12893 from loaddefs-boot.el if necessary. | |
12894 | |
12895 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com> | |
12896 | |
12897 * progmodes/gud.el (gud-find-class): Make jdb work again since | |
12898 cc-mode changed the syntactic information. | |
12899 | |
12900 2003-09-15 David Ponce <david@dponce.com> | |
12901 | |
12902 * recentf.el: (recentf-exclude): Accept predicates too. | |
12903 (recentf-file-readable-p): New function. | |
12904 (recentf-include-p): Handle predicates in recentf-exclude. | |
12905 (recentf-add-file): Doc fix. Use recentf-file-readable-p. | |
12906 (recentf-cleanup): Likewise. | |
12907 (recentf-save-list): Use write-file to handle backup of | |
12908 recentf-save-file. | |
12909 | |
12910 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu> | |
12911 | |
12912 * loaddefs-boot.el: Renamed from `loaddefs.el' | |
12913 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el. | |
12914 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if | |
12915 necessary. | |
12916 | |
12917 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org> | |
12918 | |
12919 * electric.el (Electric-pop-up-window): For the `one-window' case, | |
12920 no longer disconcertingly move point in the original buffer. | |
12921 | |
12922 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
12923 | |
12924 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style. | |
12925 | |
12926 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) | |
12927 | |
12928 * dired.el (dired-mode-map): Fix typo. | |
12929 | |
12930 2003-09-11 Richard M. Stallman <rms@gnu.org> | |
12931 | |
12932 * dired.el (dired-mode-map): Bind M-g to dired-goto-file. | |
12933 | |
12934 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) | |
12935 | |
12936 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that | |
12937 the function is less noisy. Now only `kill-buffer' can ask questions. | |
12938 | |
12939 2003-09-10 Mario Lang <mlang@delysid.org> | |
12940 | |
12941 * battery.el: Update Commentary and Copyright. | |
12942 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never | |
12943 appear due to wrong ordering of the expressions in `or'. | |
12944 | |
12945 2003-09-09 Lute Kamstra <lute@gnu.org> | |
12946 | |
12947 * misc.el (upcase-char): Fix docstring. | |
12948 (zap-up-to-char): New command. | |
12949 | |
12950 2003-09-08 David Ponce <david@dponce.com> | |
12951 | |
12952 Ensure that recentf correctly updates the menu bar. | |
12953 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix. | |
12954 (recentf-menu-bar): New function. | |
12955 (recentf-clear-data): Use it | |
12956 (recentf-update-menu): Likewise. Use easy-menu-add-item instead | |
12957 of easy-menu-change. | |
12958 | |
12959 2003-09-08 Lute Kamstra <lute@gnu.org> | |
12960 | |
12961 * simple.el (size-indication-mode): New. | |
12962 * bindings.el (mode-line-position): Add buffer size indicator. | |
12963 | |
12964 2003-09-04 Mario Lang <mlang@delysid.org> | |
12965 | |
12966 * battery.el (battery-linux-proc-acpi): New function. | |
12967 (battery-status-function): Modify default value calculation to also | |
12968 check for availability of ACPI. | |
12969 (battery-echo-area-format): Ditto. | |
12970 (battery-mode-line-format): Ditto. | |
12971 | |
12972 2003-09-06 Dave Love <fx@gnu.org> | |
12973 | |
12974 * ielm.el (ielm-mode-hook): Add :options. | |
12975 | |
12976 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New. | |
12977 (eldoc-print-current-symbol-info): Use it. | |
12978 | |
12979 2003-09-04 Nick Roberts <nick@nick.uklinux.net> | |
12980 | |
12981 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt | |
12982 being displayed in GUD buffer. | |
12983 (gdb-idle-input-queue): Remove var. Use just one queue. | |
12984 (gdb-enqueue-idle-input,gdb-dequeue-idle-input): | |
12985 Remove functions. Use just one queue. | |
12986 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) | |
12987 (gdb-invalidate-assembler, gdb-get-current-frame): | |
12988 Modify functions. Use just one queue. | |
12989 | |
12990 2003-09-04 Dave Love <fx@gnu.org> | |
12991 | |
12992 * cus-start.el: Add blink-cursor-alist. | |
12993 | |
12994 * ruler-mode.el (ruler-mode-fill-column-char) | |
12995 (ruler-mode-current-column-char): Use char-displayable-p, | |
12996 not window-system. | |
12997 | |
12998 * international/codepage.el ("mule-diag"): Add eval-after-load clause. | |
12999 | |
13000 * language/european.el (windows-1252): Move from code-pages. | |
13001 | |
13002 * language/cyrillic.el ("Windows-1251"): Delete. | |
13003 ("Bulgarian", "Belarusian"): Remove `features'. | |
13004 (windows-1251): Move from code-pages. | |
13005 | |
13006 * international/mule-diag.el (non-iso-charset-alist): | |
13007 Remove `codepage' stuff. | |
13008 (print-designation, list-coding-systems-1): Output fixes. | |
13009 | |
13010 * international/code-pages.el (cp-make-translation-table) | |
13011 (cp-valid-codes): Made defsubsts. | |
13012 (cp-fix-safe-chars): Delete. | |
13013 (mule-diag): Don't require. | |
13014 (windows-1251, windows-1252): Remove to cyrillic.el/european.el. | |
13015 (top-level): Check for defined coding system when defining | |
13016 cp... aliases. Change w32-add-charset-info test to avoid warning. | |
13017 (non-iso-charset-alist): Defvar when compiling. | |
13018 (cp-make-coding-system): Doc fix. | |
13019 | |
13020 2003-09-02 Jason Rumney <jasonr@gnu.org> | |
13021 | |
13022 * international/titdic-cnv.el (tsang-quick-converter): Fix broken | |
13023 line-ends from CVS before doing conversion. | |
13024 | |
13025 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13026 | |
13027 * calendar/diary-lib.el (diary-header-line-flag) | |
13028 (diary-header-line-format): New variables. | |
13029 (list-diary-entries): Use them to set header line in simple diary. | |
13030 | |
13031 * progmodes/sh-script.el (sh-font-lock-keywords): Use something | |
13032 other than font-lock-string-face to highlight backslashes. | |
13033 | |
13034 2003-09-01 Jason Rumney <jasonr@gnu.org> | |
13035 | |
13036 * international/titdic-cnv.el (tit-read-key-value): Include \r in | |
13037 regexp. | |
13038 | |
13039 2003-09-01 Dave Love <fx@gnu.org> | |
13040 | |
13041 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix. | |
13042 | |
13043 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label | |
13044 and :help; also line and column numbers labels. | |
13045 | |
13046 * international/mule-util.el (char-displayable-p): Move from | |
13047 latin1-disp, rename and autoload. | |
13048 | |
13049 * international/latin1-disp.el (latin1-char-displayable-p): | |
13050 Now obsolete alias. Replace uses with char-displayable-p. | |
13051 (latin1-display-ucs-per-lynx): Fix last change. | |
13052 | |
13053 * international/mule-cmds.el (standard-display-european-internal): | |
13054 Don't use char code for Latin-1 NBSP. | |
13055 <XFree86 4>: Unfrob NBSP display table. Set display table to use | |
13056 U+2018, U+2019 for `'. | |
13057 (select-safe-coding-system): Message fix. | |
13058 | |
13059 2003-09-01 Kenichi Handa <handa@m17n.org> | |
13060 | |
13061 * international/fontset.el (setup-default-fontset): For Thai | |
13062 font, specify "*" family. | |
13063 | |
13064 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) | |
13065 | |
13066 * progmodes/compile.el (previous-error): Accept a prefix | |
13067 argument, similarly to next-error. | |
13068 | |
13069 2003-08-31 Masatake YAMATO <jet@gyve.org> | |
13070 | |
13071 * pcvs.el (cvs-do-removal): Use = instead of eq to check | |
13072 the number of files. Bind the number of files to a local | |
13073 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>. | |
13074 | |
13075 2003-08-30 Eli Zaretskii <eliz@gnu.org> | |
13076 | |
13077 * vc-hooks.el (vc-make-version-backup): Fix the change made on | |
13078 2003-07-26: msdos-long-file-names is a function, not a variable. | |
13079 | |
13080 2003-08-29 Richard M. Stallman <rms@gnu.org> | |
13081 | |
13082 * mail/sendmail.el (sendmail-sync-aliases, mail-setup): | |
13083 Do nothing with mail-personal-alias-file if it is nil. | |
13084 | |
13085 * mail/mailabbrev.el (mail-abbrevs-sync-aliases): | |
13086 Do nothing if mail-personal-alias-file is nil. | |
13087 | |
13088 * term.el (term-exec-1): Bind coding-system-for-read. | |
13089 | |
13090 * dired.el (dired-mouse-find-file-other-window): | |
13091 Use dired-view-command-alist here, as in dired-view-file. | |
13092 (dired-view-command-alist): Use %s to substitute file name. | |
13093 Handle .ps_pages, .eps, .jpg, .gif, .png. | |
13094 | |
13095 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change) | |
13096 | |
13097 * info.el (Info-mode-map): Bind S-tab and <backtab> to | |
13098 `Info-prev-reference', instead of M-tab. | |
13099 | |
13100 2003-08-29 Martin Stjernholm <mast@lysator.liu.se> | |
13101 | |
13102 * simple.el (blink-matching-open): Work correctly on chars that | |
13103 are designated as parens through the syntax-table text property. | |
13104 | |
13105 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change) | |
13106 | |
13107 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a | |
13108 line break position in the middle of a non-kinsoku (e.g. latin) | |
13109 word, making it skip until either a space or a character with | |
13110 category "|". | |
13111 (kinsoku-longer): Test for end of buffer. | |
13112 | |
13113 2003-08-28 Eli Zaretskii <eliz@gnu.org> | |
13114 | |
13115 * mail/rmail.el (rmail-convert-to-babyl-format): | |
13116 Detect quoted-printable- and base64-encoded messages and decode them | |
13117 automatically. Set the message's encoding from the charset= | |
13118 header, if any. Decode base64-encoded messages in Mail format as well. | |
13119 | |
13120 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13121 | |
13122 * mail/smtpmail.el: Fix previous change. | |
13123 (smtpmail-send-queued-mail): Set smtpmail-mail-address before | |
13124 calling smtpmail-via-smtp. | |
13125 (smtpmail-via-smtp): Add fall-back values for envelope-from. | |
13126 | |
13127 2003-08-26 John Paul Wallington <jpw@gnu.org> | |
13128 | |
13129 * image.el (image-jpeg-p): Don't search beyond length of data. | |
13130 | |
13131 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13132 | |
13133 * progmodes/cc-cmds.el (c-electric-brace): Work around for a | |
13134 misfeature in `expand-abbrev' which caused electric keywords like | |
13135 "else" to disappear if an open brace was typed directly afterwards. | |
13136 | |
13137 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13138 | |
13139 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is | |
13140 mandatory in `define-widget'. | |
13141 | |
13142 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math): | |
13143 Don't align the operators "!=", "<=" and ">=" as assignment operators. | |
13144 | |
13145 (c-assignment-operators): New language constant that only contains | |
13146 the assignment operators. | |
13147 | |
13148 (c-assignment-op-regexp): New language var used by `c-lineup-math'. | |
13149 | |
13150 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13151 | |
13152 * progmodes/cc-engine.el (c-just-after-func-arglist-p): | |
13153 Safeguard against unbalanced sexps. | |
13154 | |
13155 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> | |
13156 | |
13157 * version.el (emacs-version): Check for gtk. Include gtk version info. | |
13158 | |
13159 2003-08-25 John Paul Wallington <jpw@gnu.org> | |
13160 | |
13161 * man.el (Man-default-man-entry): Don't whizz past the section | |
13162 number before looking for it. | |
13163 | |
13164 2003-08-24 Nick Roberts <nick@nick.uklinux.net> | |
13165 | |
13166 * progmodes/gud.el (gud-display-line): Don't set window-point if | |
13167 source buffer is not visible. (Only happens with M-x gdba.) | |
13168 | |
13169 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from | |
13170 documentation. | |
13171 (gdb-source, gdb-source-info): Update to assembler unnecessary | |
13172 as its done after each GDB command anyway. | |
13173 (gdb-pre-prompt): Use with-current-buffer. | |
13174 (gdb-insert-field): Add help-echo text. | |
13175 (gdb-invalidate-assembler): Re-display of assembler now done in | |
13176 gdb-info-breakpoints-custom. | |
13177 (gdb-info-breakpoints-custom): Force re-display of assembler to | |
13178 happen *after* update of breakpoints buffer. | |
13179 (gdb-display-source-buffer): Don't choke if gdb-source-window | |
13180 isn't visible. | |
13181 (gdb-put-string, gdb-put-arrow): Remove free variables. | |
13182 | |
13183 2003-08-24 John Paul Wallington <jpw@gnu.org> | |
13184 | |
13185 * ibuffer.el (ibuffer-formats): Make name and size columns wider. | |
13186 | |
13187 * man.el (Man-default-man-entry): Strip text properties when | |
13188 snarfing parts of entry because `format' preserves properties. | |
13189 | |
13190 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13191 | |
13192 * files.el (file-newest-backup): Use `expand-file-name'. | |
13193 | |
13194 * calendar/diary-lib.el (simple-diary-display, make-diary-entry): | |
13195 Allow the diary to pop up a new frame, if needed. | |
13196 | |
13197 * mail/sendmail.el (mail-specify-envelope-from): Doc change. | |
13198 * mail/smtpmail.el (smtpmail-mail-address): Doc change. | |
13199 (smtpmail-send-it): Make treatment of envelope-from consistent with | |
13200 sendmail.el. | |
13201 | |
13202 * progmodes/sh-script.el (sh-builtins): Add some bash builtins. | |
13203 (sh-leading-keywords): Add the bash `time' reserved word. | |
13204 (sh-variables): Add some bash variables. | |
13205 (sh-add-completer): Fix nil branch of case statement. | |
13206 | |
13207 2003-08-24 Masatake YAMATO <jet@gyve.org> | |
13208 | |
13209 * progmodes/ld-script.el: New file. | |
13210 | |
13211 2003-08-23 Markus Rost <rost@math.ohio-state.edu> | |
13212 | |
13213 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix. | |
13214 | |
13215 2003-08-23 Andre Spiegel <spiegel@gnu.org> | |
13216 | |
13217 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): | |
13218 Better explain obsolescence, and what to use instead. | |
13219 | |
13220 2003-08-23 Masatake YAMATO <jet@gyve.org> | |
13221 | |
13222 * pcvs.el (cvs-do-removal): Show the deleted file name | |
13223 on the prompt. | |
13224 | |
13225 2003-08-20 Dave Love <fx@gnu.org> | |
13226 | |
13227 * international/mule.el (make-coding-system) | |
13228 (set-buffer-file-coding-system): Doc fix. | |
13229 | |
13230 * emacs-lisp/lisp-mode.el (common-lisp-mode): New. | |
13231 | |
13232 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix. | |
13233 | |
13234 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size. | |
13235 | |
13236 * international/utf-16.el: Add mime-text-unsuitable coding system | |
13237 properties. | |
13238 | |
13239 * international/latin1-disp.el (latin1-display): Add ?•. | |
13240 | |
13241 * cus-edit.el: Add some :links. | |
13242 (bib): Remove. | |
13243 | |
13244 * textmodes/bib-mode.el (bib): Add :group external. | |
13245 | |
13246 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> | |
13247 | |
13248 * wid-edit.el (widget-echo-help): Make it handle expressions that | |
13249 evaluate to strings. | |
13250 | |
13251 2003-08-18 Michael Mauger <mmaug@yahoo.com> | |
13252 | |
13253 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21) | |
13254 | |
13255 Simplify selection of SQL products to define highlighting and | |
13256 interactive mode. Includes detailed instructions on adding | |
13257 support for new products. | |
13258 | |
13259 * progmodes/sql.el (sql-product): New variable. Identifies SQL | |
13260 product for use in highlighting and interactive mode. | |
13261 (sql-interactive-product): New variable. SQL product for | |
13262 sql-interactive-mode. | |
13263 (sql-product-support): New variable. Specifies product-specific | |
13264 parameters to drive highlighting and interactive mode. | |
13265 (sql-imenu-generic-expression): Add more object types. | |
13266 (sql-sqlite-options): Correct comment. | |
13267 (sql-ms-program): Use "osql" rather than "isql". | |
13268 (sql-prompt-regexp, sql-prompt-length): Update comment. | |
13269 (sql-mode-menu): Add "Start SQLi session" entry. | |
13270 Replace Highlighting submenu with Product menu. Fix Send Region entry. | |
13271 (sql-mode-abbrev-table): Add abbreviations. Support of | |
13272 SYSTEM-FLAG on define-abbrev. Support was removed with last | |
13273 check-in; it now handles older Emacsen without the SYSTEM-FLAG. | |
13274 (sql-mode-font-lock-object-name): Add font-lock pattern for object | |
13275 names. | |
13276 (sql-mode-ansi-font-lock-keywords): Set as default value. | |
13277 (sql-mode-oracle-font-lock-keywords): Set as default value. | |
13278 Support Oracle 9i keywords. | |
13279 (sql-mode-postgres-font-lock-keywords): Set as default value. | |
13280 (sql-mode-linter-font-lock-keywords): Set as default value. | |
13281 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft | |
13282 SQLServer 2000. | |
13283 (sql-mode-sybase-font-lock-keywords) | |
13284 (sql-mode-interbase-font-lock-keywords) | |
13285 (sql-mode-sqlite-font-lock-keywords) | |
13286 (sql-mode-strong-font-lock-keywords) | |
13287 (sql-mode-mysql-font-lock-keywords) | |
13288 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI | |
13289 keywords. | |
13290 (sql-mode-font-lock-defaults): Update comment. | |
13291 (sql-product-feature): New function. Returns feature associated | |
13292 with a product from `sql-product-support' alist. | |
13293 (sql-product-font-lock): New function. Set font-lock support | |
13294 based on `sql-product'. | |
13295 (sql-add-product-keywords): New function. Add font-lock rules to | |
13296 product-specific keyword variables. | |
13297 (sql-set-product): New function. Set `sql-product' and apply | |
13298 appropriate font-lock highlighting. | |
13299 (sql-highlight-product): New function. Set font-lock support | |
13300 based on a product. Also set mode name to include product name. | |
13301 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords) | |
13302 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords): | |
13303 Use `sql-set-product'. | |
13304 (sql-highlight-ms-keywords) | |
13305 (sql-highlight-sybase-keywords) | |
13306 (sql-highlight-interbase-keywords) | |
13307 (sql-highlight-strong-keywords) | |
13308 (sql-highlight-mysql-keywords) | |
13309 (sql-highlight-sqlite-keywords) | |
13310 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'. | |
13311 (sql-get-login): Prompt in the same order as the tokens. | |
13312 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'. | |
13313 (sql-product-interactive): New function. Common portions of | |
13314 product-specific interactive mode wrappers. | |
13315 (sql-interactive-mode): Rewritten to use product features. | |
13316 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql) | |
13317 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase) | |
13318 (sql-db2, sql-linter): Use `sql-product-interactive'. | |
13319 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) | |
13320 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) | |
13321 (sql-connect-ingres, sql-connect-postgres) | |
13322 (sql-connect-interbase, sql-connect-db2, sql-connect-linter): | |
13323 New functions. Format command line parameters and invoke comint on | |
13324 the appropriate interpreter. Code was in the corresponding | |
13325 `sql-xyz' function before. | |
13326 (sql-connect-ms): New function. Support -E argument to use | |
13327 operating system credentials for authentication. | |
13328 | |
13329 2003-08-18 Kenichi Handa <handa@m17n.org> | |
13330 | |
13331 * international/mule.el (encode-char): Fix for the ASCII case. | |
13332 | |
13333 2003-08-15 Kenichi Handa <handa@m17n.org> | |
13334 | |
13335 * international/fontset.el (setup-default-fontset): Change "*" to | |
13336 nil in the specifications of font family. | |
13337 | |
13338 2003-08-18 Kim F. Storm <storm@cua.dk> | |
13339 | |
13340 * kmacro.el (kmacro-keymap): Group related bindings in | |
13341 initialization for clarity. Bind C-s to start macro. | |
13342 Remove C-r binding. | |
13343 (kmacro-initial-counter-value): New defvar to hold initial counter | |
13344 value in case we set the value before defining a macro. | |
13345 (kmacro-insert-counter): Clear kmacro-initial-counter-value.. | |
13346 (kmacro-set-counter): Set kmacro-initial-counter-value if we are | |
13347 not defining or executing macro. Doc fix. | |
13348 (kmacro-add-counter): Clear kmacro-initial-counter-value. | |
13349 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to | |
13350 temporarily view older elements on the macro ring without cycling | |
13351 the ring. | |
13352 (kmacro-display): Doc fix. | |
13353 (kmacro-exec-ring-item): New helper function. | |
13354 (kmacro-call-ring-2nd): Use it. | |
13355 (kmacro-call-ring-2nd-repeat): Doc fix. | |
13356 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value. | |
13357 (kmacro-end-or-call-macro): Execute last viewed macro (using | |
13358 kmacro-exec-ring-item) from ring if this follows | |
13359 kmacro-view-macro. This allows us to find a macro on the ring | |
13360 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling | |
13361 the ring to bring it to the head of the ring. | |
13362 (kmacro-bind-to-key): Doc fix (describe reserved bindings). | |
13363 Allow binding to reserved keys without specifying C-x C-k prefix. | |
13364 Ask for confirmation if entered key sequence is already bound to | |
13365 a non-macro command. | |
13366 (kmacro-view-macro): Repeating command will show older elements | |
13367 on the macro ring; C-k will execute the last viewed macro. | |
13368 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat | |
13369 property from 'ring to 'head. | |
13370 | |
13371 2003-08-17 Alan Shutko <ats@acm.org> | |
13372 | |
13373 * calendar/calendar.el (calendar-make-alist): Correct off-by-one | |
13374 keeping December out of the alist. | |
13375 | |
13376 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu> | |
13377 | |
13378 * calendar/cal-move.el (calendar-goto-day-of-year): New function. | |
13379 * calendar/calendar.el (calendar-mode-map): Bind it to key. | |
13380 * calendar/cal-menu.el (calendar-mode-map): Add it to menu. | |
13381 (calendar-flatten): New function. | |
13382 (calendar-mouse-view-other-diary-entries) | |
13383 (calendar-mouse-view-diary-entries): Rewritten to put any holidays | |
13384 in the menu title and to show multi-line diary entries correctly | |
13385 in the menu. | |
13386 | |
13387 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu> | |
13388 | |
13389 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to | |
13390 defcustom, because the default was recently changed. | |
13391 | |
13392 2003-08-16 Richard M. Stallman <rms@gnu.org> | |
13393 | |
13394 * net/ange-ftp.el (ange-ftp-error): Add save-excursion. | |
13395 | |
13396 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value): | |
13397 New subroutine, broken out of eval-last-sexp-1. | |
13398 (eval-last-sexp-1): Use eval-last-sexp-print-value. | |
13399 | |
13400 * custom.el (custom-load-symbol): Load cus-load and cus-start first. | |
13401 | |
13402 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings. | |
13403 | |
13404 * simple.el (eval-expression): Use eval-last-sexp-print-value. | |
13405 | |
13406 2003-08-14 Jari Aalto <jari.aalto@poboxes.com> | |
13407 | |
13408 * progmodes/compile.el (compilation-error-regexp-alist): | |
13409 Add Java ANt error detection as described in document | |
13410 http://ant.apache.org/faq.html | |
13411 | |
13412 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | |
13413 | |
13414 * simple.el (backward-word, forward-to-indentation) | |
13415 (backward-to-indentation): Argument changed to optional. | |
13416 (next-line, previous-line): Use `or' instead of `unless'. | |
13417 | |
13418 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13419 | |
13420 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var | |
13421 instead of a constant. | |
13422 | |
13423 2003-08-12 Markus Rost <rost@math.ohio-state.edu> | |
13424 | |
13425 * shell.el (shell): With prefix-arg, suggest a new buffer name. | |
13426 | |
13427 2003-08-12 Andre Spiegel <spiegel@gnu.org> | |
13428 | |
13429 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses. | |
13430 (vc-sccs-workfile-version): Search the entire delta table, rather | |
13431 than just the first entry, because that might be a deleted version. | |
13432 | |
13433 2003-08-11 Karl Fogel <kfogel@red-bean.com> | |
13434 | |
13435 * menu-bar.el (menu-bar-options-menu): Supply a body for the | |
13436 [save-place] binding in the Options menu. Have it require | |
13437 'saveplace' and then toggle the variable manually, to avoid an | |
13438 unbound variable error. Thanks to <Sebastien.Kirche@sage.com> | |
13439 for the bug report. | |
13440 | |
13441 2003-08-11 Nick Roberts <nick@nick.uklinux.net> | |
13442 | |
13443 * gdb-ui.el (gdb-insert-field, gdb-array-format1) | |
13444 (gdb-info-breakpoints-custom, gdb-info-frames-custom) | |
13445 (gdb-info-threads-custom): Add help-echo text. | |
13446 (gdb-display-back): Don't use purecopy. | |
13447 (gdb-info-breakpoints-custom, gdb-reset) | |
13448 (gdb-assembler-custom): Use display-images-p to test if breakpoint | |
13449 icons can be displayed. | |
13450 | |
13451 2003-08-11 Markus Rost <rost@math.ohio-state.edu> | |
13452 | |
13453 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo. | |
13454 | |
13455 2003-08-11 Stefan Monnier <monnier@cs.yale.edu> | |
13456 | |
13457 * bookmark.el (bookmark-completing-read): | |
13458 Return a string, instead of a list of one string. | |
13459 Use a popup menu if activated from the mouse. | |
13460 (bookmark-edit-annotation): Remove unused vars. | |
13461 (bookmark-jump, bookmark-relocate, bookmark-insert-location) | |
13462 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls | |
13463 to bookmark-completing-read. | |
13464 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) | |
13465 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark) | |
13466 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only | |
13467 and erase-buffer. | |
13468 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate) | |
13469 (bookmark-menu-jump, bookmark-menu-insert) | |
13470 (bookmark-popup-menu-and-apply-function) | |
13471 (bookmark-menu-popup-paned-bookmark-menu): Remove. | |
13472 (bookmark-menu-build-paned-menu): Remove by folding it into | |
13473 bookmark-menu-popup-paned-menu. | |
13474 (menu-bar-bookmark-map): Move the define-key statements here. | |
13475 Use the "non-menu" commands since they now pop up a menu if needed. | |
13476 (bookmark-exit-hook-internal): Simplify. | |
13477 | |
13478 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl> | |
13479 | |
13480 * reftex-toc.el (reftex-toc-rename-label): New function. | |
13481 (reftex-toc-check-docstruct): New function. | |
13482 | |
13483 * reftex.el (reftex-region-active-p): New function. | |
13484 | |
13485 * reftex-parse.el (reftex-locate-bibliography-files): Improved the | |
13486 regexp to find the \bibliography macro. | |
13487 | |
13488 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph, | |
13489 which does not exist in LaTeX. | |
13490 (reftex-cite-format-builtin): Added amsrefs support. | |
13491 (reftex-toc-confirm-promotion): New option | |
13492 | |
13493 * reftex-toc.el | |
13494 (reftex-toc): Use `reftex-toc-split-windows-fraction'. | |
13495 (reftex-toc-demote, reftex-toc-promote) | |
13496 (reftex-toc-do-promote, reftex-toc-promote-prepare) | |
13497 (reftex-toc-promote-action, reftex-toc-extract-section-number) | |
13498 (reftex-toc-newhead-from-alist) | |
13499 (reftex-toc-load-all-files-for-promotion): New functions. | |
13500 (reftex-toc-help): Added description of new keys. | |
13501 (reftex-toc-split-windows-fraction): New option. | |
13502 (reftex-recenter-toc-when-idle): Search *toc* window on all | |
13503 visible frames. | |
13504 (reftex-toc): Additional parameter REUSE | |
13505 (reftex-toc-recenter): Remember current frame. Call `reftex-toc' | |
13506 with REUSE argument. | |
13507 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for | |
13508 the call of `reftex-toc'. | |
13509 (reftex-make-separate-toc-frame): New function . | |
13510 (reftex-toc-recenter): When called with triple prefix arg, call | |
13511 `reftex-make-separate-toc-frame' first. | |
13512 (reftex-toc-toggle-dedicated-frame): New command. | |
13513 (reftex-toc-quit): Adapted to delete frame when called in | |
13514 dedicated frame. | |
13515 | |
13516 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check | |
13517 all enclosing macros. | |
13518 | |
13519 | |
13520 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13521 | |
13522 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before | |
13523 first use. | |
13524 | |
13525 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13526 | |
13527 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix. | |
13528 | |
13529 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13530 | |
13531 * calendar/calendar.el (list-diary-entries-hook) | |
13532 (diary-display-hook, nongregorian-diary-listing-hook) | |
13533 (mark-diary-entries-hook, nongregorian-diary-marking-hook): | |
13534 Add some customize options for these hooks. | |
13535 (calendar-abbrev-construct): Don't try to take a substring longer | |
13536 than the original string. | |
13537 | |
13538 2003-08-05 Richard M. Stallman <rms@gnu.org> | |
13539 | |
13540 * emacs-lisp/testcover.el (noreturn): Report error if does return. | |
13541 (testcover-reinstrument-clauses): Doc fix. | |
13542 | |
13543 * emacs-lisp/warnings.el: Doc fixes, args renamed. | |
13544 (warning-type-format): Rename from warning-group-format. | |
13545 | |
13546 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var. | |
13547 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var. | |
13548 (byte-compile-defvar): Bind byte-compile-not-obsolete-var | |
13549 to prevent warnings about defvar for an obsolete variable. | |
13550 | |
13551 * emacs-lisp/bytecomp.el (byte-compile-log-warning): | |
13552 warning-group-format renamed to warning-type-format. | |
13553 | |
13554 * subr.el (read-passwd): Use clear-string instead of fillarray. | |
13555 | |
13556 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string. | |
13557 Use vconcat instead of concat. | |
13558 (edmacro-sanitize-for-string): New function. | |
13559 | |
13560 2003-08-05 Dave Love <fx@gnu.org> | |
13561 | |
13562 * cus-start.el: Add open-paren-in-column-0-is-defun-start, | |
13563 line-number-display-limit-width. | |
13564 | |
13565 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes. | |
13566 | |
13567 2003-08-05 Kenichi Handa <handa@m17n.org> | |
13568 | |
13569 * international/code-pages.el: Don't require mule-diag. | |
13570 | |
13571 * international/mule-diag.el (non-iso-charset-alist): | |
13572 Add autoload cookie. | |
13573 | |
13574 * language/devan-util.el (dev-glyph-order): Add an entry for the | |
13575 glyph code #xC4. | |
13576 | |
13577 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13578 | |
13579 * calendar/calendar.el (diary-file, diary-file-name-prefix) | |
13580 (european-calendar-style, diary-date-forms) | |
13581 (calendar-day-name-array, calendar-month-name-array): Doc change. | |
13582 (generate-calendar-month): Adapt for new behavior of | |
13583 `calendar-day-name' function. | |
13584 (calendar-abbrev-length, calendar-day-abbrev-array) | |
13585 (calendar-month-abbrev-array): New variables. | |
13586 (calendar-abbrev-construct): New function. | |
13587 (calendar-day-name, calendar-month-name): Use new abbrev arrays, | |
13588 rather than fixing abbrevs at some width. Calling syntax change. | |
13589 (calendar-make-alist): Use abbrev arrays. Calling syntax change. | |
13590 (calendar-date-string): Adapt for new behaviors of | |
13591 `calendar-day-name' and `calendar-month-name' functions. | |
13592 | |
13593 * calendar/diary-lib.el (list-diary-entries): Adapt for new | |
13594 behavior of `calendar-day-name' and `calendar-month-name' functions. | |
13595 (diary-name-pattern): Use abbrev arrays, rather than fixing | |
13596 abbrevs at three chars. Calling syntax change. | |
13597 (mark-diary-entries): Adapt for new behaviors of | |
13598 `diary-name-pattern' and `calendar-make-alist' functions. | |
13599 (fancy-diary-font-lock-keywords): Adapt for new behavior of | |
13600 `diary-name-pattern' function. | |
13601 (font-lock-diary-date-forms): Use abbrev arrays, rather than | |
13602 fixing abbrevs at three chars. Calling syntax change. | |
13603 (cal-hebrew, cal-islam): Require when compiling. | |
13604 (diary-font-lock-keywords): Adapt for new behavior of | |
13605 `font-lock-diary-date-forms' function. | |
13606 | |
13607 * calendar/cal-hebrew.el: Reposition some code so defined before used. | |
13608 (calendar-hebrew-month-name-array-common-year) | |
13609 (calendar-hebrew-month-name-array-leap-year): Add doc strings. | |
13610 (list-hebrew-diary-entries): Adapt for new behaviors of | |
13611 `calendar-day-name' and `add-to-diary-list' functions. | |
13612 (mark-hebrew-diary-entries): Adapt for new behaviors of | |
13613 `diary-name-pattern' and `calendar-make-alist' functions. | |
13614 | |
13615 * calendar/cal-islam.el (calendar-islamic-month-name-array): | |
13616 Add doc string. | |
13617 (list-islamic-diary-entries): Adapt for new behaviors of | |
13618 `calendar-day-name' and `add-to-diary-list' functions. | |
13619 (mark-islamic-diary-entries): Adapt for new behaviors of | |
13620 `diary-name-pattern' and `calendar-make-alist' functions. | |
13621 | |
13622 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of | |
13623 `calendar-month-name' function. | |
13624 | |
13625 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst. | |
13626 | |
13627 * calendar/solar.el (solar-seasons-data): Move definition before use. | |
13628 | |
13629 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix. | |
13630 (cal-tex-LaTeX-hourbox): Move definition before use. | |
13631 | |
13632 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el | |
13633 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el | |
13634 * lunar.el, solar.el (displayed-month, displayed-year): | |
13635 Define for compiler. | |
13636 | |
13637 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13638 | |
13639 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument | |
13640 MODE. Renamed from c-init-c-language-vars'. | |
13641 (c-initialize-cc-mode): Change accordingly. | |
13642 (c-common-init): Ditto. | |
13643 (c-mode): Ditto. | |
13644 (c++-mode): Use `c-init-language-vars-for'. | |
13645 (objc-mode): Ditto. | |
13646 (java-mode): Ditto. | |
13647 (idl-mode): Ditto. | |
13648 (pike-mode): Ditto. | |
13649 (awk-mode): Ditto. | |
13650 | |
13651 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13652 | |
13653 * progmodes/cc-engine.el (c-end-of-current-token): Return whether | |
13654 or not the point moved. | |
13655 | |
13656 (c-search-decl-header-end): Don't trip up on operator identifiers | |
13657 in C++ and operators like == in all languages. | |
13658 | |
13659 * progmodes/cc-engine.el (c-backward-to-decl-anchor): | |
13660 Detect leading labels correctly. | |
13661 | |
13662 2003-08-02 Andreas Schwab <schwab@suse.de> | |
13663 | |
13664 * textmodes/ispell.el: Don't redo key bindings on loading, put | |
13665 them only in loaddefs.el. | |
13666 * bookmark.el: Likewise. | |
13667 * dabbrev.el: Likewise. | |
13668 * emerge.el: Likewise. | |
13669 | |
13670 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words' | |
13671 has more than one member. | |
13672 | |
13673 * progmodes/sh-script.el (sh-mode): Don't set mode-class property. | |
13674 | |
13675 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13676 | |
13677 * lpr.el (printify-region): It was ending conversion before the | |
13678 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>. | |
13679 | |
13680 2003-07-31 John Paul Wallington <jpw@gnu.org> | |
13681 | |
13682 * net/browse-url.el (browse-url-epiphany): Doc fix. | |
13683 | |
13684 2003-07-30 Kenichi Handa <handa@m17n.org> | |
13685 | |
13686 * international/fontset.el (setup-default-fontset): | |
13687 Change registry names of Akurti fonts. | |
13688 | |
13689 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
13690 | |
13691 * comint.el (comint-read-noecho): Use `clear-string' instead of | |
13692 `fillarray'. | |
13693 | |
13694 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change) | |
13695 | |
13696 * outline.el (outline-mode-hook): Add defvar. | |
13697 | |
13698 2003-07-28 Nick Roberts <nick@nick.uklinux.net> | |
13699 | |
13700 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): | |
13701 Restore assembler in source window if that is what has been selected. | |
13702 (menu): Add gdb-restore-windows to menu. Make gdba | |
13703 specific menus only visible from gdba. | |
13704 | |
13705 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | |
13706 | |
13707 * progmodes/compile.el (compilation-environment): New user variable. | |
13708 (compile-internal): Respect it. | |
13709 | |
13710 2003-07-23 Masatake YAMATO <jet@gyve.org> | |
13711 | |
13712 * progmodes/gud.el (gdb-script-font-lock-keywords): | |
13713 Put `font-lock-function-name-face' on a symbol which includes | |
13714 `-' like `hook-run'. Put font-lock-variable-name-face | |
13715 on a symbol starting with $. | |
13716 | |
13717 2003-07-27 Markus Rost <rost@math.ohio-state.edu> | |
13718 | |
13719 * files.el (set-visited-file-name): Use truename for buffer-file-name. | |
13720 | |
13721 2003-07-26 Markus Rost <rost@math.ohio-state.edu> | |
13722 | |
13723 * vc-hooks.el (vc-file-not-found-hook): Doc fix. | |
13724 | |
13725 2003-07-26 Andre Spiegel <spiegel@gnu.org> | |
13726 | |
13727 * vc-hooks.el (vc-default-registered, vc-make-version-backup): | |
13728 Use with-no-warnings. | |
13729 (vc-file-not-found-hook): Add this to find-file-not-found-functions, | |
13730 rather than to find-file-not-found-hook, which doesn't exist. | |
13731 | |
13732 2003-07-26 Markus Rost <rost@math.ohio-state.edu> | |
13733 | |
13734 * international/quail.el (quail-translate-key): Fix previous change. | |
13735 | |
13736 2003-07-25 John Paul Wallington <jpw@gnu.org> | |
13737 | |
13738 * server.el (server-start): Check `server-process' is non-nil | |
13739 before killing it to avoid killing current buffer's process. | |
13740 | |
13741 * simple.el (choose-completion-string): Use `minibufferp'; | |
13742 test `completion-reference-buffer' if `buffer' arg is nil. | |
13743 (push-mark): Use `when' and `unless'. | |
13744 (pop-mark): Use `when'. | |
13745 | |
13746 * mouse-sel.el (mouse-sel-get-selection-function): | |
13747 Check `x-last-selected-text-primary'. Don't barf if it or | |
13748 `x-last-selected-text' aren't bound. | |
13749 | |
13750 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) | |
13751 | |
13752 * menu-bar.el (menu-bar-tools-menu): Minor change in strings. | |
13753 | |
13754 2003-07-23 Stefan Monnier <monnier@cs.yale.edu> | |
13755 | |
13756 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches. | |
13757 | |
13758 2003-07-23 John Paul Wallington <jpw@gnu.org> | |
13759 | |
13760 * tooltip.el (defface tooltip): Inherit from variable-pitch. | |
13761 | |
13762 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13763 | |
13764 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc | |
13765 string. Defvar the derived hook. | |
13766 | |
13767 * macros.el (insert-kbd-macro): Escape double quote character. | |
13768 From Thomas W Murphy <twm@andrew.cmu.edu>. | |
13769 | |
13770 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> | |
13771 | |
13772 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp | |
13773 to match the specific mark rather than reusing comment-start-skip. | |
13774 | |
13775 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org> | |
13776 | |
13777 * progmodes/hideshow.el (hs-special-modes-alist): | |
13778 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst. | |
13779 | |
13780 2003-07-21 Markus Rost <rost@math.ohio-state.edu> | |
13781 | |
13782 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default | |
13783 value using ?\s. | |
13784 | |
13785 2003-07-21 John Paul Wallington <jpw@gnu.org> | |
13786 | |
13787 * subr.el (with-selected-window): Add closing paren. | |
13788 | |
13789 2003-07-21 Richard M. Stallman <rms@gnu.org> | |
13790 | |
13791 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks. | |
13792 (lisp-mode): Likewise. | |
13793 | |
13794 * subr.el (with-selected-window): Copy code form save-selected-window | |
13795 so as to call select-window with norecord arg. | |
13796 (dynamic-completion-table): Doc fix. | |
13797 (lazy-completion-table): Doc fix. | |
13798 | |
13799 * international/mule-cmds.el (set-locale-environment): | |
13800 langinfo renamed to locale-info. | |
13801 | |
13802 * international/mule.el (auto-coding-functions): Doc fix. | |
13803 | |
13804 2003-07-21 Kenichi Handa <handa@m17n.org> | |
13805 | |
13806 * international/quail.el (quail-translate-key): | |
13807 Update quail-current-str correctly. | |
13808 | |
13809 2003-07-21 Andreas Schwab <schwab@suse.de> | |
13810 | |
13811 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of | |
13812 ?, to "_". | |
13813 | |
13814 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net> | |
13815 Version 2.0.36 of Tramp released. | |
13816 | |
13817 * net/tramp.el (tramp-default-password-end-of-line): Rename from | |
13818 tramp-password-end-of-line. | |
13819 (tramp-password-end-of-line): New method parameter. | |
13820 (tramp-get-password-end-of-line): Function to access method | |
13821 parameter `tramp-password-end-of-line', or variable | |
13822 `tramp-default-password-end-of-line' (default value). | |
13823 (tramp-methods): Add entries for new parameter | |
13824 tramp-password-end-of-line. | |
13825 (tramp-enter-password): Use new function | |
13826 `tramp-get-password-end-of-line'. | |
13827 (tramp-handle-insert-file-contents): Do not | |
13828 unconditionally inhibit the file operation file-local-copy, only | |
13829 do that when the inhibit-file-name-operation is currently | |
13830 insert-file-contents. This fixes finding remote CVS-controlled | |
13831 files. (It would barf on inserting the CVS/Entries file | |
13832 literally, because the file-local-copy handler wasn't called.) | |
13833 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER. | |
13834 (tramp-sh-extra-args): Adapt defcustom type to XEmacs. | |
13835 (tramp-initial-commands): New variable. | |
13836 (tramp-process-initial-commands): New function, using the variable. | |
13837 (tramp-open-connection-setup-interactive-shell): Call the new function. | |
13838 (tramp-buffer-name, tramp-debug-buffer-name): Always put the | |
13839 method into the buffer name, never use nil. Reported by Hanak | |
13840 David <dhanak@inf.bme.hu>. | |
13841 (tramp-open-connection-setup-interactive-shell): Erase buffer | |
13842 before sending "stty -onlcr". | |
13843 | |
13844 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment. | |
13845 | |
13846 2003-07-19 Markus Rost <rost@math.ohio-state.edu> | |
13847 | |
13848 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s. | |
13849 | |
13850 2003-07-19 John Paul Wallington <jpw@gnu.org> | |
13851 | |
13852 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline) | |
13853 (artist-draw-rect, artist-draw-square): Doc fixes. | |
13854 | |
13855 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix. | |
13856 | |
13857 * textmodes/two-column.el (2C-mode-line-format): Doc fix. | |
13858 | |
13859 2003-07-19 Kenichi Handa <handa@m17n.org> | |
13860 | |
13861 * international/kkc.el (kkc-show-conversion-list-update): | |
13862 Highlight the correct candidate in the message. | |
13863 | |
13864 2003-07-18 John Paul Wallington <jpw@gnu.org> | |
13865 | |
13866 * simple.el (current-word): Don't include punctuation char when | |
13867 `really-word' arg is non-nil. | |
13868 | |
13869 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13870 | |
13871 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode - | |
13872 moved to the directory obsolete. | |
13873 | |
13874 2003-07-16 Stefan Monnier <monnier@cs.yale.edu> | |
13875 | |
13876 * info.el (Info-menu-entry-name-re): Allow newlines in | |
13877 menu entry names. | |
13878 | |
13879 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from | |
13880 syntax-ppss-after-change-function. | |
13881 (syntax-ppss-after-change-function): New alias. Update uses. | |
13882 (syntax-ppss): Catch the case where the buffer is narrowed. | |
13883 | |
13884 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13885 | |
13886 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos) | |
13887 (c-langelem-2nd-pos): Add accessor functions for syntactic elements. | |
13888 | |
13889 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> | |
13890 | |
13891 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable | |
13892 since it might be modified. | |
13893 | |
13894 * progmodes/cc-langs.el (c++-make-template-syntax-table) | |
13895 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent | |
13896 names to these language constants. | |
13897 | |
13898 2003-07-15 Kim F. Storm <storm@cua.dk> | |
13899 | |
13900 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores. | |
13901 All uses changed. | |
13902 | |
13903 2003-07-14 Mark A. Hershberger <mah@everybody.org> | |
13904 | |
13905 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region): | |
13906 Namespace support. | |
13907 | |
13908 2003-07-13 Juanma Barranquero <lektu@terra.es> | |
13909 | |
13910 * frame.el (modify-all-frames-parameters): Reinstall (copyright | |
13911 papers received). | |
13912 | |
13913 2003-07-13 Karl Eichwalder <ke@suse.de> | |
13914 | |
13915 * textmodes/po.el (po-find-charset): White space at the start of the | |
13916 Content-Type field body is non-mandatory. | |
13917 | |
13918 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) | |
13919 | |
13920 * textmodes/texinfo.el (texinfo-section-list): | |
13921 Append appendixsection; a synonym for appendixsec. | |
13922 | |
13923 2003-07-13 Jari Aalto <jari.aalto@poboxes.com> | |
13924 | |
13925 * man.el (Man-translate-cleanup): New. | |
13926 (Man-translate-references): Call `Man-translate-cleanup' to clean | |
13927 leading, trailing and middle spaces. | |
13928 | |
13929 2003-07-13 Lars Hansen <larsh@math.ku.dk> | |
13930 | |
13931 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired): | |
13932 Handle `dired-directory' being a list. | |
13933 | |
13934 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
13935 | |
13936 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if | |
13937 it doesn't exist. | |
13938 | |
13939 2003-07-12 Richard M. Stallman <rms@gnu.org> | |
13940 | |
13941 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan. | |
13942 | |
13943 * progmodes/cc-defs.el (c-make-keywords-re): | |
13944 Don't use delete-duplicates. | |
13945 (c-lang-const): Don't use mapcan. | |
13946 | |
13947 * apropos.el (apropos-show-scores): Make it customizable. | |
13948 Document new meaning. | |
13949 (apropos): Compute scores from symbols. | |
13950 (apropos-print): Don't sort by scores if apropos-show-scores is nil. | |
13951 | |
13952 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13953 | |
13954 * ps-bdf.el: Fix copyright line. | |
13955 (bdf-directory-list): Fix initialization code. | |
13956 | |
13957 2003-07-11 John Paul Wallington <jpw@gnu.org> | |
13958 | |
13959 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'. | |
13960 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index) | |
13961 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes. | |
13962 | |
13963 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change) | |
13964 | |
13965 * emacs-lisp/ring.el (ring-elements): Doc fix. | |
13966 | |
13967 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13968 | |
13969 * calendar/timeclock.el (timeclock-relative) | |
13970 (timeclock-ask-before-exiting, timeclock-use-display-time): | |
13971 Doc changes. | |
13972 (timeclock-modeline-display): Give a message if | |
13973 `timeclock-use-display-time' is non-nil but `display-time-mode' | |
13974 is not active. | |
13975 | |
13976 2003-07-11 Kenichi Handa <handa@m17n.org> | |
13977 | |
13978 * international/mule-cmds.el (set-language-environment): | |
13979 Set current-language-environment to the correct string. | |
13980 | |
13981 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
13982 | |
13983 * ps-print.el: Print line number correctly in a region. Reported by | |
13984 Tim Allen <timallen@ls83.fsnet.co.uk>. | |
13985 (ps-print-version): New version number (6.6.2). | |
13986 (ps-printing-region): Code fix. | |
13987 | |
13988 2003-07-10 John Paul Wallington <jpw@gnu.org> | |
13989 | |
13990 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie; | |
13991 this function can be called from `add-completions-from-tags-table'. | |
13992 | |
13993 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk> | |
13994 | |
13995 * calendar/timeclock.el (timeclock-use-display-time) | |
13996 (timeclock-day-over-hook, timeclock-workday-remaining) | |
13997 (timeclock-status-string, timeclock-when-to-leave) | |
13998 (timeclock-when-to-leave-string, timeclock-log-data) | |
13999 (timeclock-find-discrep, timeclock-day-base) | |
14000 (timeclock-generate-report, timeclock-visit-timelog): Doc fix. | |
14001 (timeclock-modeline-display): Set the variable | |
14002 `timeclock-modeline-display'. | |
14003 (timeclock-update-modeline): Doc fix. Respect value of | |
14004 `timeclock-relative'. | |
14005 | |
14006 2003-07-09 Richard M. Stallman <rms@gnu.org> | |
14007 | |
14008 * textmodes/reftex-parse.el (reftex-all-document-files): | |
14009 Add autoload cookie. | |
14010 | |
14011 * textmodes/reftex.el (reftex-all-document-files): Delete autoload. | |
14012 (reftex-scanning-info-available-p): Add autoload cookie. | |
14013 | |
14014 * international/mule-cmds.el | |
14015 (set-display-table-and-terminal-coding-system): Delete duplicate | |
14016 aset on standard-display-table. | |
14017 | |
14018 * view.el (view-file): If existing buffer's major mode is special, | |
14019 don't go into view mode. | |
14020 | |
14021 * dired.el (dired-move-to-filename-regexp): Allow quote in months. | |
14022 | |
14023 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> | |
14024 | |
14025 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden | |
14026 buffer changes; there's third party code that calls this function | |
14027 directly. | |
14028 | |
14029 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> | |
14030 | |
14031 * progmodes/cc-fonts.el (javadoc-font-lock-keywords) | |
14032 (autodoc-font-lock-keywords): Don't byte compile on font lock | |
14033 initialization when running from byte compiled files. | |
14034 | |
14035 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org> | |
14036 | |
14037 * progmodes/cc-engine.el: Fix AWK mode indentation when previous | |
14038 statement ends with auto-increment "++". | |
14039 | |
14040 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> | |
14041 | |
14042 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist) | |
14043 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of | |
14044 these are changed, so declare them as variables and not constants. | |
14045 | |
14046 2003-07-08 Markus Rost <rost@math.ohio-state.edu> | |
14047 | |
14048 * subr.el (dolist, dotimes): Doc fix. | |
14049 | |
14050 2003-07-08 Kim F. Storm <storm@cua.dk> | |
14051 | |
14052 * international/mule-cmds.el | |
14053 (set-display-table-and-terminal-coding-system): Don't break | |
14054 bootstrap if standard-display-table isn't setup yet. | |
14055 | |
14056 2003-07-07 Richard M. Stallman <rms@gnu.org> | |
14057 | |
14058 * ehelp.el (ehelp-command): Use defalias to define ehelp-command. | |
14059 Give it a doc string, and autoload it. | |
14060 | |
14061 * desktop.el (desktop-buffer-info, desktop-buffer-mh): | |
14062 Use with-no-warnings. | |
14063 | |
14064 * info.el (Info-search): If find invisible text, search again. | |
14065 | |
14066 * isearch.el (search-whitespace-regexp): Add a shy group around it. | |
14067 | |
14068 * man.el (Man-name-regexp): Match + as part of name. | |
14069 | |
14070 * simple.el (visible-mode): Rename from vis-mode. | |
14071 (vis-mode-saved-buffer-invisibility-spec): Doc fix. | |
14072 | |
14073 * simple.el (current-word): New arg REALLY-WORD specifies | |
14074 don't include punctuation chars. | |
14075 | |
14076 * emacs-lisp/debug.el (debug, debugger-env-macro): | |
14077 Use with-no-warnings while accessing and binding unread-command-char. | |
14078 | |
14079 * international/mule-cmds.el | |
14080 (set-display-table-and-terminal-coding-system): Use explicit loop | |
14081 instead of calling standard-display-default. | |
14082 | |
14083 * net/ange-ftp.el (ange-ftp-file-symlink-p): | |
14084 Use condition-case to catch error in ange-ftp-get-files. | |
14085 | |
14086 * net/browse-url.el (browse-url-browser-function): | |
14087 Add alternative for Epiphany. | |
14088 (browse-url-epiphany-program, browse-url-epiphany-arguments) | |
14089 (browse-url-epiphany-startup-arguments) | |
14090 (browse-url-epiphany-new-window-is-tab): New variables. | |
14091 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions. | |
14092 | |
14093 * progmodes/compile.el (compile-auto-highlight): Default now t. | |
14094 (compile): Doc fix. | |
14095 (compilation-next-error): Fix previous change. | |
14096 | |
14097 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings. | |
14098 | |
14099 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie. | |
14100 | |
14101 2003-07-07 Nick Roberts <nick@nick.uklinux.net> | |
14102 | |
14103 * gdb-ui.el (gdb-source-info): Display current frame when | |
14104 attaching to an existing process. | |
14105 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer | |
14106 while laying out windows when attaching to an existing process. | |
14107 | |
14108 2003-07-07 Stefan Monnier <monnier@cs.yale.edu> | |
14109 | |
14110 * info.el (Info-menu): Use Info-menu-entry-name-re. | |
14111 | |
14112 2003-07-06 Stefan Monnier <monnier@cs.yale.edu> | |
14113 | |
14114 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el. | |
14115 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el. | |
14116 | |
14117 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways | |
14118 to match the same text. | |
14119 | |
14120 2003-07-06 John Paul Wallington <jpw@gnu.org> | |
14121 | |
14122 * vc.el (vc-annotate-offset): Move defvar up. | |
14123 | |
14124 2003-07-06 Kim F. Storm <storm@cua.dk> | |
14125 | |
14126 * info.el (Info-menu-entry-name-re): Add `:' to second [] part. | |
14127 This should fix the infinite loop when extracting menu names. | |
14128 | |
14129 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> | |
14130 | |
14131 * files.el (auto-mode-alist, interpreter-mode-alist): | |
14132 Remove entries to CC Mode modes to avoid duplicates; they are now added | |
14133 with autoload directives in cc-mode.el. | |
14134 | |
14135 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> | |
14136 | |
14137 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist) | |
14138 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of | |
14139 these are changed, so declare them as variables and not constants. | |
14140 | |
14141 * progmodes/cc-mode.el: Fix some autoload problems: Try to | |
14142 ensure that the entry for ".c" extension comes before the one for | |
14143 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es. | |
14144 Fix incorrect entries that were added to `interpreter-mode-alist'. | |
14145 Move the autoload directives for AWK to the top level since they | |
14146 aren't recognized anywhere else. Do not use the new AWK mode doc | |
14147 in the autoload form for the old AWK mode. | |
14148 | |
14149 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
14150 | |
14151 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all. | |
14152 (bibtex-sort-ignore-string-entries): Default value t. | |
14153 (bibtex-entry-kill-ring-max): Reintroduce as it was removed | |
14154 erroneously in previous version. | |
14155 (bibtex-string-files): Docstring reflects new parsing scheme. | |
14156 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix | |
14157 docstring, add # as one of the chars to crush | |
14158 (bibtex-autokey-prefix-string, bibtex-autokey-names) | |
14159 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names) | |
14160 (bibtex-autokey-name-change-strings) | |
14161 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length) | |
14162 (bibtex-autokey-name-separator, bibtex-autokey-year-length) | |
14163 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords) | |
14164 (bibtex-autokey-title-terminators) | |
14165 (bibtex-autokey-titlewords-stretch) | |
14166 (bibtex-autokey-titleword-ignore) | |
14167 (bibtex-autokey-titleword-case-convert) | |
14168 (bibtex-autokey-titleword-abbrevs) | |
14169 (bibtex-autokey-titleword-abbrevs) | |
14170 (bibtex-autokey-titleword-change-strings) | |
14171 (bibtex-autokey-titleword-length) | |
14172 (bibtex-autokey-titleword-separator) | |
14173 (bibtex-autokey-name-year-separator) | |
14174 (bibtex-autokey-year-title-separator) | |
14175 (bibtex-autokey-before-presentation-function) | |
14176 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head): | |
14177 Fix docstring. | |
14178 (bibtex-strings, bibtex-reference-keys): | |
14179 Use lazy-completion-table and make-variable-buffer-local. | |
14180 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all. | |
14181 (bibtex-braced-string-syntax-table) | |
14182 (bibtex-quoted-string-syntax-table): New variables. | |
14183 (bibtex-parse-nested-braces): Remove. | |
14184 (bibtex-parse-field-string): Use syntax table and forward-sexp. | |
14185 (bibtex-parse-association): Simplify. | |
14186 (bibtex-parse-field-name): Obey bibtex-autoadd-commas. | |
14187 (bibtex-parse-field-text): Simplify. | |
14188 (bibtex-search-forward-field, bibtex-search-backward-field): | |
14189 argument BOUND can take value t. | |
14190 (bibtex-start-of-field, bibtex-start-of-name-in-field) | |
14191 (bibtex-end-of-name-in-field, bibtex-end-of-field) | |
14192 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field) | |
14193 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string) | |
14194 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst. | |
14195 (bibtex-skip-to-valid-entry): Return buffer position of beginning | |
14196 and ending of entry. Update for changes of bibtex-search-entry. | |
14197 Simplify. | |
14198 (bibtex-map-entries): FUN is called with three arguments. | |
14199 (bibtex-search-entry): Return a cons pair with buffer positions of | |
14200 beginning and end of entry. | |
14201 (bibtex-enclosing-field): Simplify. | |
14202 (bibtex-format-entry): Use booktitle to set a missing title. | |
14203 (bibtex-autokey-get-names): Fiddle with regexps. | |
14204 (bibtex-generate-autokey): Use identity. | |
14205 (bibtex-parse-keys): Use simplified parsing algorithm if | |
14206 bibtex-parse-keys-fast is non-nil. Simplify. Change order of | |
14207 arguments. Return alist of keys. | |
14208 (bibtex-parse-strings): Simplify. Return alist of strings. | |
14209 (bibtex-complete-string-cleanup): Fix docstring. | |
14210 (bibtex-read-key): New function. | |
14211 (bibtex-mode): Fix docstring. Do not parse for keys and | |
14212 strings when the mode is entered. Set fill-paragraph-function to | |
14213 bibtex-fill-field. Setup font-lock-mark-block-function the way | |
14214 font-lock intended. | |
14215 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types. | |
14216 (bibtex-parse-entry, bibtex-autofill-entry): New functions. | |
14217 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT) | |
14218 (bibtex-Preamble): Avoid hard coded constants. | |
14219 (bibtex-make-field): Fix docstring. Simplify. | |
14220 (bibtex-beginning-of-entry): Always return new position of point. | |
14221 (bibtex-end-of-entry): Rearrange cond clauses. | |
14222 (bibtex-count-entries, bibtex-validate, bibtex-reformat): | |
14223 Update for changes of bibtex-map-entries. | |
14224 (bibtex-ispell-abstract): Do not move point. | |
14225 (bibtex-entry-index): Use downcase. Simplify. | |
14226 (bibtex-lessp): Handle catch-all. | |
14227 (bibtex-find-crossref): Turn into a command. | |
14228 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp. | |
14229 (bibtex-clean-entry): Use bibtex-read-key. Handle string and | |
14230 preamble entries. | |
14231 (bibtex-fill-field-bounds): New function. | |
14232 (bibtex-fill-field): New command. Bound to fill-paragraph-function. | |
14233 (bibtex-fill-entry): Use bibtex-fill-field-bounds | |
14234 (bibtex-String): Use bibtex-strings. Always obey | |
14235 bibtex-sort-ignore-string-entries. | |
14236 | |
14237 2003-07-05 John Paul Wallington <jpw@gnu.org> | |
14238 | |
14239 * cus-theme.el (customize-create-theme): | |
14240 Call `customize-create-theme' in Reset widget's notify function. | |
14241 | |
14242 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line) | |
14243 (ibuffer-mark-interactive): Use `or' instead of `unless'. | |
14244 (define-ibuffer-column name): Add summarizer. | |
14245 (define-ibuffer-column size): Likewise. | |
14246 (define-ibuffer-column filename): Likewise. | |
14247 (define-ibuffer-column process): Likewise. Change BODY's output too. | |
14248 (define-ibuffer-column filename-and-process): Likewise, likewise. | |
14249 (ibuffer): Remove local vars `already-in' and `need-update'. | |
14250 | |
14251 * ibuf-ext.el: Don't require `derived' at compile-time. | |
14252 | |
14253 2003-07-05 Kim F. Storm <storm@cua.dk> | |
14254 | |
14255 * info.el: Disable paragraph refilling. | |
14256 (Info-refill-paragraphs): New defcustom. | |
14257 (Info-fontify-node): Use it. | |
14258 | |
14259 2003-07-04 Stefan Monnier <monnier@cs.yale.edu> | |
14260 | |
14261 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs | |
14262 thingies from constructors created by defstruct. | |
14263 | |
14264 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set | |
14265 the default value of the variable. | |
14266 (byte-code-meter): Move declaration to top level. | |
14267 | |
14268 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT. | |
14269 | |
14270 * info.el (Info-following-node-name-re): New fun. | |
14271 (Info-following-node-name): Remove. | |
14272 (Info-insert-dir): Use the new fun. | |
14273 (Info-extract-pointer): Don't save restriction; use new fun. | |
14274 (Info-menu-entry-name-re): New const. | |
14275 (Info-menu-entry-name-re): Use it along with new fun. | |
14276 (Info-node-spec-re): Use new fun. | |
14277 (Info-complete-menu-item, Info-fontify-node): Use new const. | |
14278 (Info-goto-node, Info-follow-reference, Info-menu-update): | |
14279 Use match-string. | |
14280 (Info-follow-reference): Use assoc-string. | |
14281 Use a list of strings for the completion table. | |
14282 (Info-fontify-node): Use match-string, line-end-position. | |
14283 Limit the search for `node:' to the first line. | |
14284 | |
14285 * newcomment.el (uncomment-region): Remove padding coming from | |
14286 comment-start rather than just from comment-padding. | |
14287 | |
14288 * vc-cvs.el (vc-cvs-repository-hostname): New operation. | |
14289 (vc-cvs-stay-local-p): Use vc-stay-local-p. | |
14290 (vc-cvs-rename-file): Remove (use the default). | |
14291 (vc-cvs-register): Register parent dir if needed. | |
14292 (vc-cvs-could-register): Return non-nil if parent can be registered. | |
14293 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff) | |
14294 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p. | |
14295 | |
14296 * vc-svn.el (vc-svn-use-edit): Make it into a const. | |
14297 (vc-svn-update): Fix the arguments to `svn'. | |
14298 (vc-svn-diff-tree): Just use `vc-svn-diff'. | |
14299 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot): | |
14300 Simple implementations, assuming `name' is a URL. | |
14301 | |
14302 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the | |
14303 set of chars allowed unquoted in a case pattern. | |
14304 | |
14305 * font-core.el (font-lock-defaults-alist): Remove obsolete entries. | |
14306 | |
14307 * font-lock.el (font-lock-extra-types-widget) | |
14308 (c-font-lock-extra-types, c++-font-lock-extra-types) | |
14309 (objc-font-lock-extra-types, java-font-lock-extra-types) | |
14310 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords) | |
14311 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function) | |
14312 (font-lock-match-c++-style-declaration-item-and-skip-to-next) | |
14313 (font-lock-match-c++-structor-declaration) | |
14314 (c++-font-lock-keywords-1, c++-font-lock-keywords-2) | |
14315 (c++-font-lock-keywords-3, c++-font-lock-keywords) | |
14316 (objc-font-lock-keywords-1, objc-font-lock-keywords-2) | |
14317 (objc-font-lock-keywords-3, objc-font-lock-keywords) | |
14318 (java-font-lock-keywords-1, java-font-lock-keywords-2) | |
14319 (java-font-lock-keywords-3, java-font-lock-keywords) | |
14320 (java-font-lock-syntactic-face-function): Remove obsolete code | |
14321 and constants. It's all in cc-fonts.el now. | |
14322 | |
14323 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk> | |
14324 | |
14325 * mail/sendmail.el (mail-specify-envelope-from) | |
14326 (mail-envelope-from): Doc fix. | |
14327 | |
14328 2003-07-04 Martin Stjernholm <mast@lysator.liu.se> | |
14329 | |
14330 * generic-x.el: Do away with the dependency on `c-emacs-features' | |
14331 when populating `rul-generic-mode-syntax-table'; we already know | |
14332 this isn't XEmacs. | |
14333 | |
14334 See ChangeLog.10 for earlier changes. | |
14335 | |
14336 ;; Local Variables: | |
14337 ;; coding: iso-2022-7bit | |
14338 ;; End: | |
14339 | |
14340 Copyright (C) 2003, 2004 Free Software Foundation, Inc. | |
14341 Copying and distribution of this file, with or without modification, | |
14342 are permitted provided the copyright notice and this notice are preserved. |