]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-01-08 Kim F. Storm <storm@cua.dk>
2
3 * info.el (Info-mode-map, Info-next-link-keymap)
4 (Info-prev-link-keymap, Info-up-link-keymap):
5 Map follow-link to mouse-face.
6 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7
8 2005-01-08 Jay Belanger <belanger@truman.edu>
9
10 * calc/calc.el (calc-settings-file): Change default value.
11 Suggested by cgw in a comment in calc-mode.el.
12
13 * calc/calc-mode.el (calc-settings-file-name):
14 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15 Replace ~/.emacs in a prompt by calc-settings-file.
16
17 2005-01-07 Lars Hansen <larsh@math.ku.dk>
18
19 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
20 (desktop-lazy-idle-delay): New customizable variables.
21 (desktop-buffer-args-list): New variable.
22 (desktop-append-buffer-args): New function.
23 (desktop-save): Call desktop-append-buffer-args for some buffers.
24 (desktop-lazy-create-buffer): New function.
25 (desktop-idle-create-buffers): New function.
26 (desktop-read): Add message about buffers to restore lazily.
27 (desktop-lazy-abort): New command.
28 (desktop-clear): Call desktop-lazy-abort.
29 (desktop-lazy-complete): New command.
30
31 2005-01-06 Richard M. Stallman <rms@gnu.org>
32
33 * emacs-lisp/find-func.el (find-face-definition):
34 Renamed from find-face.
35
36 2005-01-06 Kim F. Storm <storm@cua.dk>
37
38 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
39
40 * man.el (Man-xref-man-page, Man-xref-header-file)
41 (Man-xref-normal-file): Add follow-link property.
42
43 2005-01-06 Jay Belanger <belanger@truman.edu>
44
45 * calc/calc-units.el: Make sure the proper macro definitions are
46 available when compiling.
47
48 2005-01-06 Juri Linkov <juri@jurta.org>
49
50 * isearch.el (isearch-lazy-highlight-update): Rename
51 `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
52
53 2005-01-06 Miles Bader <miles@gnu.org>
54
55 * isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
56 (isearch-lazy-highlight-face): Use new name.
57
58 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * uniquify.el (uniquify-rationalize-file-buffer-names):
61 Re-add an interactive spec.
62 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
63 to the same name.
64
65 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
66 (isearch-update, isearch-done): Adjust calls accordingly.
67
68 2005-01-05 Richard M. Stallman <rms@gnu.org>
69
70 * custom.el (custom-set-variables, custom-theme-set-variables):
71 Clarify documentation.
72
73 * emacs-lisp/find-func.el (find-variable)
74 (find-variable-other-window, find-variable-other-frame):
75 Fix the TYPE args to find-function-read and find-function-do-it.
76 (find-function): Doc fix.
77 (find-function-at-point): Replace function-at-point alias.
78
79 2005-01-04 Richard M. Stallman <rms@gnu.org>
80
81 * cus-face.el (custom-declare-face):
82 Record defface in current-load-list.
83
84 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
85
86 * emacs-lisp/find-func.el: Doc fixes.
87 (find-face-regexp): New variable.
88 (find-function-regexp-alist): New variable.
89 (find-function-C-source): Third arg is now TYPE.
90 (find-function-search-for-symbol): Handle general TYPE.
91 (find-function-read, find-function-do-it): Handle general TYPE.
92 (find-definition-noselect, find-face): New functions.
93 (function-at-point): Alias deleted.
94
95 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * battery.el (display-battery-mode): Rename from display-battery.
98 Handle the case where it gets turned off.
99
100 2005-01-04 Richard M. Stallman <rms@gnu.org>
101
102 * cus-edit.el (customize): Make :link point to user doc.
103
104 * man.el (Man-fontify-manpage): Turn off undo generation.
105
106 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
107
108 2005-01-04 Andreas Schwab <schwab@suse.de>
109
110 * files.el (insert-directory): Only look for error lines in
111 inserted text. Don't move too far after processing --dired markers.
112
113 2005-01-04 Richard M. Stallman <rms@gnu.org>
114
115 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
116 Don't expand if the character is @, period, dash, etc.
117 (define-mail-abbrev): Quote names that contain problem characters.
118
119 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
120
121 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
122
123 2005-01-03 Richard M. Stallman <rms@gnu.org>
124
125 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
126 (query-replace-highlight, query-replace-lazy-highlight)
127 (query-replace): Definitions moved up. Doc fix.
128
129 2005-01-03 Richard M. Stallman <rms@gnu.org>
130
131 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
132 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
133 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
134 (lazy-highlight-face): Rename from isearch-lazy-...
135 Change all references to them.
136
137 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
138
139 * cus-edit.el (custom-file): Doc fix for defcustom.
140 (custom-file): The function no longer sets the variable
141 `custom-file' to its return value.
142
143 * startup.el (command-line): No longer load `custom-file'.
144
145 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
148
149 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
150 Don't confuse module-prefixed identifiers for labels.
151 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
152
153 2005-01-02 Richard M. Stallman <rms@gnu.org>
154
155 * files.el (basic-save-buffer-1): Fix previous change.
156
157 * loadhist.el (file-loadhist-lookup): New function.
158 (file-provides, file-requires): Use it.
159
160 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
161 instead of calculating the right size.
162
163 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
164
165 * vc-svn.el (vc-svn-diff): Stay local if possible.
166
167 2005-01-02 Stefan <monnier@iro.umontreal.ca>
168
169 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
170
171 * files.el (hack-local-variables): Fix last change.
172
173 2005-01-02 Jay Belanger <belanger@truman.edu>
174
175 * calc/calc-yank.el (calc-edit-top): New variable.
176 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
177 object. Change header properties.
178 (calc-edit-finish, calc-edit-finish-stack-object)
179 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
180 edited object.
181 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
182 for the beginning of the edited object.
183 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
184 for the beginning of the edited object.
185 * calc/calc-prog.el (calc-edit-macro-finish-edit)
186 (calc-finish-formula-edit, calc-macro-repeats)
187 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
188 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
189 beginning of the edited object.
190 (calc-user-define-edit): Change the header for editing macros.
191 Remove unnecessary variable.
192
193 2005-01-01 Jay Belanger <belanger@truman.edu>
194
195 * calc/calc-yank.el (calc-edit-mode): Change default header.
196 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
197 * calc/calc-store.el (calc-edit-variable): Change title to match new
198 header.
199 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
200 mode to match new header.
201 (calc-user-define-edit): Change titles to include names of commands.
202 (calc-finish-formula-edit): Adjust to handle new header.
203 (calc-finish-macro-edit): Remove.
204 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
205 (calc-edit-macro-command, calc-edit-macro-command-type)
206 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
207 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
208 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
209 (calc-edit-macro-finish-edit): New functions.
210 (calc-user-define-edit): Use new functions to edit named calc macros.
211
212 2005-01-01 Stefan <monnier@iro.umontreal.ca>
213
214 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
215
216 * ses.el (copy-region-as-kill): Deactivate mark.
217
218 2005-01-01 Richard M. Stallman <rms@gnu.org>
219
220 * replace.el (occur-1): If the output buffer is also an input,
221 don't kill it, rename it.
222
223 * faces.el (set-face-background, set-face-foreground): Doc fix.
224
225 * cus-face.el (custom-face-attributes): Fix :help-echo strings
226 for :foreground and :background.
227
228 * dired.el (dired-view-command-alist): Variable deleted.
229 (dired-view-file, dired-mouse-find-file-other-window):
230 Delete the code to use it.
231
232 2005-01-01 Kim F. Storm <storm@cua.dk>
233
234 * image.el (insert-sliced-image): Use t for line-height property.
235
236 2004-12-31 Jay Belanger <belanger@truman.edu>
237
238 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
239 for "var-" at the beginning of the minibuffer.
240
241 2004-12-31 Richard M. Stallman <rms@gnu.org>
242
243 * faces.el (read-face-name):
244 Don't treat an attribute spec as a list of faces.
245
246 * simple.el (undo): Use undo-equiv-table to detect
247 unexpected changes since previous undo.
248 (undo-list-saved): Variable deleted.
249 (buffer-disable-undo): Don't alter undo-list-saved.
250
251 * files.el (require-final-newline): Allow `visit' and `visit-save'.
252 (mode-require-final-newline): New option.
253 (after-find-file): Handle require-final-newline with new values.
254 (basic-save-buffer): Handle new values of require-final-newline.
255
256 * progmodes/sh-script.el (sh-require-final-newline):
257 Alist value now controls whether to use mode-require-final-newline.
258 (sh-set-shell): Implement that new meaning.
259
260 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
261 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
262 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
263 Delete old-Emacs compatibility code.
264 (antlr-c-common-init): Function deleted.
265
266 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
267 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
268 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
269 * progmodes/python.el (python-mode): Use mode-require-final-newline.
270 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
271 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
272 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
273 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
274 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
275 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
276 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
277 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
278 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
279 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
280 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
281 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
282
283 2004-12-31 Jay Belanger <belanger@truman.edu>
284
285 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
286 way to return to Calc.
287
288 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
289 finish, C-xk as the way to cancel the edit. Add cancel routine to
290 kill-buffer-hook.
291
292 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
293 MacEdit code.
294
295 * calc/calc-prog.el: Remove obsolete MacEdit code.
296 (calc-macro-edit-algebraic, calc-macro-edit-variable)
297 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
298
299 2004-12-31 Kenichi Handa <handa@m17n.org>
300
301 * international/mule.el (buffer-file-coding-system-explicit):
302 Rename for explicit-buffer-file-coding-system.
303 (after-insert-file-set-coding): Adjust for the above change.
304
305 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
306 to buffer-file-coding-system-explicit.
307 (basic-save-buffer-1): Likewise.
308
309 2004-12-30 Richard M. Stallman <rms@gnu.org>
310
311 * textmodes/artist.el (artist-butlast-fn): Var deleted.
312 (artist-butlast, artist-last): Functions deleted.
313 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
314 (artist-compute-key-compl-table): Call remq directly.
315 (artist-remove-nulls): Function deleted.
316 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
317 (artist-push, artist-pop): Macro deleted.
318
319 2004-12-30 Andreas Leue <al@sphenon.de>
320
321 * textmodes/artist.el (artist-version): 1.2.6
322 (artist-prev-next-op-alist): New variable.
323 (artist-select-next-op-in-list): New function.
324 (artist-select-prev-op-in-list): New function.
325 (artist-make-prev-next-op-alist): New function.
326 (artist-is-in-op-list-p): New function.
327 (artist-get-first-non-nil-op): New function.
328 (artist-get-last-non-nil-op): New function.
329 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
330 artist-prev-next-op-alist.
331 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
332 change drawing operation.
333
334 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
335
336 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
337
338 2004-12-31 Masatake YAMATO <jet@gyve.org>
339
340 * server.el (server-process-filter): Suppress `error', too.
341
342 2004-12-30 Jay Belanger <belanger@truman.edu>
343
344 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
345 Change the way a variable is displayed in a message.
346
347 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
348 (calc-user-define-permanent, calc-execute-kbd-macro):
349 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
350
351 2004-12-30 Kenichi Handa <handa@m17n.org>
352
353 * files.el (basic-save-buffer-1):
354 Set explicit-buffer-file-coding-system to last-coding-system-used.
355 (revert-buffer): Pay attention to
356 explicit-buffer-file-coding-system (not buffer-file-coding-system)
357 on bind coding-system-for-read.
358
359 * international/mule.el (explicit-buffer-file-coding-system):
360 New buffer local variable.
361 (after-insert-file-set-coding): Set it to coding-system-for-read.
362
363 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
364
365 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
366
367 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
368
369 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
370 that include line numbers.
371
372 2004-12-29 Milan Zamazal <pdm@zamazal.org>
373
374 * files.el (hack-local-variables): If no PREFIX, set it to "^".
375 Redundant variable PREFIXLEN removed.
376
377 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
378
379 * eshell/em-hist.el (eshell-previous-matching-input):
380 Start the deletion from the end of the output.
381
382 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
383
384 * term/mac-win.el: Require x-dnd.
385 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
386
387 2004-12-29 David Kastrup <dak@gnu.org>
388
389 * international/mule.el (decode-coding-inserted-region):
390 Don't barf if `buffer-undo-list' is already set to `t'.
391
392 2004-12-29 Jay Belanger <belanger@truman.edu>
393
394 * calc/calc-prog.el (calc-user-define-formula): Put default values
395 for function names in prompts.
396 (calc-user-define-permanent, calc-user-define-composition)
397 (calc-user-define-formula): Remove the need for "calcFunc-" in the
398 default input for algebraic functions.
399
400 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
401
402 * vc-rcs.el (vc-rcs-annotate-command):
403 Fix omission bug: Call `vc-setup-buffer'.
404
405 2004-12-29 Kenichi Handa <handa@m17n.org>
406
407 * international/mule.el (recode-region): New function.
408
409 2004-12-28 Richard M. Stallman <rms@gnu.org>
410
411 * simple.el (undo-extra-outer-limit): New variable.
412 (undo-outer-limit-truncate): Test and set it.
413
414 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
415 enables the feature to extend the existing region.
416
417 * simple.el (mark-word): New arg ALLOW-EXTEND
418 enables the feature to extend the existing region.
419
420 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
421 enables the feature to extend the existing region.
422
423 * startup.el (site-run-file): Don't allow setting it with Custom.
424
425 * simple.el (buffer-disable-undo): Fix previous change.
426
427 2004-12-27 Masatake YAMATO <jet@gyve.org>
428
429 * hexl.el (hexlify-buffer): Remove fontification here.
430 Use font lock mechanism instead.
431 (hexl-font-lock-keywords): New font lock kewords.
432 (hexl-mode-old-font-lock-keywords): New variable.
433 (hexl-mode): Store the old font lock keywords.
434 (hexl-mode-exit): Restore the old font lock keywords.
435
436 2004-12-27 Richard M. Stallman <rms@gnu.org>
437
438 * simple.el (undo): Fix previous change.
439
440 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
441
442 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
443 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
444 Call x-open-connection on Mac OS X.
445
446 2004-12-27 Richard M. Stallman <rms@gnu.org>
447
448 * files.el (buffer-save-without-query): New var (buffer-local).
449 (save-some-buffers): Save those buffers first, w/o asking.
450
451 * files.el (insert-directory-ls-version): New variable.
452 (insert-directory): When ls returns an error, test the version
453 number to decide what the return code means.
454 With --dired output format, detect and distinguish lines
455 that are really error messages.
456 (insert-directory-adj-pos): New function.
457
458 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
459
460 * battery.el (battery-mode-line-format): Remove initial spaces.
461
462 * uniquify.el (uniquify-rationalize-file-buffer-names):
463 Delete interactive spec.
464
465 * type-break.el (type-break-mode): Set buffer-save-without-query.
466 Remove code that tried to set save-some-buffers-always.
467 (type-break-file-keystroke-count): Bind deactivate-mark.
468
469 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
470
471 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
472 Test that the buffer is live, and maybe reject current buffer too.
473 Clarify.
474 (next-error-find-buffer): Rewrite for clarity.
475
476 * loadup.el: Don't use buffer-disable-undo; do it directly.
477
478 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
479 (describe-variable): Call symbol-file with `defvar'.
480
481 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
482 (symbol-file): Rewritten to handle new load-history format.
483 Now takes an arg TYPE to specify looking for a particular
484 type of definition only.
485
486 * emacs-lisp/debug.el (debugger-make-xrefs):
487 Call symbol-file with `defun'.
488
489 * emacs-lisp/find-func.el (find-function-noselect):
490 Call symbol-file with `defun'.
491 (find-variable-noselect): Call symbol-file with `defvar'.
492
493 * eshell/esh-cmd.el (eshell-find-alias-function):
494 Call symbol-file with `defun'.
495
496 * eshell/esh-test.el (eshell-test-goto-func):
497 Call symbol-file with `defun'.
498
499 * mail/rmail.el (rmail-resend):
500 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
501
502 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
503
504 * progmodes/compile.el (compilation-find-buffer): Rename arg.
505
506 * textmodes/texinfmt.el (texinfo-format-buffer-1):
507 Call buffer-disable-undo.
508
509 * simple.el (undo-list-saved): New variable (buffer-local).
510 (undo): Set and test it.
511 (buffer-disable-undo): Move here from buffer.c.
512 Clear out undo-list-saved.
513
514 * international/mule.el (decode-coding-inserted-region):
515 Set buffer-undo-list in a correct and optimal way.
516
517 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
518 (cperl-font-lock-unfontify-region-function): No need to save and
519 restore info, since font-lock.el does it for us.
520
521 * ansi-color.el (save-buffer-state): Definition deleted.
522 (ansi-color-unfontify-region): Don't use save-buffer-state.
523
524 2004-12-27 Dave Love <fx@gnu.org>
525
526 * wid-edit.el (function): Use restricted-sexp as parent.
527
528 2004-12-27 Kevin Ryde <user42@zip.com.au>
529
530 * simple.el (next-matching-history-element): Use same
531 `interactive' form as previous-matching-history-element.
532
533 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
534 it can appear unencoded and has been seen from yahoo.
535
536 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
537
538 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
539 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
540
541 2004-12-27 Kenichi Handa <handa@m17n.org>
542
543 * international/utf-8.el (utf-translate-cjk-load-tables):
544 Bind coding-system-for-read to nil while loading subst-*.
545
546 2004-12-26 Jay Belanger <belanger@truman.edu>
547
548 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
549 default input.
550
551 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
552
553 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
554 before reverting and disable undo recording while reverting.
555
556 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
557
558 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
559 (hs-make-overlay): New function.
560 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
561 (hs-flag-region): Delete function.
562 (hs-hide-comment-region): No longer use `hs-flag-region'.
563 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
564 (hs-hide-block-at-point): Likewise.
565 (hs-hide-level-recursive): Use `hs-discard-overlays'.
566 (hs-hide-all, hs-show-all): Likewise.
567 (hs-show-block): Likewise.
568 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
569
570 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
571
572 * progmodes/hideshow.el: Require `cl' when compiling.
573 Remove XEmacs and Emacs 19 compatibility.
574 Use `dolist' and `add-to-list' for load-time actions.
575 (hs-discard-overlays): Use `dolist'.
576 (hs-show-block): Likewise.
577
578 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
579
580 * faces.el (mode-line, mode-line-inactive): Use min-colors.
581
582 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
583
584 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
585 When extending backwards, move outside the current comment first.
586
587 2004-12-22 Kenichi Handa <handa@m17n.org>
588
589 * international/quail.el (quail-start-translation): Fix prompt
590 string for the case if input-method-use-echo-area being non-nil.
591 (quail-start-conversion): Likewise.
592 (quail-show-guidance): Don't show guidance if
593 input-method-use-echo-area is non-nil.
594
595 2004-12-21 Richard M. Stallman <rms@gnu.org>
596
597 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
598
599 2004-12-21 Markus Rost <rost@ias.edu>
600
601 * calendar/diary-lib.el (mark-diary-entries):
602 Set mark-diary-entries-in-calendar only after checking for diary-file.
603
604 2004-12-21 Richard M. Stallman <rms@gnu.org>
605
606 * faces.el (escape-glyph): Use blue against light foreground.
607
608 * simple.el (undo-outer-limit-truncate): New function.
609 (undo-outer-limit-function): Use undo-outer-limit-truncate.
610
611 2004-12-21 Eli Barzilay <eli@barzilay.org>
612
613 * calculator.el: (calculator-radix-grouping-mode)
614 (calculator-radix-grouping-digits)
615 (calculator-radix-grouping-separator):
616 New defcustoms for the new radix grouping mode functionality.
617 (calculator-mode-hook): Now used in electric mode too,
618 (calculator): Call it.
619 (calculator-mode-map): Some new keys.
620 (calculator-message): New function. Some new calls.
621 (calculator-op, calculator-set-register): Use it.
622 (calculator-string-to-number): New function, mostly moved and
623 updated code from calculator-curnum-value.
624 (calculator-curnum-value): Use it.
625 (calculator-paste): Use it, and update grabbing the current-kill.
626 (calculator-rotate-displayer)
627 (calculator-rotate-displayer-back): Toggle digit grouping when
628 in radix mode, use calculator-message.
629 (calculator-displayer-prev, calculator-displayer-next):
630 Change digit group size when in radix mode.
631 (calculator-number-to-string): Rename from
632 calculator-num-to-string. Now deals with digit grouping in
633 radix mode.
634 (calculator-update-display, calculator-put-value): Use the new name.
635 (calculator-fact): Return a floating point number.
636 (calculator-mode): Doc fix.
637
638 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
639
640 * calendar/calendar.el (view-other-diary-entries): Add autoload.
641 * calendar/diary-lib.el (view-other-diary-entries):
642 Use current-prefix-arg in interactive spec.
643
644 2004-12-19 Jay Belanger <belanger@truman.edu>
645
646 * calc/calc-aent.el (calcAlg-blank-matching-open):
647 Temporarily adjust the syntax of both delimiters of half-open intervals.
648
649 2004-12-19 Kim F. Storm <storm@cua.dk>
650
651 * mouse.el (mouse-1-click-follows-link): Doc fix.
652
653 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
654
655 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
656 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
657 instead of centraleuropean as the name
658
659 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
660
661 Sync with Tramp 2.0.46.
662
663 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
664 parameters wrt Tramp convention.
665 (tramp-handle-file-attributes-with-perl)
666 (tramp-handle-directory-files-and-attributes): Apply it.
667 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
668 `copy-program'. Reported by Zack Weinberg
669 <zack@codesourcery.com>.
670 (top): Set `edebug-form-spec' property directly rather than
671 calling `def-edebug-spec'.
672
673 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
674 advice less fragile. Surround temporary redefinition of
675 `substitute-in-file-name' with `unwind-protect'. Suggested by
676 Matt Hodges <MPHodges@member.fsf.org>.
677
678 2004-12-17 Juri Linkov <juri@jurta.org>
679
680 * replace.el (occur-accumulate-lines, occur-engine):
681 Make forcing deferred font-lock fontification jit-specific.
682
683 2004-12-17 Kim F. Storm <storm@cua.dk>
684
685 * mouse.el (mouse-1-click-follows-link): New defcustom.
686 (mouse-on-link-p): New function.
687 (mouse-drag-region-1): Implement mouse-1-click-follows-link
688 functionality. Map a mouse-1 click event into a mouse-2 (or
689 other) event when position is inside a link.
690
691 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
692 prefix in tooltip text with "mouse-1" when this is a link
693 recognized by mouse-1-click-follows-link functionality.
694
695 * help.el (describe-key): Report effective and original binding
696 for mouse-1 when clicked on a link.
697 (describe-mode): Add follow-link property to "minor-mode" button.
698
699 * help-fns.el (describe-variable): Add follow-link property to
700 "below" button.
701
702 * help-mode.el (help-xref): Add follow-link property.
703
704 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
705 (apropos-command, apropos-variable, apropos-face, apropos-group)
706 (apropos-widget, apropos-plist): Add follow-link property.
707
708 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
709 checks if position is in a filename, rather than some other
710 clickable item. Function looks for cvs-filename-face at position.
711
712 * wid-edit.el (widget-specify-field, widget-specify-button):
713 Map a :follow-link keyword into a follow-link property.
714 (link): Add :follow-link keyword, map to RET binding.
715
716 * dired.el (dired-mode-map): Map follow-link to mouse-face.
717
718 * progmodes/compile.el (compilation-minor-mode-map)
719 (compilation-button-map, compilation-mode-map): Likewise.
720
721 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
722
723 * play/zone.el (zone): Init `line-spacing' from orig buffer.
724 (zone-replace-char): Take `count' and `del-count'
725 instead of `direction'. Update callers. When `del-count' is
726 non-nil, delete that many characters, otherwise `count' characters
727 backwards. Insert the newly-replaced string `count' times.
728 (zone-fret): Handle chars w/ width greater than one.
729 (zone-fall-through-ws): No longer take window width `ww'.
730 Update callers. Add handling for `char-width' greater than one.
731 (zone-pgm-drip): Update var holding window-end position every cycle.
732
733 2004-12-17 Andre Spiegel <spiegel@gnu.org>
734
735 * vc.el (vc-default-update-changelog): Use insert-file-contents,
736 rather than insert-file.
737
738 2004-12-16 Jay Belanger <belanger@truman.edu>
739
740 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
741 (math-init-random-base, math-random-digit): Check to see if
742 var-RandSeed is bound.
743 (math-random-last): Declare it.
744 (math-random-digit): Don't make math-random-last local.
745
746 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
747
748 * play/zone.el (zone): Fix omission bug: Use a self-disabling
749 one-shot thunk for uniform (error, quit, normal) recovery.
750 Reported by John Paul Wallington.
751 (zone-pgm-random-life): Fix bug:
752 Recognize empty initial field by lack of "@" chars.
753
754 2004-12-16 Juri Linkov <juri@jurta.org>
755
756 * help.el (function-called-at-point):
757 * help-fns.el (variable-at-point): As a last resort try stripping
758 non-word prefixes and suffixes.
759
760 * descr-text.el (describe-property-list): Don't treat syntax-table
761 specially. Use describe-text-sexp which inserts [show] button
762 for large objects and handles printing errors. Sort properties
763 by names in alphabetical order instead of by value sizes.
764 Add `mouse-face' to list of properties for `describe-face' widget.
765 (describe-char): Mask out face-id from 19 bits of character.
766 Print face-id separately.
767
768 * replace.el (occur-accumulate-lines, occur-engine):
769 Fontify unfontified matching lines in the source buffer
770 before copying them.
771 (occur-engine): Don't put mouse-face on context lines.
772 (occur-next-error): Set point to line beginning/end
773 before searching for prev/next property to skip multiple
774 matches on a line (not supported by occur engine).
775 Remove redundant prefix-numeric-value.
776
777 2004-12-15 Juri Linkov <juri@jurta.org>
778
779 * replace.el (match): New face.
780 (list-matching-lines-face): Change default from `bold' to `match'.
781
782 * progmodes/grep.el (grep-match-face): New defvar.
783 (grep-mode-font-lock-keywords): Use grep-match-face instead of
784 compilation-column-face to highlight grep matches.
785
786 * apropos.el (apropos-match-face): Change default from
787 `secondary-selection' to `match'.
788
789 * info-look.el (info-lookup-highlight-face): Change default from
790 `highlight' to `match'.
791
792 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
793
794 * progmodes/executable.el (executable-interpret): Eliminate
795 obsolete compile-internal, and switch to comint for interaction.
796
797 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
798
799 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
800 `&&' when skipping multiple statements on a line.
801
802 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
803
804 * play/zone.el (zone): Set `truncate-lines'.
805 Also, init `tab-width' with value from original buffer.
806 (zone-shift-up): Rewrite for speed.
807 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
808 (zone-pgm-jitter): Remove redundant entries from ops vector.
809 (zone-exploding-remove): Reduce iteration count.
810 (zone-cpos): Convert to defsubst.
811 (zone-replace-char): New defsubst.
812 (zone-park/sit-for): Likewise.
813 (zone-fret): Take window-start arg.
814 Update callers. Use `zone-park/sit-for'.
815 (zone-fill-out-screen): Rewrite.
816 (zone-fall-through-ws): Likewise. Update callers.
817 (zone-pgm-drip): Use `zone-replace-char'.
818 Move var inits before while-loop. Use `zone-park/sit-for'.
819 (zone-pgm-random-life): Handle empty initial field.
820 Use `zone-replace-char' and `zone-park/sit-for'.
821
822 2004-12-15 Juri Linkov <juri@jurta.org>
823
824 * isearch.el (isearch-update): Test isearch-lazy-highlight
825 before calling isearch-lazy-highlight-new-loop.
826 (isearch-lazy-highlight-new-loop):
827 Don't test isearch-lazy-highlight.
828
829 * replace.el (perform-replace): Add isearch-case-fold-search.
830 Use delimited-flag for isearch-regexp.
831 Reset isearch-lazy-highlight-last-string to force lazy
832 highlighting when called from isearch mode.
833 (query-replace-highlight): Revert defcustom type to boolean.
834 (query-replace-lazy-highlight): New defcustom.
835 (query-replace): New face.
836 (perform-replace, replace-highlight, replace-dehighlight):
837 Test query-replace-lazy-highlight instead of special value
838 `isearch' of query-replace-highlight.
839 (replace-dehighlight): Don't call isearch-dehighlight.
840 (replace-highlight): Don't call isearch-highlight.
841 Use face `query-replace' unconditionally.
842
843 2004-12-14 Kim F. Storm <storm@cua.dk>
844
845 * simple.el (inhibit-mark-movement): Remove defvar.
846 (beginning-of-buffer, end-of-buffer): Don't use it.
847
848 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
849 Don't use inhibit-mark-movement.
850
851 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
852 (cua--undo-push-mark): Remove.
853 (cua--pre-command-handler, cua--post-command-handler):
854 Don't fiddle with inhibit-mark-movement.
855
856 2004-12-14 Juri Linkov <juri@jurta.org>
857
858 * buff-menu.el (list-buffers-noselect): Collect internal info
859 for every buffer in BUFFER-LIST arg too.
860 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
861 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
862 Bind same-window-buffer-names and same-window-regexps to nil.
863
864 2004-12-13 Juri Linkov <juri@jurta.org>
865
866 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
867
868 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
869 (sc-cite-region, sc-uncite-region, sc-recite-region):
870 Fix previous change to handle not alist as a symbol, but
871 a citation frame as a symbol that represents a variable name.
872
873 2004-12-13 Richard M. Stallman <rms@gnu.org>
874
875 * filecache.el (file-cache-add-directory-using-find):
876 Only set up file-cache-find-command-posix-flag if we will use it.
877
878 * bindings.el (mode-line-buffer-identification-keymap):
879 Don't cancel the mode-line's usual down-mouse-1 binding.
880
881 * cus-edit.el (custom-face-selected): Handle `default' specs.
882 (custom-face-edit): Increase extra-offset.
883 (custom-display): Handle `default' specs.
884
885 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
886
887 * emacs-lisp/elint.el (elint-standard-variables)
888 (elint-unknown-builtin-args): Move definitions up.
889
890 * net/browse-url.el (browse-url-url-at-point): Add autoload.
891
892 * info.el (info-xref-visited): Use `default' instead of t.
893 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
894
895 * faces.el (header-line, mode-line-inactive, tool-bar):
896 Use `default' instead of t for setting the defaults.
897 (face-spec-choose): Separate `t' from `default'.
898
899 * subr.el (while-no-input): New macro.
900
901 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
902
903 * filecache.el (file-cache-add-directory-using-find):
904 Only test file-cache-find-command-posix-flag on some systems.
905
906 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
909 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
910 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
911 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
912 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
913
914 2004-12-12 Juri Linkov <juri@jurta.org>
915
916 * files.el (find-file-other-window, find-file-other-frame):
917 Add the first buffer to the returned value to return the complete
918 list of all visited buffers.
919 (find-file-read-only, find-file-read-only-other-window)
920 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
921 `find-file-read-args'. Signal an error about non-existent file
922 only if file name doesn't contain wildcards. Toggle read-only in
923 all visited buffers.
924 (find-alternate-file, find-alternate-file-other-window):
925 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
926 called interactively. Pass arg `wildcards' to other functions.
927 (find-file-noselect): Doc fix.
928
929 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
930 Doc fix.
931 (ffap-directory-finder): New variable.
932 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
933 (ffap-file-at-point): Add /* to immediately rejected names.
934 Return absolute file names matching ffap-dired-wildcards.
935 (ffap-read-file-or-url): Set default value for `completing-read'
936 to `buffer-file-name'.
937 (find-file-at-point): When filename matches ffap-dired-wildcards,
938 call ffap-file-finder with t arg `wildcards', instead of dired.
939 (ffap-other-window, ffap-other-frame): Return visited buffers.
940 (ffap-read-only, ffap-read-only-other-window)
941 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
942 (dired-at-point): Call ffap-directory-finder instead of dired.
943 (ffap-dired-other-window, ffap-dired-other-frame)
944 (ffap-list-directory): New commands.
945 (ffap-bindings): New keybindings for new commands.
946
947 2004-12-12 Juri Linkov <juri@jurta.org>
948
949 * simple.el (beginning-of-buffer, end-of-buffer):
950 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
951 Do not push mark when mark is active in transient-mark-mode.
952
953 * simple.el (mark-word):
954 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
955 * textmodes/paragraphs.el (mark-paragraph):
956 Extend the region when mark is active in transient-mark-mode,
957 regardless of the last command. Doc fix.
958
959 * simple.el (mark-word): Preserve direction when repeating.
960 Make arg optional. Interactive "p" -> "P".
961 (transient-mark-mode, inhibit-mark-movement): Doc fix.
962
963 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
964 preserving direction, to mark forward instead of backward when mark
965 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
966
967 2004-12-12 Juri Linkov <juri@jurta.org>
968
969 * isearch.el (isearch-edit-string): Set 7th arg of
970 `read-from-minibuffer' to `t' to inherit the current input
971 method (whose name is indicated by [IM] in the minibuffer prompt)
972 from the current buffer to the minibuffer.
973 (isearch-lazy-highlight-update): Put body to `with-local-quit'
974 to allow C-g quitting for lazy highlighting looping inside the
975 search with nested repetition operators. Add overlay to the list
976 before setting its face and other properties to avoid the case of
977 code quitting after placing the new overlay but before it's
978 recorded on the list. Select the window where isearch was
979 activated, to highlight matches in the right window when isearch
980 switches the current window to the minibuffer.
981
982 * international/isearch-x.el
983 (isearch-process-search-multibyte-characters):
984 Use `isearch-message' as initial input for `read-string' instead
985 of adding it to the minibuffer prompt. After reading a string
986 remove the initial value of `isearch-message' from the string.
987
988 * replace.el (replace-match-maybe-edit): Doc fix.
989 (perform-replace): Don't call `replace-highlight' when automatic
990 replacement is requested in literal mode, since it is intended
991 only to highlight words during entering a new replacement string
992 for \? in non-literal mode.
993
994 * replace.el (query-replace-highlight): Add new value `isearch'
995 that allows query replacement to use isearch highlighting.
996 Change type from `boolean' to `choice'. Doc fix.
997 (replace-highlight, replace-dehighlight, perform-replace):
998 Use isearch highlighting if query-replace-highlight eq `isearch'.
999
1000 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1003 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1004
1005 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1006 case of \end{verbatim}.
1007
1008 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1009
1010 * term.el (term-termcap-format): Synchronyze with terminfo.
1011 (term-emulate-terminal): Handle reset.
1012 (term-reset-terminal): New function.
1013
1014 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
1015
1016 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1017 (zone-fill-out-screen): New func.
1018 (zone-pgm-drip): Use `zone-fill-out-screen'.
1019 Also, no longer go to point-min on every cycle.
1020 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1021 (zone-pgm-random-life-wait): New user var.
1022 (zone-pgm-random-life): New func.
1023
1024 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
1025
1026 * files.el (auto-mode-alist): Map .com to DCL mode.
1027
1028 2004-12-09 Richard M. Stallman <rms@gnu.org>
1029
1030 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1031
1032 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
1033
1034 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1035 buffer with a display margin.
1036
1037 2004-12-08 Jay Belanger <belanger@truman.edu>
1038
1039 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1040 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1041
1042 2004-12-08 Richard M. Stallman <rms@gnu.org>
1043
1044 * faces.el: Delete code to set display table.
1045 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
1046
1047 2004-12-08 Jay Belanger <belanger@truman.edu>
1048
1049 * calc/calc.el: Add math-read-preprocess-string to autoloads.
1050
1051 * calc/calc-ext.el (math-read-replacement-list)
1052 (math-read-superscripts, math-read-preprocess-string): Move to
1053 calc-aent.el.
1054
1055 * calc/calc-aent.el (math-read-replacement-list)
1056 (math-read-superscripts, math-read-preprocess-string): Move from
1057 calc-ext.el.
1058
1059 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * isearch.el (isearch-quote-char): Fix up typo in last change.
1062
1063 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
1064
1065 * mouse.el (mouse-set-font): Handle the case where the command was
1066 not invoked using the mouse.
1067
1068 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1069 (edmacro-finish-edit): Further update for keyboard macros that are
1070 lambda forms.
1071 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1072
1073 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1074
1075 * font-lock.el (font-lock-unfontify-region): Save buffer state.
1076 (font-lock-default-unfontify-region): Don't save buffer state any more.
1077
1078 2004-12-07 Jay Belanger <belanger@truman.edu>
1079
1080 * calc/calc-help.el (calc-describe-key):
1081 Set calc-summary-indentation even when Calc Summary buffer exists.
1082
1083 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
1084
1085 * calendar/holidays.el (holiday-easter-etc): Make arguments
1086 optional for backwards compatibility. Doc fix.
1087 Remove un-necessary local vars mandatory, output-list.
1088 (holiday-advent): Make arguments optional for backwards
1089 compatibility. Doc fix.
1090
1091 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * paren.el (show-paren-function): Fix last change (2004-12-02).
1094
1095 * international/mule-util.el (char-displayable-p): Return nil for
1096 unibyte mode.
1097
1098 * subr.el (subregexp-context-p): New function.
1099
1100 * isearch.el (isearch-quote-char): Use it.
1101
1102 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1103 (regexp-opt-not-groupie*-re): Remove.
1104 (regexp-opt): Properly handle inputs with duplicate entries.
1105
1106 2004-12-06 Richard M. Stallman <rms@gnu.org>
1107
1108 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1109
1110 * cus-edit.el (custom-file): Doc fix.
1111
1112 * textmodes/org.el: New file.
1113
1114 2004-12-06 Kenichi Handa <handa@m17n.org>
1115
1116 * ldefs-boot.el: Update international/mule-util.el section.
1117
1118 2004-12-05 Sam Steingold <sds@gnu.org>
1119
1120 * net/tramp.el (tramp-handle-file-accessible-directory-p):
1121 Fix `tramp-time-diff' comparison logic.
1122
1123 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
1124
1125 * progmodes/which-func.el (which-function):
1126 Use `run-hook-with-args-until-success' instead of a custom loop.
1127 Fixes bug with local hooks.
1128
1129 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1130
1131 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1132 Use delete-dups when calculating the initial value.
1133 (bibtex-autokey-get-title): Use <=.
1134 (bibtex-goto-line): New function.
1135 (bibtex-reposition-window): Use line numbers instead of point
1136 positions. Use window-body-height.
1137 (bibtex-find-crossref): Use bibtex-reposition-window.
1138 (bibtex-find-entry): Use bibtex-reposition-window. Always return
1139 position of entry if key is found or nil if not found.
1140
1141 2004-12-05 Richard M. Stallman <rms@gnu.org>
1142
1143 * cus-edit.el (custom-file): Doc fix.
1144
1145 * progmodes/sh-script.el (sh-indent-for-then): Change default.
1146
1147 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * simple.el (blink-matching-open):
1150 * textmodes/tex-mode.el (tex-validate-region):
1151 Obey syntax-table text properties.
1152
1153 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
1154
1155 * wid-edit.el (widget-specify-field): Add `real-field' property to
1156 boundary.
1157 (widget-field-at): Use it.
1158
1159 2004-12-02 Richard M. Stallman <rms@gnu.org>
1160
1161 * progmodes/cc-mode.el (awk-mode autoload):
1162 Supply t meaning interactive function.
1163
1164 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
1165 (isearch-mode-map): No special definition for space.
1166 (isearch-whitespace-chars): Command deleted.
1167 (isearch-forward-regexp): Doc fix.
1168 (isearch-quote-char): When a space is not inside brackets,
1169 use `[ ]' instead of just space.
1170 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1171
1172 * imenu.el (imenu--generic-function): Delete code to exclude
1173 matches in comments.
1174
1175 * man.el (Man-reverse-face): Change default to `highlight'.
1176
1177 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1178 (occur-engine): Use `face' prop rather than `font-lock-face'
1179 when specifying use of `match-face'.
1180 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1181
1182 * emacs-lisp/elint.el (elint-standard-variables): Update list.
1183
1184 * add-log.el (add-log-current-defun): Handle the case where point
1185 is in the header part of a DEFUN construct.
1186
1187 2004-12-02 Dave Love <fx@gnu.org>
1188
1189 * progmodes/python.el (python-font-lock-syntactic-keywords):
1190 Fix previous change.
1191
1192 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
1193
1194 * paren.el (show-paren-function): Check for matching chars
1195 specified by text props.
1196
1197 2004-12-02 Jay Belanger <belanger@truman.edu>
1198
1199 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1200 when reading a new key sequence.
1201
1202 2004-12-02 Kim F. Storm <storm@cua.dk>
1203
1204 * faces.el (escape-glyph): Rename from glyph.
1205 (standard-display-table): Set it here. Add escape-glyph face to
1206 extra slot characters.
1207
1208 * disp-table.el: Undo 2004-12-01 change. Display table is now
1209 setup in faces.el.
1210
1211 2004-12-02 Mark A. Hershberger <mah@everybody.org>
1212
1213 * xml.el (xml-parse-dtd): Don't show validity messages when
1214 xml-validating-parser is nil.
1215 (xml-substitute-special): Fix validity error messages to
1216 actually show the unexpandable entity. Added validity error if &
1217 isn't followed by an entity.
1218 (xml-parse-tag): Concatenate any string following the a
1219 <![CDATA[]]> section to the parsed CDATA.
1220 (xml-parse-dtd): Skip parameter entity declarations and use of
1221 parameter entities.
1222
1223 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
1224
1225 * kmacro.el (kmacro-default-counter-format): New var.
1226 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
1227 (kmacro-display): Remove `nil' from `and' form. Delete call to
1228 `format' inside `message'.
1229 (kmacro-start-macro): Use `kmacro-default-counter-format'.
1230
1231 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * pcvs.el (cvs-header-msg): New function.
1234 (cvs-update-header): Use it. Change calling convention.
1235 Correctly handle the case of having simultaneous active processes.
1236 (cvs-sentinel): Don't call cvs-update-header any more.
1237 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1238
1239 2004-12-01 Jay Belanger <belanger@truman.edu>
1240
1241 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1242 Change message.
1243
1244 2004-12-01 Juri Linkov <juri@jurta.org>
1245
1246 * progmodes/prolog.el (prolog-mode-variables):
1247 Fix imenu-generic-expression.
1248
1249 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1250
1251 * faces.el (glyph): New face.
1252
1253 * disp-table.el: Add an autoloaded table, that doesn't require
1254 this library, with glyph face.
1255
1256 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1257 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1258 (conf-quote-normal): Allow normalizing only ' or ".
1259 (conf-mode): Regexp-quote constructed comment-start and don't
1260 match section {} where "name" contains braces.
1261
1262 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1263 files.
1264
1265 2004-12-01 Kenichi Handa <handa@m17n.org>
1266
1267 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1268 (x-select-text): Don't treat eight-bit-control/graphic chars
1269 specially. Store the encoded text in the X cut buffer.
1270 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1271 with x-last-selected-text-cut-encoded.
1272
1273 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1276
1277 2004-11-30 Markus Rost <rost@ias.edu>
1278
1279 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1280 AUCTeX.
1281
1282 2004-11-30 Jay Belanger <belanger@truman.edu>
1283
1284 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1285 on signs of intervals.
1286 (math-pow-of-zero): Strengthen checks for positive and negative
1287 exponents.
1288
1289 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1290 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1291 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1292 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1293 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1294 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1295 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1296 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1297 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1298 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1299 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1300 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1301 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1302 with provide statements.
1303
1304 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1305
1306 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1307
1308 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1309 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1310 functions by require statements.
1311 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1312
1313 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1314 (calc-gnuplot-print): Give them values.
1315
1316 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1317 autoloads.
1318 Add calc-do-embedded-activate to autoloads.
1319 (calc-gnuplot-name, calc-gnuplot-plot-command)
1320 (calc-gnuplot-print-command): Move them to calc-graph.el.
1321
1322 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1323
1324 * term/mac-win.el (ccl-encode-mac-roman-font)
1325 (ccl-encode-mac-cyrillic-font)
1326 (ccl-encode-mac-centraleuropean-font, encoder-list)
1327 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1328 Support Cyrillic, CentralEuropean, and Dingbat font display
1329
1330 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1331
1332 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1333
1334 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1335 still nil.
1336
1337 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1340 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1341
1342 2004-11-29 Jay Belanger <belanger@truman.edu>
1343
1344 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1345 cases of the base and exponent.
1346
1347 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1348
1349 * simple.el (next-error-buffer-p): Allow for inclusive and
1350 exclusive tests for finding a buffer.
1351 (next-error-find-buffer): Pass the exclusive and inclusive tests
1352 to next-error-buffer-p.
1353
1354 * replace.el (occur-next-error): Switch to the Occur buffer when
1355 appropriate, use the exclusive filter to next-error-find-buffer to
1356 do it. Use the absolute value of the motion amount.
1357
1358 2004-11-29 Kenichi Handa <handa@m17n.org>
1359
1360 * startup.el (command-line): Decode all default-directory by
1361 locale-coding-system.
1362
1363 2004-11-29 Jay Belanger <belanger@truman.edu>
1364
1365 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1366 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1367 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1368 Replace calls to calc-extensions by appropriate require, replace
1369 calc-extensions-loaded by appropriate featurep.
1370
1371 * calc/calc-ext.el: Move require to end of file.
1372 Remove redundant loading of calc.el.
1373 (calc-extensions-loaded): Remove unnecessary variable.
1374 (calc-extensions): Remove unnecessary function.
1375 (calc-load-everything): Replace calc-need-macros by appropriate require.
1376
1377 * calc/calc-macs.el: Move provide to end of file.
1378 (calc-need-macros): Remove unnecessary function.
1379
1380 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1381 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1382 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1383 Replace calc-extensions by appropriate require.
1384 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1385
1386 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1387 Replace calc-need-macros by appropriate require.
1388
1389 * calc/calc.el: Move require to end of file.
1390 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1391 Remove unnecessary variable.
1392 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1393 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1394 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1395 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1396 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1397 (math-format-number, math-format-bignum, math-read-number)
1398 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1399 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1400 by appropriate require.
1401 (calc-check-defines): Replace calc-need-macros by appropriate require.
1402
1403 2004-11-29 Kim F. Storm <storm@cua.dk>
1404
1405 * macros.el (insert-kbd-macro): Handle kmacro functions.
1406
1407 2004-11-28 Juri Linkov <juri@jurta.org>
1408
1409 * compare-w.el (compare-windows-highlight): Attach each overlay
1410 to its window to properly highlight differences while comparing
1411 two windows of the same buffer. Fix arguments.
1412 (compare-windows-sync-default-function): Fix arguments of
1413 `compare-windows-highlight'.
1414
1415 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1416 Use `read-expression-history'. Set initial contents only if
1417 `edebug-global-break-condition' is non-nil. Set histpos to 1
1418 if initial contents is equal to the last history element.
1419 (edebug-set-conditional-breakpoint): Instead of temporarily
1420 prepending the current condition to the history, set initial
1421 contents to the current condition. Set histpos to 1 if initial
1422 contents is equal to the last history element.
1423
1424 * info.el (Info-search-whitespace-regexp): Remove shy group.
1425 (Info-search): Forward line if search is on the header line.
1426 Use search-whitespace-regexp in two other places.
1427
1428 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1429
1430 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1431 warning. Delay real definition, which uses
1432 `set-fringe-indicators-1' till after the definition of that function.
1433
1434 2004-11-28 Kim F. Storm <storm@cua.dk>
1435
1436 * fringe.el (fringe): New defgroup.
1437 (fringe-mode): Move to fringe group.
1438 (fringe-indicators): New defcustom.
1439 (set-fringe-indicators-1): New defun.
1440
1441 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1442 (menu-bar-showhide-fringe-ind-menu): New keymap.
1443 (menu-bar-showhide-fringe-ind-empty)
1444 (menu-bar-showhide-fringe-ind-mixed)
1445 (menu-bar-showhide-fringe-ind-box)
1446 (menu-bar-showhide-fringe-ind-right)
1447 (menu-bar-showhide-fringe-ind-left)
1448 (menu-bar-showhide-fringe-ind-none): New defuns.
1449 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1450
1451 2004-11-27 Richard M. Stallman <rms@gnu.org>
1452
1453 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1454
1455 * generic.el (define-generic-mode): Doc fix.
1456
1457 * menu-bar.el (menu-bar-options-save): For the options
1458 that are toggled with menu-bar-make-mm-toggle, don't check
1459 for customized-value prop.
1460
1461 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1462
1463 * mail/supercite.el (sc-cite-region): Handle the case where
1464 sc-cite-frame-alist is a symbol.
1465 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1466 a symbol.
1467 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1468 a symbol.
1469
1470 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1471
1472 * wid-edit.el (widget-narrow-to-field): New function.
1473 (widget-complete): Use it.
1474
1475 2004-11-27 Jay Belanger <belanger@truman.edu>
1476
1477 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1478 variable.
1479 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1480 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1481 (math-alg-inequalities): Move declaration to earlier in the file.
1482
1483 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1484 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1485 Declare them.
1486
1487 * calc/calc-lang.el (math-expr-data, math-expr-token)
1488 (math-exp-old-pos): Declare them.
1489
1490 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1491 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1492
1493 2004-11-27 Kim F. Storm <storm@cua.dk>
1494
1495 * progmodes/flymake.el: Use (featurep 'xemacs).
1496 (flymake-makehash): Change to defsubst. Use fboundp.
1497 (flymake-time-to-float): Remove.
1498 (flymake-float-time): Merge code from flymake-time-to-float here.
1499 (flymake-replace-regexp-in-string): Change to defsubst.
1500 (flymake-split-string-remove-empty-edges):
1501 Rename to flymake-split-string.
1502 (flymake-split-string): Remove previous defalias.
1503 (flymake-get-temp-dir): Change to defsubst.
1504 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1505 Define for xemacs only.
1506 (flymake-master-file-count-limit): Change into compiler defvar only.
1507 (flymake-find-possible-master-files): Let-bind it dynamically while
1508 sorting files using flymake-master-file-compare.
1509
1510 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1513 of defun-prompt-regexp matches inside a comment/string but the
1514 beginning is correctly outside everything.
1515
1516 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1517 appears within a string or a comment.
1518
1519 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1520 rather than make-symbol for symbols which are used in
1521 a symbol-macrolet or equivalent.
1522
1523 2004-11-26 Jay Belanger <belanger@truman.edu>
1524
1525 * calc-misc.el (calc-last-why-command): Declare it.
1526
1527 * calc-vec.el (math-grade-vec): New variable.
1528 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1529 Replace variable grade-vec by declared variable.
1530 (math-rb-close): New variable.
1531 (math-read-brackets, math-read-vector): Replace variable close by
1532 declared variable.
1533
1534 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1535 (calc-one-window, calc-edit-handler, calc-restore-trail)
1536 (calc-allow-ret): Declare them.
1537
1538 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1539 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1540 (math-radix-float-cache-tag, math-random-cache)
1541 (math-max-digits-cache, math-integral-cache, math-units-table)
1542 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1543 (math-moc-func): New variable.
1544 (math-map-over-constants, math-map-over-constants-rec):
1545 Replace variable func by declared variable.
1546
1547 * calc/calc-store.el (calc-given-value, calc-store-opers):
1548 Declare them.
1549 (calc-var-name-map): Move declaration to earlier in the file.
1550 (calc-pv-pos): New variable.
1551 (calc-permanent-variable, calc-insert-permanent-variable):
1552 Replace variable pos by declared variable.
1553
1554 * calc/calc-mtx.el (calc-det-lu): New variable.
1555 (math-det-raw, math-det-step): Replace variable lu by declared variable.
1556
1557 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1558 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1559 and arg by declared variables.
1560 (calcFunc-reducer): Fix incorrect variable.
1561 (math-inner-mul-func, math-inner-add-func): New variables.
1562 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1563 and add-func by declared variables.
1564
1565 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1566 (calc-digit-value): Declare them.
1567
1568 * calc/calc-help.el (Info-history): Declare it.
1569 (calc-describe-key): Make calc-summary-indentation a local variable.
1570 (calc-help-long-names): Move declaration to earlier in file.
1571
1572 * calc/calc-embed.el (calc-original-buffer): Declare it.
1573 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1574 (calc-embed-bot): New variables.
1575 (calc-do-embedded, calc-embedded-mark-formula)
1576 (calc-embedded-find-bounds, calc-embedded-duplicate)
1577 (calc-embedded-new-formula, calc-embedded-make-info):
1578 Replace vars outer-top, outer-bot, bot and top by declared variables.
1579 (calc-embed-prev-modes): New variable.
1580 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1581 prev-modes with declared variable.
1582 (calc-embed-vars-used): New variable.
1583 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1584 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1585 vars-used by declared variable.
1586
1587 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1588 (math-format-radix-float): Remove unnecessary setq.
1589 (math-radix-float-cache): Declare it.
1590
1591 * calc/calcsel2.el (calc-keep-selection): Declare it.
1592
1593 * calc/calc-maint.el: Remove file.
1594
1595 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1596
1597 * textmodes/bibtex.el (bibtex-sort-entry-class)
1598 (bibtex-comment-start): Use defcustom.
1599 (bibtex-entry-field-alist): Use nil if initial content of the
1600 field is undefined. Fix docstring.
1601 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1602 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1603 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1604 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1605 Fix docstring.
1606 (bibtex-autokey-title-terminators): Use only one regexp.
1607 (bibtex-string-maybe-empty-head): New variable.
1608 (bibtex-remove-delimiters-string): New function.
1609 (bibtex-text-in-field-bounds, bibtex-text-in-string):
1610 Use bibtex-remove-delimiters-string.
1611 (bibtex-progress-message, bibtex-field-left-delimiter)
1612 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1613 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1614 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1615 Simplify.
1616 (bibtex-format-entry): Use save-excursion for inherited booktitle.
1617 Use eq and bibtex-remove-delimiters-string. For end markers use
1618 insertion type so that marker stays after inserted text.
1619 (bibtex-autokey-get-names): Return empty string if name is missing.
1620 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1621 calling bibtex-autokey-name-case-convert.
1622 (bibtex-autokey-demangle-title):
1623 Call bibtex-autokey-titleword-case-convert. Remove call to
1624 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1625 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1626 (bibtex-read-key): New optional arg global.
1627 (bibtex-files-expand): New optional arg force.
1628 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1629 (bibtex-complete-crossref-cleanup): Rename from
1630 bibtex-complete-key-cleanup. Simplify code.
1631 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
1632 Operate on current entry.
1633 (bibtex-button): Add docstring.
1634 (bibtex-entry): Simplify.
1635 (bibtex-make-field): Replace optional arg called-by-yank with more
1636 specific args move and interactive.
1637 (bibtex-end-of-entry): Use forward-sexp.
1638 (bibtex-find-entry-globally): Remove.
1639 (bibtex-find-crossref): Allow for crossref key located in other buffer.
1640 Bound to C-c C-x.
1641 (bibtex-find-entry): New optional args global and display.
1642 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
1643 (bibtex-validate): Use arg force of bibtex-files-expand.
1644 (bibtex-clean-entry): Bugfix, clean string entries properly.
1645 Always keep point at beginning of entry.
1646 (bibtex-complete): Bugfix. Handle string entries properly.
1647 Call cleanup functions only if needed.
1648 (bibtex-String): Use bibtex-read-string-key.
1649 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
1650 case of replacement text.
1651
1652 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1653
1654 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1655 (tramp-perl-directory-files-and-attributes): New constant.
1656 (tramp-file-name-handler-alist): Delete file-directory-files, add
1657 directory-files-and-attributes.
1658 (tramp-perl-file-attributes): Surround uid and gid by double
1659 quotes. Change parameter id-format from nonnumeric.
1660 (tramp-convert-file-attributes): New function.
1661 (tramp-handle-file-attributes): Use it.
1662 (tramp-maybe-send-perl-script): New function.
1663 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1664 file mode. Change parameter id-format from nonnumeric.
1665 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1666 from nonnumeric.
1667 (tramp-post-connection): Don't send tramp-perl-file-attributes
1668 script. Reset connection property "perl-scripts".
1669 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1670 in use.
1671
1672 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1673
1674 * desktop.el (desktop-read): Replace mapcar with mapc.
1675 (desktop-create-buffer): Replace mapcar with mapc.
1676 Remove redundant piece of code.
1677
1678 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1679
1680 * progmodes/gud.el (gud-display-line): Use display-buffer
1681 for GDB-UI as for GUD.
1682
1683 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1684 Delete variables.
1685 (gdb-ann3): Don't make GUD buffer dedicated.
1686 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1687 (gdb-display-source-buffer): Delete function.
1688 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1689 (menu): Delete menu bindings for viewing source/assembler.
1690 (gdb-setup-windows, gdb-restore-windows):
1691 Don't dedicate GUD. No assembler now.
1692 (gdb-reset): No need to undedicate source buffers now.
1693 (gdb-source-info): No assembler now.
1694
1695 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1696
1697 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1698 width to those for special frames.
1699 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1700 Use display-buffer.
1701 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1702 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1703 (gdb-frame-assembler-buffer): Rework like
1704 gdb-frame-breakpoints-buffer.
1705
1706 2004-11-25 Richard M. Stallman <rms@gnu.org>
1707
1708 * progmodes/flymake.el: Reindent.
1709 (flymake-split-string): Turn into defalias.
1710 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1711 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1712 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1713 (flymake-build-relative-filename): Rename from ...path.
1714 Fix error message.
1715
1716 2004-11-25 Cheng Gao <chenggao@gmail.com>
1717
1718 * progmodes/flymake.el: Much whitespace and capitalization change.
1719 Move `provide' to end. Require `compile' only when compiling.
1720
1721 2004-11-24 Jay Belanger <belanger@truman.edu>
1722
1723 * calc/calc-alg.el: Added comment.
1724 (math-polynomial-base): Replace variable mpb-top-expr by
1725 math-poly-base-top-expr.
1726
1727 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1728 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1729 variable.
1730 (math-poly-base-total-base): New variable.
1731 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1732 mpb-total-base by declared variable.
1733 (math-factored-vars, math-to-list): Declare it.
1734 (math-fact-expr): New variable.
1735 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1736 (math-factor-expr-try, math-factor-expr-part): Replace variable
1737 expr by declared variable.
1738 (math-fet-x): New variable.
1739 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1740 by declared variable.
1741 (math-factor-poly-coefs): Make temp a local variable.
1742
1743 * calc/calc-units.el (calc-convert-units): Make units a local
1744 variable.
1745 (calc-num-units, calc-den-units): New variables.
1746 (calc-explain-units, calc-explain-units-rec): Replace variables
1747 num-units and den-units by declared variables.
1748 (math-cu-unit-list): New variable.
1749 (math-build-units-table, math-compare-unit-names)
1750 (math-convert-units, math-convert-units-rec): Replace variable
1751 unit-list by declared variable.
1752 (math-fbu-base, math-fbu-entry): New variables.
1753 (math-find-base-units, math-find-base-units-rec): Replace variables
1754 base and entry by declared variables.
1755 (math-which-standard): New variable.
1756 (math-to-standard-units, math-to-standard-rec): Replace variable
1757 which-standard by declared variable.
1758 (math-fcu-u): New variable.
1759 (math-find-compatible-unit, math-find-compatible-unit-rec):
1760 Replace variable u by declared variable.
1761 (math-cu-new-units, math-cu-pure): New variables.
1762 (math-convert-units, math-convert-units-rec): Replace variables
1763 new-units and pure by declared variables.
1764 (math-try-cancel-units): New variable.
1765 (math-simplify-units-quotient): Replace variable try-cancel-units by
1766 declared variable.
1767
1768 2004-11-24 Richard M. Stallman <rms@gnu.org>
1769
1770 * textmodes/ispell.el (ispell-check-version):
1771 If default-directory is nonexistent, use home dir.
1772
1773 * progmodes/grep.el (grep-regexp-alist):
1774 Don't match parens around line numbers.
1775
1776 * progmodes/cperl-mode.el (cperl-indent-region)
1777 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1778 Don't print progress messages.
1779
1780 * progmodes/compile.el (compilation-mode-map):
1781 Don't inherit from compilation-minor-mode-map;
1782 copy its bindings instead. But the menu bar Compile
1783 entry now does inherit from compilation-menu-map.
1784
1785 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1786 Use with-no-warnings around compiler-macroexpand.
1787
1788 * imenu.el: Don't always require newcomment.
1789 (imenu--generic-function): Call comment-normalize-vars
1790 if we have a comment syntax.
1791 Exit the loop if REGEXP matches the null string.
1792 Test comment-start as well as comment-start-skip
1793 when deciding whether to check for comments.
1794
1795 * tooltip.el (tooltip-mode): Doc fix.
1796
1797 * term.el (term-escape-char, term-mode): Doc fixes.
1798
1799 2004-11-24 Dave Love <fx@gnu.org>
1800
1801 * progmodes/python.el (python-font-lock-syntactic-keywords):
1802 Check for escapes in the regexp.
1803 (python-quote-syntax): Don't do it here.
1804
1805 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1806
1807 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1808 (gdb-frames-mode-map, gdb-threads-mode-map)
1809 (gdb-registers-mode-map, gdb-locals-mode-map)
1810 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1811 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1812
1813 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1814 (dedicated-switch-to-buffer): Rework.
1815 (gdb-var-evaluate-expression-handler, gdb-put-string):
1816 Remove unused variable bindings.
1817 (gdb-setup-windows, gdb-display-buffer):
1818 Simplify. Use pop-to-buffer.
1819 (gdb-view-source-function): Simplify.
1820 (gdb-frame-breakpoints-buffer):
1821 Use pop-to-buffer, special-display-regexps.
1822
1823 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1824
1825 * progmodes/f90.el (f90-smart-end)
1826 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1827 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1828 (f90-end-of-block): Doc fix. Make check of outermost block
1829 conditional on value of `f90-smart-end'.
1830 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1831 Handle case where END-BLOCK is nil.
1832 (f90-match-end): Handle un-named PROGRAM blocks.
1833 (f90-backslash-not-special): New function.
1834
1835 2004-11-24 Jay Belanger <belanger@truman.edu>
1836
1837 * calc/calc.el (calc-embedded-active): Removed unnecessary
1838 declaration.
1839 (calc-show-banner): Removed redundant declaration.
1840
1841 * calc/calc-graph.el (calc-gnuplot-default-device)
1842 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1843 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1844 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1845 Remove redundant initial values.
1846
1847 * calc/calc-arith.el (math-scalar-functions)
1848 (math-nonscalar-functions, math-scalar-if-args-functions)
1849 (math-real-functions, math-positive-functions)
1850 (math-nonnegative-functions, math-real-scalar-functions)
1851 (math-real-if-arg-functions, math-integer-functions)
1852 (math-num-integer-functions, math-rounding-functions)
1853 (math-float-rounding-functions, math-integer-if-args-functions)
1854 (math-super-types): Move declarations to earlier in file.
1855 (math-unit-prefixes): Declared it.
1856 (math-floor-prec, math-trunc-prec): New variables.
1857 (math-trunc-fancy): Replace variable prec by declared variable.
1858 (math-floor-fancy): Replace variable prec by declared variable.
1859 (math-com-bterms): New variable.
1860 (math-commutative-equal, math-commutative-collect):
1861 Replace variable bterms by declared variable.
1862
1863 * calc/calc-misc.el (math-trunc): Replace variable prec by
1864 math-trunc-prec.
1865 (math-floor): Replace variable prec by math-floor-prec.
1866
1867 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1868 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1869 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1870 (math-format-date, math-format-date-part): Replace variables
1871 date, dt, year, month, day, weekday, hour, minute, second and
1872 bc-flag by declared variables.
1873 (math-pd-str): New variable.
1874 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1875 Replace variable str by declared variable.
1876 (math-daylight-savings-hook, math-tzone-names): Move definitions
1877 to earlier in the file.
1878 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1879 (math-sh-year): New variable.
1880 (math-setup-add-holidays, math-setup-holidays)
1881 (math-setup-year-holidays): Replace variable `year' by declared
1882 variable.
1883
1884 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1885 New variables.
1886 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1887 n, nf and nfm1 by declared variables.
1888 (math-nri-n): New variable.
1889 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1890 n by declared variable.
1891 (calcFunc-log): Removed misplaced condition.
1892
1893 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1896
1897 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1898
1899 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1900 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1901 Dedicate gdb-related windows.
1902 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1903 other frames.
1904 (gdb-reset): Remove dedicated property after debugging.
1905
1906 2004-11-24 Jay Belanger <belanger@truman.edu>
1907
1908 * calc/calc-sel.el: Add comment.
1909
1910 * calc/calc.el (math-stack-value-offset): Replace variables c,
1911 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1912
1913 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1914 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1915 (math-stack-value-offset-fancy): Replace variables c, wid and off
1916 by declared variables.
1917 (math-comp-just, math-comp-comma-spc): New variables.
1918 (math-compose-expr, math-compose-matrix): Replace variables `just'
1919 and comma-spc by declared variable.
1920 (math-comp-vector-prec): New variable.
1921 (math-compose-expr, math-compose-matrix, math-compose-rows):
1922 Replace variable vector-prec by declared variable.
1923 (math-comp-left-bracket, math-comp-right-bracket)
1924 (math-comp-comma): New variables.
1925 (math-compose-expr, math-compose-rows): Replace variables
1926 left-bracket, right-bracket and comma by declared variables.
1927 (math-comp-full-width): New variable.
1928 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1929 Replace variable full-width by declared variable.
1930 (math-comp-highlight, math-comp-word, math-comp-level)
1931 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1932 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1933 New variables.
1934 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1935 (math-comp-sel-flat-term): Replace variables comp-highlight,
1936 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1937 declared variables.
1938 (math-comp-simplify, math-comp-simplify-term)
1939 (math-comp-add-string, math-comp-add-string-sel):
1940 Replace variables comp-highlight, comp-buf, comp-base,
1941 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1942
1943 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1944
1945 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1946
1947 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1948 and x-server-version may throw.
1949
1950 2004-11-23 Kim F. Storm <storm@cua.dk>
1951
1952 * subr.el (substitute-key-definition-key): Optimize.
1953 Don't call indirect-function for nil defn (always signals error).
1954
1955 * ido.el (ido-read-internal): Fix require-match check when
1956 ido-directory-too-big is set.
1957
1958 2004-11-23 Jay Belanger <belanger@truman.edu>
1959
1960 * calc/calc-ext.el (math-read-replacement-list)
1961 (math-read-superscripts): New variables.
1962 (math-read-preprocess-string): New function.
1963 (math-read-expr): Filter input through math-read-preprocess-string.
1964
1965 * calc/calc-aent.el (math-read-exprs): Filter input through
1966 math-read-preprocess-string.
1967
1968 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1969
1970 * progmodes/compile.el (compilation-start): In cd command use
1971 substitute-env-vars -- not quite shell compatible but better than
1972 nothing.
1973 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1974 handle the newer versions messages, which are more parseable.
1975
1976 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * reveal.el (reveal-mode-map): New var.
1979 (reveal-mode): Use it.
1980
1981 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1982
1983 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1984 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1985
1986 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1989 header-line when needed.
1990 Use fixed-pitch only in the header-line.
1991 Build the underline automatically. Use emdash if available.
1992
1993 2004-11-22 Richard M. Stallman <rms@gnu.org>
1994
1995 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1996 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1997
1998 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1999
2000 * progmodes/gdb-ui.el (gdb-resync): New function.
2001 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2002 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2003 Use it to fail more gracefully.
2004 (gdb-variables): Delete variable.
2005 Re-order variables to reduce byte-compiler warnings.
2006
2007 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * descr-text.el (describe-char):
2010 * paren.el (show-paren-function):
2011 * subr.el (syntax-after): Undo last change.
2012
2013 * progmodes/python.el (run-python): Don't hard code *Python*.
2014 Don't modify global process-environment.
2015 (python-send-region, python-load-file): Don't assume that
2016 python-buffer == (process-buffer (python-proc)).
2017 (python-switch-to-python): Simplify.
2018
2019 * dired.el (dired-align-file): Don't assume line starts with spaces.
2020
2021 2004-11-21 Jay Belanger <belanger@truman.edu>
2022
2023 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2024 Replace variable `lines' by math-read-big-lines.
2025 (math-read-big-expr): Replace variables the-baseline, the-h2
2026 and err-msg by math-read-big-baseline, math-read-big-h2 and
2027 math-read-err-msg.
2028 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2029
2030 * calc/calc-lang.el (math-read-big-rec): Fix typo.
2031 (math-read-big-balance): Replace unbound variable by value.
2032 (math-read-big-lines): New variable.
2033 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2034 (math-read-big-error, math-read-big-balance): Replace variable
2035 `lines' by declared variable.
2036 (math-read-big-baseline, math-read-big-h2): New variables.
2037 (math-read-big-rec): Replace variables the-baseline and the-h2
2038 by declared variables.
2039 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2040 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2041 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2042 declared variables.
2043 (math-read-big-err-msg): New variable.
2044 (math-read-big-error): Replace variable err-msg by declared variable.
2045
2046 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * ses.el: Add coding cookie.
2049 Fix up docstrings, follow new commenting conventions.
2050 (ses-header-line-menu): Fix missing variable rename for header-row.
2051 (ses-cell-size): Remove.
2052 (ses-make-cell): New function.
2053 (ses-cell, ses-insert-row, ses-insert-column): Use it.
2054 (ses-calculate-cell): Remove unused var `symbol'.
2055 (ses-narrowed-p): New function.
2056 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2057 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2058 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2059 (ses-setup): Use restore-buffer-modified-p.
2060 (ses-cleanup): Remove unused var `end'.
2061 (ses-header-string-left-offset): Remove.
2062 (ses-create-header-string): Adjust to new behavior of `align-to'.
2063 Truncate excessively large fields to preserve alignment.
2064 (ses-reconstruct-all): Remove unused var `refs'.
2065 (ses-read-cell-printer): Remove unused var `prompt'.
2066 (ses-delete-row): Remove unused var `pos'.
2067 (ses-delete-column): Remove unused var `new'.
2068
2069 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2070
2071 * ps-print.el: Insert :version tag into all defgroup and defcustom.
2072 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2073 Eliminate eval-and-compile usage.
2074 (ps-insert-file): Use insert-file-contents instead of insert-file.
2075 (ps-setup): Code fix.
2076
2077 * printing.el (pr-setup, lpr-setup): Code fix.
2078
2079 2004-11-21 Jay Belanger <belanger@truman.edu>
2080
2081 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2082 (calc-original-buffer): Declare them.
2083 (calc-user-formula-alist): New variable.
2084 (calc-user-define-formula, calc-fix-user-formula)
2085 (calc-user-define-composition, calc-finish-formula-edit):
2086 Replace variable `alist' by declared variable.
2087 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2088 (var-q7, var-q7, var-q8, var-q9): Declare them.
2089 (calc-kbd-push): Don't check to see if var-q0 through var-q9
2090 are bound.
2091 (calcFunc-typeof): Replace undeclared variable by expression.
2092 (math-exp-env): New variable.
2093 (math-define-body, math-define-exp): Replace exp-env by declared var.
2094 (math-define-exp): Replace misplaced variable by expression.
2095
2096 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2097 (calc-curve-model, calc-curve-coefnames): New variables.
2098 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2099 varnames, model and coefnames by declared variables.
2100 (math-root-widen): New variable.
2101 (math-search-root, math-find-root): Replace variable root-widen by
2102 declared variable.
2103 (var-DUMMY): Declare it.
2104 (math-root-vars, math-min-vars): Move the declarations to earlier in
2105 the file.
2106 (math-brent-min): Make d a local variable.
2107 (math-find-minimum): Replace non-existent variable.
2108 (math-ninteg-romberg): Remove unnecessary variable.
2109 (math-ninteg-temp): New variable.
2110 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2111 integ-temp by declared variable.
2112 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2113 New variables.
2114 (math-general-fit): Replace variables first-var, first-coef and
2115 new-coefs by declared variables.
2116 (calcFunc-fitvar): Replace variable first-var by declared variable.
2117 (calcFunc-fitparam): Replace variable first-coef by declared variable.
2118 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2119 (math-all-vars-vars, math-all-vars-found): New variables.
2120 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2121 found by declared variable math-all-vars-vars.
2122
2123 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
2124
2125 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2126 of `defconst'.
2127
2128 2004-11-20 Richard M. Stallman <rms@gnu.org>
2129
2130 * isearch.el (isearch-mode-map): Don't bind SPC.
2131 (isearch-whitespace-chars): Function deleted.
2132 (isearch-search): Bind search-spaces-regexp.
2133 (isearch-lazy-highlight-search): Likewise.
2134 (search-whitespace-regexp): Doc fix.
2135 (isearch-forward-regexp): Doc fix.
2136
2137 * emacs-lisp/bytecomp.el (byte-compile-form):
2138 Move the calls to byte-compile-set-symbol-position,
2139 to avoid having two for the same symbol occurrence.
2140
2141 * comint.el (comint-input-ring-size): Increase to 150.
2142
2143 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2144 New variables.
2145 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2146 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2147
2148 * imenu.el (imenu--generic-function):
2149 Ensure we keep moving backward even if BEG isn't further back.
2150
2151 * replace.el (query-replace-read-to, query-replace-read-from):
2152 Specify t for KEEP-ALL in read-from-minibuffer.
2153
2154 * progmodes/python.el (python-switch-to-python):
2155 If Python isn't running, start it.
2156 Don't alter debug-ignored-errors.
2157
2158 * progmodes/cperl-mode.el (cperl-indent-region):
2159 Don't mind imenu-scanning-message.
2160
2161 * bindings.el (global-map): Bind C-e to move-end-of-line.
2162
2163 * simple.el (line-move-finish): New arg FORWARD.
2164 Ignore invisible newlines, not intangible ones.
2165 Conditions for acceptable stopping positions depend on FORWARD.
2166 (line-move): Pass FORWARD arg to line-move-finish.
2167
2168 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2169 of HEADER. Compensate for this change in the code to add display
2170 properties. Don't make the first line intangible.
2171
2172 * info.el (Info-search): Fix previous change.
2173
2174 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * Makefile.in (recompile): Revert 2004-11-19 change.
2177 (compile): Likewise.
2178
2179 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
2180
2181 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2182
2183 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2184
2185 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
2186 defgroup and defcustom. Eliminate eval-and-compile usage.
2187
2188 * progmodes/ebnf-otz.el: Fix typos.
2189
2190 2004-11-19 Jay Belanger <belanger@truman.edu>
2191
2192 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2193 (calc-edit-finish, calc-finish-stack-edit): Replace variable
2194 disp-trail by declared variable.
2195
2196 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2197 (calc-finish-selection-edit): Replace variable disp-trail by
2198 declared variable.
2199 (calc-selection-cache-entry): Move declaration to earlier in the file.
2200 (calc-selection-cache-num, calc-selection-cache-comp)
2201 (calc-selection-cache-offset, calc-selection-true-num)
2202 (calc-final-point-line, calc-final-point-column)
2203 (calc-original-buffer): Declare them.
2204 (calc-fnp-op, calc-fnp-num): New variables.
2205 (calc-find-nth-part, calc-find-nth-part-rec)
2206 (calc-select-previous): Replace op and num by declared variables.
2207 (calc-rsf-old, calc-rsf-new): New variables.
2208 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2209 Replace variables old and new by declared variables.
2210 (calc-sel-reselect): New variable.
2211 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2212 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2213 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
2214 reselect with declared variable.
2215
2216 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2217 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2218 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2219 (math-import-list, math-rewrite-phase): Declare them.
2220 (math-rewrite): Use let* to declare variables.
2221 (calc-rewrite-selection): Make rules a local variable.
2222 (calc-rewr-sel): New variable.
2223 (calc-rewrite-selection, calc-locate-selection-marker)
2224 (calc-rewrite): Use the declared variable calc-rewr-sel instead
2225 of sel.
2226 (math-rewrite-whole-expr): New variable.
2227 (math-rewrite, math-rewrite-phase): Replace variable expr by
2228 declared variable.
2229 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2230 (math-rewrite-heads-blanks ): New variables.
2231 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2232 heads, skips and blanks by declared variables.
2233 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2234 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2235 New variables.
2236 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2237 old, new, old-func and new-func by declared variables.
2238 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2239 Remove unnecessary variable.
2240 (math-apply-rw-regs): New variable.
2241 (math-apply-rewrites, math-rwapply-replace-regs)
2242 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2243 (math-apply-rw-ruleset): New variable.
2244 (math-apply-rewrites, math-rwapply-remember): Replace variable
2245 ruleset by declared variable.
2246
2247 2004-11-19 Richard M. Stallman <rms@gnu.org>
2248
2249 * info.el (Info-search): Use search-whitespace-regexp.
2250
2251 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2252
2253 * vc-rcs.el (vc-rcs-parse): New function.
2254 (vc-rcs-annotate-command): Likewise.
2255 (vc-rcs-annotate-current-time): Likewise.
2256 (vc-rcs-annotate-time): Likewise.
2257 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2258
2259 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2260
2261 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2262
2263 2004-11-18 Jay Belanger <belanger@truman.edu>
2264
2265 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2266
2267 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2268
2269 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2270 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2271 Use make-temp-file to generate PostScript files in any situation.
2272 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2273 (pr-interactive-p): Eliminate var.
2274 (pr-save-interactive): Eliminate macro.
2275 (pr-interface, pr-ps-directory-preview)
2276 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2277 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2278 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2279 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2280 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2281 (pr-ps-region-ps-print, pr-ps-mode-preview)
2282 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2283 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2284 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2285 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2286 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2287 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2288 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2289 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2290 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2291 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2292 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2293 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2294 Eliminate pr-save-interactive usage.
2295 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2296 Eliminate pr-interactive-p usage.
2297 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2298 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2299 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2300 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2301 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2302 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2303 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2304 New funs.
2305 (pr-ps-file): Use make-temp-file to generate a temporary file.
2306
2307 2004-11-17 Jay Belanger <belanger@truman.edu>
2308
2309 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2310 a local variable.
2311 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2312 (math-top-only): New variable.
2313 (math-simplify, math-simplify-step): Replace variable top-only by
2314 declared variable math-top-only.
2315 (math-simplify-expr): Declare it.
2316 Replace argument expr in all calls of math-defsimplify by
2317 math-simplify-expr.
2318 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2319 (math-simplify-divisor, math-simplify-one-divisor)
2320 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2321 (math-simplify-pow): Replace variable expr by declared variable
2322 math-simplify-expr.
2323 (math-simplify-divisor): Remove local variables temp and op.
2324 (math-simplify-one-divisor): Make temp and op local variables.
2325 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2326 New variables.
2327 (math-simplify-divisor, math-simplify-one-divisor):
2328 Replace variables nover and dover by declared variables.
2329 (math-expr-subst-new, math-expr-subst-old): New variables.
2330 (math-expr-subst, math-expr-subst-rec): Replace variables new
2331 and old by declared variables.
2332 (math-is-poly-degree, math-is-poly-loose): New variables.
2333 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2334 and loose by declared variables.
2335 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2336 (math-polynomial-base, math-polynomial-base-rec):
2337 Replace variables const-ok and mpb-pred by declared variables.
2338
2339 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2340
2341 * calc/calc-ext.el (math-defsimplify): Change the argument in
2342 the created function to math-simplify-expr.
2343
2344 * calc/calc-units.el (math-simplify-expr): Declare it.
2345 Replace argument expr in all calls of math-defsimplify by
2346 math-simplify-expr.
2347 (math-simplify-units-prod): Replace variable expr by declared
2348 variable math-simplify-expr.
2349
2350 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2353 Replace mapcar->dolist, format->string.
2354
2355 2004-11-17 Miles Bader <miles@gnu.org>
2356
2357 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2358 * progmodes/idlwave.el: Remove RCS keywords.
2359
2360 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2361
2362 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2363 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2364 Update to IDLWAVE version 5.5. Too many changes to list them here.
2365 * progmodes/idlw-help.el: New file.
2366
2367 2004-11-16 Richard M. Stallman <rms@gnu.org>
2368
2369 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2370 Discard spaces after \i according to TeX rules.
2371
2372 * international/mule.el (set-buffer-file-coding-system):
2373 New arg NOMODIFY.
2374 (after-insert-file-set-coding): Pass that new arg.
2375 Prevent set-buffer-multibyte from trying to lock the file.
2376
2377 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2378
2379 * saveplace.el (save-place): Doc fix.
2380
2381 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2382 temporarily widen before finding the following word to copy.
2383
2384 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2385 (cl-map-keymap): Definition deleted.
2386
2387 * subr.el (map-keymap-internal): New function.
2388
2389 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2392 when pressing rather than when releasing mouse-2. Simplify.
2393
2394 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2397 (compilation-mode): Set it here instead.
2398
2399 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2400
2401 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2402 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2403
2404 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * progmodes/compile.el (compilation-internal-error-properties):
2407 Fix up a transposition-typo. Check end-col before using it.
2408
2409 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2410
2411 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2412 Discard whitespace after macro \i when converting it.
2413
2414 2004-11-16 Juri Linkov <juri@jurta.org>
2415
2416 * emacs-lisp/find-func.el (find-function-regexp):
2417 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2418 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2419 Remove invalid `\W' from [^cgv\W]. Doc fix.
2420 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2421
2422 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2423
2424 * play/life.el: Maintainer is now FSF.
2425 (life-patterns, life-neighbor-deltas, life-window-start)
2426 (life-current-generation, life-generation-string): Use defvar
2427 instead of defconst.
2428
2429 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * progmodes/compile.el (compilation-move-to-column): New fun.
2432 (compilation-internal-error-properties)
2433 (compilation-next-error-function): Use it to make sure we don't go past
2434 the end of line.
2435
2436 2004-11-15 John Paul Wallington <jpw@gnu.org>
2437
2438 * autoinsert.el (auto-insert-alist): Insert the user's name in
2439 copyright notice, rather than Free Software Foundation, for the
2440 Emacs Lisp header case too.
2441
2442 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2443
2444 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2445 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2446 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2447 return the list of string in a string.
2448 (pr-call-process): Message if calling process returns an error, that
2449 is, the exit status is different of zero.
2450
2451 2004-11-15 Jay Belanger <belanger@truman.edu>
2452
2453 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2454 variable var-thing.
2455 (math-integ-depth, math-integ-level, math-integral-limit)
2456 (math-enable-subst, math-any-substs, math-integ-msg)
2457 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2458 (math-int-threshold, math-int-factors, math-double-roots)
2459 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2460 (var-GenCount): Declare these variables.
2461 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2462 (math-integral-cache, math-integral-cache-state):
2463 Move declarations to earlier in the file.
2464 (math-deriv-var, math-deriv-total, math-deriv-symb)
2465 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2466 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2467 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2468 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2469 (math-solve-res): New variables
2470 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2471 (math-integral, math-replace-integral-parts)
2472 (math-integrate-by-parts, calc-dump-integral-cache)
2473 (math-try-integral, math-do-integral, math-do-integral)
2474 (math-do-integral-methods, math-try-solve-for)
2475 (math-try-solve-prod, math-solve-poly-funny-powers)
2476 (math-solve-crunch-poly, math-decompose-poly)
2477 (math-solve-find-root-term, math-find-root-in-prod)
2478 (math-integ-try-linear-substitutions)
2479 (math-integ-try-substitutions, math-expr-rational-in)
2480 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2481 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2482 (math-solve-for, math-solve-system, math-solve-system-rec)
2483 (math-solve-get-sign, math-solve-get-int)
2484 (math-solve-system-subst): Replace undeclared variables with newly
2485 declared variables.
2486
2487 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * winner.el (winner-active-region, winner-edges, winner-window-list):
2490 Define at toplevel.
2491 (winner-mode-map): Move init inside declaration.
2492
2493 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2494
2495 * files.el (convert-standard-filename): Doc fix.
2496
2497 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2498
2499 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2500 passwd, group, shadow, default/* and pam.d/*.
2501
2502 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2503
2504 * printing.el (pr-menu-spec): Adjust menu specification.
2505
2506 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2507
2508 * printing.el: Doc fix. Insert :version tag into all defcustom.
2509 Handle interactive-p as is recommended in Emacs Lisp Reference.
2510 Set the file permission bits for newly created files.
2511 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2512 The printing menu specification (in `pr-menu-spec') was merged.
2513 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2514 (pr-version): New version number (6.8.3).
2515 (pr-file-modes): New option.
2516 (pr-interactive-p): New var.
2517 (pr-save-interactive, pr-save-file-modes): New macros.
2518 (pr-setup): Code fix.
2519 (pr-menu-spec): Menu specification merged.
2520 (pr-call-process, pr-text2ps): Set file permission bits.
2521 (pr-despool-print): Set file permission bits. Handle interactive-p as
2522 is recommended.
2523 (pr-interface, pr-ps-directory-preview)
2524 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2525 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2526 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2527 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2528 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2529 (pr-ps-region-ps-print, pr-ps-mode-preview)
2530 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2531 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2532 (pr-despool-using-ghostscript, pr-despool-ps-print)
2533 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2534 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2535 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2536 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2537 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2538 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2539 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2540 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2541 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2542 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2543 Handle interactive-p as is recommended.
2544
2545 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2548 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2549
2550 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2551 so it doesn't forget to highlight the beginning of the region either.
2552
2553 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2554
2555 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2556 (c-font-lock-init): Eliminate obsolete make-local-hook.
2557 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2558 (awk-mode): Use run-mode-hooks.
2559
2560 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2561
2562 2004-11-13 Kim F. Storm <storm@cua.dk>
2563
2564 * mouse.el (mouse-drag-copy-region): Add :version.
2565 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2566 while dragging mode line, so mode line can be dragged downwards.
2567 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2568 while pressing mouse button so window doesn't scroll until we
2569 release the mouse if clicking on partially visible line.
2570
2571 2004-11-12 Jay Belanger <belanger@truman.edu>
2572
2573 * calc/calc-graph.el (calc-dumb-map): Declare it.
2574 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2575 than unbound.
2576 (calc-graph-name): Made `end' a local variable.
2577 (calc-graph-lookup): Made `varname' a local variable.
2578 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2579 Declare them.
2580 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2581 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2582 the unused variable y3vec.
2583 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2584 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2585 calc-graph-prev-kill-hook.
2586 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2587 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2588 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2589 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2590 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2591 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2592 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2593 (calc-graph-y3value, calc-graph-y3name)
2594 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2595 (calc-graph-stepcount, calc-graph-is-splot)
2596 (calc-graph-surprise-splot, calc-graph-blank)
2597 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2598 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2599 (calc-graph-recompute-2d, calc-graph-compute-3d)
2600 (calc-graph-format-data): Replace undeclared variables with the
2601 above newly declared variables.
2602
2603 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2604
2605 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2606 `rsf-beep' and `rsf-sleep-after-message'.
2607
2608 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2609 list if `message-sender' is non-nil.
2610
2611 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2612
2613 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2614 consing by using mapc instead of mapcar.
2615
2616 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2617
2618 * tooltip.el (require): Explain why CL is needed.
2619
2620 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2621
2622 * printing.el: Insert :version into defgroup (printing). All reference
2623 to Files option in menubar were changed to File.
2624 (pr-version): New version number (6.8.2).
2625 (pr-get-symbol): Call easy-menu-intern.
2626 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2627 compilation gripes.
2628
2629 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2632 new byte-compile-function-environment binding to t.
2633
2634 * font-lock.el (font-lock-fontify-syntactically-region):
2635 Don't forget to highlight the last char when we hit `end'.
2636
2637 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2638 (mwheel-scroll): Adjust accordingly.
2639
2640 * cvs-status.el: Reduce spurious warnings.
2641 (cvs-status-checkout): Remove.
2642 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2643
2644 * pcvs.el (cvs-mode-checkout): New command.
2645
2646 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2647
2648 * tooltip.el: Require CL.
2649
2650 * emacs-lisp/bytecomp.el: Use push.
2651 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2652 (defalias): Remove the `byte-compile' property and add
2653 a `byte-hunk-handler'.
2654
2655 2004-11-11 Juri Linkov <juri@jurta.org>
2656
2657 * info.el (Info-search): Save match data for isearch.
2658 Skip Tag Table node.
2659
2660 * descr-text.el (describe-char): Replace syntax-after with code
2661 from its previous version.
2662
2663 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2664 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2665
2666 * international/mule.el (sgml-html-meta-auto-coding-function):
2667 Remove > after <html to allow HTML attributes.
2668
2669 2004-11-11 Jay Belanger <belanger@truman.edu>
2670
2671 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2672 a variable.
2673 (calcFunc-dfac): Replace unbound max by n.
2674 (math-stirling-local-cache): New variable.
2675 (math-stirling-number, math-stirling-1, math-stirling-2):
2676 Replace the variable `cache' by the declared variable
2677 math-stirling-local-cache.
2678 (var-RandSeed): Declare it as a variable.
2679 (math-init-random-base, math-random-digit): Don't check to see if
2680 var-RandSeed is bound.
2681 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2682 Declare them instead of just setting them.
2683 (math-init-random-base): Made i a local variable.
2684 (math-random-digit): Made math-random-last a local variable.
2685 (math-prime-test-cache): Move declaration to before it is used.
2686 (math-prime-test-cache-k, math-prime-test-cache-q)
2687 (math-prime-test-cache-nm1, math-prime-factors-finished):
2688 Declare them as variables.
2689
2690 2004-11-11 Jay Belanger <belanger@truman.edu>
2691
2692 * calc/calc-ext.el (math-defcache): Use defvar for the new
2693 variables it creates.
2694
2695 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2696
2697 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2698 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2699 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2700 (desktop-save): Add :version.
2701
2702 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * printing.el (pr-get-symbol): Don't downcase.
2705
2706 2004-11-10 Jay Belanger <belanger@truman.edu>
2707
2708 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2709 string to kill-ring.
2710
2711 * calc/calc-aent.el (calc-alg-exp, math-toks)
2712 (math-exp-pos,math-exp-old-pos, math-exp-token)
2713 (math-exp-keep-spaces, math-exp-str): New variables.
2714 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2715 (calcAlg-enter): Use declared variable calc-alg-exp.
2716 (math-build-parse-table, math-find-user-token): Use declared
2717 variable math-toks.
2718 (math-read-exprs, math-read-token, calc-check-user-syntax)
2719 (calc-match-user-syntax, match-factor-after, math-read-factor):
2720 Use declared variables math-exp-pos math-exp-old-pos.
2721 (math-read-exprs, math-read-token, math-read-expr-level)
2722 (calc-check-user-syntax, calc-match-user-syntax)
2723 (match-factor-after, math-read-factor): Use declared variable
2724 math-exp-token.
2725 (math-read-exprs, math-read-expr-list, math-read-token)
2726 (math-read-factor): Use declared variable math-exp-keep-spaces.
2727 (math-read-exprs, math-read-token): Use declared variable
2728 math-exp-str.
2729 (calc-match-user-syntax): Make m a local variable.
2730
2731 * calc/calc-ext.el (math-read-expr): Use declared variables
2732 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2733 math-exp-keep-spaces.
2734
2735 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2736 variables math-exp-pos, math-exp-str.
2737
2738 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2739 math-exp-old-pos.
2740 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2741 (math-parse-eqn-prime): Use declared variable math-exp-token.
2742
2743 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2744 Use declared variable math-exp-pos.
2745 (math-check-for-commas): Use declared variable math-exp-str.
2746 (math-read-brackets): Use declared variables math-exp-old-pos,
2747 math-exp-keep-spaces.
2748 (math-read-brackets, math-read-vector, math-read-matrix):
2749 Use declared variable math-exp-token.
2750
2751 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2754 where the keymap is a symbol.
2755 (easy-menu-add-item): Use keymap-prompt. Simplify.
2756
2757 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2758
2759 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2760 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2761
2762 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2763
2764 * ebuff-menu.el: Doc fixes throughout.
2765 (electric-buffer-menu-mode-hook): New defvar.
2766
2767 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2770 compilation. The resulting compiler warnings appear to be harmless.
2771
2772 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2773
2774 * textmodes/conf-mode.el: New file.
2775
2776 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2777
2778 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2781
2782 2004-11-09 Jay Belanger <belanger@truman.edu>
2783
2784 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2785
2786 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2787 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2788 (calc-z-prefix-help, calc-user-function-list): Use declared
2789 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2790 (math-map-tree, math-map-tree-rec): Use declared variables
2791 math-mt-many, math-mt-func.
2792 (math-read-expression, math-read-string): Use declared variable
2793 math-expr-data.
2794
2795 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2796 variable math-normalize-a.
2797
2798 * calc/calc.el (math-normalize-a): New variable.
2799 (math-normalize): Use declared variable math-normalize-a.
2800
2801 * calc/calc-poly.el (math-expand-form): Use declared variable
2802 math-mt-many.
2803
2804 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2805 Use declared variable math-mt-many.
2806 (math-rewrite): Use declared variable math-mt-func.
2807
2808 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2809 (math-read-matrix): Use declared variable math-expr-data.
2810
2811 * calc/calc-lang.el (math-parse-fortran-vector)
2812 (math-parse-fortran-vector-end, math-parse-tex-sum)
2813 (math-parse-eqn-matrix, math-parse-eqn-prime)
2814 (math-read-math-subscr): Use declared variable math-expr-data.
2815
2816 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2817 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2818 (calc-match-user-syntax, math-read-if, math-factor-after)
2819 (math-read-factor): Use declared variable math-expr-data.
2820
2821 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2822
2823 * calendar/diary-lib.el (diary-from-outlook)
2824 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2825 interactive-p; but rather new optional argument NOCONFIRM.
2826
2827 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2830 (easy-menu-name-match): Revert correspondingly.
2831
2832 2004-11-09 Richard M. Stallman <rms@gnu.org>
2833
2834 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2835 Turn off warnings for the new function even if definition not constant.
2836 If the definition isn't a quoted symbol, record (FUNCTION . t).
2837 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2838 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2839 (display-call-tree, byte-compile-arglist-warn):
2840 Handle t returned by byte-compile-fdefinition.
2841
2842 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2843
2844 * Makefile.in (maintainer-clean): Depend on distclean.
2845
2846 * help-fns.el (help-C-file-name): File name must be in build-files
2847 to be returned.
2848
2849 2004-11-09 Jay Belanger <belanger@truman.edu>
2850
2851 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2852 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2853
2854 * calc/calc.el (calc, calc-trail-display, calc-mode):
2855 Remove obsolete sections.
2856
2857 * calc/calc.el (calc-x-paste-text): Remove.
2858
2859 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2860 mouse-2.
2861
2862 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2863
2864 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2865 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2866 current frame (in case of recursive calls).
2867 (gdb-show-changed-values): Add :version keyword.
2868
2869 2004-11-09 Kenichi Handa <handa@m17n.org>
2870
2871 * international/mule-cmds.el: Change coding: tag back to
2872 iso-2022-7bit.
2873
2874 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * international/mule-cmds.el: Change coding-system to utf-8.
2877 (select-safe-coding-system-interactively):
2878 New function extracted from select-safe-coding-system.
2879 (select-safe-coding-system): Use it.
2880
2881 2004-11-08 Richard M. Stallman <rms@gnu.org>
2882
2883 * subr.el (syntax-after): Doc fix.
2884
2885 * paren.el (show-paren-function): Change calls to syntax-after
2886 for new way of returning the value.
2887
2888 * menu-bar.el (menu-bar-file-menu): Make this the real name
2889 and menu-bar-files-menu the alias. Use the former.
2890 (global-map): Use `file', not `files', as the symbol.
2891
2892 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2893
2894 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2895 Don't use beginning-of-buffer.
2896 (filesets-cmd-show-result): Use with-no-warnings.
2897
2898 2004-11-08 Juri Linkov <juri@jurta.org>
2899
2900 * progmodes/compile.el (compile): Don't overwrite last command in
2901 minibuffer history with default command if they are not equal.
2902
2903 2004-11-08 Jay Belanger <belanger@truman.edu>
2904
2905 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2906 non-linear substitutions.
2907
2908 2004-11-08 Jay Belanger <belanger@truman.edu>
2909
2910 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2911 (math-do-integral): Set `math-linear-subst-tried' to nil.
2912 (math-do-integral-methods): Use `math-linear-subst-tried' to
2913 determine what type of substitution to try.
2914 (math-integ-try-linear-substituion):
2915 Set `math-linear-subst-tried' to t.
2916
2917 2004-11-08 Kim F. Storm <storm@cua.dk>
2918
2919 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2920
2921 2004-11-07 Juri Linkov <juri@jurta.org>
2922
2923 * info-look.el (info-lookup): Allow reusing in the current buffer
2924 not only *info* buffer, but all (even renamed) Info buffers
2925 by checking for major-mode instead of *info* buffer name.
2926 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2927 (octave-mode, maxima-mode) <doc-spec>:
2928 Allow long dashes generated by Texinfo 4.7 before definitions.
2929 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2930 definitions with argument separated by space.
2931
2932 2004-11-06 Richard M. Stallman <rms@gnu.org>
2933
2934 * simple.el (next-error group, face): Move before first use.
2935 (next-error-highlight, next-error-highlight-no-select): Likewise.
2936
2937 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2938 (line-move): New args NOERROR and TO-END.
2939 Return t if if succeed in moving specified number of lines.
2940 (move-end-of-line): New function.
2941
2942 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2943 (end-of-buffer-other-window): Likewise.
2944
2945 * simple.el (line-move-ignore-invisible): Default to t.
2946
2947 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2948
2949 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2950
2951 * international/iso-cvt.el (iso-cvt-define-menu):
2952 Rename menu-bar-files-menu to menu-bar-file-menu.
2953
2954 * net/browse-url.el (browse-url-gnome-moz-program)
2955 (browse-url-gnome-moz-arguments): Move up before first use.
2956
2957 * net/tramp.el (tramp group): Add :version.
2958
2959 * progmodes/ada-xref.el (ada-gdb-application):
2960 Use goto-char instead of beginning-of-buffer.
2961
2962 * progmodes/cperl-mode.el (cperl-info-on-command):
2963 Use goto-char instead of beginning-of-buffer.
2964
2965 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2966 Move up before first use.
2967 (idlwave-shell-temp-pro-file): Likewise.
2968 (idlwave-shell-temp-rinfo-save-file): Likewise.
2969 (idlwave-shell-temp-file): Minor doc fix.
2970
2971 * textmodes/flyspell.el (flyspell-external-point-words):
2972 Use goto-char instead of beginning-of-buffer.
2973
2974 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2975
2976 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2977 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2978 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2979
2980 2004-11-06 David Ponce <david@dponce.com>
2981
2982 * recentf.el (recentf-menu-path): Use menu item name.
2983
2984 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2985
2986 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2987 display doesn't support images.
2988
2989 2004-11-06 Andreas Schwab <schwab@suse.de>
2990
2991 * tempo.el (tempo-match-finder): Doc fix.
2992
2993 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2994
2995 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2998 (easy-menu-lookup-name): New fun to replace it.
2999 (easy-menu-get-map): Use it to obey menu item names (rather than just
3000 keys) when looking up `path'.
3001 (easy-menu-always-true-p): Rename from easy-menu-always-true.
3002 (easy-menu-convert-item-1): Adjust to new name.
3003
3004 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
3005
3006 * outline.el (hide-body): Don't hide lines at the top of the file
3007 that precede the first header line.
3008
3009 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
3010
3011 * align.el (align-areas): Delete whitespace before reindenting, so
3012 that tabs are never placed after spaces.
3013
3014 2004-11-06 Alan Shutko <ats@acm.org>
3015
3016 * macros.el (insert-kbd-macro): Do completions based on macros,
3017 rather than all commands.
3018
3019 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
3020
3021 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3022 to solve a bug whereby tags with 'b' don't match.
3023
3024 2004-11-05 Juri Linkov <juri@jurta.org>
3025
3026 * info.el (Info-search): Don't search in node header lines
3027 and file headers.
3028
3029 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3030 symbol-constituent characters after dot, not only digits.
3031
3032 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
3033
3034 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3035
3036 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3037
3038 * dired.el (dired-read-dir-and-switches): Call read-directory-name
3039 if a dialog will be used, read-file-name otherwise.
3040
3041 2004-11-04 Richard M. Stallman <rms@gnu.org>
3042
3043 * textmodes/table.el (table group): Add :version.
3044
3045 * textmodes/ispell.el (ispell-word):
3046 Don't alter args; set them only thru `interactive' spec.
3047
3048 * textmodes/flyspell.el (flyspell-word):
3049 Don't alter FOLLOWING; set it only thru `interactive' spec.
3050
3051 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3052
3053 * net/browse-url.el (browse-url-maybe-new-window):
3054 Use called-interactively-p.
3055
3056 * mail/supercite.el (sc-cite-region):
3057 Don't use interactive-p. Add arg INTERACTIVE.
3058 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
3059
3060 * international/mule-cmds.el (set-input-method, toggle-input-method):
3061 Don't use interactive-p. Add arg INTERACTIVE.
3062
3063 * eshell/esh-mode.el (eshell-show-maximum-output):
3064 Don't use interactive-p.
3065 (eshell-truncate-buffer): Just message, no error, if buffer is short.
3066
3067 * mouse.el (mouse-show-mark): Get positions to delete from mark
3068 and point, not from mouse-drag-overlay.
3069
3070 * imenu.el (imenu-eager-completion-buffer): Add :version.
3071
3072 * filesets.el (filesets group): Add :version.
3073
3074 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
3075
3076 * files.el (xml-based-modes): Delete var.
3077 (magic-mode-alist): New more general var.
3078 (set-auto-mode): Use it.
3079
3080 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3081 when clicking from another window.
3082
3083 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
3084
3085 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3086 (vc-cvs-annotate-time): Incorporate value of deleted var.
3087 Remove special-case handling of beginning-of-buffer cruft.
3088 Cache ending position (point) and return value in text property
3089 `vc-cvs-annotate-time', and consult it on subsequent invocations.
3090
3091 * vc-cvs.el (vc-cvs-annotate-command):
3092 Delete extraneous lines from beginning of buffer.
3093 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3094
3095 * progmodes/grep.el (grep-default-command): Take empty string
3096 for tag if all other methods yield nil. Shell-quote the tag.
3097
3098 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3099 spec in `interactive' form, and mention it in the docstring.
3100 Also, make sure point is at bol after calling `annotate-time'.
3101
3102 2004-11-02 Richard M. Stallman <rms@gnu.org>
3103
3104 * cus-edit.el (customize-group-other-window):
3105 Select the window that displays the custom buffer.
3106 (custom-buffer-create-other-window): Likewise.
3107
3108 * comint.el (comint-insert-input): Fix previous change.
3109
3110 * emacs-lisp/elp.el (elp-instrument-function):
3111 Use called-interactively-p.
3112
3113 * emacs-lisp/easymenu.el (easy-menu-intern):
3114 Don't downcase; rather, case-flip the first letter of each word.
3115
3116 * emacs-lisp/easy-mmode.el (define-minor-mode):
3117 Use called-interactively-p.
3118
3119 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3120 Add interactive-only.
3121 (byte-compile-warnings): Add interactive-only as option.
3122 (byte-compile-interactive-only-functions): New variable.
3123 (byte-compile-form): Warn about calls to functions
3124 in byte-compile-interactive-only-functions.
3125
3126 * emacs-lisp/autoload.el (update-file-autoloads):
3127 Don't use interactive-p; take new arg SAVE-AFTER.
3128
3129 * emacs-lisp/advice.el (ad-make-advised-definition):
3130 Use called-interactively-p.
3131
3132 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3133
3134 * files.el (find-file-existing): New function.
3135
3136 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3137 find-file-existing. Add "New File..." that calls find-file.
3138
3139 * diropen.pbm diropen.xpm: New files.
3140
3141 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3142 icon diropen. New tool bar item find-file-existing uses icon open.
3143
3144 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3145 instead of read-file-name.
3146
3147 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
3148
3149 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3150 (icalendar--split-value): Change name of work buffer.
3151 (icalendar--get-weekday-abbrev): Return nil on error.
3152 (icalendar--date-to-isodate): New function.
3153 (icalendar-convert-diary-to-ical)
3154 (icalendar-extract-ical-from-buffer): Use only two args for
3155 make-obsolete (XEmacs compatibility).
3156 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3157 (icalendar-export-region): Doc fix.
3158 If error, return non-nil and write errors to a buffer.
3159 Use correct weekday for weekly recurring events.
3160 Check whether date has been parsed for ordinary events.
3161 Make weekly events start in the year 2000.
3162 DTEND is non-inclusive, shift end date by one day if
3163 necessary (not for entries that have date and time).
3164 Rename local let variables: oops -> found-error, datestring ->
3165 startdatestring.
3166
3167 2004-11-02 Kim F. Storm <storm@cua.dk>
3168
3169 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3170 keep-mode-if-same variable. Add it as optional arg instead.
3171 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3172
3173 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3174 substitute-command-keys will select lower-case bindings like those
3175 used in the static help texts.
3176
3177 * descr-text.el (describe-text-properties): Don't err if called in
3178 the *Help* buffer; output to *Help-2* buffer instead.
3179
3180 * kmacro.el (group kmacro): Add :version.
3181 (kmacro-keyboard-quit): New function to cleanup on C-g.
3182 (kmacro-start-macro): Set defining-kbd-macro to append when
3183 appending to last macro.
3184
3185 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3186
3187 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
3188
3189 * progmodes/gdb-ui.el (gdb-enable-debug-log)
3190 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3191 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3192 Add :version keyword.
3193
3194 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
3195
3196 * progmodes/flymake.el (flymake-err-line-patterns):
3197 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3198 `compilation-error-regexp-alist-alist' to internal Flymake format.
3199
3200 * progmodes/flymake.el: Eliminate byte-compiler warnings.
3201
3202 2004-11-01 Jay Belanger <belanger@truman.edu>
3203
3204 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3205 with `interactive "s"'.
3206
3207 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3208
3209 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3210 Revert change from 2004-10-16. '*' checks the current buffer, but the
3211 mouse click may be in another buffer.
3212
3213 2004-11-01 John Paul Wallington <jpw@gnu.org>
3214
3215 * files.el (large-file-warning-threshold): Add :version keyword.
3216 (kill-some-buffers): Doc fix.
3217
3218 * thumbs.el (group thumbs): Add :version keyword.
3219
3220 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3221
3222 2004-11-01 Richard M. Stallman <rms@gnu.org>
3223
3224 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3225
3226 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3227
3228 * allout.el (allout group): Add :version.
3229 (allout-init): Don't use interactive-p.
3230 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3231 (allout-forward-current-level, allout-backward-current-level):
3232 Don't use interactive-p.
3233
3234 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3235 (bibtex-find-text): Likewise.
3236
3237 * progmodes/vhdl-mode.el (vhdl-fill-region)
3238 (vhdl-beginning-of-statement): Don't use interactive-p.
3239
3240 * progmodes/idlwave.el (idlwave-update-routine-info):
3241 Don't use interactive-p.
3242
3243 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3244 Don't use interactive-p.
3245
3246 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3247 Don't use interactive-p.
3248
3249 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3250 Don't use interactive-p.
3251
3252 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3253 (fortune-in-buffer): Doc fix.
3254
3255 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3256
3257 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3258 don't select the temporary buffer.
3259 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3260 (eudc-get-phone): Likewise.
3261
3262 2004-11-01 Kim F. Storm <storm@cua.dk>
3263
3264 * man.el (Man-xref-normal-file): Fix help-echo.
3265
3266 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * reveal.el (reveal-last-tick): New var.
3269 (reveal-post-command): Use it to avoid closing overlays when we're
3270 appending text to them.
3271
3272 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3273
3274 * textmodes/bibtex.el: Require button.
3275 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3276 (bibtex-reference-keys): Distinguish between header keys and
3277 crossref keys.
3278 (bibtex-beginning-of-field): New function.
3279 (bibtex-url-map): Remove.
3280 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3281 (bibtex-font-lock-url-regexp): Assume that field names begin at
3282 the beginning of a line.
3283 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3284 Remove field delimiters. Use bibtex-beginning-of-field.
3285 Bugfix, point can be inside a field with a url.
3286 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3287 New functions.
3288 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3289 (bibtex-key-in-head): Simplify.
3290 (bibtex-current-line): Use bolp.
3291 (bibtex-parse-keys): Remove unused arg `add'.
3292 Use bibtex-type-in-head and bibtex-key-in-head.
3293 (bibtex-parse-entry, bibtex-autofill-entry):
3294 Use bibtex-type-in-head and bibtex-key-in-head.
3295 (bibtex-autokey-get-field): Do not alter case of replacement text.
3296 (bibtex-autokey-get-names): Do all processing of name list.
3297 (bibtex-autokey-get-year): New function.
3298 (bibtex-autokey-get-title): Do all processing of title words.
3299 (bibtex-generate-autokey): Simplify.
3300 (bibtex-string-files-init): Use default-directory.
3301 Allow for absolute file names in bibtex-string-files.
3302 (bibtex-files, bibtex-file-path): New variables.
3303 (bibtex-files-expand): New function.
3304 (bibtex-find-entry-globally): New command.
3305 (bibtex-summary-function): New variable.
3306 (bibtex-summary): Default value of bibtex-summary-function.
3307 (bibtex-find-crossref): New optional args pnt and split.
3308 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3309 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3310 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3311 Fix handling of required and alternative fields.
3312 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3313 Use cons and display-buffer.
3314 (bibtex-validate-globally): New command.
3315 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3316 bibtex-parse-keys and bibtex-parse-strings for updating
3317 bibtex-reference-keys and bibtex-strings.
3318 (bibtex-realign): Remove blank lines past the last entry.
3319 (bibtex-reformat): Use bibtex-entry-format as default.
3320 (bibtex-choose-completion-string): Remove.
3321 (bibtex-complete): Do not use bibtex-choose-completion-string.
3322 (bibtex-url): Simplify.
3323
3324 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3325
3326 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3327 (x-dnd-types-alist, x-dnd-open-file-other-window)
3328 (x-dnd-known-types): Add :version.
3329
3330 2004-10-31 John Paul Wallington <jpw@gnu.org>
3331
3332 * ibuffer.el (group ibuffer): Add :version keyword.
3333
3334 2004-10-31 Kim F. Storm <storm@cua.dk>
3335
3336 * ido.el (group ido): Add :version keyword.
3337 (ido-mode): Remove :version keyword.
3338
3339 * emulation/cua-base.el (group cua): Add :version keyword.
3340 (cua-mode): Remove :version keyword.
3341
3342 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3343
3344 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3345
3346 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3347 compiler warning.
3348 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3349 function.
3350 (help-at-pt-display-when-idle): Remove autoload.
3351
3352 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3355
3356 2004-10-30 Juri Linkov <juri@jurta.org>
3357
3358 * help.el (function-called-at-point):
3359 * help-fns.el (variable-at-point): Read -> intern.
3360
3361 2004-10-30 Simon Josefsson <jas@extundo.com>
3362
3363 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3364 Recognize AS_* too.
3365
3366 2004-10-29 Simon Josefsson <jas@extundo.com>
3367
3368 * subr.el (read-passwd): Move back from password.el.
3369
3370 * password.el: Remove, not ready yet.
3371
3372 2004-10-29 Andreas Schwab <schwab@suse.de>
3373
3374 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3375
3376 2004-10-29 Sam Steingold <sds@gnu.org>
3377
3378 * mouse.el (mouse-show-mark): Replace the last occurrence of
3379 x-lost-selection-hooks with x-lost-selection-functions.
3380
3381 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3384 x-lost-selection-functions is bound.
3385
3386 * mouse-sel.el (mouse-sel-mode):
3387 * emacs-lisp/lselect.el: Adjust to new names for
3388 x-(lost|sent)-selection-functions.
3389
3390 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3391 New obsolete aliases of x-lost-selection-functions and
3392 x-sent-selection-functions.
3393
3394 2004-10-28 Kim F. Storm <storm@cua.dk>
3395
3396 * imenu.el (imenu-scanning-message): Remove.
3397 (imenu-progress-message): Make it a no-op.
3398
3399 2004-10-28 John Paul Wallington <jpw@gnu.org>
3400
3401 * files.el (set-auto-mode): Call `throw' correctly.
3402
3403 2004-10-28 Juri Linkov <juri@jurta.org>
3404
3405 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3406 to search `Info-...' commands in `info' manual.
3407 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3408 Add 'info-file "emacs" property.
3409 (Info-find-emacs-command-nodes): Fix index line number regexp.
3410 Set real line number (instead of fake 0) in first element of the
3411 returned list.
3412 (Info-goto-emacs-command-node): Use line number of first element
3413 to set point in the first found Info node.
3414
3415 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3416 code to `grep-mode-font-lock-keywords'.
3417 (grep-mode-font-lock-keywords): Delete grep markers instead
3418 of making them invisible.
3419
3420 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3421
3422 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3423 and x-server-version in bug report.
3424
3425 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3426
3427 * files.el (set-auto-mode-0): New function.
3428 (set-auto-mode): Use it to handle aliased modes and to
3429 be consistent between C-x C-f and C-x C-w.
3430
3431 2004-10-28 Kenichi Handa <handa@m17n.org>
3432
3433 * international/utf-8.el (utf-translate-cjk-charsets):
3434 Add katakana-jisx0201.
3435
3436 * international/subst-jis.el: Add data for JISX0201.
3437
3438 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * obsolete/hilit19.el (hilit-mode): New function.
3441 Move all the toplevel side-effecting stuff into it, so that loading
3442 hilit19 doesn't mess everything up any more.
3443
3444 2004-10-27 Richard M. Stallman <rms@gnu.org>
3445
3446 * add-log.el (add-change-log-entry): Set up mailing address
3447 and full name later, and don't alter add-log-mailing-address
3448 or add-log-full-name.
3449
3450 * elide-head.el (elide-head): Change error to message.
3451 (elide-head-show): Likewise.
3452
3453 * apropos.el (apropos-macrop): Doc fix.
3454
3455 * mouse.el (mouse-show-mark): Do most processing the same
3456 regardless of transient-mark-mode.
3457
3458 * shadowfile.el (shadow-copy-files): Use interactive-p
3459 only to control whether to print a message.
3460
3461 * tar-mode.el (tar-mode): Use write-contents-functions,
3462 not write-contents-hooks.
3463
3464 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3465 directory-sep-char.
3466
3467 2004-10-27 Richard M. Stallman <rms@gnu.org>
3468
3469 * strokes.el (strokes-unload-hook): Fix previous change.
3470
3471 * type-break.el (type-break-run-at-time): Always use run-at-time;
3472 forget the alternatives.
3473 (type-break-cancel-function-timers): Always use cancel-function-timers;
3474 forget the alternatives.
3475
3476 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3477
3478 2004-10-27 Kenichi Handa <handa@m17n.org>
3479
3480 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3481
3482 * international/subst-gb2312.el: Likewise.
3483
3484 * international/subst-big5.el: Likewise.
3485
3486 * international/subst-ksc.el: Likewise.
3487
3488 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3489 New variable.
3490 (utf-translate-cjk-set-unicode-range): New function.
3491 (utf-translate-cjk-unicode-range): Make it customizable.
3492 (utf-8-post-read-conversion):
3493 Use utf-translate-cjk-unicode-range-string.
3494 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3495 Unicode ranges.
3496
3497 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3498
3499 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3500 trivial variants to shorten the list.
3501 (xml-based-modes): New var.
3502 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3503 declaration higher priority than auto-mode-alist.
3504
3505 * find-file.el (cc-other-file-alist): Bring it in line with
3506 cc-mode's auto-mode-alist entries and use \' instead of $.
3507
3508 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3509 and add "Id" and "Name" submenus to it.
3510
3511 * imenu.el (imenu--generic-function): Skip matches in comments.
3512
3513 2004-10-26 Jay Belanger <belanger@truman.edu>
3514
3515 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3516 (full-calc-keypad, calc-trail-display): Use an extra argument
3517 instead of `interactive-p'.
3518
3519 * calc/calc-misc.el (calc-other-window): Use an extra argument
3520 instead of `interactive-p'.
3521
3522 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3523 `interactive-p'.
3524
3525 2004-10-26 Kim F. Storm <storm@cua.dk>
3526
3527 * help.el (describe-key): Describe both down-event and up-event
3528 for a mouse click.
3529
3530 2004-10-26 Richard M. Stallman <rms@gnu.org>
3531
3532 * woman.el (woman): Don't call interactive-p.
3533
3534 * pcomplete.el (pcomplete): Instead of interactive-p,
3535 use an arg set non-nil by the interactive spec.
3536
3537 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3538 use an arg set non-nil by the interactive spec.
3539
3540 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3541 use an arg set non-nil by the interactive spec.
3542
3543 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3544
3545 * progmodes/flymake.el (flymake-split-string):
3546 Use `flymake-split-string-remove-empty-edges' in any case.
3547
3548 2004-10-26 Masatake YAMATO <jet@gyve.org>
3549
3550 * progmodes/flymake.el (flymake-err-line-patterns):
3551 Use `compilation-error-regexp-alist-alist' instead of
3552 `compilation-error-regexp-alist'.
3553
3554 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3557 verbatim face on the \ of \end{verbatim}.
3558
3559 2004-10-25 Jay Belanger <belanger@truman.edu>
3560
3561 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3562 erasing minibuffer.
3563
3564 2004-10-25 Simon Josefsson <jas@extundo.com>
3565
3566 * subr.el (read-passwd): Move to net/password.el.
3567
3568 * net/password.el (read-passwd): Add. Autoload it.
3569
3570 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3571
3572 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3573
3574 * simple.el (process-file): Fix logic.
3575
3576 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3579 (increase-right-margin): Remove erroneous call to `interactive-p'.
3580
3581 2004-10-24 Kim F. Storm <storm@cua.dk>
3582
3583 * help.el (describe-mode): Fix 2004-10-13 change.
3584 Copy pure "Auto Fill" string so it can be propertized later
3585 without causing a read-only error.
3586
3587 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3588
3589 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3590 style indexes.
3591
3592 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3593
3594 * simple.el (process-file): Accept nil for INFILE. Reported by
3595 Luc Teirlinck.
3596
3597 2004-10-24 Masatake YAMATO <jet@gyve.org>
3598
3599 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3600 Handle periods and underscores in a function name.
3601 Remove the address fontification.
3602
3603 2004-10-24 Masatake YAMATO <jet@gyve.org>
3604
3605 * progmodes/asm-mode.el (asm-font-lock-keywords):
3606 Use font-lock-variable-name-face for registers.
3607
3608 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3609
3610 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3611 kill-all-local-variables.
3612 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3613 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3614 Use kill-all-local-variables and provide mode-hooks.
3615 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3616 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3617 Suggested by Masatake YAMATO <jet@gyve.org>.
3618
3619 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3620
3621 * simple.el (process-file): New function, similar to call-process
3622 but supports file handlers.
3623 * vc.el (vc-do-command): Use it, instead of call-process.
3624 * net/tramp-vc.el (vc-do-command): Do not advise it if
3625 process-file is fboundp.
3626 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3627 process-file.
3628 (tramp-handle-process-file): New function.
3629 (tramp-file-name-for-operation): Support process-file.
3630
3631 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3632
3633 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3634 (icalendar-weekdayabbrev-table)
3635 (icalendar-monthnumber-table): Delete.
3636 (icalendar--get-month-number): Use calendar-month-name-array.
3637 (icalendar--get-weekday-number): New function.
3638 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3639 (icalendar-export-region): Handle multi-line entries.
3640 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3641
3642 2004-10-23 John Paul Wallington <jpw@gnu.org>
3643
3644 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3645 `wildcards' set to t in interactive spec.
3646
3647 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3648 interactive spec rather than use `interactive-p'.
3649 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3650 rather than use function `interactive-p'.
3651
3652 2004-10-22 Kenichi Handa <handa@m17n.org>
3653
3654 * international/mule.el (translate-region): Implement it in Lisp
3655 as a front end of translate-region-internal.
3656
3657 2004-10-21 Jay Belanger <belanger@truman.edu>
3658
3659 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3660 Declare these variables with defvar.
3661
3662 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3663 is bound, only check to see if it is bound.
3664
3665 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3668 Don't output messages.
3669
3670 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3671
3672 2004-10-21 John Paul Wallington <jpw@gnu.org>
3673
3674 * calc/calc-graph.el (calc-graph-init):
3675 Use `set-process-query-on-exit-flag'.
3676
3677 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3678
3679 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3680 dir right and also allow argumentless cd.
3681
3682 2004-10-19 Richard M. Stallman <rms@gnu.org>
3683
3684 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3685
3686 * eshell/em-unix.el (eshell-grep):
3687 Don't bind compilation-process-setup-function.
3688
3689 * comint.el (comint-insert-input): Use @ in `interactive'.
3690 (comint-input-filter-functions): Doc fix.
3691 (comint-kill-whole-line, comint-get-source): Doc fix.
3692
3693 * progmodes/compile.el (compilation-setup):
3694 Don't set buffer-read-only if MINOR is non-nil.
3695
3696 2004-10-19 Jay Belanger <belanger@truman.edu>
3697
3698 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3699 (calc-emacs-type-gnu19): Remove.
3700 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3701 Remove check for old emacs versions.
3702
3703 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3704 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3705 for current Emacs.
3706
3707 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3708 the end of the minibuffer.
3709 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3710 copy `esc-map'.
3711
3712 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3713
3714 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3715 call that would be given when the current emacs was used.
3716
3717 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3718
3719 * calendar/icalendar.el: Set coding to utf-8.
3720 (icalendar-version): Increase to 0.07.
3721 (icalendar-monthnumber-table): Change March pattern.
3722 (icalendar-get-all-event-properties)
3723 (icalendar-set-event-property): Delete.
3724 (icalendar-all-events): No longer interactive.
3725 (icalendar-convert-diary-to-ical)
3726 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3727 their replacements.
3728 (icalendar-export-file, icalendar-export-region): New functions;
3729 essentially old `icalendar-convert-diary-to-ical' but appending to
3730 target rather than overwriting.
3731 (icalendar-import-file): Append to target file rather than
3732 overwriting. Fourth arg deleted.
3733 (icalendar-import-buffer): New name for old
3734 `icalendar-extract-ical-from-buffer'.
3735 (icalendar--convert-string-for-import): New name for
3736 old `icalendar-convert-for-import'.
3737 (include-icalendar-files): Delete.
3738 Prefix for all internal functions changed from `icalendar-'
3739 to `icalendar--'.
3740
3741 2004-10-19 Richard M. Stallman <rms@gnu.org>
3742
3743 * paths.el (news-path): Fix previous change.
3744
3745 2004-10-18 Jay Belanger <belanger@truman.edu>
3746
3747 * calc/calc-help.el (calc-describe-bindings):
3748 Set `buffer-read-only' to nil while working in the keybindings buffer;
3749 remove some extra information from the keybindings buffer.
3750
3751 2004-10-18 David Ponce <david@dponce.com>
3752
3753 * mouse.el (mouse-drag-move-window-top): New function.
3754 (mouse-drag-mode-line-1): Use it.
3755
3756 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3757
3758 * info.el (Info-fontify-node): For multiline refs,
3759 arrange to unfontify newline and surrounding whitespace.
3760
3761 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3764 directory is missing.
3765
3766 2004-10-17 John Paul Wallington <jpw@gnu.org>
3767
3768 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3769 New customizable variable; whether to display buffers that match
3770 `ibuffer-maybe-show-predicates' by default.
3771 (ibuffer-maybe-show-predicates): Mention it in docstring.
3772 (ibuffer-display-maybe-show-predicates): New variable.
3773 (ibuffer-update): Prefix arg now toggles whether buffers that
3774 match `ibuffer-maybe-show-predicates' should be displayed.
3775 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3776 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3777 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3778
3779 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3782 work correctly.
3783
3784 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3785
3786 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3787 (Buffer-menu-beginning): New helper function.
3788 (Buffer-menu-execute): Use it.
3789 (Buffer-menu-select): Use it.
3790 (Buffer-menu-sort): Use it and also keep markers.
3791
3792 2004-10-17 Richard M. Stallman <rms@gnu.org>
3793
3794 * paths.el (news-directory): Rename from news-path. Old name alias.
3795 (rmail-spool-directory): Use defvar.
3796 (sendmail-program): Use defcustom.
3797 (remote-shell-program): Use defcustom.
3798 (term-file-prefix): Use defvar.
3799 (abbrev-file-name): Use defvar.
3800
3801 * term.el: Add maintainer.
3802
3803 * subr.el (with-local-quit): Return nil if there's a quit.
3804 (read-passwd): Use with-local-quit. Doc fix.
3805
3806 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3807 (strokes-unload-hook): Set as a variable with add-hook.
3808
3809 * startup.el (fancy-splash-tail, normal-splash-screen):
3810 Update copyright year.
3811
3812 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3813
3814 * server.el (server-unload-hook): Set as a variable with add-hook.
3815
3816 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3817
3818 * frame.el (special-display-popup-frame):
3819 Make the buffer current as its frame is created.
3820
3821 * delsel.el (delsel-unload-hook): Set as a variable.
3822
3823 * comint.el (comint-output-filter-functions):
3824 Add comint-watch-for-password-prompt.
3825 (comint-read-noecho): Function deleted.
3826 (send-invisible): Use read-passwd.
3827
3828 * fringe.el (fringe-mode-initialize): New function.
3829 (fringe-mode): Use fringe-mode-initialize as :initialize.
3830
3831 2004-10-17 Kim F. Storm <storm@cua.dk>
3832
3833 * language/indian.el (indian-script-language-alist): Swap value and doc.
3834 (indian-font-char-index-table): Doc fix.
3835
3836 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3839
3840 2004-10-16 Juri Linkov <juri@jurta.org>
3841
3842 * progmodes/compile.el (compilation-start): Move let-binding of
3843 `process-environment' into `with-current-buffer' body.
3844 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3845
3846 2004-10-16 Richard M. Stallman <rms@gnu.org>
3847
3848 * pcvs-util.el (cvs-bury-buffer):
3849 Don't call get-buffer-window for effect.
3850
3851 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3852
3853 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3854
3855 * msb.el (msb-unload-hook): Set the variable.
3856
3857 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3858 Use * to err if buffer is readonly.
3859
3860 * subr.el (looking-back): Return only t or nil.
3861
3862 * whitespace.el (whitespace-unload-hook): Set the variable.
3863
3864 * view.el (view-mode-enable): Set view-page-size and
3865 view-half-page-size to nil.
3866 (view-set-half-page-size-default): view-half-page-size = nil
3867 means the default.
3868 (View-scroll-page-forward): Use view-page-size-default.
3869 (View-scroll-page-backward): Likewise.
3870 (view-page-size, view-half-page-size): Doc fixes.
3871
3872 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3873
3874 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3875
3876 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3877 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3878 (byte-compile-log-1): Bind inhibit-read-only.
3879 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3880 (byte-compile-log-warning): Likewise.
3881 (byte-compile-file-form-require): Detect "cl" from the arg value.
3882
3883 * progmodes/compile.el (compilation-start): Assume compilation-mode
3884 will make the buffer read-only.
3885 (compilation-mode): Take arg name-of-mode.
3886 (compilation-setup): Make buffer read-only.
3887 (compilation-handle-exit): Bind inhibit-read-only.
3888
3889 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3890 (ispell-message): Likewise.
3891 (ispell-show-choices): Don't call get-buffer-window uselessly.
3892 (ispell-init-process): Use set-process-query-on-exit-flag.
3893
3894 2004-10-16 Kim F. Storm <storm@cua.dk>
3895
3896 * fringe.el (fringe-bitmaps): Only initialize when defined.
3897
3898 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3899 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3900
3901 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3902
3903 2004-10-15 Simon Josefsson <jas@extundo.com>
3904
3905 * net/password.el: Add.
3906
3907 2004-10-14 Masatake YAMATO <jet@gyve.org>
3908
3909 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3910 (gdb-script-end-of-defun): New function.
3911 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3912 `gdb-script-end-of-defun' as *-of-defun-function.
3913
3914 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3915
3916 * button.el (button-activate): Allow a marker to display as an action.
3917
3918 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3919
3920 * help.el (describe-mode): Use it to make minor mode list into
3921 hyperlinks.
3922
3923 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * vc.el (vc-annotate-display-select): Fix typo.
3926
3927 * subr.el (substitute-key-definition-key): New function.
3928 (substitute-key-definition): Use it with map-keymap.
3929 (event-modifiers): Use push.
3930 (mouse-movement-p, with-temp-buffer): Simplify.
3931
3932 2004-10-12 Jay Belanger <belanger@truman.edu>
3933
3934 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3935 New variables.
3936 (calc-help-index-entries): New function.
3937 (calc-describe-function): Use `calc-help-function-list' instead of
3938 obarray for completion.
3939 (calc-describe-variable): Use `calc-help-variable-list' instead
3940 of obarray for completion.
3941
3942 2004-10-12 Richard M. Stallman <rms@gnu.org>
3943
3944 * info-look.el (info-lookup-file): Add info-file property.
3945 (info-lookup-symbol): Likewise.
3946
3947 * info.el (info-xref): Add underlining.
3948 (info): Add info-file property.
3949 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3950
3951 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3952
3953 Sync with Tramp 2.0.45.
3954
3955 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3956 defined. This is not the case for XEmacs without package "edebug".
3957 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3958 remote files to the permissions of the original file. This is not
3959 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3960 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3961 (tramp-perl-decode): Fix an error in Perl implementation.
3962 $pending must be cleared every loop. Reported by Benjamin Place
3963 <benjaminplace@sprintmail.com>
3964
3965 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3966 Don't activate advice during definition. This is done later on,
3967 depending on test result of `substitute-in-file-name'.
3968 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3969
3970 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3973
3974 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3975
3976 2004-10-12 David Ponce <david@dponce.com>
3977
3978 * recentf.el (recentf-edit-list): Update the menu when the recentf
3979 list has been modified.
3980
3981 2004-10-12 Simon Josefsson <jas@extundo.com>
3982
3983 * net/tls.el (tls-certtool-program): New variable.
3984 (tls-certificate-information): New function, based on
3985 ssl-certificate-information.
3986
3987 2004-10-12 Kenichi Handa <handa@m17n.org>
3988
3989 * international/mule.el (coding-system-equal): Move from mule-util.el.
3990
3991 * international/mule-util.el (coding-system-equal): Move to mule.el.
3992
3993 2004-10-12 Kim F. Storm <storm@cua.dk>
3994
3995 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3996 reset kmacro-initial-counter-value if set.
3997 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3998 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3999 (kmacro-display): Show macro counter if non-zero.
4000
4001 * subr.el (substitute-key-definition): Mention command remapping
4002 in doc string.
4003
4004 2004-10-11 Jay Belanger <belanger@truman.edu>
4005
4006 * calc/calc-misc.el (calc-info-goto-node): New function.
4007 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4008 node in one step.
4009 (calc-describe-copying, calc-describe-distribution)
4010 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4011 Go to appropriate info node in one step.
4012
4013 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4016
4017 * font-lock.el (font-lock-apply-highlight): Fix last change.
4018
4019 2004-10-11 Simon Josefsson <jas@extundo.com>
4020
4021 * mail/smtpmail.el (smtpmail-open-stream): Look for
4022 starttls-gnutls-program instead of starttls-program iff
4023 starttls-use-gnutls is non-nil.
4024 (smtpmail-open-stream): Don't overwrite user settings of
4025 starttls-extra-arguments and starttls-extra-args.
4026
4027 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * comint.el (comint-mouse-insert-input): Remove.
4030 (comint-insert-input): Make it work for mouse bindings.
4031 (comint-mode-map): Move defs into the declaration.
4032 (comint-output-filter): Typo.
4033
4034 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4035
4036 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
4037
4038 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4039 (ange-ftp-call-chmod): Reference remote-shell-program instead of
4040 ange-ftp-remote-shell.
4041
4042 2004-10-10 Andreas Schwab <schwab@suse.de>
4043
4044 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4045 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4046 Reported by <sri@asu.edu>.
4047
4048 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
4049
4050 * vc.el (vc-annotate-mode): Remove variable.
4051 (vc-annotate-display-select): Only call vc-annotate-mode
4052 if we're not in that mode already.
4053
4054 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4057 (imenu-choose-buffer-index): Check here for rescan instead.
4058
4059 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4060 where the face expression evals to nil.
4061
4062 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4063 (tex-font-lock-keywords-2): Use it.
4064 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4065
4066 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4067
4068 2004-10-09 Kim F. Storm <storm@cua.dk>
4069
4070 * subr.el (progress-reporter-update): Define before first usage.
4071 (make-progress-reporter): Doc fix.
4072
4073 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4074
4075 * textmodes/paragraphs.el (sentence-end-double-space)
4076 (sentence-end-without-period, sentence-end-without-space)
4077 (sentence-end): Doc fixes.
4078
4079 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
4080
4081 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4082 Change paragraph-start regexp so we don't fill code starting with #'(.
4083
4084 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
4085
4086 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4087 New defcustom.
4088 (extract-address-components): Use it.
4089
4090 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4091
4092 * subr.el (make-progress-reporter, progress-reporter-update)
4093 (progress-reporter-force-update, progress-reporter-do-update)
4094 (progress-reporter-done): New functions.
4095
4096 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4097
4098 * progmodes/etags.el (etags-tags-completion-table): Use progress
4099 reporter.
4100 (etags-tags-apropos): Likewise.
4101
4102 2004-10-08 Alan Mackenzie <acm@muc.de>
4103
4104 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4105 of current line.
4106
4107 2004-10-08 Masatake YAMATO <jet@gyve.org>
4108
4109 * server.el (server-process-filter): Wrap `process-send-region'
4110 by `condition-case' to guard the case when the pipe to PROC is closed.
4111
4112 2004-10-07 Mark A. Hershberger <mah@everybody.org>
4113
4114 * xml.el (xml-substitute-special): Limit handling of external entities.
4115
4116 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4119
4120 2004-10-06 John Paul Wallington <jpw@gnu.org>
4121
4122 * xml.el (xml-parse-dtd): Fix `error' call.
4123
4124 2004-10-05 Mark A. Hershberger <mah@everybody.org>
4125
4126 * xml.el (xml-substitute-special): Return a single string instead
4127 of a list of strings if an entity substitution is made.
4128
4129 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
4130
4131 * calendar/icalendar.el: New file.
4132
4133 2004-10-05 Juri Linkov <juri@jurta.org>
4134
4135 * isearch.el (isearch-done): Set mark after running hook.
4136 Reported by Drew Adams <drew.adams@oracle.com>.
4137
4138 * info.el (Info-history, Info-toc): Fix Info headers.
4139 (Info-toc): Narrow buffer before Info-fontify-node.
4140 (Info-build-toc): Don't check for special Info file names.
4141 Set main-file to nil if Info-find-file returns a symbol.
4142
4143 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
4144
4145 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4146 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4147 * calendar/cal-menu.el (calendar-mode-map): Ditto.
4148
4149 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4150
4151 * calendar/cal-iso.el (calendar-iso-read-args): New function,
4152 for old interactive spec from calendar-goto-iso-date.
4153 (calendar-goto-iso-date): Use it.
4154 (calendar-goto-iso-week): New function. Suggested by Emilio
4155 C. Lopes <eclig@gmx.net>.
4156
4157 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4158
4159 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4160 `set-right-margin' bindings that follow the minor mode conventions.
4161
4162 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4165 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4166 (latex-block-args-alist): Add minipage and picture.
4167 (latex-block-body-alist): Use reftex-label if enabled.
4168 (latex-insert-block): Don't insert a \n if not necessary.
4169 (tex-compile-commands): Make sure dvips doesn't send to printer.
4170 (tex-compile-default): Handle the case where no executable is found.
4171 (latex-noindent-environments): New var.
4172 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
4173 If tex-indent-allhanging is non-nil, make sure we only align for macros
4174 at beginning of line.
4175
4176 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
4177
4178 * newcomment.el (comment-beginning): Doc fix and don't choke on
4179 unset `comment-end-skip' when at beginning of comment.
4180
4181 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
4182
4183 * term.el (term-adjust-current-row-cache): Don't allow the current
4184 row to become negative.
4185 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4186 the end of the line. Fix scroll down. Add comments.
4187 (term-handle-ansi-escape): Don't exceed terminal width when moving
4188 right.
4189 (term-scroll-region): Move the cursor after setting the scroll region.
4190
4191 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
4192
4193 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4194 to `width' for consistency with docstring. Doc fix.
4195
4196 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
4197
4198 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4199 This is necessary for derived modes.
4200
4201 2004-09-30 Kim F. Storm <storm@cua.dk>
4202
4203 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4204 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4205
4206 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4207 kmacro-extract-lambda functions.
4208 (edit-kbd-macro): Handle kmacro lambda forms.
4209 Include counter and counter format in edit buffer.
4210 (edmacro-finish-edit): Get counter and format from edit buffer and
4211 update kmacro bindings when found.
4212
4213 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
4214
4215 * textmodes/paragraphs.el (forward-paragraph):
4216 Avoid args-out-of-range error when point winds up at the beginning of
4217 the buffer and hard newlines are enabled.
4218
4219 * newcomment.el (comment-multi-line): Doc fix.
4220
4221 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4224 (diff-fixup-modifs): Catch unified-diff file-headers.
4225
4226 2004-09-29 Kim F. Storm <storm@cua.dk>
4227
4228 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4229 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4230 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4231
4232 * fringe.el (fringe-bitmap-p): New macro.
4233 (fringe-bitmaps): Add standard fringe bitmaps on load.
4234
4235 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * dired.el (dired-view-command-alist): Use more efficient regexps.
4238 Remove dubious arguments.
4239 (dired-align-file): New function.
4240 (dired-insert-directory): Use it.
4241 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4242 (dired-buffers-for-dir): Remove unused var `pattern'.
4243
4244 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4245
4246 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4247 from diary display excursion. Store diary buffer's point for
4248 `simple-diary-display'.
4249 (simple-diary-display): Set window point and start when
4250 displaying buffer, to preserve point.
4251
4252 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * textmodes/enriched.el (enriched-translations): Replace defconst
4255 with defvar.
4256
4257 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4258
4259 * printing.el: Doc fix.
4260 (pr-version): New version number (6.8.1).
4261 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4262 make-temp-name.
4263 (pr-delete-file): Check if file exists before deleting it.
4264 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4265
4266 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * term.el (term-display-table): New variable.
4269 (term-mode): Use it.
4270 (term-exec-1): Set the coding system to binary.
4271 (term-emulate-terminal): Decode the string before inserting it.
4272
4273 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4274
4275 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4276 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4277 (map): Bind S-prior, S-next and S-insert.
4278 (term-mode): Set `indent-tabs-mode' to nil.
4279 (term-paste): New function to be bound to S-insert.
4280 (term-send-del, term-send-backspace): Change the strings sent.
4281 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4282 (term-handle-colors-array): Fix handling of underline and reverse.
4283 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4284 (term-erase-in-line): Fix comparison.
4285 (term-emulate-terminal): Fix line wrap handling.
4286 (term-start-output-log): Rename from `term-set-output-log'.
4287 (term-stop-output-log): Rename from `term-stop-photo'.
4288 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4289
4290 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * dired.el (dired-move-to-filename): Don't output a message if
4293 raise-error is non-nil. Fix return position and value.
4294
4295 * files.el (insert-directory): Obey --dired even with symlinks.
4296
4297 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4298
4299 * ls-lisp.el (ls-lisp-format): Mark file names with property
4300 dired-filename.
4301
4302 2004-09-25 Kim F. Storm <storm@cua.dk>
4303
4304 * ido.el (ido-max-directory-size): New defcustom.
4305 (ido-decorations): Add "too big" element.
4306 (ido-directory-too-big): New dynamic var.
4307 (ido-may-cache-directory): Don't cache big directories.
4308 (ido-directory-too-big-p): New defun.
4309 (ido-set-current-directory): Update ido-directory-too-big.
4310 (ido-read-internal): Make empty ido-cur-item if too-big.
4311 (ido-buffer-internal): Use ido-read-internal directly instead of
4312 ido-read-buffer.
4313 (ido-file-internal): Init ido-directory-too-big.
4314 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4315 and redo completion with full list.
4316 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4317 it, and show completions.
4318 (ido-all-completions): Let bind ido-directory-too-big to nil.
4319 (ido-exhibit): Handle ido-directory-too-big.
4320 (ido-read-buffer): Handle fallback to read-buffer.
4321 Init ido-directory-too-big.
4322 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4323 Init ido-directory-too-big.
4324
4325 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4326
4327 * subr.el (delay-mode-hooks): Doc fix.
4328
4329 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4330
4331 * textmodes/enriched.el
4332 (enriched-default-text-properties-local-flag): New variable.
4333 (enriched-mode): Make sure that enabling and disabling the mode is
4334 a no-op. Doc fix.
4335
4336 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4337
4338 * calendar/holidays.el (holiday-advent): Report on a specified day
4339 offset from advent, not just advent.
4340 (holiday-easter-etc): Report on one specified day offset from
4341 easter, not all easter holidays. Various Easter holidays moved to
4342 `christian-holidays' variable in calendar.el.
4343 * calendar/calendar.el (christian-holidays): Adapt for new
4344 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4345
4346 2004-09-23 Kim F. Storm <storm@cua.dk>
4347
4348 * image.el (insert-sliced-image): Add doc string.
4349
4350 * ido.el (ido-choice-list): New dynamic var for `list' context.
4351 (ido-context-switch-command): New dynamic var.
4352 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4353 (ido-read-internal): Handle new `list' context.
4354 Handle insert-buffer and insert-file ido-exit values.
4355 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4356 ido-context-switch-command. Handle insert-file ido-exit value.
4357 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4358 unless it is already bound by caller.
4359 (ido-file-internal): New arg switch-cmd. Use it to setup
4360 ido-context-switch-command. Handle insert-buffer ido-exit value.
4361 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4362 used for context switching.
4363 (ido-all-completions): Handle new `list' context.
4364 (ido-make-choice-list): Return choices for `list' context.
4365 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4366 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4367 (ido-insert-buffer, ido-insert-file): Setup context switching.
4368 (ido-exhibit): Handle `list' context.
4369 (ido-read-file-name): Disable context switching. Handle fallback.
4370 (ido-read-directory-name): Disable context switching.
4371 (ido-completing-read): New defun like completing-read. Setup and
4372 use new `list' context.
4373
4374 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4375
4376 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4377
4378 2004-09-21 Jay Belanger <belanger@truman.edu>
4379
4380 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4381 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4382 separate window.
4383
4384 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4385
4386 * subr.el (after-change-major-mode-hook): Doc fix.
4387
4388 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4389
4390 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4391 of ghostscript for monochrome PostScript file in Windows.
4392
4393 2004-09-21 Kenichi Handa <handa@m17n.org>
4394
4395 * descr-text.el (describe-char): Checking of quail activation
4396 fixed.
4397
4398 2004-09-21 Jay Belanger <belanger@truman.edu>
4399
4400 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4401
4402 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4403
4404 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4405 after the mode hooks instead of before. Doc fix.
4406
4407 2004-09-20 Jason Rumney <jasonr@gnu.org>
4408
4409 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4410 _emacs, but revert to .emacs if neither exists in home directory.
4411
4412 2004-09-20 John Paul Wallington <jpw@gnu.org>
4413
4414 * bindings.el (completion-ignored-extensions): Add .dfsl.
4415
4416 2004-09-20 Richard M. Stallman <rms@gnu.org>
4417
4418 * bindings.el (scroll-left): Make it disabled.
4419
4420 * files.el (enable-local-eval): Doc fix.
4421
4422 * indent.el (move-to-left-margin): Special case for minibuffer.
4423
4424 * term.el (term-emulate-terminal): Turn off undo for output.
4425 Use with-current-buffer and save-selected-window.
4426
4427 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4428
4429 * progmodes/make-mode.el (makefile-fill-paragraph):
4430 Don't insist on spaces when looking for comments. # is enough.
4431
4432 * files.el (hack-local-variables): Copy the variables list
4433 to another buffer, strip prefixes and suffixes there, then read.
4434 (enable-local-eval): Doc fix.
4435 (ignored-local-variables): Initialize to nil.
4436 (risky-local-variable-p): Don't check ignored-local-variables here.
4437 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4438
4439 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4442 of = to "." (punctuation).
4443
4444 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4447
4448 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4451 (enriched-before-change-major-mode): New function.
4452 Add it to `change-major-mode-hook'.
4453 (enriched-after-change-major-mode): New function.
4454 Add it to `after-change-major-mode-hook'.
4455 (enriched-mode): Make it work correctly if called from
4456 `after-change-major-mode-hook'.
4457 No longer set `indent-line-function'.
4458
4459 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4460
4461 * subr.el (after-change-major-mode-hook): New variable.
4462 (run-mode-hooks): Implement it.
4463
4464 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * battery.el (battery-linux-proc-apm): Use string-to-number.
4467 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4468 Use dolist (and less indentation). Use erase-buffer.
4469 Pre-initialize `design-capacity', `warn', and `low'.
4470 (battery-format): Use replace-regexp-in-string.
4471
4472 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4473
4474 * battery.el: Delete superfluous empty lines.
4475 (battery-linux-proc-acpi): Attempt to gather information from all
4476 battery subdirectories regardless of their file name.
4477 (battery-linux-proc-apm): Replace all occurrences of
4478 battery-hex-to-int-2 with string-to-int (base 16).
4479 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4480 (battery-hex-map): Delete variable.
4481
4482 2004-09-18 John Paul Wallington <jpw@gnu.org>
4483
4484 * calc/calc-units.el (calc-quick-units): Fix overzealous
4485 s/or/unless/.
4486
4487 2004-09-17 Jay Belanger <belanger@truman.edu>
4488
4489 * calc/calc.el (calc-mode-var-list): Fix the value of
4490 `calc-matrix-brackets'.
4491
4492 2004-09-17 Romain Francoise <romain@orebokech.com>
4493
4494 * ibuf-ext.el (define-ibuffer-filter filename):
4495 Expand dired-directory since buffer-file-name is absolute.
4496
4497 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * ediff-init.el (ediff-current-diff-face-A)
4500 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4501 (ediff-current-diff-face-Ancestor)
4502 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4503 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4504 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4505 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4506 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4507 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4508 Use min-colors.
4509
4510 * term.el (term-down): Perform vertical motion if DOWN is negative.
4511 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4512 (term-termcap-format): Synchronyze with the eterm terminfo entry
4513 in etc/e/eterm.ti.
4514 (term-handle-colors-array): If the current foreground or
4515 background are zero (i.e. unspecified), use the foreground and
4516 background of the default face for reverse video.
4517 (term-ansi-at-eval-string, term-ansi-default-fg)
4518 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4519 (term-mem): Delete ununsed function.
4520 (term-protocol-version): Increment.
4521 (term-current-face): Set to default.
4522
4523 2004-09-15 Jay Belanger <belanger@truman.edu>
4524
4525 * calc/calc.el (calc-mode-var-list): Define this variable.
4526 (calc-always-load-extensions, calc-line-numbering)
4527 (calc-line-breaking, calc-display-just, calc-display-origin)
4528 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4529 (calc-group-char, calc-point-char, calc-frac-format)
4530 (calc-prefer-frac, calc-hms-format, calc-date-format)
4531 (calc-float-format, calc-full-float-format, calc-complex-format)
4532 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4533 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4534 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4535 (calc-matrix-brackets, calc-language, calc-language-option)
4536 (calc-left-label, calc-right-label, calc-word-size)
4537 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4538 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4539 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4540 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4541 (calc-window-height, calc-display-trail, calc-show-selections)
4542 (calc-use-selections, calc-assoc-selections)
4543 (calc-display-working-message, calc-auto-why, calc-timing)
4544 (calc-mode-save-mode, calc-standard-date-formats)
4545 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4546 (calc-user-parse-tables, calc-gnuplot-default-device)
4547 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4548 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4549 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4550 (calc-invocation-macro, calc-show-banner): Give these values as
4551 part of `calc-mode-var-list's initialization after the variables
4552 are declared with defvar.
4553 (calc-bug-address): Change email address to send bug reports to.
4554 Change the maintainer address at the top.
4555 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4556 than "\\.emacs" to determine if it is the user-init-file.
4557
4558 * calc/calc-embed.el (calc-embedded-set-modes): Use
4559 `calc-mode-var-list' correctly.
4560
4561 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4562
4563 * vc.el (annotate-time): Document point handling.
4564 (vc-annotate-display-autoscale): Doc fix.
4565
4566 2004-09-15 Miles Bader <miles@gnu.org>
4567
4568 * generic.el (generic-make-keywords-list): Use symbol rather than
4569 word anchors in regexp.
4570
4571 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4572
4573 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4574 no file name consider `dired-directory'.
4575
4576 2004-09-14 Kim F. Storm <storm@cua.dk>
4577
4578 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4579
4580 2004-09-14 Simon Josefsson <jas@extundo.com>
4581
4582 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4583
4584 * textmodes/dns-mode.el: Add.
4585
4586 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4589 (disabled-command-function): Make the ?\ char more obvious.
4590
4591 * vc-arch.el (vc-arch-root, vc-arch-registered):
4592 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4593
4594 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4595
4596 * windmove.el (windmove-frame-edges): Report coordinates of
4597 outside edges of frame, not inside edges.
4598 (windmove-coordinates-of-position): Convert into wrapper to new
4599 function `windmove-coordinates-of-window-position';
4600 `compute-motion' always applies to selected window.
4601 (windmove-coordinates-of-position): Update documentation to refer
4602 to Emacs 21 Lisp Reference Manual.
4603 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4604
4605 2004-09-13 Kim F. Storm <storm@cua.dk>
4606
4607 * isearch.el (isearch-resume-in-command-history): Rename from
4608 isearch-resume-enabled and change default to nil.
4609
4610 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4613 (vc-registered): Use it.
4614 (vc-find-root): New fun.
4615
4616 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4617 Don't tell to use \\{...} when it's already done.
4618
4619 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4620 Provide a sample complex default.
4621 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4622 (bibtex-entry): Use mapc.
4623
4624 2004-09-12 Kim F. Storm <storm@cua.dk>
4625
4626 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4627
4628 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4629 inhibit-field-text-motion to t so rectangles work in comint buffers.
4630
4631 * simple.el (choose-completion-string): Set buffer before running
4632 choose-completion-string-functions hook so it can be buffer-local.
4633
4634 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4635
4636 * progmodes/compile.el (compilation-start): Parse command to see
4637 if it starts with a cd, and if so perform it for the *compilation*
4638 buffer. Change the header to reflect this.
4639
4640 2004-09-11 Kim F. Storm <storm@cua.dk>
4641
4642 * ido.el (ido-enable-dot-prefix): Doc fix.
4643 (ido-enable-dot-prefix): New defcustom.
4644 (ido-set-matches1): Use it.
4645
4646 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * textmodes/bibtex.el (bibtex-mark-active)
4649 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4650
4651 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4652
4653 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4654 used in a case insensitive environment.
4655 (bibtex-mode-map): Rearrange order of menus.
4656 (bibtex-quoted-string-re): Obsolete.
4657 (bibtex-complete-key-cleanup): Variable replaced by new function.
4658 (bibtex-font-lock-keywords): Use backquotes.
4659 (bibtex-font-lock-url-regexp): New internal variable.
4660 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4661 "OPT" and "ALT".
4662 (bibtex-insert-current-kill, bibtex-make-field)
4663 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4664 (bibtex-parse-field-text): Simplify.
4665 (bibtex-string=): New helper function.
4666 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4667 (bibtex-map-entries): Use bibtex-string=.
4668 (bibtex-search-entry): Use not.
4669 (bibtex-enclosing-field): Fix docstring.
4670 (bibtex-assoc-regexp): Obsolete.
4671 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4672 (bibtex-autokey-get-names): Handle empty name field.
4673 (bibtex-parse-strings): Use assoc-string and unless.
4674 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4675 Use assoc-string.
4676 (bibtex-pop): Simplify.
4677 (bibtex-mode): Set font-lock-extra-managed-props.
4678 (bibtex-entry-update): Use assoc-string.
4679 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4680 (bibtex-autofill-entry): Use bibtex-string=.
4681 (bibtex-print-help-message): Simplify.
4682 (bibtex-find-entry): New optional arg START.
4683 (bibtex-validate): Use bibtex-string= and assoc-string.
4684 Do not call obsolete function compilation-parse-errors.
4685 (bibtex-remove-delimiters): Only remove delimiters if present.
4686 (bibtex-copy-entry-as-kill): Add docstring.
4687 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4688 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4689 (bibtex-complete): Use bibtex-predefined-month-strings,
4690 bibtex-string=, and new function bibtex-complete-key-cleanup.
4691 (bibtex-generate-url-list): New variable.
4692 (bibtex-url): New command bound to C-c C-l and mouse-2.
4693 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4694 (bibtex-font-lock-url): New function.
4695
4696 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4699
4700 2004-09-09 Kim F. Storm <storm@cua.dk>
4701
4702 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4703 counter and format with binding.
4704 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4705 the declared macro uses own macro counter and format. Give symbol
4706 kmacro property.
4707 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4708 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4709 (kmacro-end-and-call-macro): Doc fix.
4710
4711 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4712
4713 * desktop.el (desktop-clear-preserve-buffers):
4714 Remove make-obsolete-variable.
4715
4716 2004-09-08 Richard M. Stallman <rms@gnu.org>
4717
4718 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4719 with the buffer as argument.
4720
4721 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4724
4725 2004-09-08 Juri Linkov <juri@jurta.org>
4726
4727 * replace.el (perform-replace): Use `query-replace-descr'.
4728
4729 * cus-start.el (history-delete-duplicates): Specify customization.
4730
4731 * diff-mode.el (diff-mode-map):
4732 * progmodes/compile.el (compilation-mode-map):
4733 * progmodes/grep.el (grep-mode-map):
4734 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4735 to `next-error-follow-minor-mode'.
4736
4737 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4738
4739 * isearch.el (isearch-lazy-highlight-update): Take into account
4740 the case of zero-length match at the search bound.
4741
4742 2004-09-08 Kim F. Storm <storm@cua.dk>
4743
4744 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4745 change. Use zero width overlays when necessary.
4746
4747 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4748
4749 * subr.el (split-string): Docfix.
4750
4751 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4752
4753 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4754 (display-call-tree): Ensure newline after caller/calls blocks.
4755
4756 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4757
4758 * startup.el (command-line-1): Make option
4759 --directory/-L modify `load-path' straight away.
4760
4761 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4762
4763 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4764
4765 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4766
4767 * emacs-lisp/autoload.el (make-autoload):
4768 Handle `define-compilation-mode'.
4769
4770 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4771 Specify `doc-string-elt' property.
4772
4773 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4774
4775 * bs.el (bs-mode): Doc fix.
4776
4777 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4778
4779 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4780
4781 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4782
4783 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4784
4785 2004-09-08 Kenichi Handa <handa@m17n.org>
4786
4787 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4788 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4789 ps-mule-next-point -> 1+).
4790
4791 * composite.el (encode-composition-rule): Add autoload cooky.
4792
4793 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4794
4795 * format.el (buffer-auto-save-file-format): Make it permanent local.
4796
4797 2004-09-07 Kim F. Storm <storm@cua.dk>
4798
4799 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4800 (authors-fixed-entries): Fix typo.
4801 (authors-canonical-author-name): Compact multiple spaces.
4802 Ignore trivial names (e.g. only first name).
4803
4804 * term.el (term-window-width): Only use full window width on
4805 window system if overflow-newline-into-fringe is enabled.
4806 (term-mode): Don't disable overflow-newline-into-fringe.
4807
4808 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4811 motion as seen on my Mac OS X xterms.
4812
4813 * newcomment.el (uncomment-region-default, comment-region-default):
4814 New functions extracted from uncomment-region and comment-region.
4815 (comment-region, comment-region-function, uncomment-region)
4816 (uncomment-region-function): Use them.
4817
4818 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4819
4820 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4821 It's not crucial but can make sense at times.
4822
4823 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4824 the first commit.
4825
4826 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4827 Disable obsolete code.
4828
4829 2004-09-07 Juri Linkov <juri@jurta.org>
4830
4831 * progmodes/grep.el (grep-highlight-matches): Change default from
4832 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4833 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4834 if grep option `--color' is available, or to `nil' otherwise.
4835 (grep-process-setup): Call `grep-compute-defaults' if
4836 `grep-highlight-matches' is not computed. Set env-vars only
4837 if `grep-highlight-matches' is `t'.
4838 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4839 is already defined).
4840
4841 * progmodes/compile.el (compilation-start): Use copy of
4842 `process-environment' created by `copy-sequence' to not
4843 modify env-vars in the global `process-environment'.
4844
4845 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4846
4847 * simple.el (next-error-follow-minor-mode): Fix last change.
4848
4849 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4852 permanent local.
4853
4854 2004-09-04 Richard M. Stallman <rms@gnu.org>
4855
4856 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4857 highlighting if the search string is empty.
4858
4859 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4860
4861 * facemenu.el (facemenu-active-faces): Change condition of inner
4862 `while' loop to also check the first two elements of `face-atts'
4863 and `mask-atts'.
4864
4865 2004-09-04 John Paul Wallington <jpw@gnu.org>
4866
4867 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4868 (thumbs-view-image-mode): Make buffer read-only.
4869
4870 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4871
4872 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4873 (ispell-check-version): Set it.
4874 (ispell-send-replacement): New function.
4875 (ispell-process-line): Call ispell-send-replacement.
4876
4877 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4878
4879 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4880 Support choosing seconds with "s".
4881
4882 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4883
4884 * terminal.el (te-escape): Show `?' in prompt for help key.
4885
4886 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4887
4888 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4889
4890 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4891
4892 * simple.el (next-error-follow-minor-mode)
4893 (next-error-follow-mode-post-command-hook): New functions.
4894 (next-error-follow-last-line): New defvar.
4895
4896 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4897 * progmodes/compile.el (compilation-mode-map): Likewise.
4898 * progmodes/grep.el (grep-mode-map): Likewise.
4899 * replace.el (occur-mode-map): Likewise.
4900
4901 * newcomment.el (uncomment-region): Bind comment-use-global-state
4902 to nil.
4903
4904 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4905
4906 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4907 locally around the call to `revert-buffer'.
4908
4909 2004-09-03 Juri Linkov <juri@jurta.org>
4910
4911 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4912 `isearch-adjusted' to `t'.
4913 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4914 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4915 (isearch-other-meta-char): Restore isearch-point unconditionally.
4916 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4917 Set point to start of match if region is not active in transient
4918 mark mode (to include the current match to region boundaries).
4919 Push the search string to `query-replace-from-history-variable'.
4920 Add prompt "Query replace regexp" for isearch-regexp.
4921 Add region beginning/end as last arguments of `perform-replace.'
4922 (isearch-query-replace-regexp): Replace code by the call to
4923 `isearch-query-replace' with arg `t'.
4924
4925 2004-09-03 Richard M. Stallman <rms@gnu.org>
4926
4927 * startup.el (normal-top-level): Undo previous TERM change.
4928
4929 2004-09-03 Kim F. Storm <storm@cua.dk>
4930
4931 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4932 highlight overlays; allow using RET when cursor is over a button.
4933 (cua--highlight-rectangle): Use it.
4934 (cua--rectangle-set-corners): Don't move backwards at eol.
4935 (cua--forward-line): Don't move into void after eob.
4936
4937 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4938 point is set (and displayed) inside rectangle.
4939 (cua--rectangle-operation): Fix for highlight of empty lines.
4940 (cua--highlight-rectangle): Fix highlight for tabs.
4941 Position cursor at left/right edge of rectangle using new `cursor'
4942 property on overlay strings.
4943 (cua--indent-rectangle): Don't tabify.
4944 (cua-rotate-rectangle): Ignore that point has moved.
4945
4946 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4947
4948 * term/mac-win.el: Add ASCII equivalents for some function keys.
4949 (mode-line-frame-identification): Sync with x-win.el.
4950
4951 2004-09-02 Juri Linkov <juri@jurta.org>
4952
4953 * progmodes/compile.el (compilation-buffer-name): Compare major
4954 mode with second element of compilation-arguments instead of third
4955 to reflect latest changes in compilation-arguments structure.
4956 (recompile): Use global variable `compilation-directory' to get
4957 recent compilation directory only when `recompile' is invoked NOT
4958 in the compilation buffer. Otherwise, use `default-directory' of
4959 the compilation buffer.
4960 (compilation-error-properties): Allow to funcall col and end-col.
4961 (compilation-mode-font-lock-keywords): Check col and end-col by
4962 `integerp'.
4963 (compilation-goto-locus): If end-mk is non-nil in transient mark
4964 mode don't activate the mark (and don't display message in
4965 push-mark), but highlight overlay between mk and end-mk.
4966
4967 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4968 (grep-regexp-alist): Add rule to highlight grep matches.
4969 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4970
4971 * info.el (Info-fontify-node): Don't compute other-tag
4972 if Info-hide-note-references=hide.
4973
4974 * help.el (function-called-at-point):
4975 * help-fns.el (variable-at-point):
4976 Try `find-tag-default' when other methods failed.
4977
4978 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4979 Do not push mark if inhibit-mark-movement is non-nil.
4980
4981 * textmodes/ispell.el (ispell-html-skip-alists):
4982 Fix backslashes in docstring.
4983
4984 2004-09-01 Juri Linkov <juri@jurta.org>
4985
4986 * isearch.el (isearch-wrap-function)
4987 (isearch-push-state-function): New defvars.
4988 (isearch-pop-fun-state): New defsubst.
4989 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4990 (isearch-push-state): Set the result of calling
4991 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4992 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4993 restore the mode-specific starting point of terminated search.
4994 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4995 (isearch-repeat): Call `isearch-wrap-function' if defined.
4996 (isearch-message-prefix): Don't add prefix "over" to the message
4997 for wrapped search if `isearch-wrap-function' is defined.
4998 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4999 restore the mode-specific starting point of failed search.
5000
5001 * info.el (Info-search-whitespace-regexp): Fix backslashes.
5002 (Info-search): Add new optional arguments for the sake of isearch.
5003 Replace whitespace in Info-search-whitespace-regexp literally.
5004 Add backward search. Don't call `Info-select-node' if regexp is
5005 found in the same Info node. Don't add node to Info-history for
5006 wrapped isearch.
5007 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5008 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5009 (Info-mode): Set local variables `isearch-search-fun-function',
5010 `isearch-wrap-function', `isearch-push-state-function',
5011 `search-whitespace-regexp'.
5012
5013 * isearch.el: Remove ancient Change Log section.
5014 (isearch-string, isearch-message-string, isearch-point)
5015 (isearch-success, isearch-forward-flag, isearch-other-end)
5016 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5017 (isearch-barrier, isearch-within-brackets)
5018 (isearch-case-fold-search): Add suffix `-state' to state-related
5019 defsubsts to avoid name clashes with other function names.
5020
5021 * simple.el (next-error): New defgroup and defface.
5022 (next-error-highlight, next-error-highlight-no-select):
5023 New defcustoms.
5024 (next-error-no-select): Let-bind next-error-highlight to the value
5025 of next-error-highlight-no-select before calling `next-error'.
5026
5027 * progmodes/compile.el (compilation-goto-locus):
5028 Use `next-error' face instead of `region'. Set 4-th argument of
5029 `move-overlay' to `current-buffer' to move overlay to different
5030 source buffers. Use new variable `next-error-highlight'.
5031
5032 * simple.el (next-error-find-buffer): Move the rule
5033 "if current buffer is a next-error capable buffer" after the
5034 rule "if next-error-last-buffer is set to a live buffer".
5035 Simplify to test all rules in one `or'.
5036 (next-error): Doc fix.
5037 (next-error, previous-error, first-error)
5038 (next-error-no-select, previous-error-no-select):
5039 Make arguments optional.
5040
5041 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * macros.el (apply-macro-to-region-lines): Make it operate on all
5044 lines that begin in the region, rather than on all complete lines
5045 in the region.
5046
5047 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5048
5049 * x-dnd.el (x-dnd-protocol-alist): Document update.
5050 (x-dnd-known-types): Defcustom it.
5051 (x-dnd-handle-motif): Print message-atom in error message.
5052
5053 2004-08-30 John Paul Wallington <jpw@gnu.org>
5054
5055 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5056 strings rather than programatically constructing message.
5057
5058 2004-08-30 Richard M. Stallman <rms@gnu.org>
5059
5060 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5061 Don't return a string that would read as the wrong character code.
5062
5063 2004-08-29 Kim F. Storm <storm@cua.dk>
5064
5065 * emulation/cua-base.el (cua-auto-expand-rectangles):
5066 Remove automatic rectangle padding feature; replace by non-destructive
5067 virtual rectangle edges feature.
5068 (cua-virtual-rectangle-edges): New defcustom.
5069 (cua-auto-tabify-rectangles): New defcustom.
5070 (cua-paste): If paste into a marked rectangle, insert rectangle at
5071 current column, even if virtual; also paste exactly as many lines
5072 as has been marked (ignore additional lines or add empty lines),
5073 but paste whole source if only one line is marked.
5074 (cua--update-indications): No longer use overwrite-cursor to
5075 indicate rectangle padding
5076
5077 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5078 (cua--rectangle-virtual-edges): New defun.
5079 (cua--rectangle-get-corners): Remove optional PAD arg.
5080 (cua--rectangle-set-corners): Never do padding.
5081 (cua--forward-line): Remove optional PAD arg. Simplify.
5082 (cua-resize-rectangle-right, cua-resize-rectangle-left)
5083 (cua-resize-rectangle-down, cua-resize-rectangle-up):
5084 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5085 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5086 (cua--rectangle-move): Never do padding. Simplify.
5087 (cua--tabify-start): New defun.
5088 (cua--rectangle-operation): Add tabify arg. All callers changed.
5089 (cua--pad-rectangle): Remove.
5090 (cua--delete-rectangle): Handle delete with virtual edges.
5091 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5092 (cua--insert-rectangle): Handle insert at virtual column.
5093 Perform auto-tabify if necessary.
5094 (cua--activate-rectangle): Remove optional FORCE arg.
5095 Never do padding. Simplify.
5096 (cua--highlight-rectangle): Enhance for virtual edges.
5097 (cua-toggle-rectangle-padding): Remove command.
5098 (cua-toggle-rectangle-virtual-edges): New command.
5099 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
5100 (cua--rectangle-post-command): Don't force rectangle padding.
5101 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5102
5103 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * indent.el (edit-tab-stops-buffer): Doc fix.
5106
5107 2004-08-28 Richard M. Stallman <rms@gnu.org>
5108
5109 * progmodes/grep.el (grep-default-command): Use find-tag-default.
5110 (grep-tag-default): Function deleted.
5111
5112 * subr.el (find-tag-default): Move from etags.el.
5113
5114 * progmodes/etags.el (find-tag-default): Move to subr.el.
5115
5116 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5117 into the basic character if it has an uppercase form.
5118
5119 2004-08-27 Kenichi Handa <handa@m17n.org>
5120
5121 * international/utf-8.el (utf-8-post-read-conversion): If the
5122 buffer is unibyte, temporarily make it multibyte.
5123
5124 2004-08-27 Masatake YAMATO <jet@gyve.org>
5125
5126 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5127
5128 2004-08-25 John Paul Wallington <jpw@gnu.org>
5129
5130 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5131 0, 1, and many mismatches in message.
5132 (tex-start-shell): Use `set-process-query-on-exit-flag'.
5133
5134 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5135 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5136
5137 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5140 vc-diff-switches differently.
5141
5142 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5143
5144 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5145 before and a real defvar after
5146 `speedbar-supported-extension-expressions'. This is to silence
5147 the compiler without breaking bootstrapping.
5148
5149 2004-08-22 Richard M. Stallman <rms@gnu.org>
5150
5151 * textmodes/flyspell.el (flyspell-word):
5152 Use set-process-query-on-exit-flag.
5153 (flyspell-highlight-duplicate-region): Take POSS as arg.
5154 (flyspell-word): Pass POSS as arg.
5155
5156 * progmodes/ada-xref.el: Many doc and style fixes.
5157 (ada-find-any-references): Use compilation-start.
5158 (ada-get-ali-file-name): Improve error msg.
5159 (ada-get-ada-file-name): Likewise.
5160
5161 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5162 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5163
5164 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5165 Add forward defvar.
5166
5167 * whitespace.el (global-whitespace-mode): New alias
5168 for whitespace-global-mode.
5169
5170 * speedbar.el (speedbar-file-regexp): Move definition up.
5171 (speedbar-mode, speedbar-set-mode-line-format):
5172 Use with-no-warnings.
5173 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5174
5175 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5176 controls whether to display the error buffer.
5177
5178 * ps-mule.el: Delete compatibility code for old Emacses.
5179 (ps-mule-find-wrappoint): Don't use chars-in-region.
5180
5181 * frame.el (display-mouse-p, display-selections-p):
5182 Use with-no-warnings.
5183
5184 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5185
5186 2004-08-22 David Kastrup <dak@gnu.org>
5187
5188 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5189 information.
5190
5191 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5192
5193 2004-08-22 Andreas Schwab <schwab@suse.de>
5194
5195 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5196
5197 2004-08-22 Masatake YAMATO <jet@gyve.org>
5198
5199 * cvs-status.el (cvs-status-checkout): New function.
5200 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5201
5202 2004-08-21 David Kastrup <dak@gnu.org>
5203
5204 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5205 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5206 has been converted to use hashtables, the relation `nil=none' is
5207 no longer valid, as `nil' is not a hashtable. This patch tries to
5208 reduce the number of resulting errors.
5209
5210 2004-08-21 John Paul Wallington <jpw@gnu.org>
5211
5212 * subr.el (process-kill-without-query): Made obsolete in
5213 version 21.4, not 21.5.
5214
5215 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5216 (vc-previous-comment, vc-next-comment)
5217 (vc-comment-search-reverse, vc-comment-search-forward)
5218 (vc-comment-to-change-log): Likewise.
5219
5220 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5221
5222 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
5223
5224 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5225 Correct indentation of DEFMETHODS with non-standard method
5226 combinations (e.g., PROGN, MIN, MAX).
5227
5228 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * startup.el (normal-top-level-add-subdirs-to-load-path):
5231 Avoid unnecessarily checking system-type.
5232 (normal-top-level): Set TERM to "dumb". Simplify.
5233
5234 * avoid.el (mouse-avoidance-ignore-p): New fun.
5235 Also ignore switch-frame, select-window, double, and triple clicks.
5236 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5237 (mouse-avoidance-fancy-hook): Use it.
5238
5239 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5240
5241 * avoid.el (mouse-avoidance-nudge-mouse)
5242 (mouse-avoidance-banish-destination): Stay within the current window
5243 to avoid problems with mouse-autoselect-window.
5244
5245 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5248 the newer format of some messages in cvs-1.12.1.
5249
5250 2004-08-19 Masatake YAMATO <jet@gyve.org>
5251
5252 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5253 (elp-results-jump-to-definition-by-mouse)
5254 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5255 (elp-output-result): Use elp-output-insert-symname.
5256
5257 2004-08-18 Kenichi Handa <handa@m17n.org>
5258
5259 * language/cyrillic.el: Register koi8-r in
5260 ctext-non-standard-encodings-alist.
5261 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5262
5263 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5264
5265 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5266 that replaces 20xy with xy.
5267
5268 2004-08-17 John Paul Wallington <jpw@gnu.org>
5269
5270 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5271 (reb-force-update): Doc fix.
5272
5273 2004-08-16 Richard M. Stallman <rms@gnu.org>
5274
5275 * progmodes/which-func.el (which-func-update-1): Doc fix.
5276
5277 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5278 (sh-mode-abbrev-table): New variable.
5279
5280 * progmodes/compile.el (compilation-mode): Doc fix.
5281
5282 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5283 Don't cons a new symbol each time.
5284 (eval-last-sexp-fake-value): New variable.
5285
5286 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5287 (copyright-update-year): Detect continuation of list of years.
5288
5289 * term.el (term-default-fg-color, term-default-bg-color)
5290 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5291
5292 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5293
5294 2004-08-16 Davis Herring <herring@lanl.gov>
5295
5296 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5297 (isearch-success, isearch-forward-flag, isearch-other-end)
5298 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5299 (isearch-barrier, isearch-within-brackets)
5300 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5301
5302 2004-08-16 Kenichi Handa <handa@m17n.org>
5303
5304 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5305
5306 2004-08-15 Kenichi Handa <handa@m17n.org>
5307
5308 * term/x-win.el (x-selection-value): If utf8 was successful but
5309 ctext was not, use utf8 string.
5310
5311 2004-08-14 Davis Herring <herring@lanl.gov>
5312
5313 * isearch.el: Remove accidental changes of March 4. Fix backing
5314 up when a regexp isearch is made more general. Use symbolic
5315 accessor functions for isearch stack frames to make usage clearer.
5316 (search-whitespace-regexp): Made groups in documentation shy (as
5317 is the group in the default value).
5318 (isearch-fallback): New function, addresses problems with regexps
5319 liberalized by `\|', adds support for liberalization by `\}' (the
5320 general repetition construct), and incorporates behavior for
5321 `*'/`?'.
5322 (isearch-}-char): New command, calls `isearch-fallback' with
5323 arguments appropriate to a typed `}'.
5324 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5325 appropriately.
5326 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5327 (isearch-string, isearch-message,string, isearch-point)
5328 (isearch-success, isearch-forward-flag, isearch-other-end)
5329 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5330 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5331 New inline functions to read fields of a stack frame.
5332
5333 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5334
5335 * battery.el (battery-linux-proc-acpi): Look into battery
5336 directories matching the literal string "CMB", too (required for
5337 Linux kernel version 2.6.7).
5338
5339 2004-08-14 John Paul Wallington <jpw@gnu.org>
5340
5341 * cus-start.el (read-file-name-completion-ignore-case): Add.
5342 (blink-cursor-alist): Change version to "21.4".
5343
5344 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5345
5346 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5347
5348 * speedbar.el (speedbar-scan-subdirs): New option.
5349 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5350 dolist.
5351 (speedbar-insert-files-at-point): Take an extra argument and use
5352 it to optionally find out if a subdir is empty. Also unreadable
5353 files don't get expand buttons.
5354 (speedbar-directory): New image (unused pixmap already existed).
5355 (speedbar-expand-image-button-alist): Use it.
5356
5357 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5358
5359 CC Mode update to 5.30.9:
5360
5361 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5362 Move from cc-vars to cc-defs for dependency reasons. Fix the
5363 POSIX char class test to check that it works in
5364 `skip-chars-(forward|backward)' too.
5365
5366 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5367 first argument starts with a special brace list.
5368
5369 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5370 when `c-opt-type-concat-key' is used (i.e. in Pike).
5371
5372 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5373 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5374 >)".
5375
5376 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5377 whitespace safe.
5378
5379 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5380 position for `arglist-intro', `arglist-cont-nonempty' and
5381 `arglist-close' when there are two arglist open parens on the same
5382 line and there's nothing in front of the first.
5383
5384 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5385 locking of qualified names in Java, which previously could fontify
5386 common indexing expressions in many cases. The standard Java
5387 naming conventions are used to tell them apart.
5388
5389 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5390 Fix inconsistency wrt opening parens on the first line inside a paren
5391 block.
5392
5393 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5394 compile time for the sake of `c-major-mode-is'.
5395
5396 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5397 `c-major-mode-is' in the event that this is used inside a
5398 `c-lang-defconst'.
5399
5400 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5401 `c-lang-defconst' so that it works better with fallback languages.
5402
5403 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5404 it to fail to record the base mode.
5405
5406 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5407 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5408 is used. Reorder the syntax checks to get more efficient
5409 skipping in some situations.
5410
5411 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5412 continuation which might precede the newly inserted '{'.
5413
5414 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5415 Fix cases where it could loop indefinitely.
5416
5417 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5418 size specs correctly. Only fontify identifiers in front of '('
5419 with as functions - don't accept any paren char. Tighten up
5420 initializer skipping to stop before function and class blocks.
5421
5422 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5423 the point could be left directly after an open paren when finding
5424 the beginning of the first decl in the block.
5425
5426 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5427 table when filtering out legitimate open parens to be recorded.
5428 This could cause cache inconsistencies when e.g.
5429 `c++-template-syntax-table' was temporarily in use.
5430
5431 * progmodes/cc-engine.el (c-on-identifier)
5432 (c-simple-skip-symbol-backward): Small fix for handling "-"
5433 correctly in `skip-chars-backward'. Affected the operator lfun
5434 syntax in Pike.
5435
5436 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5437 Fix bug that could cause an error from `after-change-functions' when
5438 the changed region is at bob.
5439
5440 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5441
5442 CC Mode update to 5.30.9:
5443
5444 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5445 to say that <TAB> doesn't insert WS into a CPP line.
5446 (c-indent-command, c-tab-always-indent): Amend doc strings.
5447
5448 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5449 checks for user errors, thus eliminating cryptic and unhelpful
5450 Emacs error messages. (1) Check the arg to `c-set-style' is a
5451 string. (2) Check that settings to `c-offsets-alist' are not
5452 spuriously quoted.
5453
5454 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5455 which precedes the newly inserted `{'.
5456
5457 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5458
5459 Sync with Tramp 2.0.44.
5460
5461 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5462 function "tramp_file_attributes". Otherwise, file names
5463 containing spaces are misinterpreted. Reported by Magnus Henoch
5464 <mange@freemail.hu>.
5465 (tramp-handle-file-truename): FILENAME must be expanded first.
5466 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5467 obscure results. Reported by D. Goel <deego@gnufans.org>.
5468 (tramp-handle-verify-visited-file-modtime): If file does not
5469 exist, say it is not modified if and only if that agrees with the
5470 buffer's record. Check whether a file is visiting the buffer, or
5471 the buffer has no recorded last modification time. Return t in
5472 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5473 <teirllm@auburn.edu>.
5474 (tramp-handle-write-region): Pass modtime explicitely to
5475 `set-visited-file-modtime', because filename can be different
5476 from (buffer-file-name) if `file-precious-flag' is set.
5477 `set-visited-file-modtime' must be called always when `visit' is t
5478 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5479 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5480 nil, don't apply the whole body. If the file doesn't exists, set
5481 modtime to '(-1 65535). Suggested by Luc Teirlinck
5482 <teirllm@auburn.edu>.
5483
5484 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5485
5486 * help.el (describe-bindings): Doc fix.
5487
5488 * subr.el (kbd): Doc fix.
5489
5490 2004-08-08 John Paul Wallington <jpw@gnu.org>
5491
5492 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5493 instead of `string-to-int'.
5494 (define-ibuffer-column mode): Fix indentation.
5495
5496 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5497
5498 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5499
5500 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5503
5504 * novice.el (disabled-command-function): New variable renamed from
5505 `disabled-command-hook'.
5506 (disabled-command-hook): Keep the _variable_ as alias for
5507 `disabled-command-function' and make obsolete.
5508 (disabled-command-function): Function renamed from
5509 `disabled-command-hook'. Adapt code to name change of the variable.
5510
5511 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
5512
5513 * simple.el (completion-root-regexp): New defvar.
5514 (completion-setup-function): Use it instead of a literal string.
5515
5516 2004-08-07 John Paul Wallington <jpw@gnu.org>
5517
5518 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5519 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5520 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5521 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5522
5523 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5524
5525 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5526 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5527
5528 2004-08-04 Kenichi Handa <handa@m17n.org>
5529
5530 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5531 Fix previous change.
5532
5533 2004-08-03 Kenichi Handa <handa@m17n.org>
5534
5535 * international/encoded-kb.el: The following changes are to
5536 utilize key-translation-map instead of minor mode map.
5537 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5538 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5539 (encoded-kbd-last-key): New function.
5540 (encoded-kbd-iso2022-single-shift): New function.
5541 (encoded-kbd-iso2022-designation)
5542 (encoded-kbd-self-insert-iso2022-7bit)
5543 (encoded-kbd-self-insert-iso2022-8bit)
5544 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5545 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5546 key-translation-map.
5547 (encoded-kbd-setup-keymap): Setup key-translation-map.
5548 (saved-key-translation-map): New variable.
5549 (encoded-kbd-mode): Save/restore key-translation-map.
5550 Adjust for the change of encoded-kbd-setup-keymap.
5551
5552 2004-08-02 Kim F. Storm <storm@cua.dk>
5553
5554 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5555 and call compute-motion with nil for topos and width to get proper
5556 usable width and height for both window and non-window systems.
5557
5558 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5559 calculate usable window width and height.
5560
5561 * window.el (window-buffer-height): Call compute-motion with nil width.
5562
5563 2004-08-01 David Kastrup <dak@gnu.org>
5564
5565 * replace.el (query-replace-read-from):
5566 Use `query-replace-compile-replacement'.
5567 (query-replace-compile-replacement): New function.
5568 (query-replace-read-to): Use `query-replace-compile-replacement'
5569 for repeating the last command.
5570
5571 2004-08-01 John Paul Wallington <jpw@gnu.org>
5572
5573 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5574 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5575 (pr-switches): Remove period from end of error messages.
5576
5577 * help-mode.el (help-go-back): Likewise.
5578
5579 * abbrev.el (only-global-abbrevs): Doc fix.
5580 (edit-abbrevs-map): Define within defvar.
5581 (quietly-read-abbrev-file): Doc fix.
5582
5583 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5584
5585 * novice.el (enable-command, disable-command): Doc fixes.
5586
5587 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5588
5589 2004-07-30 Richard M. Stallman <rms@gnu.org>
5590
5591 * subr.el (with-local-quit): Doc fix.
5592
5593 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5594
5595 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5596
5597 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * custom.el (defcustom): Doc fix.
5600
5601 2004-07-28 Masatake YAMATO <jet@gyve.org>
5602
5603 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5604
5605 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * imenu.el (imenu-prev-index-position-function)
5608 (imenu-extract-index-name-function, imenu-name-lookup-function)
5609 (imenu--index-alist): Docstring redundancy fix.
5610
5611 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5612
5613 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5614 binding dired-backup-overwrite.
5615
5616 2004-07-25 John Paul Wallington <jpw@gnu.org>
5617
5618 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5619
5620 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * term/tty-colors.el (tty-color-approximate): Doc fix.
5623
5624 * select.el (x-get-selection, x-set-selection): Doc fixes.
5625
5626 * frame.el (make-frame): Doc fix.
5627
5628 2004-07-24 Richard M. Stallman <rms@gnu.org>
5629
5630 * mail/rmail.el (rmail-mime-charset-pattern):
5631 Don't include semicolon in the charset value.
5632
5633 * replace.el (occur-next-error): Call set-window-point.
5634 (occur-engine): Handle negative NLINES.
5635
5636 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * frame.el (modify-all-frames-parameters): Minor doc fix.
5639 (set-frame-configuration): Doc fix.
5640
5641 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5642
5643 * simple.el (completion-setup-function): Compute the common parts
5644 and the first difference place correctly when
5645 partial-completion-mode is on.
5646
5647 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5648
5649 * ps-print.el: Doc fix.
5650 (ps-print-version): New version 6.6.5.
5651 (ps-printing-region): Doc fix.
5652 (ps-generate-string-list): Comment fix.
5653 (ps-message-log-max): Code fix.
5654
5655 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5656
5657 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5658 generated PostScript.
5659
5660 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5661
5662 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5663 with Gnus v5_10 branch.)
5664
5665 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5666
5667 * calendar/time-date.el (time-to-number-of-days): New function.
5668 Imported from from Gnus.
5669
5670 2004-07-22 Kim F. Storm <storm@cua.dk>
5671
5672 * progmodes/make-mode.el: Fix comments.
5673
5674 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5675
5676 * printing.el: Doc fix.
5677
5678 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5679
5680 * frame.el (modify-all-frames-parameters): Minor doc fix.
5681
5682 2004-07-20 Richard M. Stallman <rms@gnu.org>
5683
5684 * textmodes/fill.el (fill-nobreak-p): If this break point is
5685 at the end of the line, don't consider the newline which follows
5686 as a reason to return t.
5687
5688 2004-07-19 John Paul Wallington <jpw@gnu.org>
5689
5690 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5691
5692 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5693
5694 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5695 Delete irrelevant code.
5696
5697 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5698
5699 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5700 New docstring. From Luc Teirlinck.
5701
5702 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5703
5704 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5705 section.
5706 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5707 non-file buffers. We know it is nil.
5708
5709 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5710
5711 Sync with Tramp 2.0.43.
5712
5713 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5714 Remove outdated comment.
5715 (tramp-locked, tramp-locker): New variables for implementing a
5716 global lock.
5717 (tramp-sh-file-name-handler): Use them to implement the global lock.
5718
5719 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5722 calls to respective `xxx` calls.
5723 (tramp-process-alive-regexp): Precise doc string.
5724 (tramp-multi-action-process-alive): New defun.
5725 (tramp-multi-actions): Use it.
5726 (tramp-handle-find-backup-file-name): `copy-tree' is available
5727 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
5728 in order to avoid this function.
5729 (tramp-handle-write-region): Set current buffer. If connection
5730 wasn't open, `file-modes' has changed it accidently. Reported by
5731 David Kastrup <dak@gnu.org>.
5732 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5733 HOST.
5734 (tramp-action-password, tramp-multi-action-password): Apply it.
5735 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5736 name must still contain the port number. Otherwise, we have two
5737 Tramp buffers, with all the confusion. Reported by Myron Selby
5738 <myron@xytech.com> and Rolf Dubitzky
5739 <Dubitzky@physi.uni-heidelberg.de>.
5740
5741 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5742 HOST to `tramp-enter-passwd'.
5743
5744 * net/tramp-vc.el (all): Code cleanup. Change all
5745 `tramp-handle-xxx' calls to respective `xxx` calls.
5746
5747 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5748
5749 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5750 functions that are not erroneous if either 1-valued or
5751 multi-valued. Detect functions in this class.
5752 (testcover-1value-functions, testcover-compose-functions)
5753 (testcover-progn-functions) Add some additional functions to lists.
5754 (testcover-mark): Bugfix when marking up the definition for an
5755 empty function.
5756
5757 2004-07-17 Richard M. Stallman <rms@gnu.org>
5758
5759 * replace.el (occur-read-primary-args): Pass default to
5760 read-from-minibuffer.
5761
5762 * mail/footnote.el (footnote-section-tag): Use defcustom.
5763
5764 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5765 Compile font-lock-keywords, not KEYWORDS.
5766 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5767 Add warn, check-type. Handle cerror like error.
5768
5769 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5770
5771 * progmodes/which-func.el (which-func-keymap): New var.
5772 (which-func-face): New face.
5773 (which-func-format): Use them.
5774
5775 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5776
5777 * buff-menu.el (list-buffers-noselect): Append the buffer's
5778 process status to its mode name.
5779
5780 2004-07-16 Kim F. Storm <storm@cua.dk>
5781
5782 * simple.el (inhibit-mark-movement): New defvar.
5783 (beginning-of-buffer, end-of-buffer): Do not push mark if
5784 inhibit-mark-movement is non-nil or C-u prefix is given.
5785
5786 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5787 Init to beginning-of-buffer and end-of-buffer.
5788 (cua--undo-push-mark): New defvar.
5789 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5790 already active and command is in cua--preserve-mark-commands.
5791 Also fix check for shift modifier on non-window systems.
5792 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5793
5794 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5795
5796 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5797 of two integers, instead of a cons.
5798
5799 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5800 `visited-file-modtime' now returns a list of two integers, instead
5801 of a cons.
5802
5803 * dired.el (dired-directory-changed-p): Ditto.
5804
5805 * progmodes/grep.el (grep): Doc fix.
5806
5807 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5808
5809 * autorevert.el (auto-revert-tail-mode)
5810 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5811 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5812 in both at the same time.
5813 (auto-revert-tail-mode): New command.
5814 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5815 (auto-revert-handler): Revert only either tail or whole file.
5816
5817 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5818 add auto-revert-tail-mode.
5819
5820 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5821
5822 * printing.el: Doc fix. Change name of some funs.
5823 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5824 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5825 (pr-standard-file-name): New fun. Replace pr-standard-path.
5826 (pr-call-process): Code fix.
5827
5828 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5829
5830 * subr.el (with-selected-window): Doc fix.
5831
5832 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * subr.el (get-buffer-window-list): Doc fix.
5835
5836 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * files.el (switch-to-buffer-other-window): Doc fix.
5839
5840 * window.el (save-selected-window, one-window-p)
5841 (split-window-keep-point, split-window-vertically)
5842 (split-window-horizontally): Doc fixes.
5843
5844 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5845
5846 * printing.el: Doc fix. Now it uses call-process instead of
5847 shell-command for low command execution.
5848 (pr-version): New version number (6.8).
5849 (pr-shell-file-name): Option removed.
5850 (pr-shell-command): Fun removed.
5851 (pr-call-process): New fun. Replace pr-shell-command.
5852 (pr-standard-path, pr-remove-nil-from-list): New funs.
5853 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5854 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5855 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5856 (pr-ps-utility-process, pr-txt-print): Code fix.
5857
5858 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5859
5860 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5861 boolean.
5862
5863 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5864
5865 * wid-edit.el (widget-field-buffer): Doc fix.
5866
5867 2004-07-09 John Paul Wallington <jpw@gnu.org>
5868
5869 * emacs-lisp/re-builder.el (reb-update-overlays):
5870 Distinguish between one and several matches in message.
5871
5872 2004-07-09 Richard M. Stallman <rms@gnu.org>
5873
5874 * mouse.el (mouse-set-region-1): If transient-mark-mode
5875 is `identity', change it to `only'.
5876
5877 * simple.el (current-word): Doc fix.
5878
5879 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5880
5881 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5882 so that it is more understanding of whitespace.
5883
5884 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5885 form
5886 (("ns" . "element") (attr-list) children) instead of
5887 ((:ns . "element") (attr-list) children) in order to reduce the
5888 number of symbols used.
5889 (xml-skip-dtd): Change to use xml-parse-dtd but set
5890 xml-validating-parsing to nil.
5891 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5892 (xml-substitute-entity): Remove in favor of new entity substitution.
5893 (xml-substitute-special): Rewrite in to substitute complex
5894 entities from DOCTYPE declarations.
5895 (xml-parse-fragment): Parse fragments from entity deleclarations.
5896 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5897 (xml-parse-dtd, xml-substitute-special): Make validity checks
5898 conditioned on xml-validating-parser. Add "Not Well Formed" to
5899 error messages about well-formedness.
5900
5901 2004-07-08 Steven Tamm <steventamm@mac.com>
5902
5903 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5904 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5905 Do not treat double clicks and triple clicks specially in the
5906 scroll bar (preventing strange repositioning problems)
5907
5908 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * replace.el (query-replace-regexp-eval): Fix last change.
5911
5912 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * replace.el (query-replace-descr): New fun.
5915 (query-replace-read-from, query-replace-read-args): Default to the
5916 previous from&to.
5917 (query-replace-read-to): Quote the `from' string when displaying it.
5918 (query-replace-regexp-eval): Immediately check read-only status.
5919 Use query-replace-read-from to get the \n checking.
5920 Quote the `from' string when displaying it.
5921 (map-query-replace-regexp, occur-read-primary-args):
5922 Quote the `from' string when displaying it.
5923
5924 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5925 delimited-ness of the search to query-replace.
5926
5927 * replace.el (query-replace-read-from, query-replace-read-to):
5928 New funs extracted from query-replace-read-args.
5929 (query-replace-read-args): Use them.
5930
5931 * replace.el (query-replace-interactive, query-replace-read-args):
5932 Remove the `initial' special value.
5933 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5934 (occur-engine): Remove unused var `matchend'.
5935
5936 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5937 Use the search string without prompting.
5938
5939 2004-07-05 Kenichi Handa <handa@m17n.org>
5940
5941 * international/mule.el (decode-coding-inserted-region):
5942 Set last-coding-system-used only when coding is nil.
5943
5944 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5945
5946 * progmodes/grep.el (grep-compute-defaults, grep-command)
5947 (grep-program, find-program, grep-find-use-xargs, grep-history)
5948 (grep-find-history, grep-tag-default, grep-find-command)
5949 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5950 Add autoload cookies, for unbundled packages that load `compile'
5951 and expect all grep-related symbols to become defined.
5952
5953 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5954
5955 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5956 (iimage-mode-image-search-path): New user option to search the
5957 image file.
5958 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
5959 have locate-file.
5960 (iimage-mode-buffer): Use it.
5961
5962 2004-07-03 Nick Roberts <nickrob@gnu.org>
5963
5964 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5965 carefully.
5966 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5967
5968 2004-07-03 Juri Linkov <juri@jurta.org>
5969
5970 * replace.el (query-replace-read-args): Swallow space after 'foo,
5971 not after (quote foo). Match space only immediately after symbol,
5972 not anywhere in the whole string.
5973
5974 2004-07-02 Richard M. Stallman <rms@gnu.org>
5975
5976 * replace.el (query-replace-read-args): Swallow space after
5977 symbols, not after closeparens. But avoid error if string ends there.
5978
5979 * progmodes/python.el (python-beginning-of-statement):
5980 Exit the loop if backward-up-list gets error.
5981
5982 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5983
5984 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5985
5986 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5987 only if vc-consult-headers is non-nil.
5988
5989 2004-07-02 Juri Linkov <juri@jurta.org>
5990
5991 * pcvs.el (cvs-mode-diff-repository): New command.
5992
5993 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5994
5995 2004-07-01 Juri Linkov <juri@jurta.org>
5996
5997 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5998 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5999 C-M-% to isearch-query-replace-regexp.
6000 (minibuffer-local-isearch-map): Add arrow key bindings.
6001 Bind C-f to isearch-yank-char-in-minibuffer.
6002 (isearch-forward): Doc fix.
6003 (isearch-edit-string): Doc fix.
6004 (isearch-query-replace, isearch-query-replace-regexp): New funs.
6005 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
6006 (isearch-yank-char): Add optional arg.
6007 (isearch-yank-char-in-minibuffer): New fun.
6008
6009 * replace.el (query-replace-interactive): Change type from boolean
6010 to choice. Add value `initial'.
6011 (query-replace-read-args): Handle value `initial' of
6012 query-replace-interactive.
6013
6014 2004-06-29 Kim F. Storm <storm@cua.dk>
6015
6016 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6017 (breakpoint-disabled-bitmap-face): Add :group 'gud.
6018
6019 * progmodes/ada-xref.el (ada-tight-gvd-integration):
6020 Add :group 'ada.
6021
6022 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6023
6024 2004-06-29 Juri Linkov <juri@jurta.org>
6025
6026 * replace.el (query-replace-read-args): Swallow a space after
6027 everything except )]" which in most cases means after a symbol.
6028
6029 * emacs-lisp/pp.el (pp-buffer): Add autoload.
6030
6031 2004-06-28 Richard M. Stallman <rms@gnu.org>
6032
6033 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6034 More changes to go with previous change in font-lock.el.
6035
6036 2004-06-26 David Kastrup <dak@gnu.org>
6037
6038 * replace.el (perform-replace): Highlight the match even in
6039 non-query mode if there is potential replace string editing.
6040
6041 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
6042
6043 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6044 agree with new return value of `file-remote-p'.
6045 This syncs with Tramp 2.0.42.
6046
6047 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6048 according to new documentation of `file-remote-p'.
6049
6050 * files.el (file-remote-p): Fix doc to say that return value is
6051 identification of remote system, if not nil.
6052 (file-relative-name): Use new return value of `file-remote-p'.
6053
6054 2004-06-26 Nick Roberts <nickrob@gnu.org>
6055
6056 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6057 (gdb-goto-breakpoint): Fix breakage.
6058
6059 2004-06-26 Eli Zaretskii <eliz@gnu.org>
6060
6061 * man.el (Man-getpage-in-background): Add windows-nt to the list
6062 of systems where shell-file-name should be used instead of
6063 literal "sh".
6064
6065 2004-06-25 Sam Steingold <sds@gnu.org>
6066
6067 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6068 function names `(setf symbol)'.
6069
6070 2004-06-24 Richard M. Stallman <rms@gnu.org>
6071
6072 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6073
6074 * font-lock.el (font-lock-keywords): Change format of compiled values.
6075 Document it.
6076 (font-lock-add-keywords): If font-lock-keywords is compiled,
6077 extract the uncompiled version, modify, then recompile.
6078 (font-lock-remove-keywords): Likewise.
6079 (font-lock-fontify-keywords-region): Handle changed format.
6080 (font-lock-compile-keywords): Handle changed format.
6081 (font-lock-set-defaults): Compile the keywords explicitly here.
6082
6083 2004-06-24 David Kastrup <dak@gnu.org>
6084
6085 * replace.el (query-replace-read-args): Implement `\,' and `\#'
6086 replacements here.
6087 (query-replace-regexp): Doc string explaining this and the new
6088 `\?' replacement. Remove `\,' and `\#' implementation here, as it
6089 is better placed in `query-replace-read-args'.
6090 (replace-regexp): Explain `\,', `\#' and `\?'.
6091 (replace-match-data): New function for thorough reuse/destruction
6092 of old match-data.
6093 (replace-match-maybe-edit): Function for implementing `\?' editing.
6094 (perform-replace): Fix maintaining of the match stack including
6095 already matched regions, implement `\?', fix various problems
6096 with regions while editing and other stuff.
6097 (replace-highlight): Simplify.
6098
6099 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
6100
6101 * progmodes/grep.el (grep-error-screen-columns): New variable.
6102 (grep-regexp-alist): Give it the full functionality of gnu style
6103 compilation messages with line and column ranges. Ask me for the
6104 perl script I'm working on, that uses these.
6105
6106 2004-06-23 Nick Roberts <nickrob@gnu.org>
6107
6108 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6109 Remove.
6110 (comint-insert-input, comint-mouse-insert-input): New functions
6111 based on comint-insert-clicked-input for two bindings but just
6112 one functionality.
6113
6114 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6115
6116 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6117
6118 2004-06-23 Lars Hansen <larsh@math.ku.dk>
6119
6120 * files.el (write-contents-functions): Doc fix.
6121
6122 2004-06-21 Juanma Barranquero <lektu@terra.es>
6123
6124 * image.el (image-library-alist): Rewrite docstring in active voice.
6125
6126 2004-06-20 Richard M. Stallman <rms@gnu.org>
6127
6128 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6129
6130 * isearch.el (isearch-repeat): Avoid testing old match data.
6131 (isearch-message): Display trailing space in special font
6132 when search is failing.
6133 (isearch-search-fun-function): Doc fix.
6134
6135 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6136
6137 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * frame.el (show-trailing-whitespace): Doc fix.
6140
6141 * cus-edit.el (custom-variable-documentation): New function.
6142 (custom-variable): Use it.
6143
6144 2004-06-19 Nick Roberts <nickrob@gnu.org>
6145
6146 * man.el (Man-getpage-in-background): Revert previous change but
6147 make cygwin a special case.
6148
6149 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
6150
6151 * autorevert.el (global-auto-revert-non-file-buffers):
6152 Update docstring.
6153
6154 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
6155
6156 * progmodes/compile.el (compilation-error-properties): Store one
6157 more than end-col, if present, so that transient-mark-mode will
6158 highlight last char too.
6159 * progmodes/grep.el (grep-regexp-alist): Match columns and column
6160 ranges, if present.
6161
6162 2004-06-18 Jason Rumney <jasonr@gnu.org>
6163
6164 * makefile.w32-in: Double percent signs in for loops.
6165
6166 2004-06-17 David Kastrup <dak@gnu.org>
6167
6168 * replace.el (query-replace-read-args): Only warn about use of \n
6169 and \t when we are doing a regexp replacement and the actual
6170 escaped character is n or t.
6171 (query-replace-regexp): Add \, and \# interpretation to
6172 interactive call and document it.
6173 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6174 as shortkey for replace-count.
6175 (replace-quote): New function for doubling backslashes.
6176
6177 2004-06-17 Juanma Barranquero <lektu@terra.es>
6178
6179 * files.el (parse-colon-path, cd): Mention in docstring that the
6180 path separator is colon in GNU-like systems.
6181
6182 * newcomment.el (comment-region-internal): Fix docstring.
6183
6184 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6185 (ewoc-invalidate, ewoc-collect): Doc fixes.
6186 (ewoc--create-node, ewoc--delete-node-internal):
6187 Fix typos in docstring.
6188
6189 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6192 manual to docstring.
6193
6194 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6195
6196 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6197
6198 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6201 Add hyperlink to emacs-xtra manual to docstring.
6202
6203 * autorevert.el (global-auto-revert-non-file-buffers):
6204 Add hyperlink to emacs-xtra manual to docstring, as well as an
6205 info-link.
6206
6207 2004-06-14 Juanma Barranquero <lektu@terra.es>
6208
6209 * image.el (image-library-alist): New variable to map image types
6210 to external libraries. Initialized to nil, unless system-specific
6211 configs change it.
6212 (image-type-available-p): Determine whether an image type is
6213 available by calling `init-image-library'.
6214
6215 * term/w32-win.el (image-library-alist): Initialize to a known set
6216 of probable library names.
6217
6218 2004-06-14 Kenichi Handa <handa@m17n.org>
6219
6220 * international/code-pages.el (windows-1256, cp1125): Fix tables
6221 for several characters.
6222
6223 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6224
6225 2004-06-13 Richard M. Stallman <rms@gnu.org>
6226
6227 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6228
6229 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6230 not "`pc-selection-mode'".
6231
6232 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6233
6234 * simple.el (previous-matching-history-element): Specify a default.
6235
6236 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6237
6238 * cus-face.el (custom-declare-face): Simplify code.
6239
6240 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6241
6242 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6243
6244 * files.el (before-save-hook): Add `time-stamp' to the options.
6245
6246 * time-stamp.el (time-stamp): Recommend adding it to
6247 `before-save-hook', rather than `write-file-functions'.
6248 Make a similar change in `Commentary' section.
6249
6250 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6251
6252 * diff-mode.el (diff-current-defun): If at start of hunk, use
6253 position of first change.
6254
6255 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6256
6257 * dired-x.el (dired-mark-omitted): Bind to "*O".
6258
6259 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6260
6261 * bookmark.el (bookmark-bmenu-relocate): New function, as
6262 suggested by David J. Biesack <David.Biesack@sas.com>.
6263 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6264 (bookmark-bmenu-mode): Describe binding in doc string.
6265 (bookmark-set-filename): Save the bookmark list if it's time.
6266
6267 2004-06-13 Kenichi Handa <handa@m17n.org>
6268
6269 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6270 (ccl-untranslated-to-ucs): Fix typo.
6271
6272 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6273
6274 * progmodes/python.el (python-open-block-statement-p):
6275 Fix indentation after a block opening that contains a comment.
6276
6277 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
6278
6279 * bindings.el (completion-ignored-extensions): Add file extensions
6280 of Python byte-compiled files.
6281
6282 2004-06-12 Juri Linkov <juri@jurta.org>
6283
6284 * info.el (Info-goto-node): Add autoload.
6285 (Info-toc): Add substring-no-properties on Info file name.
6286 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6287 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6288
6289 2004-06-12 Kenichi Handa <handa@m17n.org>
6290
6291 * international/mule-cmds.el (set-language-environment):
6292 Load subst tables if necessary.
6293
6294 * international/mule.el (decode-char): Load subst tables if necessary.
6295 (encode-char): Likewise.
6296
6297 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6298 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
6299 (utf-16le-decode-loop): Set r5 to -1 before loop.
6300 (utf-16be-decode-loop): Likewise.
6301 (ccl-decode-mule-utf-16le): Add EOF processing block.
6302 (ccl-decode-mule-utf-16be): Likewise.
6303 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6304 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6305 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6306 (ccl-mule-utf-16-encode-untrans): New CCL.
6307 (utf-16-decode-to-ucs): Handle pre-read character.
6308 (utf-16le-encode-loop): Handle surrogate pair.
6309 (utf-16be-encode-loop): Likewise.
6310 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6311 of utf-16le-encode-loop.
6312 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6313 of utf-16be-encode-loop.
6314 (mule-utf-16-post-read-conversion):
6315 Call utf-8-post-read-conversion at first.
6316 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6317 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6318 Add post-read-conversion and pre-write-conversion.
6319
6320 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6321 (utf-translate-cjk-unicode-range): New variable.
6322 (utf-translate-cjk-load-tables): New function.
6323 (utf-lookup-subst-table-for-decode): New function.
6324 (utf-lookup-subst-table-for-encode): New function.
6325 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6326 tables here. Update safe-charsets of utf-* coding systems.
6327 (ccl-mule-utf-untrans): New CCL.
6328 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6329 at end of each branch.
6330 (ccl-mule-utf-8-encode-untrans): New CCL.
6331 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6332 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6333 length of encoding. Don't return r0.
6334 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6335 (utf-8-post-read-conversion): Narrow to region properly.
6336 If utf-translate-cjk-mode is on, load tables if necessary.
6337 Call utf-8-compose with hash-table arg if necessary.
6338 Call XXX-compose-region instead of XXX-post-read-convesion.
6339 (utf-8-pre-write-conversion): New function.
6340 (mule-utf-8): Include CJK charsets in safe-charsets if
6341 utf-translate-cjk-mode is on. Add pre-write-conversion.
6342
6343 * international/characters.el: Temporarily set
6344 utf-translate-cjk-mode to nil.
6345
6346 * language/devan-util.el (devanagari-compose-region):
6347 Add autoload cookie.
6348
6349 * international/ccl.el (ccl-dump-call): Fix printing the
6350 subroutine name.
6351
6352 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6353
6354 * dired.el (dired-revert): If buffer is marked unmodified before
6355 reverting, keep it marked unmodified.
6356 Adapt to new conventions for commenting out code.
6357 (dired-make-relative): Adapt to new conventions for commenting out code.
6358
6359 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6360
6361 * eshell/esh-module.el (eshell-load-defgroups):
6362 Bind `vc-handled-backends' to nil when opening files.
6363
6364 2004-06-11 Juanma Barranquero <lektu@terra.es>
6365
6366 * files.el (parse-colon-path, cd): Doc fixes (refer to
6367 `path-separator', not colon).
6368
6369 2004-06-10 Juanma Barranquero <lektu@terra.es>
6370
6371 * newcomment.el (comment-search-forward)
6372 (comment-search-backward): Fix typos in docstring.
6373 (comment-region): Doc fix.
6374
6375 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6376
6377 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6378 switch is no longer stored in `dired-switches-alist'.
6379
6380 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6381 `dired-switches-alist'.
6382
6383 2004-06-10 Kim F. Storm <storm@cua.dk>
6384
6385 * pcvs.el (cvs-mode-diff-yesterday): New command.
6386
6387 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6388
6389 2004-06-10 Juri Linkov <juri@jurta.org>
6390
6391 * emacs-lisp/edebug.el (edebug-eval-defun):
6392 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6393 Fix docstring.
6394
6395 * simple.el (eval-expression-print-format): Don't print additional
6396 information on the first call to `eval-print-last-sexp'.
6397 (next-error-find-buffer): Fix punctuation.
6398 (killing) <defgroup>: Fix punctuation.
6399 (yank-excluded-properties): Change group from editing to killing.
6400
6401 * replace.el (perform-replace): Use `limit' to terminate the
6402 while-loop explicitly.
6403
6404 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6405
6406 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6407 Use lc-*.xpm as prefix instead of *-locol.xpm.
6408
6409 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6410 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6411 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6412 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6413 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6414 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6415 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6416 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6417 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6418 * toolbar/lc-up_arrow.xpm:
6419 Rename from *-locol.xpm.
6420
6421 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6422
6423 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6424 include forms like &<str>; as valid url patterns.
6425
6426 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6427
6428 * dired.el (dired-diff, dired-backup-diff)
6429 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6430 (dired-do-chown, dired-do-touch, dired-do-print)
6431 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6432 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6433 (dired-create-directory, dired-do-copy, dired-do-symlink)
6434 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6435 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6436 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6437 (dired-maybe-insert-subdir, dired-next-subdir)
6438 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6439 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6440 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6441 (dired-run-shell-command, dired-query): Remove redundant,
6442 or incorrect, autoloads.
6443
6444 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6445 does not end in a slash. Add optional argument KILL-ROOT.
6446 Update docstring.
6447 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6448 (dired-query): Add autoloads.
6449
6450 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6451
6452 * progmodes/compile.el (compilation-set-window-height):
6453 Rearrange the save-* functions because a buffer can have several current
6454 point in different windows.
6455 (compilation-error-regexp-alist-alist): Recognize {standard input}
6456 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6457
6458 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6459
6460 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6461 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6462 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6463 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6464 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6465 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6466 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6467 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6468 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6469 * toolbar/up_arrow-locol.xpm:
6470 New versions of icons that uses fewer colors.
6471
6472 * toolbar/tool-bar.el (tool-bar-local-item)
6473 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6474 if display-color-cells is 256 or less.
6475
6476 2004-06-08 Kim F. Storm <storm@cua.dk>
6477
6478 * wid-edit.el (widget-specify-button): Use hand pointer rather
6479 than mouse-face as visible mouse-over effect.
6480
6481 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6482
6483 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6484 and `print-level' to nil when writing out `save-place-alist'.
6485 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6486
6487 2004-06-07 Juanma Barranquero <lektu@terra.es>
6488
6489 * completion.el (completion-kill-region): Doc fix.
6490
6491 * format.el (format-insert-annotations)
6492 (format-annotate-location): Doc fixes.
6493 (format-subtract-regions): Make arguments match their use in docstring.
6494
6495 * simple.el (kill-region): Doc fix.
6496
6497 * subr.el (insert-buffer-substring-no-properties)
6498 (insert-buffer-substring-as-yank): Doc fixes.
6499
6500 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6503 Update docstring.
6504 (dired-reset-subdir-switches): New function.
6505
6506 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6507 Limit scope of `buffer-read-only' binding.
6508
6509 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6510
6511 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6512 eshell-explicit-command-char.
6513
6514 2004-06-06 Juanma Barranquero <lektu@terra.es>
6515
6516 * help-fns.el (help-argument-name): Inherit from italic face only
6517 if the frame supports it.
6518
6519 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6520
6521 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6522 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6523 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6524 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6525 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6526 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6527 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6528 New conversions from xpm files.
6529
6530 * toolbar/README: New file.
6531
6532 2004-06-06 Richard M. Stallman <rms@gnu.org>
6533
6534 * isearch.el (isearch-mode-map): Undo previous change.
6535
6536 2004-06-05 Juri Linkov <juri@jurta.org>
6537
6538 * bindings.el (debug-ignored-errors): Add regexps for history
6539 related messages. Remove $ from "No further undo information".
6540 Move Ediff's messages to ediff.el.
6541
6542 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6543
6544 * cus-edit.el (custom-display): Add `min-colors'.
6545
6546 * custom.el (defface): Add `supports' to docstring.
6547
6548 * help-fns.el (help-argument-name): Add :group 'help.
6549
6550 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * find-dired.el (find-ls-subdir-switches): New user option.
6553 (find-dired): No longer call `abbreviate-file-name' on DIR.
6554 Set `dired-subdir-switches' buffer-locally.
6555
6556 * locate.el: Merge the two `Commentary' sections.
6557 (locate-ls-subdir-switches): New user option.
6558 (locate): Update for other changes.
6559 (locate-mode-map): Restore Dired binding for mouse-2.
6560 Bind `locate-mouse-view-file' to M-mouse-2.
6561 Bind `l' to `locate-do-redisplay'.
6562 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6563 (locate-mouse-view-file, locate-tags, locate-find-directory):
6564 Print message if used outside main listing.
6565 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6566 Various changes to support inserted subdirectories.
6567 (locate-insert-header): Change header of *Locate* buffer.
6568
6569 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6570 Change interactive default switches.
6571 (dired-rename-subdir-2): Update `dired-switches-alist'.
6572 (dired-insert-subdir, dired-kill-subdir):
6573 Handle `dired-switches-alist'. Do not mark buffer modified.
6574 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6575 (dired-insert-subdir-doinsert): Omit messages.
6576 Handle `dired-subdir-switches'.
6577 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6578
6579 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6580 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6581 subdirs if -R switch is used for a subdir.
6582 (dired-mode): Set `dired-switches-alist'.
6583 (dired-build-subdir-alist): Only print number of directories in
6584 echo area when invoked interactively.
6585
6586 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6587
6588 * dired-x.el (dired-omit-mode): Rename from
6589 dired-omit-files-p. Use define-minor-mode to define it.
6590 (dired-omit-files-p): Add as alias for dired-omit-mode.
6591 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6592 dired-mark-omitted.
6593 (dired-mark-omitted): Add. Bind to M-O.
6594
6595 2004-06-05 Kenichi Handa <handa@m17n.org>
6596
6597 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6598
6599 2004-06-05 Juanma Barranquero <lektu@terra.es>
6600
6601 * help-fns.el (help-argument-name): Reintroduce face.
6602 (help-default-arg-highlight): Use it, now that
6603 `face-differs-from-default-p' can be trusted.
6604
6605 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6606
6607 * textmodes/table.el: Sentence commands added to Point Motion
6608 group; kill and backward-kill commands added to Extraction group.
6609
6610 2004-06-04 Mario Lang <mlang@delysid.org>
6611
6612 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6613 systems appear to use mW, make the code handle this. Fix a
6614 division-by-zero bug while at it, and handle kernels with
6615 a slightly different layout in /proc/acpi.
6616
6617 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6618
6619 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6620 because the latter is a CL-ism. This fixes the bug reported by
6621 Shawn Boyette <mdxi@collapsar.net> in
6622 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6623
6624 2004-06-04 Miles Bader <miles@gnu.org>
6625
6626 * faces.el (display-supports-face-attributes-p): Function moved to
6627 C code. Previously only the tty-related portion of this function
6628 was done in C; however the previous attempt to do a halfway-proper
6629 job for non-tty displays in lisp didn't work properly because of
6630 funny conditions during Emacs startup.
6631 (face-differs-from-default-p): Simplify, now that
6632 display-supports-face-attributes-p works properly on all display
6633 types. Remove :stipple from comparison; it doesn't really work
6634 in emacs anyway.
6635
6636 2004-06-04 Miles Bader <miles@gnu.org>
6637
6638 * faces.el (face-differs-from-default-p): Use a different
6639 implementation, so we can really check whether FACE displays
6640 differently or not.
6641
6642 2004-06-04 Miles Bader <miles@gnu.org>
6643
6644 * faces.el (display-supports-face-attributes-p): Implement a
6645 `different from default' check for non-tty displays.
6646
6647 2004-06-03 David Kastrup <dak@gnu.org>
6648
6649 * woman.el (woman-mapcan): More concise code.
6650 (woman-topic-all-completions, woman-topic-all-completions-1)
6651 (woman-topic-all-completions-merge): Replace by a simpler and
6652 much faster implementation based on O(n log n) sort/merge instead
6653 of the old O(n^2) behavior.
6654
6655 2004-06-03 Miles Bader <miles@gnu.org>
6656
6657 * subr.el (read-number): Use canonical format for default in prompt.
6658
6659 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6660 Add regexp for " [...]" style defaults.
6661
6662 2004-06-02 Romain Francoise <romain@orebokech.com>
6663
6664 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6665 groups: if the user asks for a hidden buffer, open the
6666 corresponding filter group to expose it.
6667
6668 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6669 `ibuffer-jump-to-buffer'.
6670 (ibuffer-jump-offer-only-visible-buffers): New user option.
6671
6672 2004-06-02 Juanma Barranquero <lektu@terra.es>
6673
6674 * faces.el (frame-update-faces): Add empty docstring so the one
6675 for `ignore' doesn't show through.
6676
6677 * subr.el (process-kill-without-query): Remove spurious "\n" on
6678 obsolescence string.
6679 (focus-frame, unfocus-frame): Add obsolescence declaration and
6680 empty docstring.
6681
6682 * international/mule.el (register-char-codings): Make alias for
6683 `ignore'. Move docstring to obsolescence info and remove redundancy.
6684
6685 2004-06-02 Kim F. Storm <storm@cua.dk>
6686
6687 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6688 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6689
6690 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * comint.el (comint-replace-by-expanded-history-before-point):
6693 Obey `start' as the docstring says.
6694 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6695 (comint-update-fence): Prevent font-lock from running unnecessarily.
6696 (comint-dynamic-list-completions): Use with-current-buffer.
6697
6698 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6699
6700 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6701 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6702 (bibtex-entry-update): Handle alternatives and optional fields.
6703 (bibtex-parse-entry): Bugfix, handle empty key.
6704
6705 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6708
6709 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6710
6711 * desktop.el (desktop-save): Don't save minor modes without a
6712 known mode initialization function.
6713
6714 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6717
6718 * autorevert.el: Update `Commentary' section.
6719
6720 2004-05-30 Juanma Barranquero <lektu@terra.es>
6721
6722 * dos-fns.el (convert-standard-filename):
6723 * files.el (convert-standard-filename):
6724 * w32-fns.el (convert-standard-filename):
6725 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6726
6727 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6728
6729 Sync with Tramp.
6730
6731 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6732 (tramp-let-maybe): Move to an earlier spot in the file.
6733 Patch by Andreas Schwab.
6734
6735 2004-05-30 Andreas Schwab <schwab@suse.de>
6736
6737 * dired.el (dired-get-filename): Don't use dired-re-dot.
6738
6739 2004-05-30 Richard M. Stallman <rms@gnu.org>
6740
6741 * files.el (find-file): Doc fix.
6742
6743 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6744
6745 2004-05-30 Nick Roberts <nickrob@gnu.org>
6746
6747 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6748 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6749 modeline of the locals buffer.
6750 (gdb-goto-breakpoint): Handle gdbmi.
6751 (gdb-get-frame-number): Change for gdbmi.
6752
6753 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6754
6755 * files.el (file-remote-p): Apply file name handler for operation
6756 `file-remote-p'. It isn' a property any longer.
6757 (file-relative-name): `fh' and `fd' get the required value via
6758 `find-file-name-handler' already.
6759
6760 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6761 (top): Remove setting of `file-remote-p' property for
6762 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6763
6764 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6765
6766 Version 2.0.41 of Tramp released.
6767
6768 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6769 Throw away if process has died.
6770 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6771 (tramp-out-of-band-prompt-regexp): Rename to
6772 `tramp-process-alive-regexp', because its usage is widen.
6773 (tramp-actions-copy-out-of-band): Apply it.
6774 (tramp-actions-before-shell, tramp-multi-actions):
6775 Add `tramp-action-process-alive' action.
6776 (tramp-action-process-alive): New defun.
6777 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6778 Add entry for `file-remote-p'.
6779 (tramp-handle-file-remote-p): New defun.
6780 (top): Remove setting of `file-remote-p'. Don't set
6781 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6782
6783 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6784 `file-remote-p'.
6785
6786 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6787 counted for (last) line. [They should or they shouldn't? --Stef]
6788 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6789
6790 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6791
6792 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6793 not really necessary but seems to keep the shell history smaller
6794 in some cases. It is no substitute for setting HISTFILE and
6795 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6796 though. Suggested by Luc Teirlinck.
6797 (tramp-open-connection-setup-interactive-shell): Export variables
6798 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6799 (tramp-set-process-query-on-exit-flag): New compat function.
6800 (tramp-open-connection-multi, tramp-open-connection-su)
6801 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6802 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6803 (tramp-let-maybe): New macro, let-binds a variable only if it
6804 isn't obsolete.
6805 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6806 (tramp-handle-file-truename): Use it.
6807 (tramp-completion-file-name-regexp-unified): Avoid matching
6808 filenames starting with "/:" -- those are reserved for
6809 file-name-non-special.
6810
6811 * tramp-smb.el (tramp-smb-open-connection):
6812 Use tramp-set-process-query-on-exit-flag compat function.
6813
6814 2004-05-29 Richard M. Stallman <rms@gnu.org>
6815
6816 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6817
6818 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6819 (eval-last-sexp-print-value): Print char equivalent regardless
6820 of standard-output value.
6821
6822 * thumbs.el (thumbs-subst-char-in-string): Delete.
6823 (thumbs-thumbname): Use subst-char-in-string.
6824 (thumbs-resize-image): Use condition-case, not ignore-errors.
6825 (thumbs-kill-buffer): Likewise.
6826
6827 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6828 (thumbs-mode): Make buffer read-only.
6829 (thumbs-make-thumb): Unconditionally accept an existing file.
6830 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6831 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6832 (thumbs-show-thumbs-list): Error if images not supported.
6833 (thumbs-save-current-image): Improve prompt string.
6834 (thumbs-mode-map): Define u, R, x.
6835 (thumbs-unmark): New command.
6836 (thumbs-emboss-image): Minor cleanup.
6837 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6838 (thumbs-rename-images): New command.
6839 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6840
6841 * thumbs.el (thumbs-current-image): New function.
6842 (thumbs-file-list, thumbs-file-alist): New functions.
6843 (thumbs-find-image): Delete arg L.
6844 Don't set up thumbs-fileL as buffer-local global var.
6845 (thumbs-find-image-at-point): Use thumbs-current-image.
6846 (thumbs-set-image-at-point-to-root-window): Likewise.
6847 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6848 Record and warn about errors. Update thumbs-markedL for deletions.
6849 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6850 (thumbs-redraw-buffer): Use thumbs-file-list.
6851 (thumbs-mark): Use thumbs-current-image.
6852 (thumbs-show-name): Use thumbs-current-image.
6853
6854 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6855 and imenu--last-menubar-index-alist.
6856
6857 * subr.el (with-selected-window): Undo previous change.
6858
6859 2004-05-29 John Paul Wallington <jpw@gnu.org>
6860
6861 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6862 (thumbs-mouse-find-image): New command.
6863 (thumbs-mode-map): Bind it to mouse-2.
6864 (thumbs-mode): Make mode-class special.
6865 (thumbs-view-image-mode): Likewise.
6866
6867 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6868
6869 * flymake.el: New file.
6870
6871 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * files.el (find-file-noselect-1): Do not bind
6874 `inhibit-read-only' to t during execution of
6875 `find-file-not-found-functions'.
6876
6877 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6880 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6881
6882 2004-05-28 Juri Linkov <juri@jurta.org>
6883
6884 * simple.el (eval-expression-print-format): New fun.
6885
6886 * simple.el (eval-expression):
6887 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6888 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6889 (edebug-eval-expression): Print additionally the value returned by
6890 `eval-expression-print-format'.
6891
6892 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6893 (insert-pair): Make arguments optional. Find character pair
6894 from `insert-pair-alist' according to the last input event.
6895 (insert-parentheses): Make arguments optional.
6896 (raise-sexp, delete-pair): New funs.
6897
6898 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6899 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6900 Bind C-M-q to `indent-pp-sexp'.
6901
6902 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6903 `pp-to-string' modified to be able to format text with newlines.
6904 (pp-to-string): Move the buffer-formatting part of the code to
6905 `pp-buffer'. Call `pp-buffer'.
6906
6907 * info.el (Info-desktop-buffer-misc-data): Don't save information
6908 about virtual files.
6909 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6910 buffers with names obtained from the desktop file instead of the
6911 default *info* buffer.
6912
6913 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * subr.el (with-selected-window): Only save/restore the selected window.
6916
6917 * progmodes/compile.el (compilation-error-regexp-alist):
6918 Use expand-file-name and data-directory.
6919
6920 * progmodes/grep.el (grep-tree): Rework previous fix.
6921
6922 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6923 after the user marked text with the mouse.
6924
6925 * startup.el (command-line): Keep the first regexp of
6926 auto-save-file-name-transforms intact.
6927
6928 2004-05-28 Juanma Barranquero <lektu@terra.es>
6929
6930 * cus-edit.el (customize-face, customize-face-other-window)
6931 (custom-face-edit-delete): Make arguments match their use in
6932 docstring.
6933 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6934 docstring.
6935
6936 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6937 not `cvs-butlast'.
6938
6939 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6940 `nbutlast' are in subr.el).
6941
6942 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6943 (set-w32-system-coding-system): Doc fixes.
6944
6945 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6946 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6947 Make arguments match their use in docstring.
6948 (artist-draw-region-trim-line-endings)
6949 (artist-mouse-choose-operation): Fix typo in docstring.
6950 (artist-key-set-point-common): Doc fix.
6951
6952 2004-05-28 Simon Josefsson <jas@extundo.com>
6953
6954 * mail/smtpmail.el (smtpmail-open-stream):
6955 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6956
6957 2004-05-26 Simon Josefsson <jas@extundo.com>
6958
6959 * starttls.el: Merge with my GNUTLS based starttls.el.
6960 (starttls-gnutls-program, starttls-use-gnutls)
6961 (starttls-extra-arguments, starttls-process-connection-type)
6962 (starttls-connect, starttls-failure, starttls-success): New variables.
6963 (starttls-program, starttls-extra-args): Doc fix.
6964 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6965 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6966 and pass on to corresponding *-gnutls function if it is set.
6967
6968 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6971 remote files.
6972
6973 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6974
6975 * files.el (file-name-non-special): There are more operations
6976 which need handling: `find-backup-file-name',
6977 `insert-file-contents', `verify-visited-file-modtime',
6978 `write-region'. Rename t value of method to `add'. Add new
6979 methods `quote' and `unquote-then-quote' to file-arg-indices.
6980
6981 2004-05-25 Juri Linkov <juri@jurta.org>
6982
6983 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6984 (Info-index-nodes): Enclose code in condition-case to catch errors.
6985 (Info-index-node): Don't search all index nodes if request is only
6986 for the current node and file is not in the cache of index nodes.
6987 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6988 for consistency with dired-copy-filename-as-kill.
6989 Bind `S' to Info-search-case-sensitively.
6990 (Info-copy-current-node-name): New arg. With zero prefix arg put
6991 the name inside a function call to `info'. Display copied text in
6992 the echo area.
6993
6994 2004-05-25 Sam Steingold <sds@gnu.org>
6995
6996 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6997 strip the package prefix from the symbol name, if any.
6998 Make it the `find-tag-default-function' for `lisp-mode'.
6999
7000 2004-05-25 John Paul Wallington <jpw@gnu.org>
7001
7002 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7003 instead of obsolete `process-kill-without-query'.
7004
7005 * textmodes/texinfmt.el (texinfo-indexvar-alist):
7006 Declare as variable, not constant.
7007
7008 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
7009
7010 * files.el (find-file-noselect-1): Fix bug introduced by
7011 Revision 1.694. As a side effect, `inhibit-read-only'
7012 is again, by default, t during execution of
7013 `find-file-not-found-functions'.
7014 (insert-directory): Check that lines were really inserted by
7015 the --dired switch, before erasing them.
7016
7017 2004-05-24 Nick Roberts <nickrob@gnu.org>
7018
7019 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7020 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7021 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7022 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7023 gud-minor-mode (gdbmi).
7024
7025 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7026
7027 * net/browse-url.el (browse-url-interactive-arg): Enable user to
7028 explicitly select the text to be taken as URL.
7029
7030 2004-05-23 Juri Linkov <juri@jurta.org>
7031
7032 * info.el (Info-index-nodes): New var and fun.
7033 (Info-goto-index, Info-index, info-apropos)
7034 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7035 (Info-index): Fix docstring. Store and restore Info-history-list.
7036 (Info-complete-nodes): New var.
7037 (Info-complete-menu-item): Use it.
7038 (Info-index-node): New fun.
7039 (Info-final-node, Info-forward-node, Info-backward-node)
7040 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7041 Use Info-index-node.
7042 (Info-extract-menu-item, Info-extract-menu-counting): Set second
7043 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7044 (Info-find-node-2): If a node with period in its name not found,
7045 try to find a node without the name part after period.
7046 (Info-select-node): Call Info-fontify-node only if
7047 Info-fontify-maximum-menu-size is not nil.
7048 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7049 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7050 Preserve Info-history-list.
7051 (Info-toc): Set Info-current-file.
7052 (Info-build-toc): Move point to the beginning of the buffer.
7053 Add main-file variable.
7054 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7055 Use backslashed representation of the control character ^_.
7056
7057 * textmodes/texinfmt.el (texinfo-print-index): Print index line
7058 numbers in the new Texinfo 4.7 format.
7059
7060 * add-log.el (change-log-font-lock-keywords): Remove `:' from
7061 regexps for function and variable names.
7062
7063 * descr-text.el (describe-property-list): Add [show] button for
7064 `syntax-table' property with action to pp to a separate buffer.
7065 (describe-char): Replace search-forward by re-search-forward with
7066 whitespace regexp after "character:" to not fail in too narrow windows.
7067
7068 * simple.el (next-error-find-buffer): Add a rule to return
7069 next-error capable buffer if one window on the selected frame
7070 displays such buffer.
7071
7072 2004-05-23 Nick Roberts <nickrob@gnu.org>
7073
7074 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7075 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7076 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7077 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7078 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7079 Handle new value for gud-minor-mode (gdbmi).
7080 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7081 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7082 Change from local to global gdb variable set.
7083 (gdb-ann3): Initialise above gdb variable set.
7084 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7085 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7086 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7087 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7088 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7089 (gdb-info-locals-handler, gdb-invalidate-assembler)
7090 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7091 set as global variables.
7092 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7093 Handle gdbmi.
7094 (gdb-info-breakpoints-custom): Fix regexp.
7095 (def-gdb-var): Delete.
7096
7097 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7098 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7099 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7100 a new mode. The file (gdb-mi.el) for this mode will be included
7101 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7102 primary interface.
7103
7104 2004-05-23 Jesper Harder <harder@ifa.au.dk>
7105
7106 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7107 interpreted as a directory.
7108
7109 2004-05-22 Richard M. Stallman <rms@gnu.org>
7110
7111 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7112 as a close quote.
7113
7114 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7115
7116 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7117 Use assoc-string, not assoc-ignore-case.
7118
7119 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7120
7121 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7122 If moving back then fwd gets a defun that ends before point,
7123 try again moving fwd then back.
7124
7125 * files.el (file-name-non-special): Allow t in file-arg-indices
7126 to mean requote the return value. Use `identity' as an element
7127 rather than as the whole value.
7128
7129 * gs.el (gs-options): Add -dSAFER. Mark it risky.
7130
7131 2004-05-22 Juanma Barranquero <lektu@terra.es>
7132
7133 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7134 `help-make-usage'.
7135 (help-highlight-arguments): Skip function name before searching
7136 for arguments.
7137
7138 2004-05-21 Juanma Barranquero <lektu@terra.es>
7139
7140 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7141 Don't mention in the docstring these arguments meant for
7142 internal (recursive) use only.
7143 (allout-char-spec): Comment out (it's not implemented).
7144 (allout-old-expose-topic, allout-exposure): Fix docstring and add
7145 obsolescence declaration.
7146 (allout-flatten-exposed-to-buffer)
7147 (allout-indented-exposed-to-buffer): Fix typos in docstring.
7148 (my-mark-marker): Doc fix.
7149 (produce-allout-mode-map, allout-sibling-index)
7150 (allout-isearch-expose, allout-distinctive-bullet)
7151 (allout-open-topic, allout-reindent-body)
7152 (allout-rebullet-heading, allout-process-exposed)
7153 (allout-insert-listified, allout-latex-verb-quote)
7154 (allout-insert-latex-header, allout-insert-latex-trailer):
7155 Make arguments match their use in docstring.
7156 (allout-primary-bullet, allout-old-style-prefixes)
7157 (allout-inhibit-protection, allout-init, allout-mode)
7158 (allout-before-change-protect, allout-flag-region):
7159 Use "Emacs" instead of "emacs" in docstrings.
7160
7161 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7162
7163 * international/characters.el: Modify syntax of more characters.
7164
7165 2004-05-21 Masatake YAMATO <jet@gyve.org>
7166
7167 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7168 (etags-tags-completion-table): Show parsing progress.
7169
7170 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * locate.el (locate-prompt-for-command): Shorten first line of
7173 docstring.
7174 (locate-mode): Expand docstring and include keymap summary.
7175
7176 * files.el (find-file-noselect-1): Limit the scope of the
7177 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
7178 is, by default, nil during the execution of
7179 `find-file-not-found-functions' and `find-file-hook'.
7180
7181 2004-05-20 Michael Mauger <mmaug@yahoo.com>
7182
7183 * facemenu.el (facemenu-color-name-equal): New function.
7184 (list-colors-display): Use it to compare colors instead of
7185 facemenu-color-equal.
7186
7187 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
7188
7189 * compare-w.el (compare-windows-face): Use min-colors instead of
7190 checking for tty or pc types.
7191
7192 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7195 (completion-setup-function): Use with-current-buffer.
7196 Properly save excursion. Simplify.
7197 Don't assume there is necessarily a `mouse-face' property somewhere.
7198
7199 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7200
7201 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
7202
7203 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7204 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7205 Use with-current-buffer.
7206 (byte-goto-log-buffer): Delete.
7207 (byte-compile-log-file): Call compilation-forget-errors.
7208
7209 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7210
7211 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7212 output messages into the search result.
7213
7214 2004-05-19 Masatake YAMATO <jet@gyve.org>
7215
7216 * wid-edit.el (widget-radio-button-notify): Revert my last
7217 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7218
7219 2004-05-19 Kenichi Handa <handa@m17n.org>
7220
7221 * international/characters.el: Fix syntax (open/close) of CJK chars.
7222
7223 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7224
7225 * help-mode.el (help-go-back): Don't depend on position of back button.
7226
7227 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7230 files files don't contain an accidental additional /.
7231
7232 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7233 in source buffer.
7234
7235 2004-05-18 Masatake YAMATO <jet@gyve.org>
7236
7237 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7238 to widget-apply. :action method assumes 2 arguments, not 3.
7239
7240 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7241
7242 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7243 New constants.
7244 (hs-special-modes-alist): Add an f90-mode entry.
7245
7246 2004-05-17 Sam Steingold <sds@gnu.org>
7247
7248 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7249 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7250
7251 2004-05-16 Kim F. Storm <storm@cua.dk>
7252
7253 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7254
7255 2004-05-15 John Wiegley <johnw@newartisans.com>
7256
7257 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7258 (eshell-output-object-to-target): Improve output speed 20% by not
7259 calling `eshell-stringify' if something is already known to be a string.
7260
7261 2004-05-15 Alex Ott <ott@jet.msk.su>
7262
7263 * textmodes/ispell.el (ispell-local-dictionary-alist):
7264 Add windows-1251 to the choice of coding systems.
7265 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7266 encoded in cp1251.
7267
7268 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7269
7270 * progmodes/compile.el (compilation-warning-face)
7271 (compilation-info-face): Use min-colors.
7272
7273 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7274
7275 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7276 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7277 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7278 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7279 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7280 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7281 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7282 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7283 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7284 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7285 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7286 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7287 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7288 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7289
7290 2004-05-15 Kim F. Storm <storm@cua.dk>
7291
7292 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7293 Use it to set triggered-p element of timer.
7294 (timer-event-handler): Set triggered-p element non-nil while running
7295 the timer function.
7296
7297 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * descr-text.el (describe-char-unicode-data)
7300 (describe-char-unicodedata-file): Re-enable the unicode code now that
7301 the licensing issues have been cleared in the unicode-4 license.
7302 (describe-text-properties-1): Remove unused `overlay' var.
7303 (describe-char): Remove unused var `buffer'.
7304
7305 2004-05-14 David Ponce <david@dponce.com>
7306
7307 * tree-widget.el: New file.
7308
7309 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
7310
7311 * language/european.el ("Brazilian Portuguese"): Add support for
7312 Brazilian Portuguese.
7313
7314 2004-05-13 John Wiegley <johnw@newartisans.com>
7315
7316 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7317 `recentf-mode' if this variable has been customized to t.
7318
7319 * eshell/esh-test.el (eshell-test): Call the function
7320 `emacs-version' rather than trying to build a custom version string.
7321
7322 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * net/telnet.el (telnet-mode): Use define-derived-mode.
7325 Don't modify the global value of comint-prompt-regexp.
7326
7327 2004-05-13 John Paul Wallington <jpw@gnu.org>
7328
7329 * version.el (emacs-version): Check for `gtk' feature before
7330 `x-toolkit' feature.
7331
7332 2004-05-13 Juanma Barranquero <lektu@terra.es>
7333
7334 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7335 arguments in the docstring, they're used only in recursive calls.
7336
7337 * help-fns.el (help-arg-highlighting-function)
7338 (help-argument-name): Delete.
7339 (help-default-arg-highlight): New function.
7340 (help-do-arg-highlighting): Use it.
7341
7342 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7343
7344 * calendar/appt.el (appt-disp-window):
7345 Use `calendar-set-mode-line' for a centered mode-line.
7346
7347 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7348
7349 * calendar/appt.el (appt-disp-window): Do not split window
7350 excessively when `split-height-threshold' is low.
7351
7352 2004-05-12 Nick Roberts <nickrob@gnu.org>
7353
7354 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7355 kill-buffer-hook here and make it local.
7356 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7357
7358 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7359
7360 * progmodes/compile.el (compilation-set-window-height):
7361 Use save-excursion to protect against misplaced marker.
7362
7363 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7364
7365 * custom.el (defface): Document that type can have value gtk.
7366
7367 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7368
7369 2004-05-12 Kenichi Handa <handa@m17n.org>
7370
7371 * descr-text.el: Require quail at comile time.
7372 (describe-char): If an input method is on and it supports the
7373 character, show how to input it.
7374
7375 * international/quail.el (quail-install-decode-map): Accept a
7376 char-table whose subtype is `quail-decode-map'.
7377 (quail-store-decode-map-key, quail-gen-decode-map1)
7378 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7379 (quail-show-key): New functions.
7380
7381 2004-05-12 Juanma Barranquero <lektu@terra.es>
7382
7383 * generic.el (define-generic-mode): Remove redundant arglist info.
7384
7385 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7386 Make arguments match their use in docstring.
7387 (help-arg-highlighting-function): New variable.
7388 (help-argument-name): Mention it in the docstring.
7389 (help-do-arg-highlight): Use it. Expand regexp to accept also
7390 ARG-xxx and xxx-ARG references.
7391
7392 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7393
7394 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7395 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7396 and "mailto:addr1?to=addr2" equal.
7397
7398 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7399
7400 * man.el (Man-getpage-in-background): Use shell-file-name
7401 and shell-command-switch variables instead of hard-coded values.
7402
7403 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7404
7405 * iimage.el: New file.
7406
7407 2004-05-11 Juanma Barranquero <lektu@terra.es>
7408
7409 * custom.el (custom-initialize-default, defcustom):
7410 Fix typo in docstring.
7411
7412 * files.el (set-visited-file-name, file-expand-wildcards):
7413 Fix docstring.
7414
7415 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7418
7419 * subr.el (eventp): Be more discriminating with integers.
7420
7421 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7422
7423 * progmodes/compile.el (compile): Add universal prefix arg.
7424 (compilation-error-regexp-alist-alist): Add edg patterns.
7425
7426 2004-05-10 Sam Steingold <sds@gnu.org>
7427
7428 * textmodes/ispell.el (ispell-message):
7429 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7430
7431 2004-05-10 Dave Love <fx@gnu.org>
7432
7433 * progmodes/python.el (help-buffer): Autoload when compiling.
7434 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7435 (run-python): Prepend to any existing PYTHONPATH.
7436
7437 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7438
7439 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7440 for pending breakpoints.
7441
7442 2004-05-10 Richard M. Stallman <rms@gnu.org>
7443
7444 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7445 directly without calling any functions in Rmail.
7446 (unrmail-unprune): Function deleted.
7447
7448 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7451 C-c C-z binding.
7452
7453 2004-05-10 Kenichi Handa <handa@m17n.org>
7454
7455 * descr-text.el (describe-char): Fix previous change. Don't make
7456 a unibyte character to multibyte in the *Help* buffer.
7457
7458 2004-05-10 Miles Bader <miles@gnu.org>
7459
7460 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7461 buffer an error if the debugger process is actually running.
7462
7463 2004-05-10 Juanma Barranquero <lektu@terra.es>
7464
7465 * help-fns.el (help-argument-name): Default to italic.
7466 (help-highlight-arguments): Return always (usage . doc), even when
7467 usage is nil.
7468
7469 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7470 (define-ibuffer-filter): Add usage info.
7471 (define-ibuffer-op): Add usage info (but CL-style defaults for
7472 keyword args are not shown).
7473
7474 * subr.el (remove-overlays, read-passwd): Fix docstring.
7475 (start-process-shell-command): Fix docstring. Put usage info in a
7476 format usable by `describe-function'.
7477 (open-network-stream, open-network-stream-nowait)
7478 (open-network-stream-server): Fix docstring.
7479
7480 2004-05-09 Jason Rumney <jasonr@gnu.org>
7481
7482 * international/code-pages (cp932, cp936, cp949, c950): Remove.
7483 Only define cp125* if windows-125* is already defined.
7484
7485 * language/korean.el (cp949): Add alias.
7486
7487 * language/chinese.el (cp936, cp950): Add aliases.
7488
7489 * language/japanese.el (cp932): Add alias.
7490
7491 * term/w32-win.el: Require code-pages.
7492
7493 * international/mule-cmds.el (set-locale-environment):
7494 On MS-Windows use ansi code-page for default coding-systems.
7495 Set up paper sizes for Windows 3 letter languages.
7496
7497 * international/code-pages.el (cp932, cp936, cp949, cp950):
7498 Add aliases. Also add cp125* if not already defined.
7499
7500 2004-05-09 Juanma Barranquero <lektu@terra.es>
7501
7502 * help-fns.el (help-highlight-arguments): Don't try to highlight
7503 missing or autoloaded arglists. Accept structured arguments, like
7504 the first ones of `do' and `flet'.
7505
7506 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7507 (cvs-get-marked): Remove redundant arglist info.
7508
7509 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7510 Don't use CL-style default args.
7511
7512 2004-05-08 Andreas Schwab <schwab@suse.de>
7513
7514 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7515
7516 * international/subst-ksc.el: Fix references to utf-translate-cjk
7517 into utf-translate-cjk-mode.
7518 * international/subst-big5.el: Likewise.
7519 * international/subst-gb2312.el: Likewise.
7520 * international/subst-jis.el: Likewise.
7521 * international/utf-16.el: Likewise.
7522 * international/utf-8.el: Likewise.
7523
7524 2004-05-08 John Wiegley <johnw@newartisans.com>
7525
7526 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7527 "virtual buffers" (off by default), which makes it possible to
7528 switch to the "virtual" buffers of recently visited files. When a
7529 buffer name search fails, and this option is on, iswitchb will
7530 look at the list of recently visited files, and permit matching
7531 against those names. When the user hits RET on a match, it will
7532 revisit that file.
7533 (iswitchb-read-buffer): Add two optional arguments, which makes
7534 isearchb.el possible.
7535 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7536 (iswitchb-next-match): Add support for virtual buffers.
7537
7538 * isearchb.el: This module extends iswitchb to provide "as you
7539 type" buffer selection.
7540
7541 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7542 Ignore the read-only property when flyspell highlighting is on.
7543 Not ignoring it leads to a series of confusing errors.
7544 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7545 but also make sure to call flyspell-incorrect-hook.
7546 (flyspell-maybe-correct-transposition): Perform transposition test
7547 by bit twiddling a string, rather than using a temp buffer.
7548 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7549 buffer. This is also the original version of the code, which
7550 could not be checked in before due to a previous lack of
7551 assignment papers. This version has seen heavy usage on my system
7552 for several years now.
7553
7554 * calendar/cal-bahai.el: New file, which adds support for the
7555 Baha'i calendar to Emacs. This calendar is based on a solar year
7556 of 19 months of 19 days, with 4 intercalary days. Each year
7557 begins on March 21, with the calendar starting in 1844.
7558
7559 * calendar/cal-menu.el, calendar/calendar.el,
7560 calendar/diary-lib.el, calendar/holidays.el: Added support for
7561 using cal-bahai.el.
7562
7563 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7564 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7565 function can be used outside of eshell buffers.
7566 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7567
7568 2004-05-08 Juanma Barranquero <lektu@terra.es>
7569
7570 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7571 word constituent so FOO-ARG is not recognized as an arg.
7572 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7573
7574 * simple.el (next-error): Fix typo in docstring.
7575 (open-line): Make argument names match their use in docstring.
7576 (split-line): Fix docstring.
7577
7578 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7579 usable by `describe-function'.
7580 (gensym, gentemp, typep, ignore-errors): Make argument names match
7581 their use in docstring.
7582
7583 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7584 argument to `help-setup-xref'.
7585
7586 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7587
7588 Version 2.0.40 of Tramp released.
7589
7590 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7591 Use symbol-function to invoke functions only known on some Emacs
7592 flavors. This avoids byte-compiler warnings. Reported by Kevin
7593 Scaldeferri <kevin@scaldeferri.com>.
7594 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7595 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7596 consistent with the other tramp-do-* functions.
7597 (tramp-do-copy-or-rename-file): Calls adjusted.
7598 (tramp-process-initial-commands): Avoid liveness check on shell --
7599 we know that it must be alive since we're opening a connection at
7600 this moment.
7601 (tramp-last-cmd): New internal variable.
7602 (tramp-process-echoes): New tunable.
7603 (tramp-send-command): Set tramp-last-cmd.
7604 (tramp-wait-for-output): Delete echo, if applicable.
7605 (tramp-read-passwd): Construct the key for the password cache in a
7606 way that works for multi methods, too.
7607 (tramp-bug): Add backup-directory-alist and
7608 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7609
7610 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7611
7612 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7613
7614 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7615 (tramp-actions-copy-out-of-band): New defcustoms.
7616 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7617 used instead of a synchronous one. Allows password entering.
7618 (tramp-action-out-of-band): New defun.
7619 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7620 Remove restriction with password from doc string.
7621 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7622 `tramp-out-of-band-prompt-regexp',
7623 `tramp-actions-copy-out-of-band', `password-cache' and
7624 `password-cache-expiry'.
7625 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7626 password caching.
7627 (tramp-touch): FILE can be a local file, too.
7628 (TODO): Remove items done.
7629 (tramp-handle-insert-directory): Properly quote file name also if
7630 not full-directory-p. Handle wildcard case. Reported by Andreas
7631 Schwab <schwab@suse.de>.
7632 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7633 new file.
7634 (tramp-handle-file-local-copy, tramp-handle-write-region):
7635 The permissions of the temporary file are set if filename exists.
7636 Reported by Ted Stern <stern@cray.com>.
7637 (tramp-backup-directory-alist)
7638 (tramp-bkup-backup-directory-info): New defcustoms.
7639 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7640 (tramp-handle-find-backup-file-name): New function.
7641 Implements Tramp's find-backup-file-name.
7642
7643 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7644 for `find-backup-file-name'.
7645
7646 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7647 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
7648
7649 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7650
7651 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7652
7653 2004-05-07 Juanma Barranquero <lektu@terra.es>
7654
7655 * subr.el (lambda): Add arglist description to docstring.
7656 (declare): Fix typo in docstring.
7657 (open-network-stream): Fix docstring.
7658 (process-kill-without-query): Fix docstring and add obsolescence info.
7659 (last, butlast, nbutlast): Make arguments match their use in docstring.
7660 (insert-buffer-substring-no-properties): Likewise.
7661 (insert-buffer-substring-as-yank): Likewise.
7662 (split-string): Fix docstring.
7663
7664 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7665 Make argument names match their use in docstring.
7666
7667 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7668
7669 2004-05-06 Nick Roberts <nickrob@gnu.org>
7670
7671 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7672 Fit first sentence on one line for apropos-command.
7673
7674 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 Changes largely merged in from Dave Love's code.
7677 * progmodes/python.el: Doc fixes.
7678 (python-mode-map): Add python-complete-symbol.
7679 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7680 (python-comment-indent, python-complete-symbol)
7681 (python-symbol-completions, python-partial-symbol)
7682 (python-try-complete): New.
7683 (python-indent-line): Remove optional arg. Use python-block-end-p.
7684 (python-check): Bind compilation-error-regexp-alist.
7685 (inferior-python-mode): Use rx. Move keybindings to top level.
7686 Set comint-input-filter.
7687 (python-preoutput-filter): Use rx.
7688 (python-input-filter): Re-introduce.
7689 (python-proc): Start new process if necessary.
7690 Check python-buffer non-nil.
7691 (view-return-to-alist): Defvar.
7692 (python-send-receive): New.
7693 (python-eldoc-function): Use it.
7694 (python-mode-running): Don't defvar.
7695 (python-mode): Set comment-indent-function.
7696 Maybe update hippie-expand-try-functions-list.
7697 (python-indentation-levels): Initialize differently.
7698 (python-block-end-p): New.
7699 (python-indent-line): Use it.
7700 (python-compilation-regexp-alist): Augment.
7701 (run-python): Import `emacs' module to Python rather than loading
7702 code directly. Set python-buffer differently.
7703 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7704 Use python-proc.
7705 (python-send-command): Go to end of comint buffer.
7706 (python-load-file): Use python-proc, emacs.eimport.
7707 (python-describe-symbol): Simplify interactive form.
7708 Use emacs.help. Do use temp-buffer-show-hook.
7709 Call print-help-return-message.
7710 (hippie-exp): Require when compiling.
7711 (python-preoutput-continuation): Use rx.
7712
7713 * diff-mode.el (diff-make-unified): Fix regexp.
7714
7715 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7716
7717 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7718 filter groups from the buffer when rebuilding the Ibuffer buffer
7719 and `ibuffer-show-empty-filter-groups' is nil.
7720
7721 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7722
7723 * ps-print.el (ps-print-quote): Call ps-value-string.
7724 (ps-setup): Call ps-comment-string.
7725 (ps-value-string, ps-comment-string): New funs.
7726
7727 2004-05-06 Juanma Barranquero <lektu@terra.es>
7728
7729 * ehelp.el (electric-help-command-loop): Check whether the last
7730 character is visible, not (point-max).
7731
7732 * help-fns.el (help-argument-name): Default to bold; don't inherit
7733 from font-lock-variable-name-face.
7734 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7735
7736 2004-05-05 Kenichi Handa <handa@m17n.org>
7737
7738 * descr-text.el (describe-char): Copy the character with text
7739 properties and overlays into the first line, and call
7740 describe-text-properties on it.
7741
7742 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7743
7744 * iswitchb.el (iswitchb-global-map): Fix typo.
7745 Remove unwanted ###autoloads from source file.
7746
7747 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7748
7749 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7750 in run-hooks. Use substitute-command-keys in message.
7751 (wdired-abort-changes): Add message.
7752
7753 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7754
7755 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7756 (sql-emacs20-p): Remove.
7757 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7758 (sql-builtin-face, sql-doc-face): Remove.
7759 (sql-mode-ansi-font-lock-keywords)
7760 (sql-mode-oracle-font-lock-keywords)
7761 (sql-mode-postgres-font-lock-keywords)
7762 (sql-mode-linter-font-lock-keywords)
7763 (sql-mode-ms-font-lock-keywords)
7764 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7765 (sql-product-font-lock): Fix font-lock reset when font rules change.
7766 (sql-highlight-product): Remove incorrect font-lock reset logic.
7767
7768 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7769
7770 * ses.el (ses-set-parameter): Fix typo.
7771
7772 2004-05-04 Kim F. Storm <storm@cua.dk>
7773
7774 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7775 Must expand directory for completion to work; and don't mess with
7776 process-environment.
7777 (ido-read-file-name): If command has ido property, don't use ido
7778 if value is ignore, or read as directory if value is dir.
7779 Set ido ignore property for dired-do-rename command.
7780
7781 2004-05-04 Juanma Barranquero <lektu@terra.es>
7782
7783 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7784 (electric-help-help): Check against unmapped commands.
7785
7786 * help-fns.el (help-argument-name): New face, inheriting from
7787 font-lock-variable-name-face, to highlight function arguments in
7788 `describe-function' and `describe-key'.
7789 (help-do-arg-highlight): Auxiliary function to highlight a given
7790 list of arguments in a string.
7791 (help-highlight-arguments): Highlight the function arguments and
7792 all uses of them in the docstring.
7793 (describe-function-1): Use it. Do docstring output via `insert',
7794 not 'princ', so text attributes are preserved.
7795
7796 * winner.el (winner-mode-map): Move `winner-undo' and
7797 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7798 previous bindings conflict with `prev-buffer', `next-buffer').
7799
7800 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7801
7802 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7803 (bibtex-entry-update): New command bound to C-c C-u.
7804 (bibtex-text-in-string): Fix regexp.
7805 (bibtex-assoc-of-regexp): Remove.
7806 (bibtex-progress-message): Fix docstring.
7807 (bibtex-inside-field): Use if.
7808 (bibtex-assoc-regexp): New function.
7809 (bibtex-format-entry): Make code more robust so that it formats
7810 also old entries.
7811 (bibtex-autokey-demangle-title): Merge with obsolete function
7812 bibtex-assoc-of-regexp.
7813 (bibtex-field-list): New function.
7814 (bibtex-entry): Use bibtex-field-list.
7815 (bibtex-parse-entry): Fix docstring.
7816 (bibtex-print-help-message): Use bibtex-field-list.
7817 (bibtex-make-field): Use bibtex-field-list.
7818 (bibtex-entry-index): Bugfix. Return crossref key if required.
7819 (bibtex-lessp): Fix docstring.
7820
7821 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7822
7823 * select.el (xselect-convert-to-string): Move comment to intended line.
7824
7825 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7826
7827 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7828 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7829
7830 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7831
7832 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7833 x-get-selection.
7834
7835 2004-05-03 Jason Rumney <jasonr@gnu.org>
7836
7837 * makefile.nt: Remove.
7838
7839 2004-05-03 Kim F. Storm <storm@cua.dk>
7840
7841 * emulation/cua-base.el (cua--update-indications): Fix last change.
7842 (cua-mode): Deactivate mark when cua-mode is enabled.
7843
7844 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7847
7848 2004-05-03 Nick Roberts <nickrob@gnu.org>
7849
7850 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7851 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7852 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7853 window over visible frames.
7854 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7855
7856 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * progmodes/compile.el (compilation-gcpro): New var.
7859 (compilation-fake-loc): Use it.
7860 (compilation-forget-errors): Reset it.
7861
7862 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * diff-mode.el (diff-header-face, diff-file-header-face):
7865 Use min-colors.
7866
7867 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7868
7869 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7870 (bibtex-clean-entry): Disentangle code.
7871 (bibtex-realign): New function.
7872 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7873 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7874 Remove undocumented optional arg called-by-convert-alien.
7875 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7876 for sorting instead of bibtex-sort-buffer.
7877
7878 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7879
7880 * progmodes/compile.el (compilation-start): In the
7881 no-async-subprocesses branch, call sit-for to give redisplay a
7882 chance to show the updated process status in the mode line, and
7883 fontify the buffer explicitly after the process exits.
7884
7885 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * progmodes/python.el (python-compilation-line-number): Remove.
7888 (python-compilation-regexp-alist): Don't use it any more.
7889 (python-orig-start, python-input-filter): Remove.
7890 (inferior-python-mode): Don't set up comint-input-filter-functions.
7891 (python-send-region): Use compilation-fake-loc.
7892
7893 * progmodes/compile.el (compilation-messages-start): New var.
7894 (compilation-mode): Don't setup next-error-function here.
7895 (compilation-setup): Set it up here instead (for minor modes as well).
7896 Make compilation-messages-start buffer local.
7897 (compilation-next-error-function): Use it.
7898 (compilation-forget-errors): Set compilation-messages-start.
7899
7900 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7901
7902 * ielm.el (ielm-prompt-read-only): Update docstring.
7903
7904 * comint.el (comint-prompt-read-only): Update docstring.
7905 (comint-update-fence, comint-kill-whole-line)
7906 (comint-kill-region): New functions.
7907
7908 * simple.el (kill-whole-line): Use "p" instead of "P" in
7909 interactive form.
7910
7911 2004-05-01 Juanma Barranquero <lektu@terra.es>
7912
7913 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7914 format arglist so default values in CL-style argument lists are
7915 correctly shown.
7916
7917 2004-05-01 Jason Rumney <jasonr@gnu.org>
7918
7919 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7920
7921 2004-05-01 Kenichi Handa <handa@m17n.org>
7922
7923 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7924 quail file if it is up to date.
7925
7926 2004-04-30 Juri Linkov <juri@jurta.org>
7927
7928 * cus-edit.el (custom-mode-map):
7929 Add key binding `C-x C-s' to `Custom-save'.
7930
7931 * outline.el (outline-blank-line): New var.
7932 (outline-next-preface, outline-show-heading)
7933 (outline-end-of-subtree): Use it.
7934
7935 * dired-aux.el (dired-touch-initial): New fun.
7936 (dired-do-chxxx): Call it for op-symbol `touch'.
7937 (dired-diff): Use `dired-dwim-target-directory'
7938 if current dired buffer has no buffer mark.
7939
7940 * bindings.el (propertized-buffer-identification):
7941 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7942 Add C-M-arrow keys for consistency.
7943
7944 * files.el (confirm-kill-emacs):
7945 Change group from top-level `emacs' to `convenience'.
7946
7947 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7948 Push mark on the first call of successive command calls.
7949 (insert-pair): New fun created from `insert-parentheses' with
7950 `open' and `close' arguments added. Enclose active regions
7951 in paired characters. Compare adjacent characters syntax with
7952 inserted characters syntax before inserting a space.
7953 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7954
7955 * delsel.el: Don't put `delete-selection' property
7956 on `insert-parentheses' symbol to take advantage of
7957 region handling in `insert-pair' function.
7958 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7959
7960 2004-04-30 Kim F. Storm <storm@cua.dk>
7961
7962 * emulation/cua-base.el: Add support for changing cursor types;
7963 based on patch from Michael Mauger.
7964 (cua-normal-cursor-color, cua-read-only-cursor-color)
7965 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7966 Customization cursor type and/or cursor color.
7967 (cua--update-indications): Handle cursor type changes.
7968 (cua-mode): Update cursor indications if enabled.
7969
7970 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7971
7972 * mouse.el (mouse-drag-copy-region): New defcustom.
7973 (mouse-set-region, mouse-drag-region-1): Use it.
7974
7975 * simple.el (kill-ring-save): If region face background color is
7976 unspecified (if no highlighting), show extent of fully visible
7977 region even if transient-mark-mode is enabled.
7978
7979 * emulation/cua-base.el (cua--standard-movement-commands):
7980 Add cua-scroll-up and cua-scroll-down.
7981 (cua-scroll-up, cua-scroll-down): New commands.
7982 (cua--init-keymaps): Remap scroll-up and scroll-down.
7983
7984 * emulation/cua-rect.el (cua--convert-rectangle-as):
7985 New defmacro.
7986 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7987 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7988 New commands (suggested by Jordan Breeding).
7989
7990 2004-04-30 Juanma Barranquero <lektu@terra.es>
7991
7992 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7993
7994 2004-04-30 Mario Lang <mlang@delysid.org>
7995
7996 * diff.el (diff-switches): Fix typo in docstring.
7997
7998 2004-04-30 Alex Schroeder <alex@gnu.org>
7999
8000 * xml.el (xml-debug-print-internal): Don't add newline and
8001 indentation to text nodes and write empty elements as empty tags
8002 instead of opening and closing tags.
8003 (xml-debug-print): Take optional indent-string argument.
8004 (xml-print): Alias for xml-debug-print.
8005
8006 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8007
8008 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8009 than duplicate call to `line-beginning-position'.
8010
8011 * progmodes/f90.el (f90-get-present-comment-type):
8012 Return whitespace, as well as comment chars, for consistent filling
8013 of comment blocks. Use `match-string-no-properties'.
8014 (f90-break-line): Trim trailing whitespace when filling comments.
8015
8016 2004-04-30 Dave Love <fx@gnu.org>
8017
8018 * calendar/diary-lib.el (diary-outlook-formats): New variable.
8019 (diary-from-outlook-internal, diary-from-outlook)
8020 (diary-from-outlook-gnus, diary-from-outlook-rmail):
8021 New functions to import diary entries from Outlook-format
8022 appointments in mail messages.
8023
8024 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * progmodes/python.el (python-send-command): New fun.
8027 (python-send-region, python-load-file): Use it.
8028
8029 * progmodes/compile.el (compilation-last-buffer): Add var alias.
8030
8031 * help-fns.el (help-C-file-name): Use new subr-name.
8032 Prepend `src/' to the file name.
8033 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8034 (describe-function-1, describe-variable): Only find a C source file
8035 name if DOC is already loaded.
8036
8037 * help-mode.el (help-function-def, help-variable-def):
8038 Use the new find-function-search-for-symbol functionality.
8039 Allow FILE to be `C-source'.
8040
8041 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8042 (find-function-C-source): New fun.
8043 (find-function-search-for-symbol): Use it.
8044
8045 2004-03-29 Michael Mauger <mmaug@yahoo.com>
8046
8047 * progmodes/sql.el (sql-product-alist): Rename variable
8048 `sql-product-support'. Add Postgres login parameters.
8049 (sql-set-product, sql-product-feature): Update with renamed variable.
8050 (sql-connect-postgres): Add username prompt.
8051 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8052 Make patterns less product specific.
8053 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8054 (sql-mode-abbrev-table): Modify initialization.
8055 (sql-builtin-face): Add variable.
8056 (sql-keywords-re): Add macro.
8057 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8058 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8059 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8060 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8061 (sql-mode-linter-font-lock-keywords)
8062 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8063 (sql-mode-sybase-font-lock-keywords)
8064 (sql-mode-informix-font-lock-keywords)
8065 (sql-mode-interbase-font-lock-keywords)
8066 (sql-mode-ingres-font-lock-keywords)
8067 (sql-mode-solid-font-lock-keywords)
8068 (sql-mode-sqlite-font-lock-keywords)
8069 (sql-mode-db2-font-lock-keywords): Default to nil.
8070 (sql-product-font-lock): Always highlight ANSI keywords.
8071 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8072 (sql-send-string): Add function.
8073
8074 2004-04-29 Dave Love <fx@gnu.org>
8075
8076 * progmodes/cfengine.el (cfengine-beginning-of-defun)
8077 (cfengine-end-of-defun): Ensure progress through buffer.
8078
8079 * info-look.el (cfengine-mode): Accept a terminal ().
8080
8081 2004-04-29 Juri Linkov <juri@jurta.org>
8082
8083 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8084 instead of isearch-yank-word-or-char. Add new key bindings for
8085 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8086 (isearch-del-char): New fun.
8087 (isearch-forward, isearch-edit-string): Update docstring.
8088 (isearch-yank-char): Doc fix.
8089 (isearch-other-meta-char): Restore point after scrolling.
8090
8091 * progmodes/compile.el (compilation-context-lines): Add nil option
8092 to disable compilation output window scrolling.
8093 (compilation-set-window): Use it.
8094
8095 * outline.el (outline-next-preface, outline-show-heading):
8096 Don't leave unhidden blank line before heading.
8097 (outline-end-of-subtree): Include last newline into subtree.
8098 (hide-entry): Leave point at beginning of heading instead of end.
8099 (outline-up-heading): Push mark for the first call of successive
8100 command calls.
8101
8102 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
8103
8104 * comint.el (comint-prompt-read-only): New variable.
8105 (comint-output-filter): Implement it.
8106
8107 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8108 (ielm-prompt-internal): New variable.
8109 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8110 (ielm-send-input): Delete unused variable `buf'.
8111 (ielm-eval-input): Use `ielm-prompt-internal'.
8112 (inferior-emacs-lisp-mode): Use new variables
8113 `comint-prompt-read-only' and `ielm-prompt-internal'.
8114 Get rid of obsolete variable `directory-sep-char'.
8115 (ielm): Use `zerop'.
8116
8117 2004-04-29 John Paul Wallington <jpw@gnu.org>
8118
8119 * thumbs.el (toplevel): Require cl at compile time.
8120 Remove conditional definitions of `ignore-errors' and `caddar'
8121 because they occur at run time.
8122
8123 2004-04-28 Nick Roberts <nickrob@gnu.org>
8124
8125 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8126 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8127 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8128 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8129
8130 * progmodes/gud.el (gud-common-init): Throw an error if program is
8131 already running under gdb.
8132
8133 2004-04-28 John Paul Wallington <jpw@gnu.org>
8134
8135 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8136 (thumbs-show-image-num): Move assignment of
8137 `thumbs-current-image-filename' within scope of `i'.
8138 (thumbs-emboss-image): Don't use `evenp'.
8139
8140 2004-04-28 Richard M. Stallman <rms@gnu.org>
8141
8142 * progmodes/compile.el (compilation-context-lines): Default now 0.
8143
8144 2004-04-28 Juanma Barranquero <lektu@terra.es>
8145
8146 Use `time-less-p' from calendar/time-date.el instead of defining
8147 custom versions of it.
8148
8149 * pcomplete.el (pcomplete-time-less-p): Remove.
8150
8151 * thumbs.el (time-less-p): Remove.
8152
8153 * calendar/timeclock.el (timeclock-time-less-p): Remove.
8154 (timeclock-generate-report): Use `time-less-p'.
8155
8156 * emacs-lisp/autoload.el (autoload-before-p): Remove.
8157 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8158
8159 2004-04-28 Masatake YAMATO <jet@gyve.org>
8160
8161 * subr.el (remove-overlays): Make arguments optional.
8162
8163 * wid-edit.el (widget-specify-button): Put evaporate to the
8164 overlay for sample.
8165 (widget-specify-sample): Put evaporate to the overlay for sample.
8166 (widget-specify-doc): Put evaporate to the overlay for documentation.
8167
8168 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8169
8170 * info.el (info-apropos): Make it an index node. Align node names
8171 like makeinfo.
8172
8173 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8174
8175 * net/browse-url.el (browse-url-netscape-sentinel)
8176 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8177 (browse-url-epiphany-sentinel, browse-url-mosaic):
8178 Use browse-url-*-program instead of a literal program name.
8179
8180 2004-04-27 Kevin Ryde <user42@zip.com.au>
8181
8182 * eshell/em-alias.el:
8183 * eshell/em-dirs.el:
8184 * eshell/em-hist.el:
8185 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8186 features when M-x customize-group loads modules before the main
8187 eshell.el.
8188
8189 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8190
8191 * subr.el (momentary-string-display): Support EXIT-CHAR that is
8192 either a character representation of an event or an event
8193 description list.
8194
8195 * type-break.el: Capitalise Emacs and Lisp.
8196 (type-break-good-break-interval, type-break-demo-boring-stats)
8197 (type-break-terse-messages, type-break-file-name): New defcustoms.
8198 (type-break-post-command-hook)
8199 (type-break-warning-countdown-string): Quote variable names in doc.
8200 (type-break-interval-start, type-break-auto-save-file-name): New vars.
8201 (type-break-mode): Document type-break-good-break-interval and the
8202 "session" file. Schedule break according to the session file.
8203 Kill session file buffer on exit. Organise for save-some-buffers
8204 to always save the session file.
8205 (type-break-mode-line-message-mode, type-break-query-mode):
8206 Uppercase arguments.
8207 (type-break-file-time, type-break-file-keystroke-count, timep)
8208 (type-break-choose-file, type-break-get-previous-time)
8209 (type-break-get-previous-count): New defuns.
8210 (type-break): Avoid break querying after a completed break in the
8211 case where the query was initiated during user invocation of the
8212 break. Optional terse messages.
8213 Use type-break-good-break-interval if type-break-good-rest-interval is
8214 nil. File the break time.
8215 (type-break-schedule): New optional args for overriding the use of
8216 the current time.
8217 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8218 after a break.
8219 (type-break-check): File the keystroke count.
8220 (type-break-do-query): Prevent a second query when the break is
8221 interrupted. Optional terse message.
8222 (type-break-keystroke-reset): Record the start of a typing interval.
8223 (type-break-demo-boring): Optional terse messages. Display word
8224 per minute and keystroke counts according to
8225 type-break-demo-boring-stats.
8226
8227 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8228
8229 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8230 directories, make sure they exist under archive-tmpdir.
8231
8232 2004-04-27 Juri Linkov <juri@jurta.org>
8233
8234 * help.el (view-emacs-news): With argument, display info for the
8235 selected version by finding it among different NEWS files, and
8236 narrowing the buffer to the selected version.
8237
8238 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8239 same-window-buffer-names.
8240 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8241 non-numeric prefix argument, append the number to the buffer name
8242 for numeric prefix argument.
8243 (info-other-window): Bind same-window-regexps to nil.
8244 (Info-reference-name): Rename to Info-point-loc.
8245 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8246 and Info-find-index-name for stringy Info-point-loc.
8247 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8248 without middle `.', but with final `.' and optional line number
8249 for it. Set Info-point-loc for index nodes.
8250 (Info-index): Remove middle `.' from index entry regexp.
8251 Modify line number regexp.
8252 (Info-index-next): Decrement line number.
8253 (info-apropos): Remove middle `.' from index entry regexp.
8254 Add optional line number regexp at the end. Add matched value
8255 for line number to the result list and insert it to the buffer.
8256 Replace match-string by match-string-no-properties.
8257 Reorder result list.
8258 (Info-fontify-node): Hide index line numbers.
8259 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8260 empty matches.
8261 (Info-follow-reference): Use `str' instead of
8262 Info-following-node-name-re.
8263 (Info-toc): Use full file names. Set Info-current-node to "Top".
8264 (Info-fontify-node): Compare file names without directory name.
8265 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8266 Set second arg of Info-extract-menu-node-name for index nodes.
8267 (info-xref-visited): Use magenta3 instead of magenta4.
8268 (Info-mode): Add info-apropos to docstring.
8269
8270 * log-view.el (log-view-diff): Replace interactive code "r"
8271 by a list to allow to call it even if region is not active.
8272
8273 * paren.el (show-paren-highlight-openparen): New var.
8274 (show-paren-function): Turn on openparen highlighting when
8275 matching forward if show-paren-highlight-openparen is non-nil.
8276
8277 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8278 the constant value 1.
8279 (completions-common-part): Expand docstring.
8280
8281 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8282
8283 2004-04-27 Kim F. Storm <storm@cua.dk>
8284
8285 * image.el (insert-sliced-image): Use line-height instead of
8286 line-spacing property on newline.
8287
8288 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8289
8290 * desktop.el (desktop-buffer-misc-data-function): Rename to
8291 desktop-save-buffer and change docstring.
8292 (desktop-buffer-modes-to-save): Delete.
8293 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8294 desktop-buffer-modes-to-save.
8295 (desktop-save): Rename desktop-buffer-misc-data-function to
8296 desktop-save-buffer and allow non-function value.
8297 (desktop-missing-file-warning): Correct docstring.
8298
8299 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8300 to desktop-save-buffer.
8301
8302 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8303 desktop-save-buffer.
8304
8305 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8306
8307 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8308
8309 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8310
8311 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8312
8313 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8316 (ielm): Only go to the end of the buffer when starting a new process.
8317
8318 2004-04-25 Juanma Barranquero <lektu@terra.es>
8319
8320 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8321 mode line. Bind `inhibit-read-only' to t before modifying
8322 properties of text in the buffer.
8323 (ielm): Force point to the end of buffer, even when running ielm
8324 from inside itself.
8325
8326 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8327
8328 * info.el (info-apropos): Reset Info-complete-cache.
8329
8330 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8331
8332 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8333 Also recognize severe Irix et al. messages.
8334 (compilation-normalize-filename, compile-abbreviate-directory):
8335 Delete functions.
8336 (compilation-get-file-structure): New function inherits
8337 functionality of the two preceding ones.
8338 (compilation-internal-error-properties, compilation-fake-loc):
8339 Use it so that different paths to the same file share the same
8340 markers. Also optimize finding adjacent marker slightly.
8341
8342 2004-04-25 Kim F. Storm <storm@cua.dk>
8343
8344 * image.el (insert-sliced-image): Add line-spacing t property
8345 to newlines separating image lines.
8346
8347 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8348
8349 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8350
8351 * ielm.el (ielm-prompt-read-only): New user option.
8352 (ielm-prompt): Expand docstring to describe new behavior.
8353 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8354 mention it in the docstring.
8355
8356 2004-04-24 Andreas Schwab <schwab@suse.de>
8357
8358 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8359
8360 * diff.el (diff): Set default-directory in diff buffer.
8361
8362 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8363
8364 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8365 mail was being composed if the terminal cannot display more than
8366 one frame; instead, switch to previous frame.
8367
8368 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8369 (rmail-start-mail): Support rmail-mail-new-frame even on
8370 terminals that can display only one frame at a time.
8371
8372 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8375 (checkdoc-output-font-lock-keywords): Remove error regexp.
8376 (checkdoc-output-mode-map): Remove.
8377 (checkdoc-output-mode): Derive from compilation-mode.
8378 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8379
8380 * dired.el (dired-mode-map): Add a menu entry for wdired.
8381
8382 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8383 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8384
8385 * wdired.el: (wdired-mode-map): Move init into declaration.
8386 Fix `return' binding.
8387 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8388 Use force-mode-line-update.
8389 (wdired-get-filename): Use `unless'.
8390 (wdired-preprocess-files): Don't assume names have no \n and use / for
8391 dir separator.
8392 (wdired-normalize-filename): Use replace-regexp-in-string.
8393 (wdired-load-hooks): Remove.
8394 (wdired-mode-hooks): Rename to wdired-mode-hook.
8395
8396 * info-look.el: Add support for cfengine-mode.
8397 (info-lookup-setup-mode): Use dolist.
8398
8399 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
8400
8401 * wdired.el: New file.
8402
8403 2004-04-23 Juanma Barranquero <lektu@terra.es>
8404
8405 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8406
8407 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8408 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8409 (pcomplete--help, pcomplete--here): Doc fixes.
8410
8411 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8412
8413 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8414 handles wrong-number-of-arguments in backend call.
8415
8416 * vc.el (vc-print-log): Likewise.
8417
8418 2004-04-20 Dave Love <fx@gnu.org>
8419
8420 * emacs-lisp/rx.el: Doc fixes.
8421 (rx-constituents): Add/extend many forms.
8422 (rx-check): Check form is a list.
8423 (bracket): Defvar.
8424 (rx-check-any, rx-any, rx-check-not): Modify.
8425 (rx-not): Simplify.
8426 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8427 (rx-kleene): Use rx-trans-forms.
8428 (rx-quote-for-set): Delete.
8429 (rx): Allow multiple args.
8430
8431 2004-04-23 Kenichi Handa <handa@m17n.org>
8432
8433 * international/mule-util.el (char-displayable-p): Simplify by
8434 using internal-char-font.
8435
8436 2004-04-23 Juanma Barranquero <lektu@terra.es>
8437
8438 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8439
8440 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * diff-mode.el (diff-next-error): New fun.
8443 (diff-mode): Use it.
8444
8445 * simple.el (next-error): Change arg name.
8446 Add support for the documented C-u C-x ` usage.
8447
8448 * frame.el (special-display-popup-frame, next-multiframe-window)
8449 (previous-multiframe-window): Only consider frames on same display.
8450
8451 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8452
8453 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8454 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8455
8456 2004-04-22 Kim F. Storm <storm@cua.dk>
8457
8458 * net/telnet.el (telnet): Add optional port arg.
8459
8460 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8463 Minor sanity check on the `hyperlink' slot.
8464
8465 * Makefile.in (recompile): Compile new files.
8466
8467 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8468 Add byte-recompile-directory's optional `arg'.
8469
8470 * cvs-status.el (cvs-tree-use-charset): New var.
8471 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8472 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8473 (cvs-status-cvstrees): Use it.
8474
8475 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8476 Make it a normal major mode.
8477 (checkdoc-buffer-label): Make sure the file name is meaningful.
8478 (checkdoc-output-to-error-buffer): Remove.
8479 (checkdoc-error, checkdoc-start-section): Rewrite.
8480
8481 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8482 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8483 (Info-title-4-face): Use new syntax.
8484 (info-xref-visited): Inherit from info-xref.
8485
8486 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8487
8488 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8489
8490 * simple.el (next-error-last-buffer, next-error-function):
8491 New variables for the next-error framework.
8492 (next-error-buffer-p): New function.
8493 (next-error-find-buffer): Generalize compilation-find-buffer.
8494 (next-error, previous-error, first-error, next-error-no-select)
8495 (previous-error-no-select): Move from compile.el.
8496
8497 * replace.el (occur-next-error, occur-1): Hook into the next-error
8498 framework.
8499
8500 * progmodes/compile.el (compilation-start):
8501 Set next-error-last-buffer so next-error knows where to jump.
8502 (compilation-setup): Set the buffer-local variable
8503 next-error-function to 'compilation-next-error-function.
8504 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8505 alternate way to find if a buffer is a compilation buffer, for
8506 next-error convenience.
8507 (next-error-no-select, previous-error-no-select, next-error)
8508 (previous-error, first-error): Move to simple.el.
8509 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8510 (compilation-last-buffer): Remove.
8511 (compilation-start, compilation-next-error, compilation-setup)
8512 (compilation-next-error-function, compilation-find-buffer):
8513 Remove compilation-last-buffer use.
8514
8515 2004-04-21 Juanma Barranquero <lektu@terra.es>
8516
8517 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8518 (font-lock-warning-face): Fix spacing.
8519
8520 * makefile.w32-in (WINS): Add url/ directory.
8521
8522 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8523
8524 * desktop.el (desktop-buffer-mode-handlers): New variable.
8525 Alist of major mode specific functions to restore a desktop buffer.
8526 (desktop-buffer-handlers): Make variable obsolete.
8527 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8528 Catch errors signaled in handlers. Update buffer count.
8529 Evaluate desktop-buffer-point.
8530 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8531 move to dired.el.
8532 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8533 move to info.el.
8534 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8535 move to mail/rmail.el.
8536 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8537 to mh-e/mh-e.el.
8538 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8539 On fail, print message (to message buffer) even if
8540 desktop-missing-file-warning is nil.
8541 (desktop-buffer-misc-data-function): New buffer local variable.
8542 Function returning major mode specific data.
8543 (desktop-buffer-misc-functions): Make variable obsolete.
8544 (desktop-save): Use desktop-buffer-misc-data-function.
8545 (desktop-buffer-dired-misc-data): Rename to
8546 dired-desktop-buffer-misc-data and move to dired.el.
8547 (desktop-buffer-info-misc-data): Rename to
8548 Info-desktop-buffer-misc-data and move to info.el.
8549 (desktop-read): Add message about number of buffers restored/failed.
8550
8551 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8552 Add parameters. Pause to display error only when
8553 desktop-missing-file-warning is non-nil.
8554 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8555 (dired-mode): Bind desktop-buffer-misc-data-function.
8556
8557 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8558 Add Parameters.
8559 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8560 (Info-mode): Bind desktop-buffer-misc-data-function.
8561
8562 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8563 Add Parameters.
8564
8565 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8566 Add Parameters.
8567
8568 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8569
8570 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8571 the case of letters in case-insensitive expansions when the
8572 abbrev is preceded by characters with letter syntax.
8573
8574 2004-04-21 Richard M. Stallman <rms@gnu.org>
8575
8576 * progmodes/cperl-mode.el (cperl-putback-char):
8577 Delete Emacs 18 definition.
8578
8579 * international/mule.el (ctext-post-read-conversion):
8580 Use assoc-string, not assoc-ignore-case.
8581
8582 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8583
8584 * emacs-lisp/easymenu.el (easy-menu-add):
8585 Do call x-popup-menu, but only if it's defined.
8586
8587 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8588
8589 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8590 Handle multiple args: compile like progn.
8591
8592 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8593 take all args as &rest arg.
8594
8595 * autoinsert.el (auto-insert-alist): Insert the user's name in
8596 copyright notice, rather than Free Software Foundation.
8597
8598 2004-04-21 Kenichi Handa <handa@m17n.org>
8599
8600 * descr-text.el (describe-char): Make it work on *Help* buffer.
8601
8602 2004-04-21 Kim F. Storm <storm@cua.dk>
8603
8604 * image.el (insert-image): Add optional SLICE arg.
8605 (insert-sliced-image): New defun.
8606
8607 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8608
8609 * subr.el (read-number): Check whether `default' is nil.
8610
8611 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * progmodes/compile.el (compilation-error-properties):
8614 Split into two.
8615 (compilation-internal-error-properties): New one.
8616 (compilation-compat-error-properties): Use it. Fix the non-marker case.
8617
8618 2004-04-20 Richard M. Stallman <rms@gnu.org>
8619
8620 * window.el (split-window-save-restore-data):
8621 Don't update the data if OLD-INFO is nil.
8622
8623 * view.el (view-return-to-alist): Mark it permanent local.
8624
8625 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8626
8627 * recentf.el (recentf-save-list): Catch and warn about errors.
8628
8629 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8630 so "Buffers" won't be pure.
8631
8632 * help-mode.el (help-mode-finish): Set help-return-alist first
8633 thing, setting only the entry for the selected window.
8634
8635 * help-fns.el (describe-function-1): If many non-control non-meta
8636 keys run the command, don't list all of them.
8637
8638 2004-04-20 Juanma Barranquero <lektu@terra.es>
8639
8640 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8641 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8642
8643 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8644
8645 2004-04-20 Kenichi Handa <handa@m17n.org>
8646
8647 * international/quail.el (quail-lookup-key): New optional arg
8648 NOT-RESET-INDICES.
8649 (quail-get-translations): Call quail-lookup-key with
8650 NOT-RESET-INDICES t.
8651 (quail-completion): Likewise.
8652 (quail-lookup-map-and-concat): Likewise.
8653
8654 2004-04-20 Kenichi Handa <handa@m17n.org>
8655
8656 * international/quail.el (quail-update-translation): Don't insert
8657 such an unsupported multibyte char in a unibyte buffer.
8658
8659 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8660
8661 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8662 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8663 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8664 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8665 (gdb-frame-assembler-buffer): Improve behaviour with
8666 multiple frames.
8667 (gdb-display-buffer): Extend search to all visible frames.
8668
8669 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8670
8671 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8672 characters left after base64 decoding.
8673 (rmail-decode-region): Use -dos variety of `coding', to remove any
8674 ^M characters left after qp or base64 decoding.
8675
8676 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8677
8678 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8679 messages.
8680
8681 2004-04-19 Stephen Eglen <stephen@gnu.org>
8682
8683 * add-log.el (add-change-log-entry): Update doc string to mention
8684 add-log-full-name and add-log-mailing-address.
8685
8686 2004-04-18 Juri Linkov <juri@jurta.org>
8687
8688 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8689 (Info-find-node-2): Simplify error message.
8690 (Info-insert-dir): Use Info-following-node-name.
8691 (Info-goto-node): Remove *info-history* and *info-toc*.
8692 (Info-history): Create a node of the virtual history file.
8693 (Info-toc): Create a node of the virtual toc file.
8694 (Info-insert-toc): New arg `curr-file' for reference file names.
8695 (info-apropos): Remove redundant var binding for temp-file.
8696 (Info-index, Info-index-next, Info-mode): Doc fix.
8697 (Info-goto-emacs-command-node): Don't jump to *info* from
8698 non-*info* Info buffers.
8699 (Info-fontify-node): Don't show the file name of external
8700 references if `Info-hide-note-references' is `hide'. Don't hide
8701 newlines at the end of paragraphs.
8702
8703 * international/mule-diag.el (list-input-methods):
8704 Fix args to help-xref-button.
8705
8706 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8707 to put into effect local variables from TUTORIAL files.
8708
8709 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8710 with default value taken from the variable `sentence-end'.
8711 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8712 Add nil const to :type.
8713 (sentence-end-without-period, sentence-end-double-space)
8714 (sentence-end-without-space): Doc fix.
8715
8716 * textmodes/paragraphs.el (forward-sentence):
8717 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8718 (fill-delete-newlines):
8719 * progmodes/cc-cmds.el (c-beginning-of-statement):
8720 Use function `sentence-end' instead of variable `sentence-end'.
8721
8722 2004-04-18 Andreas Schwab <schwab@suse.de>
8723
8724 * progmodes/compile.el (compilation-start): Set window start to
8725 point-min if compilation-scroll-output is nil.
8726
8727 2004-04-18 John Wiegley <johnw@newartisans.com>
8728
8729 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8730
8731 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8732
8733 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8734 (gdb-info-breakpoints-custom): Revert previous change.
8735 (gdb-view-assembler): Update assembler if necessary.
8736 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8737 (gdb-display-source-buffer): Update properly when both source and
8738 assembler are visible.
8739
8740 2004-04-17 John Wiegley <johnw@newartisans.com>
8741
8742 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8743 which limits the number of names shown in the minibuffer. Off by
8744 default.
8745 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8746 up iswitchb for users with a multitude of open buffers by showing
8747 only the first and last N/2 buffers in the completion list (which
8748 is enough to aid C-s/C-r, and to know that more characters are
8749 needed to refine the completion list).
8750
8751 2004-04-17 Richard M. Stallman <rms@gnu.org>
8752
8753 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8754 (file-truename): Expand all ~ constructs directly.
8755 (insert-directory): Delete any error msg output by the
8756 `insert-directory-program'.
8757
8758 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8759 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8760 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8761 (allout-init): Use find-file-hook, not find-file-hooks.
8762 (allout-mode): Eliminate Emacs 18 support.
8763 Use write-contents-functions, not local-write-file-hooks.
8764
8765 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8766
8767 * progmodes/compile.el (compilation-error-properties): Fix for
8768 adding messages when there are already markers for their file.
8769 (compilation-fake-loc): New function.
8770
8771 2004-04-16 Dave Love <fx@gnu.org>
8772
8773 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8774 (python-load-file): Fix python-orig-start setting.
8775
8776 * progmodes/compile.el: Doc fixes.
8777 (compilation-error-regexp-alist-alist)
8778 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8779 (compilation-assq): Wrap in eval-when-compile.
8780 (compilation-mode-font-lock-keywords): Don't use list*.
8781 (compilation-start): Avoid warning.
8782 (compilation-compat-error-properties)
8783 (compilation-directory-properties): Add keymap property.
8784 (compilation-parsing-end): Make it a marker for better compatibility.
8785
8786 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8787
8788 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8789
8790 * xml.el: Doc fixes.
8791 (xml-get-children): Only looks at sub-tags and ignore strings.
8792
8793 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8794
8795 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8798
8799 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8800
8801 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8802
8803 * vc.el (vc-print-log): Likewise.
8804
8805 2004-04-16 Masatake YAMATO <jet@gyve.org>
8806
8807 * simple.el (completion-setup-function): Set an initial value
8808 to `element-common-end' before entering loop. Set a value
8809 to `element-common-end' at the end of loop.
8810 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8811 (completions-common-part): Rename from completion-de-emphasis.
8812 (completions-first-difference): Rename from completion-emphasis.
8813 Suggested by RMS.
8814
8815 2004-04-16 Juanma Barranquero <lektu@terra.es>
8816
8817 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8818 (bookmark-edit-annotation-mode): Add mode name.
8819
8820 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8823 for nested conflict markers.
8824 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8825
8826 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8827
8828 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8829
8830 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8831
8832 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8835 Give a backtrace if requested.
8836
8837 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8838
8839 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8840 Remove unused functions.
8841 (python-orig-start-line, python-orig-file): Remove.
8842 (python-orig-start): New var.
8843 (python-input-filter, python-compilation-line-number)
8844 (python-send-region, python-load-file): Use it.
8845
8846 * info.el (info): Always jump to *info*.
8847
8848 * subr.el (posn-set-point): New function.
8849
8850 * mouse.el (mouse-set-point): Use it.
8851
8852 * progmodes/compile.el (compile-goto-error): Use it.
8853 (compilation-button-map): New keymap.
8854 (compilation-error-properties): Use it.
8855 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8856
8857 * smerge-mode.el (smerge-popup-context-menu): Use it.
8858
8859 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8860 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8861 mouse and non-mouse case.
8862
8863 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8864 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8865
8866 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8867 Make it work for non-mouse events.
8868
8869 * pcvs-info.el (cvs-status-map): Update binding name.
8870
8871 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8872
8873 * xml.el (xml-maybe-do-ns): New function to handle namespace
8874 parsing of both attribute and element names.
8875 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8876 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8877 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
8878 (xml-parse-attlist): Make it do its own namespace parsing.
8879
8880 2004-04-14 Dave Love <fx@gnu.org>
8881
8882 * progmodes/python.el (run-python): Fix use of \n.
8883 (python-load-file): Remove `try' from Python fragment.
8884 (python-describe-symbol): Fix message.
8885
8886 * comint.el: Doc fixes.
8887 (comint-last-input-start, comint-last-input-end)
8888 (comint-last-output-start): Give them values.
8889 (comint-arguments): Avoid warning.
8890 (comint-skip-prompt): Use line-end-position.
8891 (comint-backward-matching-input): Rename arg to agree with doc.
8892 (comint-extract-string): Use syntax-ppss.
8893 (comint-dynamic-simple-complete): Delete useless list construction.
8894 (comint-redirect-subvert-readonly): New.
8895 (comint-redirect-preoutput-filter): Use it.
8896
8897 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8898 Correctly handle negative arguments when calling hook functions.
8899
8900 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8901
8902 * info.el (info-apropos): Don't clobber Info-history-list.
8903
8904 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8905
8906 * progmodes/compile.el (compilation-setup):
8907 Localize overlay-arrow-position.
8908 (compilation-sentinel): Restructure code equivalently.
8909 (compilation-next-error): Find message on same line after point if
8910 not found before point.
8911 (compile-mouse-goto-error): Restore function so that compilation
8912 buffer need not be current and use compile-goto-error.
8913 (compile-goto-error): Restore function.
8914 (next-error): Set overlay-arrow-position.
8915 (compilation-forget-errors): Don't localize already local
8916 compilation-locs and remove FIXME about refontifying.
8917
8918 2004-04-14 Kim F. Storm <storm@cua.dk>
8919
8920 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8921 (command-line): New option -Q. Like -q --no-site-file, but
8922 in addition it also disables menu-bar, tool-bar, scroll-bars,
8923 tool-tips, and the blinking cursor.
8924 (command-line-1): Skip startup screen if -Q.
8925 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8926
8927 * emulation/cua-base.el (cua-read-only-cursor-color)
8928 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8929
8930 2004-04-13 Dave Love <fx@gnu.org>
8931
8932 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8933 (syntax): Don't require.
8934 (python) <defgroup>: Add :version.
8935 (python-quote-syntax): Re-written.
8936 (inferior-python-mode): Move stuff here from run-python and add
8937 some more.
8938 (python-preoutput-continuation, python-preoutput-result)
8939 (python-dotty-syntax-table): New.
8940 (python-describe-symbol): Use them.
8941 (run-python): Move stuff to inferior-python-mode. Modify code
8942 loaded into Python.
8943 (python-send-region): Use python-proc, python-send-string.
8944 (python-send-string): Send newlines too. Callers changed.
8945 (python-load-file): Re-written.
8946 (python-eldoc-function): New.
8947 (info-look): Don't require.
8948 (python-after-info-look): New. A modified version of former
8949 top-level code for use with eval-after-load.
8950 (python-maybe-jython, python-guess-indent): Use widened buffer.
8951 (python-fill-paragraph): Re-written.
8952 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8953 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8954
8955 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8958 Set compilation-error-regexp-alist earlier.
8959
8960 * progmodes/compile.el (compilation-minor-mode-map)
8961 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8962 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8963
8964 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8967 corresponding to the event.
8968
8969 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8970
8971 * loadup.el: Add cygwin to system-type list, for unexec() support.
8972
8973 2004-04-12 John Paul Wallington <jpw@gnu.org>
8974
8975 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8976 (ibuffer-restore-window-config-on-quit): New variable to replace
8977 `ibuffer-delete-window-on-quit'. Update all references.
8978 (ibuffer-prev-window-config): New variable.
8979 (ibuffer-quit): Restore previous window configuration instead of
8980 deleting window.
8981 (ibuffer): Save window configuration before showing Ibuffer buffer.
8982
8983 * help.el (describe-mode): Doc fix.
8984
8985 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8988 not to treat nil as a function.
8989
8990 * vc-arch.el (vc-arch-root): Be a bit more careful.
8991 (vc-arch-register): Save the buffer if we modified it.
8992 (vc-arch-delete-rej-if-obsolete): Save excursion.
8993 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8994 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8995
8996 * net/ldap.el (ldap-search): Use list*.
8997
8998 2004-04-12 Juri Linkov <juri@jurta.org>
8999
9000 * info.el (Info-follow-reference): Allow multiline reference name.
9001
9002 2004-04-11 Dave Love <fx@gnu.org>
9003
9004 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9005
9006 * progmodes/python.el: New file.
9007
9008 2004-04-11 Andre Spiegel <spiegel@gnu.org>
9009
9010 * vc-hooks.el (vc-arg-list): Function removed.
9011 (vc-default-workfile-unchanged-p): Use condition-case to check for
9012 backward compatibility.
9013
9014 * vc.el (vc-print-log): Use condition-case to check for backward
9015 compatibility.
9016
9017 2004-04-11 Juri Linkov <juri@jurta.org>
9018
9019 * dired.el (dired-faces): New defgroup.
9020 (dired-header, dired-mark, dired-marked, dired-flagged)
9021 (dired-warning, dired-directory, dired-symlink, dired-ignored):
9022 New faces.
9023 (dired-header-face, dired-mark-face, dired-marked-face)
9024 (dired-flagged-face, dired-warning-face, dired-directory-face)
9025 (dired-symlink-face, dired-ignored-face): New face variables.
9026 (dired-font-lock-keywords): Use them instead of font-lock faces.
9027 Split the rule for dired marks into 3 separate rules: for marks,
9028 marked file names and flagged file names.
9029
9030 * help-mode.el (help-make-xrefs): Add a final newline to the
9031 *Help* buffer.
9032
9033 2004-04-11 John Paul Wallington <jpw@gnu.org>
9034
9035 * replace.el (occur-engine): Distinguish between one and several
9036 matches in the matches per buffer heading.
9037
9038 2004-04-11 Kim F. Storm <storm@cua.dk>
9039
9040 * ido.el (ido-confirm-unique-completion): New defcustom.
9041 (ido-complete): Use it.
9042 (ido-write-file): Set it to t unconditionally.
9043
9044 2004-04-10 Miles Bader <miles@gnu.org>
9045
9046 RCS keyword removal (only non-comment changes are enumerated here):
9047
9048 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9049 (byte-compile-insert-header): Don't use `byte-compile-version'.
9050 * forms.el (forms-version): Variable removed.
9051 (forms-mode): Don't use `forms-version'.
9052 * recentf.el (recentf-version): Variable removed.
9053 * progmodes/delphi.el (delphi-version): Variable removed.
9054 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9055
9056 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9059
9060 2004-04-09 Jesper Harder <harder@ifa.au.dk>
9061
9062 * info.el (info-apropos): Improve menu item regexp.
9063
9064 2004-04-09 Simon Josefsson <jas@extundo.com>
9065
9066 * mail/smtpmail.el: Add comment, based on report by
9067 kdc@rcn.com (Kevin D. Clark).
9068
9069 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9072 Redo one more thing that I didn't notice Daniel had undone.
9073
9074 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
9075
9076 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9077 (gdb-goto-breakpoint, gdb-display-buffer)
9078 (gdb-display-source-buffer, gdb-view-source-function)
9079 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9080 (gdb-source-info, gdb-frame-handler): Don't specify a window
9081 for display.
9082 (gdb-info-breakpoints-custom): Remove superfluous update of
9083 assembler buffer.
9084 (gdb-many-windows): Make settable outside gdb.
9085
9086 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9087
9088 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9089 Derive from fundamental-mode rather than text-mode.
9090
9091 2004-04-08 Juri Linkov <juri@jurta.org>
9092
9093 * info.el (Info-history): Doc fix.
9094 (Info-history-list): New var.
9095 (info-xref): Change magenta4 to blue, remove bold for dark and
9096 light backgrounds, change bold to underline for non-color classes.
9097 (info-xref-visited): New face.
9098 (Info-fontify-visited-nodes): New custom.
9099 (Info-hide-note-references): Add new value `hide'. Doc fix.
9100 (Info-reference-name): New var.
9101 (Info-selection-hook): New custom.
9102 (Info-edit-mode-hook): New var.
9103 (Info-find-file): New fun.
9104 (Info-find-node): Move part of code to Info-find-file.
9105 (Info-find-node-2): Add anchors to Info-history-list. Move point
9106 to the place with the reference name if name is defined.
9107 (Info-select-node): Add current node to Info-history-list.
9108 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9109 (Info-search-whitespace-regexp): New custom.
9110 (Info-search-case-fold): New var.
9111 (Info-search): Add "case-sensitively" to the prompt.
9112 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
9113 (Info-search-case-sensitively, Info-search-next): New fun.
9114 (Info-up): Move point to the menu item of the current node.
9115 (Info-history): New fun. Add *info-history* to
9116 same-window-buffer-names.
9117 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
9118 (Info-insert-toc): New fun.
9119 (Info-build-toc): New fun.
9120 (Info-follow-reference): Add new arg `fork'. Doc fix.
9121 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
9122 with the same name prefer the reference closest to point.
9123 (Info-next-reference): Replace * by + in the *Note regexp.
9124 Add regexp for http:// and ftp://. Skip the *Note prefix.
9125 (Info-prev-reference): Replace * by + in the *Note regexp.
9126 Add regexp for http:// and ftp://. Skip the *Note prefix.
9127 (Info-follow-nearest-node): Add new arg `fork'.
9128 (Info-try-follow-nearest-node): Add new arg `fork'.
9129 Call browse-url for http:// and ftp:// references.
9130 Set Info-reference-name for index entries.
9131 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9132 Info-search-next, Info-history, Info-toc, clone-buffer.
9133 (Info-menu-update): Replace * by + in the *Note regexp.
9134 (Info-mode): Add documentation for Info-history, Info-toc,
9135 Info-search-case-sensitively, Info-search-next, clone-buffer.
9136 (Info-fontify-menu-headers): Remove fun. Move code to
9137 Info-fontify-node.
9138 (Info-fontify-node): Add docstring. Add local vars
9139 fontify-visited-p and not-fontified-p. If not-fontified-p is t
9140 then fontify header line, titles, menu headers, http and ftp
9141 references, refill paragraphs. If not-fontified-p is t or
9142 fontify-visited-p is t then fontify cross references, menu items.
9143 Fontify menu headers. Fontify http and ftp references.
9144 Change regexp for cross references to require whitespace after *Note,
9145 add matching groups for file and node names. Remove hack for quote.
9146 Use display property for Info-hide-note-references=t. Use fifth
9147 or fourth match for help-echo. Display visited nodes in a
9148 different face. Unhide file names of external references.
9149 Unhide newlines. Display visited menu items in a different face.
9150
9151 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * progmodes/compile.el: Require CL.
9154 (compilation-mode-font-lock-keywords): Re-install the "line as
9155 function" patch.
9156
9157 * help-fns.el (help-C-source-directory): New var.
9158 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9159 (describe-function-1, describe-variable): Use them.
9160
9161 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9162 to C source files specially.
9163
9164 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
9165
9166 * info.el (Info-hide-cookies-node): New function.
9167 (Info-select-node): Use it.
9168 (Info-display-images-node): Remove message with image file name.
9169
9170 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
9171
9172 * progmodes/compile.el (compilation-warning-face)
9173 (compilation-info-face, compilation-skip-threshold)
9174 (compilation-skip-visited, compilation-context-lines):
9175 Declare :version when added to Emacs.
9176 (compilation-error-regexp-alist-alist): Extend caml and irix.
9177 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9178 (compilation-mode-font-lock-keywords): Temporarily undo line as
9179 function patch, which wasn't ready.
9180
9181 2004-04-07 Kenichi Handa <handa@m17n.org>
9182
9183 * international/latin1-disp.el (latin1-display-setup): Check each
9184 character is displayable or not instead of calling
9185 latin1-display-check-font.
9186
9187 2004-04-06 Kenichi Handa <handa@m17n.org>
9188
9189 * language/ethio-util.el (ethio-sera-being-called-by-w3):
9190 New variable.
9191 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9192 instead of sera-being-called-by-w3.
9193 (ethio-fidel-to-sera-buffer): Likewise.
9194 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9195 instead of sera-being-called-by-w3.
9196 (ethio-write-file): Likewise.
9197
9198 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9199
9200 * printing.el: Doc fix.
9201
9202 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
9203
9204 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9205 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9206 (gdb-setup-windows): Only use separate IO buffer if required.
9207
9208 2004-04-06 Kim F. Storm <storm@cua.dk>
9209
9210 * term.el (term-is-xemacs): Remove.
9211 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9212 (term-window-width): New function.
9213 (term-mode, term-check-size): Use it.
9214 (term-mode): Disable overflow-newline-into-fringe in term buffer.
9215
9216 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
9217
9218 * cus-edit.el (custom-add-parent-links): Change unbound variable
9219 `symbol' to `name'.
9220
9221 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9222 * info.el (info-apropos): New function.
9223 (Info-mode-menu): Add it.
9224 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9225
9226 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9227 inherited docstring.
9228
9229 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9230
9231 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9234
9235 * progmodes/compile.el (font-lock): Don't require any more.
9236 (compilation-error-properties, compilation-start, compilation-sentinel)
9237 (compilation-filter, next-error): Use with-current-buffer.
9238 (compilation-skip-to-next-location, compilation-skip-threshold)
9239 (compilation-skip-visited): Move to silence the byte-compiler.
9240 (compilation-setup): Simplify.
9241 (compilation-next-error): Use line-(beginning|end)-position.
9242 Make sure `pt' is non-nil before using compilation-loop.
9243 (compile-goto-error): Add optional event arg. Use it.
9244 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9245 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9246 Update the binding for mouse-2.
9247 (first-error): Set compilation-current-error to nil rather than bob.
9248 (compilation-parsing-end, compilation-parse-errors-function)
9249 (compilation-error-list, compilation-old-error-list):
9250 "New" compatibility variables.
9251 (compile-buffer-substring, compilation-compat-error-properties)
9252 (compilation-compat-parse-errors, compilation-forget-errors):
9253 New compatibility functions.
9254 (compilation-mode-font-lock-keywords): Use them.
9255
9256 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9257
9258 * autorevert.el (auto-revert-handler): If point (or a window
9259 point) is at the end of the buffer, keep it there after
9260 reverting. This allows to tail a file.
9261 Mention this in the `Commentary'.
9262
9263 * format.el (format-write-file): Add optional argument CONFIRM
9264 and make it behave like the analogous argument to `write-file'.
9265
9266 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9267
9268 * progmodes/ebnf2ps.el: Doc fix.
9269 (ebnf-version): New version number (4.2).
9270 (ebnf-syntax): Customization and docstring fix.
9271 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9272 Put autoloaded funs before first use.
9273 (ebnf-style-database): Add dtd entry.
9274 (ebnf-syntax-alist): Add dtd initialization.
9275 (ebnf-token-sequence): New fun.
9276 (ebnf-comment-table): Add new comment action character.
9277 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9278
9279 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9280 Type Definition for XML).
9281
9282 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9283 * progmodes/ebnf-bnf.el (ebnf-sequence):
9284 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9285 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9286 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9287 Code simplification: call ebnf-token-sequence.
9288
9289 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9290
9291 * calendar/timeclock.el (timeclock-relative)
9292 (timeclock-get-project-function, timeclock-get-workday-function)
9293 (timeclock-query-out, timeclock-when-to-leave)
9294 (timeclock-when-to-leave-string, timeclock-log-data)
9295 (timeclock-generate-report, timeclock-in): Doc fixes.
9296
9297 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * url/: New dir. Import the URL package from its repository.
9300
9301 2004-04-03 Andreas Schwab <schwab@suse.de>
9302
9303 * diff-mode.el (diff-mode): Fix missing quote.
9304
9305 2004-04-03 Juri Linkov <juri@jurta.org>
9306
9307 * descr-text.el (describe-property-list): Add `font-lock-face'.
9308
9309 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9310
9311 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9312
9313 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9314 Use utf-16le on little endian machines and utf-16be otherwise.
9315
9316 2004-04-02 David Kastrup <dak@gnu.org>
9317
9318 * net/browse-url.el (browse-url-generic): Use call-process
9319 instead of start-process to allow browsers that fork and detach.
9320
9321 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9322
9323 * compile.el (compilation-current-error): New var.
9324 (compilation-setup, compile-mouse-goto-error)
9325 (compile-goto-error, next-error): Use it.
9326 (compilation-skip-to-next-location): Default to t, which gives
9327 contiguous skipping like old compile (where this was redundant).
9328 (compilation-next-error): Prevent previous-* commands from moving
9329 back to message at or just before point.
9330
9331 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9332
9333 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9334 (gdb-source-info): Don't display source at startup, if required.
9335 (gdb-show-main): New option.
9336 (gdba): Update documentation.
9337 (gdb-source): Cover case of auto-display output.
9338
9339 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9340
9341 * autorevert.el: Delete obsolete autoload's and defvar's.
9342 (auto-revert-check-vc-info): New user option.
9343 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9344 (auto-revert-handler-vc): Delete.
9345 (auto-revert-handler): Treat return value `fast' of
9346 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9347
9348 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9349 return `fast'.
9350
9351 * files.el (buffer-stale-function): Doc change.
9352
9353 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9354
9355 * printing.el: New tip on Tips section.
9356 (pr-version): New version number (6.7.4).
9357 (pr-shell-file-name): Initialization fix.
9358
9359 2004-03-31 Juri Linkov <juri@jurta.org>
9360
9361 * dired.el: Add autoload for `dired-do-touch'.
9362 (dired-touch-program): New var.
9363 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9364 (dired-no-confirm): Add `touch' to docstring.
9365
9366 * dired-aux.el (dired-do-touch): New fun.
9367 (dired-do-chxxx): Add argument -t for touch operation.
9368
9369 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9370 `dired-move-to-filename-regexp'.
9371
9372 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
9373
9374 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9375
9376 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9377
9378 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9379 and only if the buffer was modified.
9380
9381 2004-03-30 Kenichi Handa <handa@m17n.org>
9382
9383 * international/characters.el: Delete pairs for U+2308..U+230B.
9384
9385 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9386
9387 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9388 to detect the beginning of a level 2 or 3 annotation.
9389
9390 2004-03-29 Kenichi Handa <handa@m17n.org>
9391
9392 * international/ucs-tables.el (ucs-insert): Fix the error message.
9393
9394 2004-03-29 Kenichi Handa <handa@m17n.org>
9395
9396 * international/mule-util.el (char-displayable-p): Fix generation
9397 of XLFD file name.
9398
9399 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9400 before finding directories by `find'.
9401
9402 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * subr.el (interactive-form): Delete. Now implemented in C.
9405
9406 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9407
9408 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9409 (vc-diff-label): New fun.
9410 (vc-diff-internal): Use it.
9411
9412 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9413
9414 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9415
9416 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9417
9418 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9419 specify XML (EBNFX).
9420
9421 * progmodes/ebnf2ps.el: Doc fix.
9422 (ebnf-version): New version number (4.1).
9423 (ebnf-syntax): Adjust customization.
9424 (ebnf-style-database): Add ebnfx entry.
9425 (ebnf-syntax-alist): Add ebnfx initialization.
9426 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9427
9428 * printing.el: Doc fix.
9429 (pr-version): New version number (6.7.3).
9430 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9431 returns nil for mouse position. Reported by Drew Adams
9432 <drew.adams@oracle.com>.
9433 (pr-update-menus): Modify interactive declaration. Reported by Drew
9434 Adams <drew.adams@oracle.com>.
9435
9436 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9437
9438 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9439 (gud-gdba-marker-filter): Log the process input and output, if
9440 required. From Stefan Monnier.
9441 (gdb-debug-log, gdb-enable-debug-log): New variables.
9442 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9443
9444 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9447 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9448
9449 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9450
9451 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9452 Call vc-find-file-hook here instead of in auto-revert-buffers.
9453 (auto-revert-buffers): Delete call to vc-find-file-hook.
9454 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9455 (global-auto-revert-mode, auto-revert-set-timer)
9456 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9457
9458 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9459
9460 * woman.el (woman-change-fonts): Rename local variable
9461 woman-font-alist to font-alist to avoid a compiler warning.
9462
9463 2004-03-27 Dave Love <fx@gnu.org>
9464
9465 * emacs-lisp/rx.el (rx): Doc fix.
9466 Fix copyright years.
9467
9468 * strokes.el (strokes-global-set-stroke-string): New function.
9469 (strokes-list-strokes): Cope with strings, not just commands.
9470 Set foreground colour of image.
9471 (strokes-global-set-stroke): Doc fix.
9472
9473 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9474
9475 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9476 Auto Revert mode.
9477 (Buffer-menu-files-only): New variable.
9478 (Buffer-menu-toggle-files-only): New function.
9479 (Buffer-menu-mode-map): Bind it to `T'.
9480 (Buffer-menu-mode): Mention `T' in docstring.
9481 Set buffer-stale-function.
9482 (list-buffers-noselect): Mark buffer non-modified and set
9483 Buffer-menu-files-only.
9484
9485 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9486
9487 * autorevert.el (auto-revert-handler): Print revert message
9488 before, rather than after, reverting.
9489 (buffer-stale-function): Move to files.el.
9490
9491 * files.el (buffer-stale-function): Move here from autorevert.el.
9492
9493 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9496
9497 * calc/calc.el (calc-mode-map): Use mapc.
9498
9499 * apropos.el (apropos-mode): Don't autoload.
9500 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9501 (apropos): Use it.
9502 (apropos-print): Add optional `text' argument.
9503 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9504 Don't assume point-min == 1.
9505
9506 * bs.el (bs-buffer-list): Use buffer-local-value.
9507 (bs--set-toggle-to-show): Use with-current-buffer.
9508
9509 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9510 New funs.
9511 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9512
9513 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9514
9515 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9516 (dabbrev--find-expansion): Use pop.
9517 (dabbrev--search): Use match-string-no-properties.
9518
9519 * dired.el (dired-mode): Use run-mode-hooks.
9520 (dired-move-to-end-of-filename): Use match-string.
9521
9522 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9523 is bound before using it.
9524 (ediff-verbose-p): Make it into a var since it's not constant.
9525
9526 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9527
9528 * faces.el (read-face-font): Don't cons up unnecessarily.
9529 (header-line, tool-bar): Share common parts.
9530
9531 * files.el (file-relative-name): Use compare-strings.
9532
9533 * finder.el (finder-mode): Follow coding convention.
9534
9535 * subr.el (read-number): New function.
9536
9537 * ses.el (ses-read-number): Move to subr.el.
9538 (ses-set-header-row): Use read-number.
9539
9540 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9541
9542 * vc-hooks.el (vc-arg-list): New function, which handles both
9543 compiled and uncompiled code.
9544 (vc-default-workfile-unchanged-p): Use it.
9545
9546 * vc.el (vc-print-log): Undo prev change, use new function
9547 vc-arg-list from vc-hooks.el.
9548
9549 2004-03-26 Masatake YAMATO <jet@gyve.org>
9550
9551 * simple.el (completion-setup-function): Emphasize the
9552 first uncommon characters in the completions; and de-emphasize
9553 the common prefix substrings.
9554 (completion-emphasis): New face.
9555 (completion-de-emphasis): New face.
9556
9557 2004-03-25 Juanma Barranquero <lektu@terra.es>
9558
9559 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9560 Comment out (it's unused and unfinished code).
9561
9562 2004-03-25 Sam Steingold <sds@gnu.org>
9563
9564 * vc.el (vc-print-log): Fix a bug in the last patch:
9565 backend-function may be a byte-compiled object, not a lambda.
9566
9567 2004-03-25 Juri Linkov <juri@jurta.org>
9568
9569 * descr-text.el (describe-property-list): Add a button
9570 for `face' property that calls `describe-face'.
9571 Suggested by luis fernandes <elf@ee.ryerson.ca>
9572
9573 * international/mule.el (keyboard-coding-system):
9574 * kmacro.el (kmacro-call-macro): Fix docstring.
9575
9576 * dired.el: Fix comments.
9577
9578 * textmodes/fill.el (fill): Fix Info link.
9579
9580 * font-lock.el (fast-lock, lazy-lock):
9581 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9582 Info node.
9583
9584 * eshell/eshell.el (eshell): Fix broken info-link.
9585
9586 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9587 * eshell/em-banner.el (eshell-banner):
9588 * eshell/em-smart.el (eshell-smart):
9589 * eshell/esh-cmd.el (eshell-cmd):
9590 Comment out broken info-links to incomplete Info manual.
9591
9592 * info-xref.el: Fix commentary.
9593
9594 2004-03-25 Kevin Ryde <user42@zip.com.au>
9595
9596 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9597 Remove spurious node duplicate suppression, doesn't work, not wanted.
9598 (info-xref-output): Take format style args, add "sit-for 0" to let
9599 user see the results as they progress.
9600 (info-xref-check-all-custom): New function.
9601
9602 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9603
9604 * gdb-ui.el: Moved to progmodes.
9605
9606 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9609
9610 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9611
9612 * calendar/appt.el (appt-check): Remove superfluous progn.
9613 When finished with diary buffer: if it was not being displayed
9614 before, kill it; otherwise restore its original state.
9615 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9616
9617 * calendar/calendar.el (calendar-set-mode-line): Use total
9618 available mode-line width, rather than frame-width.
9619
9620 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9621 after mode change so effect not lost.
9622
9623 2004-03-23 Dave Love <fx@gnu.org>
9624
9625 * dired.el (dired) <defgroup>: Add link to manual.
9626 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9627 (dired-revert): Use dolist.
9628 (dired-mode-map): Add U binding.
9629 (dired-mode): Add font-lock-beginning-of-syntax-function.
9630 (dired-garbage-files-regexp): Make it a defcustom.
9631
9632 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9635 is equivalent to nil.
9636 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9637 (vc-arch-mode-line-string): Accept `added' state.
9638 (vc-arch-state): Use inode-sigs if available.
9639 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9640 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9641 (vc-arch-tagline-re): New var.
9642 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9643 New functions.
9644 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9645 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9646
9647 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9648 (vc-file-not-found-hook): Use it.
9649
9650 * diff-mode.el (diff-default-read-only): Change default.
9651 (diff-mode-hook): Make it a defcustom. Add some options.
9652 (diff-mode-map): Bind diff-refine-hook.
9653 (diff-yank-handler): New var.
9654 (diff-yank-function): New fun.
9655 (diff-font-lock-keywords): Use them.
9656 (diff-end-of-file): Handle case where file-header looks like diff text.
9657 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9658 (diff-file-kill): Delete a subsequent empty line, if applicable.
9659 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9660 (diff-find-file-name): Use it.
9661 (diff-tell-file-name): New command.
9662 (diff-mode): Be careful with view-mode.
9663 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9664 New functions, for use in diff-mode-hook.
9665 (diff-find-source-location): Catch "regex too large" errors.
9666 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9667 (diff-refine-hunk): New command.
9668
9669 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9670 (smerge-context-menu-map): Remove unused var.
9671 (smerge-keep-all): Preserve markers.
9672 (smerge-keep-n): New fun.
9673 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9674 (smerge-keep-current, smerge-ediff): Use it.
9675 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9676 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9677 (smerge-resolve): Resolve trivial 3-part conflicts.
9678
9679 2004-03-23 Juri Linkov <juri@jurta.org>
9680
9681 * man.el (Man-width): New var.
9682 (Man-getpage-in-background): Use it.
9683 (Man-support-local-filenames): New var and fun.
9684 (Man-build-man-command): Don't add a second %s.
9685 (Man-fontify-manpage): Clean up message.
9686 (Man-mode): Set outline-regexp, outline-level,
9687 imenu-generic-expression.
9688
9689 * woman.el (woman-fill-frame): Doc fix.
9690 (woman-decode-region): Use window-width instead of frame-width.
9691
9692 * abbrevlist.el (list-one-abbrev-table):
9693 * descr-text.el (describe-char):
9694 * international/mule-diag.el (describe-current-coding-system):
9695 * international/quail.el (quail-insert-decode-map):
9696 Use window-width instead of frame-width.
9697
9698 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9699 (jka-compr-mode-alist-additions): Add tbz.
9700 (jka-compr-write-region, jka-compr-insert-file-contents):
9701 Add message for undefined compress-program.
9702 (jka-compr-write-region): Remove redundant var bindings.
9703
9704 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9705 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9706 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9707 (dired-man): Use dired-guess-shell-command.
9708 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9709 Change default nil to t.
9710
9711 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9712 (dired-compare-directories): Add default value for empty input.
9713
9714 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9715
9716 * time.el (display-time-string-forms): Fix help-echo date format.
9717
9718 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9719
9720 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9721 (buffer-stale-function): New variable.
9722 (auto-revert-list-diff, auto-revert-dired-file-list)
9723 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9724 (auto-revert-handler): Take over some functionality of deleted
9725 functions.
9726 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9727
9728 * dired.el (dired-directory-changed-p): New fun, extracted from
9729 dired-internal-noselect.
9730 (dired-buffer-stale-p): New fun.
9731 (dired-internal-noselect): Use dired-directory-changed-p.
9732 Eliminate revert messages.
9733 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9734
9735 2004-03-23 Kenichi Handa <handa@m17n.org>
9736
9737 * international/characters.el: Setup syntaxes for more parentheses
9738 Unicode characters.
9739
9740 * international/mule-cmds.el (select-safe-coding-system):
9741 Merge coding-system and auto-cs before comparing them.
9742
9743 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9746
9747 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9748 normal-auto-fill-function and comment-indent-function.
9749 The default values now work just as well.
9750 Don't set font-lock-beginning-of-syntax-function since we already set
9751 syntax-begin-function.
9752 (lisp-outline-level): Put ;;;###autoload at same level as (.
9753 (prin1-char): Quote special chars.
9754
9755 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9756 than with-no-warnings.
9757
9758 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9759 if the source location can't be found.
9760 (edebug-compute-previous-result): Use prin1-char.
9761
9762 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9763 (debug-ignored-errors): Add an entry.
9764
9765 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9766 (byte-compile-file): Output warning when deleting a file.
9767
9768 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9769 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9770
9771 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9772 (byte-compile-inline-expand): Use backquote.
9773 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9774 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9775
9776 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9777
9778 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9779
9780 2004-03-22 Juri Linkov <juri@jurta.org>
9781
9782 * finder.el (finder-known-keywords): Fix data, tex, unix.
9783
9784 * play/landmark.el: Fix keywords.
9785
9786 * language/ethio-util.el (ethio-find-file): Doc fix.
9787
9788 * emacs-lisp/warnings.el: Doc fix.
9789
9790 * textmodes/ispell.el (ispell-help): Doc fix.
9791
9792 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9793
9794 * format.el (format-insert-file): Always return a list of two
9795 elements, like insert-file-contents does.
9796
9797 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9798
9799 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9800 and vc-BACKEND-diff.
9801 (vc-print-log): If the print-log implementation supports it, use
9802 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9803 (vc-version-diff, vc-diff-internal): Doc fixes.
9804
9805 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9806 implementation supports it, let diff output go to *vc*,
9807 not *vc-diff*, since this is an internal call.
9808
9809 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9810
9811 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9812
9813 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9814
9815 2004-03-21 Dave Love <fx@gnu.org>
9816
9817 * progmodes/cfengine.el (cfengine-mode):
9818 Set parse-sexp-ignore-comments.
9819
9820 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9821
9822 2004-03-21 Juanma Barranquero <lektu@terra.es>
9823
9824 * allout.el (allout-mode): Fix docstring.
9825
9826 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9827
9828 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9829
9830 * autorevert.el (auto-revert-interval): Make new value take
9831 effect immediately when set through Custom.
9832 (auto-revert-set-timer): Add interactive declaration.
9833
9834 2004-03-19 David Ponce <david@dponce.com>
9835
9836 * ruler-mode.el (ruler-mode-header-line-format-old):
9837 Don't `make-variable-buffer-local'.
9838 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9839 (ruler-mode-header-line-format): Simply funcall the above.
9840 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9841 to save/restore a previous header line format.
9842 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9843 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9844 fringes and margins width.
9845 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9846
9847 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * log-edit.el (log-edit-font-lock-keywords): Typo.
9850
9851 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9852 (tex-send-tex-command): Rather than here.
9853 (tex-compilation-parse-errors): Simplify.
9854
9855 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9856
9857 * time.el (display-time-string-forms): Add help-echo with date on time.
9858
9859 * composite.el (compose-region): Use restore-buffer-modified-p.
9860
9861 * disp-table.el (standard-display-8bit): Simplify.
9862
9863 * server.el (server-process-filter): Delete temp frame.
9864
9865 * add-log.el (add-change-log-entry): Simplify.
9866
9867 2004-03-19 Kim F. Storm <storm@cua.dk>
9868
9869 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9870 (hexl-follow-line): Don't require 'fringe.
9871
9872 * progmodes/compile.el (compilation-start): Always set
9873 compilation-last-buffer and return it.
9874
9875 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9876
9877 * simple.el (clone-buffer): Doc fix.
9878
9879 2004-03-18 Juanma Barranquero <lektu@terra.es>
9880
9881 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9882
9883 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * log-edit.el (log-edit-font-lock-keywords): New var.
9886 (log-edit-mode): Use it.
9887
9888 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9889
9890 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9891 properly for watching in speedbar.
9892
9893 2004-03-17 Masatake YAMATO <jet@gyve.org>
9894
9895 * smerge-mode.el (smerge-popup-context-menu):
9896 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9897
9898 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9901 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9902 Take sealed revisions into account.
9903 (vc-arch-checkin): Extract a summary line from the message.
9904
9905 2004-03-16 Masatake YAMATO <jet@gyve.org>
9906
9907 * register.el (register): Provide `register' feature.
9908
9909 2004-03-15 Masatake YAMATO <jet@gyve.org>
9910
9911 Added context menu support in smerge mode.
9912 Most of the part is written by Stefan Monnier.
9913
9914 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9915 New keymap and menu.
9916 (smerge-text-properties): New function.
9917 (smerge-remove-props): New function.
9918 (smerge-popup-context-menu): New function.
9919 (smerge-resolve): Call `smerge-remove-props'.
9920 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9921 (smerge-keep-current): Ditto.
9922 (smerge-kill-current): New function.
9923 (smerge-match-conflict): Put text properties.
9924 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9925
9926 2004-03-15 David Ponce <david@dponce.com>
9927
9928 * ruler-mode.el: (ruler-mode-left-fringe-cols)
9929 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9930 (ruler-mode-right-scroll-bar-cols): Remove.
9931 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9932 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9933 Use fringe-columns and scroll-bar-columns.
9934
9935 2004-03-15 Masatake YAMATO <jet@gyve.org>
9936
9937 * hl-line.el (hl-line-range-function): New variable.
9938 (hl-line-move): New function.
9939 (global-hl-line-highlight): Use `hl-line-move'.
9940 (hl-line-highlight): Ditto.
9941
9942 * scroll-bar.el (scroll-bar-columns):
9943 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9944
9945 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9946 (ruler-mode-left-fringe-cols)
9947 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9948 (ruler-mode-right-scroll-bar-cols)
9949 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9950 (ruler-mode-ruler-function): New variable.
9951 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9952 if the value for `ruler-mode-ruler-function'is given.
9953
9954 * hexl.el (hexl-mode-hook): Make the hook customizable.
9955 (hexl-address-area, hexl-ascii-area): New customize variables.
9956 (hexlify-buffer): Put font-lock-faces on the address area and
9957 the ascii area.
9958 (hexl-activate-ruler): New function.
9959 (hexl-follow-line): New function.
9960 (hexl-highlight-line-range): New function.
9961 (hexl-mode-ruler): New function.
9962
9963 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9966 (vc-default-find-file-hook): New fun.
9967 (vc-find-file-hook): Call new find-file-hook operation.
9968
9969 * vc-arch.el: New file.
9970
9971 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9972
9973 * info-look.el (info-lookup): Reuse an existing Info window.
9974
9975 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9976
9977 * woman.el (woman-preserve-ascii): Default value changed to t and
9978 doc string revised.
9979
9980 2004-03-12 Richard M. Stallman <rms@gnu.org>
9981
9982 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9983 Fix minor bug.
9984
9985 * replace.el (occur-engine): Change message for count of matches.
9986
9987 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9988 For strings, do compare text properties.
9989
9990 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9991
9992 * progmodes/compile.el (compile-auto-highlight)
9993 (compilation-error-list, compilation-old-error-list)
9994 (compilation-parse-errors-function, compilation-parsing-end)
9995 (compilation-error-message, compilation-directory-stack)
9996 (compilation-enter-directory-regexp-alist)
9997 (compilation-leave-directory-regexp-alist)
9998 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9999 (compilation-current-file, compilation-regexps): Remove vars.
10000
10001 (compile-error-at-point, compilation-error-filedata)
10002 (compilation-error-filedata-file-name, compile-reinitialize-errors)
10003 (compilation-next-error-locus, compilation-forget-errors)
10004 (count-regexp-groupings, compilation-parse-errors)
10005 (compile-collect-regexps, compile-buffer-substring): Remove funs.
10006
10007 (compile-internal): Make obsolete.
10008
10009 (compilation-first-column, compilation-error)
10010 (compilation-directory-matcher, compilation-page-delimiter)
10011 (compilation-mode-font-lock-keywords, compilation-debug)
10012 (compilation-error-face, compilation-warning-face)
10013 (compilation-info-face, compilation-line-face)
10014 (compilation-column-face, compilation-enter-directory-face)
10015 (compilation-leave-directory-face, compilation-skip-threshold)
10016 (compilation-skip-visited, compilation-context-lines): New vars.
10017
10018 (compilation-warning-face, compilation-info-face)
10019 (compilation-message-face): New faces.
10020
10021 (compilation-error-regexp-alist-alist): New constant.
10022
10023 (compilation-face, compilation-directory-properties)
10024 (compilation-assq, compilation-error-properties, compilation-start)
10025 (define-compilation-mode, compilation-loop)
10026 (compilation-set-window): New functions.
10027
10028 (compile): Additional argument for interactive compiles like TeX.
10029
10030 * progmodes/grep.el (kill-grep): Move here from compile.el
10031 (grep-error, grep-hit-face, grep-error-face)
10032 (grep-mode-font-lock-keywords): New variables.
10033 (grep-regexp-alist): Simplify regexp and add `binary' case.
10034 (grep-mode): New mode.
10035 (grep-process-setup): Simplify.
10036
10037 2004-03-11 Jason Rumney <jasonr@gnu.org>
10038
10039 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10040 letters on DOS/Windows.
10041
10042 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * server.el (server-name): New var.
10045 (server-socket-dir): New var to replace server-socket-name.
10046 (server-start): Use them.
10047
10048 2004-03-11 Simon Josefsson <jas@extundo.com>
10049
10050 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10051 died to avoid infloop. Reported by Jonathan Glauner
10052 <jglauner@sbum.org>.
10053
10054 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10057 (smerge-mode-menu): Use it to deactivate menu entries.
10058 (smerge-keep-current): New fun.
10059 (smerge-keep-current): Use it.
10060
10061 2004-03-10 John Paul Wallington <jpw@gnu.org>
10062
10063 * foldout.el (foldout-fold-list, foldout-modeline-string):
10064 Declare them as variables, not constants.
10065
10066 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10067
10068 * ps-print.el: Modification to print *Messages* buffer.
10069 (ps-print-version): New version 6.6.4.
10070 (ps-message-log-max): New fun.
10071 (ps-spool-without-faces, ps-spool-with-faces)
10072 (ps-count-lines-preprint): Code fix.
10073
10074 * printing.el: New tips in Tips section.
10075
10076 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10077
10078 * delim-col.el: Doc fix.
10079
10080 * printing.el: Doc fix. New doc section (Tips).
10081
10082 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * type-break.el (type-break-emacs-variant): Remove.
10085 (type-break-run-at-time, type-break-cancel-function-timers):
10086 Use fboundp rather than version name and number.
10087
10088 2004-03-09 Masatake YAMATO <jet@gyve.org>
10089
10090 * hexl.el (hexl-mode): Use `make-local-variable' instead of
10091 `make-variable-buffer-local'.
10092
10093 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
10094
10095 * find-dired.el (find-dired): Call `shell-command' instead of
10096 `start-process-shell-command'. By this, Tramp takes over
10097 handling of remote directories.
10098
10099 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * newcomment.el (comment-use-global-state): New var.
10102 (comment-search-forward): Use it.
10103
10104 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10105
10106 * cus-edit.el (fill) <defgroup>: Move to fill.el.
10107
10108 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10109 (enable-kinsoku): Make it a defcustom.
10110 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10111 paragraph to same-comment-start-marker.
10112
10113 2004-03-07 Dave Love <fx@gnu.org>
10114
10115 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10116 (browse-url-mail): Use it.
10117
10118 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10119 (rfc2368-unhexify-string): Use replace-regexp-in-string.
10120
10121 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10122
10123 * woman.el (woman-man.conf-path): Doc fix.
10124 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10125
10126 2004-03-07 Eli Zaretskii <eliz@gnu.org>
10127
10128 * sort.el (sort-columns): Remove ms-dos from the list of systems
10129 where the external `sort' command is not used.
10130
10131 2004-03-07 Kim F. Storm <storm@cua.dk>
10132
10133 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10134 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10135 from overlay-arrow-variable-list.
10136 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10137
10138 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
10139
10140 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10141 overlay arrow string properly for the assembler buffer.
10142
10143 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * mail/sendmail.el (mail-mode): Fix last change.
10146
10147 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
10148
10149 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10150 for the assembler buffer.
10151 (gdb-assembler-custom): Position the overlay arrow.
10152 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10153
10154 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10157
10158 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10159 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10160
10161 * mail/sendmail.el (mail-mode): Set comment-start-skip.
10162
10163 * newcomment.el (uncomment-region): Allow non-terminated comment.
10164 (comment-normalize-vars): Check the user-specified comstart marker.
10165
10166 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10167
10168 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10169 Otherwise, do use it if the region only contains font-lock text
10170 properties.
10171
10172 2004-03-04 Masatake YAMATO <jet@gyve.org>
10173
10174 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10175 as the callback function for eldoc.
10176 (hexl-print-current-point-info): New function.
10177 (hexl-current-address): Print the address in both decimal
10178 and hexadecimal format.
10179
10180 2004-03-04 Richard M. Stallman <rms@gnu.org>
10181
10182 * mail/rmail.el (rmail-convert-to-babyl-format):
10183 Specify t for UNIBYTE when calling mail-unquote-printable-region.
10184
10185 * mail/mail-utils.el (mail-unquote-printable-region):
10186 New arg UNIBYTE.
10187
10188 * startup.el (command-switch-alist): Doc fix.
10189
10190 * simple.el (undo): Temporarily set this-command to `undo-start',
10191 then set it to `undo' once undo-start returns without error.
10192
10193 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10194
10195 * simple.el (kill-line): Don't disregard trailing whitespace
10196 in eol condition, if show-trailing-whitespace is set.
10197
10198 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10199 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10200 When disabling, restore old values only if mouse-sel-has-been-enabled.
10201
10202 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10203 (isearch-{-char): New function.
10204 (isearch-mode-map): Bind { to isearch-{-char.
10205
10206 * font-lock.el (lisp-font-lock-keywords-2):
10207 Turn off the CL with-... and do-... general patterns.
10208 Instead, recognize several specific with... and do... constructs.
10209
10210 * files.el (switch-to-buffer-other-window):
10211 Bind same-window-buffer-names and same-window-regexps to nil.
10212 (switch-to-buffer-other-frame): Likewise.
10213
10214 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10217 recognizing leading comment on code line.
10218
10219 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10222 hidden files/directories.
10223
10224 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10227 only comment-start (in case the mode hasn't set it).
10228
10229 * Makefile.in (AUTOGENEL): New var.
10230 (bootstrap-prepare): Rename from bootstrap-clean.
10231 Don't remove elc files.
10232 (maintainer-clean): New target.
10233
10234 * xml.el (xml-get-attribute-or-nil): Simplify.
10235
10236 2004-03-02 Juri Linkov <juri@jurta.org>
10237
10238 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10239 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10240 URL to prevent their substitution with the environment variable
10241 values by browsers.
10242
10243 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10244
10245 * ps-print.el: Doc fix.
10246 (ps-print-version): New version number (6.6.3).
10247 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10248 Docstring fix.
10249 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10250 before printing.
10251 (ps-time-stamp-yyyy-mm-dd): New fun.
10252 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10253
10254 2004-03-02 Kim F. Storm <storm@cua.dk>
10255
10256 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10257
10258 2004-03-01 Juanma Barranquero <lektu@terra.es>
10259
10260 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10261
10262 * desktop.el (desktop-file-version)
10263 (desktop-after-read-hook): Fix typos.
10264 (desktop-clear-preserve-buffers): Remove redundant info in
10265 docstring already shown by the obsolescence message.
10266 (desktop-truncate, desktop-internal-v2s)
10267 (desktop-value-to-string): Change argument name to match docstring.
10268
10269 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10270
10271 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10272 docstring.
10273
10274 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10275
10276 * printing.el: Replace "As Is..." in PostScript file print/preview by
10277 "No Preprocessing...". Suggested by Colin Marquardt
10278 <_marquardt_@zmd.de>.
10279 (pr-insert-section-4): Adjust buffer interface.
10280
10281 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10282
10283 Version 2.0.39 of Tramp released.
10284
10285 * net/tramp.el (tramp-handle-file-local-copy)
10286 (tramp-handle-write-region, tramp-open-connection-rsh):
10287 Variable name typo. Small change. From Patrick Tullmann
10288 <tullmann@flux.utah.edu>.
10289 (tramp-process-connection-type): New variable.
10290 (tramp-maybe-open-connection): Use it.
10291 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10292 (tramp-touch): Set last-modified time of a remote file.
10293 (tramp-handle-write-region): Say which function is used when encoding.
10294
10295 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10296
10297 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10298 case of non-existing filename, too. Reported by Christoph Bauer
10299 <c_bauer@informatik.uni-kl.de>.
10300 (tramp-smb-get-file-entries): The directory in question should
10301 have permissions "drwxrwxrwx". Just virtual, because we don't
10302 know the real permissions. Don't we know?
10303 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10304 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10305 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10306 output. If it was received chunkwise, there have been problems.
10307 Remove the "prompt not found" error message; it is obvious.
10308 Simplify algorithm.
10309 (tramp-smb-process-running): Remove. Since we acknowledge the
10310 virtual prompt for shares, there's no need for distinction of
10311 reading shares (process ends afterwards) and interactive mode of
10312 smblient.
10313 (tramp-smb-open-connection): Setting process sentinel removed.
10314 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10315 "NT_STATUS_NETWORK_ACCESS_DENIED".
10316 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10317 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10318 (top-level): Setting default value in `tramp-default-method-alist'
10319 corrected. Order of USER and HOST have been wrong.
10320 Nobody complained for months ...
10321 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10322 (tramp-smb-open-connection): Clear password cache if login has failed.
10323
10324 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10325 `tramp-unified-filenames'.
10326 (tramp-completion-mode): Make test for XEmacs explicitely.
10327 `event-to-character' can exists in Emacs packages too.
10328 Reported by Matt Swift <swift@alum.mit.edu>.
10329 (tramp-buffer-name): Buffer name must contain the user if exists.
10330 Reported by Adrian Phillips <a.phillips@met.no>.
10331 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10332 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10333 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10334 `tramp-do-copy-or-rename-file-one-local', because it handles also
10335 the case both files use the same out-of-band method.
10336 Implementation added.
10337 (tramp-handle-file-local-copy, tramp-handle-write-region):
10338 Out-of-band handling removed. `copy-file' called instead, which
10339 calls `tramp-do-copy-or-rename-file-out-of-band'.
10340 (tramp-action-password): Check for out-of-band method removed.
10341 This function is used for 'login-program.
10342 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10343 appropriate.
10344 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10345 and `tramp-parse-sknownhosts'.
10346 (tramp-completion-function-alist): It's a defvar now, because we
10347 want to apply the optimized `tramp-set-completion-function'
10348 instead of a static list.
10349 (tramp-set-completion-function): Implementation tuned.
10350 Avoid double entries, and entries where the function or the
10351 file/directory doesn't exist.
10352 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10353 for SSH2.
10354 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10355 (tramp-handle-dired-compress-file): New function.
10356 (tramp-async-proc): New variable.
10357 (tramp-handle-shell-command): Adding asynchronous processes.
10358 They are far from being perfect, but it works at least for
10359 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10360 (top-level): Require password.el if visible. Should be mandatory
10361 once No Gnus has found its way into (X)Emacs.
10362 (tramp-read-passwd): Invoke `password-read' if available,
10363 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10364 fallback any longer.
10365 (tramp-clear-passwd): New function.
10366 (tramp-process-actions, tramp-process-multi-actions):
10367 Clear password cache if login has failed.
10368
10369 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10370 its own module.
10371 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10372 `ange-ftp-ftp-name-res'. There could be incorrect values from
10373 previous calls in case the "ftp" method is used in the Tramp file
10374 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10375
10376 2004-02-28 Richard M. Stallman <rms@gnu.org>
10377
10378 * term.el (term-mouse-paste): Call mouse-set-point.
10379
10380 * thumbs.el: New file.
10381
10382 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10383
10384 * progmodes/ebnf-abn.el: Doc fix.
10385
10386 * progmodes/ebnf-bnf.el: Doc fix.
10387 (ebnf-repeat): Code fix.
10388
10389 * progmodes/ebnf2ps.el: Doc fix.
10390 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10391
10392 2004-02-28 Juri Linkov <juri@jurta.org>
10393
10394 * ffap.el (dired-at-point): Additional writability test for
10395 relative directory names.
10396 (dired-at-point-prompter): Treat directories as a directory, get
10397 the directory component from files.
10398 (ffap-string-at-point): Return string from region if region is active.
10399 (ffap-file-at-point): Remove redundant code.
10400
10401 2004-02-28 Kim F. Storm <storm@cua.dk>
10402
10403 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10404 Initialize margin area images to nil.
10405 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10406 (breakpoint-enabled-bitmap-face)
10407 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10408 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10409 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10410 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10411 (gdb-reset): Use gdb-remove-breakpoint-icons.
10412 (gdb-put-string): Add dprop arg to specify alternative display
10413 property (for setting fringe bitmap).
10414 (gdb-remove-strings): Doc fix.
10415 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10416 icon in fringe (if available), or else as icon or text in display
10417 margin. Creates necessary icons in breakpoint-bitmap,
10418 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10419 Also make left window margin if required.
10420 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10421 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10422 no longer needed.
10423 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10424 gdb-put-breakpoint-icon.
10425 (gdb-assembler-mode): Don't set left-margin-width here.
10426
10427 2004-02-27 Kevin Ryde <user42@zip.com.au>
10428
10429 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10430 comma, so that it DTRT in macros.
10431
10432 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10433
10434 * progmodes/sh-script.el (sh-shell-arg)
10435 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10436 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10437
10438 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 * faces.el (face-spec-set-match-display): Add a new attribute,
10441 `min-colors'.
10442 (region, highlight, secondary-selection): Use `min-colors'.
10443
10444 * custom.el (defface): Add documentation for `min-colors'.
10445
10446 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10447 (font-lock-keyword-face, font-lock-function-name-face)
10448 (font-lock-variable-name-face, font-lock-constant-face):
10449 Use `min-colors'.
10450
10451 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10452
10453 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10454
10455 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10456 define assq-delete-all if it's not defined.
10457 (ebnf-generate-region): Code fix.
10458
10459 * printing.el: Doc fix.
10460 (pr-version): New version number (6.7.2).
10461 (pr-command): Return empty string if command is an empty string.
10462
10463 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10464
10465 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10466
10467 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10468 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10469 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10470 "tt" ["test"] ). Reported by Markus Dreyer
10471 <mdreyer@ix.urz.uni-heidelberg.de>.
10472 (ebnf-version): New version number (4.0).
10473 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10474 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10475 (ebnf-delete-style): New commands.
10476 (ebnf-directory, ebnf-file): New funs.
10477 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10478 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10479 (ebnf-syntax-alist): New var.
10480 (ebnf-element-width): New fun replacing ebnf-list-width.
10481 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10482 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10483 (ebnf-prologue): Adjust vars.
10484 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10485 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10486 (ebnf-check-style-values, ebnf-generate-production)
10487 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10488 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10489 (ebnf-token-repeat): Code fix.
10490
10491 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10492 %right, %left and %prec. Suggested by Matthew K. Junker
10493 <junker@alum.mit.edu>.
10494 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10495
10496 * progmodes/ebnf-iso.el: Doc fix.
10497 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10498 (ebnf-iso-lex): Code fix.
10499
10500 * progmodes/ebnf-bnf.el: Doc fix.
10501 (ebnf-bnf-lex): Code fix.
10502
10503 * progmodes/ebnf-otz.el: Doc fix.
10504
10505 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10506
10507 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10508 (abbrev-prefix-mark): Doc fix.
10509
10510 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10511
10512 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10513 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10514 (gdb-var-delete): Make interactive (really).
10515 (gdb-edit-value): Make non-interactive.
10516
10517 * progmodes/gud.el (gud-speedbar-menu-items):
10518 Add gdb-var-delete and, indirectly, gdb-edit-value.
10519 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10520 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10521 (gud-gdb-marker-filter): Add comment for annotations.
10522
10523 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10524
10525 * calendar/calendar.el (generate-calendar)
10526 (calendar-read-date): Prevent display of BC calendars once more -
10527 reverts 2003-10-01 change.
10528 (generate-calendar-month): Doc fix.
10529
10530 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10531
10532 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10533 return value of increment-calendar-month.
10534
10535 2004-02-21 Stephen Compall <s11@member.fsf.org>
10536
10537 * saveplace.el (save-place-forget-unreadable-files)
10538 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10539 (save-place-forget-unreadable-files): New function.
10540 (save-place-alist-to-file): Use it to filter out files that are
10541 no longer readable.
10542
10543 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10544 current Texinfo environment, using the same method as in
10545 `texinfo-insert-@end', and insert a space rather than a newline if
10546 point in a @table environment.
10547
10548 2004-02-21 Juri Linkov <juri@jurta.org>
10549
10550 * ffap.el (ffap-file-at-point): Try parent directories.
10551
10552 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10553
10554 * vcursor.el (vcursor-modifiers): New defcustom.
10555 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10556 hard-coded list.
10557
10558 2004-02-21 Masatake YAMATO <jet@gyve.org>
10559
10560 * play/animate.el (animate-birthday-present): Accept names other
10561 than `Sarah', too.
10562
10563 2004-02-21 Juri Linkov <juri@jurta.org>
10564
10565 * startup.el: Remove table of command line arguments from the
10566 Commentary section.
10567
10568 2004-02-20 John Wiegley <johnw@newartisans.com>
10569
10570 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10571 again" modifier from 'e' to 'E', since 'e' is also used by the
10572 "file extension" modifier.
10573
10574 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10575
10576 * help-fns.el (describe-categories): Doc fix.
10577
10578 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10579
10580 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10581 temporary file for buffer already visiting one. This change makes
10582 output likely to be directly usable by patch program.
10583 Suggested by Adrian Aichner <adrian@xemacs.org>
10584
10585 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10586
10587 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10588 case of variables defined in compound statements.
10589 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10590 Simplify constructions using switch-to-buffer.
10591
10592 2004-02-19 Simon Josefsson <jas@extundo.com>
10593
10594 * play/morse.el: Fix typo.
10595 (morse-code): Add @.
10596
10597 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10598
10599 * calendar/appt.el (appt-display-format): Change default to
10600 'ignore, for backwards compatibility.
10601 (appt-display-message): If appt-display-format is 'ignore,
10602 respect old vars appt-msg-window and appt-visible.
10603 (appt-activate): Don't depend on return value of cancel-timer.
10604
10605 * calendar/calendar.el (calendar-holidays): Doc fix.
10606
10607 * calendar/cal-coptic.el (coptic-prompt-for-date):
10608 Use assoc-string instead of assoc-ignore-case.
10609 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10610 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10611 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10612 * calendar/cal-islam.el (calendar-goto-islamic-date)
10613 (mark-islamic-diary-entries): Ditto.
10614 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10615 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10616 (calendar-read-mayan-tzolkin-date): Ditto.
10617 * calendar/calendar.el (calendar-read-date): Ditto.
10618 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10619
10620 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10621
10622 * progmodes/executable.el (executable-command-find-posix-p):
10623 Fix choice of the directory.
10624
10625 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10626
10627 * simple.el (interprogram-cut-function)
10628 (interprogram-paste-function, kill-new, kill-append):
10629 Doc fixes.
10630 (kill-region): Make it return nil. Doc fix.
10631 (yank-pop): Make its argument optional.
10632 (yank): Make ARG `-' equivalent to `-1'.
10633
10634 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10635
10636 * mail/rmail.el (rmail-get-new-mail): Don't reference
10637 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10638
10639 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10640
10641 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10642 if one of global-auto-revert-non-file-buffers or autorevert-mode
10643 is non-nil.
10644
10645 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10646
10647 * subr.el (delete-dups): A better implementation from Karl Heuer
10648 <kwzh@gnu.org>.
10649
10650 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10651
10652 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10653 correct place.
10654 * progmodes/icon.el (icon-indent-command): Ditto.
10655 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10656
10657 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10658
10659 * progmodes/grep.el (grep-compute-defaults): Undo change from
10660 2004-01-29: don't use executable-command-find-posix-p.
10661
10662 2004-02-16 Richard Sharman <rsharman@pobox.com>
10663
10664 * hilit-chg.el: Use require instead of eval-and-compile.
10665 (highlight-compare-buffers): New function.
10666
10667 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10668
10669 * man.el (Man-fontify-manpage): Render section headings in
10670 `Man-overstrike-face' even when overstrike was not used by man
10671 formatter for section headings.
10672
10673 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10674
10675 * rmail-spam-filter.el: (vm-use-spam-filter)
10676 (rsf-min-region-length-added-to-spam-list): New variables.
10677 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10678 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10679 spam testing. Don't delete spam message if automatic deletion
10680 after output via variable rmail-delete-after-output is turned on.
10681 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10682 rsf-bbdb-dont-create-entries-for-spam.
10683 (check-field): New function, extracted from code in
10684 rmail-spam-filter to ease addition of header fields like content-type.
10685 (message-content-type): New variable to check the content-type:
10686 field added, also in defcustom of rsf-definitions-alist.
10687 (rmail-spam-filter): Replace repeated test code for header fields
10688 by calls to check-field; change the call to
10689 rmail-output-to-rmail-file such that rmail-current-message stays
10690 the same to avoid wrong deletion of unseen flags.
10691 (rsf-add-contents-type): New function to convert old format
10692 of rmail-spam-definitions-alist into new one.
10693 Change prefixes of all variables and functions from
10694 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10695
10696 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10697
10698 * loadhist.el (unload-hook-features-list): New defvar.
10699
10700 2004-02-16 Dave Love <fx@gnu.org>
10701
10702 * loadhist.el (unload-feature): Doc fix. Rename flist to
10703 unload-hook-features-list.
10704
10705 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
10706
10707 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10708 cookie. Don't check if we are looking-at open-formula.
10709
10710 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10711
10712 * subr.el (match-string-no-properties): Use substring-no-properties.
10713
10714 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10715
10716 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10717 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10718 Use lower-case "rx" in all error message.
10719
10720 2004-02-16 Dave Love <fx@gnu.org>
10721
10722 * emacs-lisp/rx.el (rx-or): Put group around result.
10723 (rx-constituents): Add backref.
10724 (rx-syntax): Add string-delimiter, comment-delimiter.
10725 (rx-categories): Add combining-diacritic.
10726 (rx-check-not, rx-greedy, rx): Doc fix.
10727 (rx-backref, rx-check-backref): New.
10728
10729 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10730
10731 * newcomment.el (uncomment-region): Allow eob as comment end.
10732
10733 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10734
10735 * filecache.el: All message and error commands now use prefix
10736 "Filecache:" to make it easy to read *Messages* buffer.
10737
10738 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10739
10740 * autorevert.el: Add support to detect changed dired and VC buffers.
10741 (auto-revert-active-p, auto-revert-list-diff)
10742 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10743 (auto-revert-handler, auto-revert-active-p): New functions.
10744 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10745 and `auto-revert-active-p'.
10746 (eval-when-compile): Defvar dired-directory and vc-mode.
10747 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10748 (auto-revert-handler-vc): New functions.
10749
10750 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10751
10752 * progmodes/compile.el (compilation-directory): New defvar.
10753 (compile): Save current directory in compilation-directory.
10754 (recompile): Bind default-directory to compilation-directory if
10755 that is non-nil.
10756
10757 2004-02-16 Dave Love <fx@gnu.org>
10758
10759 * newcomment.el (comment-insert-comment-function)
10760 (comment-region-function, uncomment-region-function): New.
10761 (comment-indent): Use comment-insert-comment-function.
10762 (uncomment-region): Use uncomment-region-function.
10763 (comment-region): Use comment-region-function.
10764
10765 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10766
10767 2004-02-16 Richard Stallman <rms@gnu.org>
10768
10769 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10770 loaddefs* and ldefs-boot*.
10771
10772 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10773
10774 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10775 and email address at the beginning and end of the address.
10776
10777 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10778 anchored at the beginning of the email address.
10779
10780 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10781
10782 * international/ccl.el (ccl-compile-write): Pass `left' to
10783 ccl-embed-code to generate correct code of write-expr-register.
10784
10785 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10786
10787 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10788
10789 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10790
10791 * x-dnd.el: Mention support for Motif in commentary.
10792 (x-dnd-handle-drag-n-drop-event): Ditto.
10793
10794 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10795
10796 * ses.el: Use "ses--" prefixes for buffer-local variables.
10797 Use (point-min) instead of 1, even when we know the buffer
10798 is unnarrowed.
10799 (ses-build-load-map): Delete. Distribute its content to defconst's for
10800 the three maps.
10801 (ses-menu, ses-header-line-menu): New menus.
10802 (ses-mode-map): Use them.
10803 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10804
10805 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10806
10807 * Makefile.in: Fix the CC Mode recompile kludge so it works
10808 when building in a different directory.
10809
10810 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10811
10812 * simple.el (kill-new): Put yank-handler property on the entire string.
10813
10814 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * diff.el: Don't use compile any more, use diff-mode instead.
10817 (diff-regexp-alist, diff-old-file, diff-new-file)
10818 (diff-parse-differences, diff-process-setup): Remove.
10819 (diff-sentinel): New fun.
10820 (diff): Use it. Run the process ourselves.
10821 Use diff-mode for the rest of the processing.
10822
10823 * diff.el (diff): Simplify code handling `switch'.
10824
10825 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * pcvs-defs.el (cvs-menu): Add `tag'.
10828
10829 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10830
10831 * simple.el (kill-append): Doc fix.
10832
10833 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10834 Adapt outline-regexp to the new conventions for commenting out code.
10835
10836 2004-02-11 John Paul Wallington <jpw@gnu.org>
10837
10838 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10839
10840 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * diff.el (diff-switches): New fun.
10843 (diff, diff-backup): Use it.
10844 (diff): Clean up the args construction. Use backquote.
10845 Use listp instead of consp to avoid putting a nil arg.
10846 (diff): Add a revert-buffer function.
10847
10848 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10849
10850 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10851 handled by x-dnd-handle-file-name.
10852 (x-dnd-known-types): Add COMPOUND_TEXT.
10853 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10854 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10855 x-dnd-empty-state.
10856 (x-dnd-forget-drop): Ditto.
10857 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10858 (x-dnd-handle-one-url): Return private when inserting text.
10859 (x-dnd-insert-ctext): New function.
10860 (x-dnd-handle-file-name): New function for FILE_NAME.
10861 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10862 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10863 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10864
10865 2004-02-10 Kenichi Handa <handa@m17n.org>
10866
10867 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10868 instead of while loop.
10869
10870 2004-02-10 Miles Bader <miles@gnu.org>
10871
10872 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10873
10874 2004-02-09 Kenichi Handa <handa@m17n.org>
10875
10876 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10877 have end-of-line.
10878
10879 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10880
10881 * Makefile.in: Added extra dependencies in the recompile target
10882 needed to cope with the compile time macro expansions in CC Mode.
10883
10884 2004-02-09 Kim F. Storm <storm@cua.dk>
10885
10886 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10887 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10888 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10889 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10890 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10891 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10892 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10893 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10894 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10895 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10896 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10897
10898 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10901 Don't allow shrink if there's a window on our right.
10902
10903 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10904 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10905 Bring together declaration and initialization.
10906 (prolog-mode-variables): Don't set the syntax table.
10907 Don't set paragraph-start and comment-indent-function.
10908 Add /*..*/ to the comment regexps.
10909 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10910 (prolog-mode-map): Don't bind TAB.
10911 (prolog-mode): Set the syntax table.
10912 (prolog-comment-indent): Remove.
10913 (inferior-prolog-mode-map): Initialize in the declaration.
10914 (inferior-prolog-mode-syntax-table)
10915 (inferior-prolog-mode-abbrev-table): New vars.
10916 (inferior-prolog-mode): Derive from comint-mode.
10917 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10918 minibuffer windows.
10919
10920 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10921 in file names, as long as it is unabmiguous.
10922
10923 2004-02-08 Andreas Schwab <schwab@suse.de>
10924
10925 * textmodes/reftex-toc.el
10926 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10927 format. Doc fix.
10928
10929 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10930 format string arguments.
10931
10932 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10933 string argument.
10934
10935 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10936
10937 * play/zone.el (zone-call): Fix format string.
10938
10939 * net/webjump.el (webjump-builtin): Add missing format string argument.
10940
10941 * midnight.el (midnight-delay-set): Remove extra format string argument.
10942
10943 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10944
10945 * hexl.el (hexl-insert-char): Add missing format string argument.
10946
10947 * format.el (format-decode): Fix format string.
10948
10949 * emulation/vi.el (vi-mode): Remove extra format string argument.
10950 (vi-repeat-last-search): Likewise.
10951 (vi-reverse-last-search): Likewise.
10952 (vi-goto-mark): Likewise.
10953 (vi-reverse-last-find-char): Likewise.
10954 (vi-repeat-last-find-char): Likewise.
10955 (vi-locate-def): Likewise.
10956
10957 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10958
10959 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10960 string argument.
10961 (ediff-toggle-regexp-match): Likewise.
10962
10963 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10964 format string argument.
10965
10966 * calc/calc-map.el (calc-get-operator): Remove extra format
10967 string argument.
10968
10969 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10970
10971 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10972 string argument.
10973
10974 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10975
10976 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10977
10978 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10979
10980 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10981 (cl-struct-setf-expander): Likewise.
10982
10983 * vc.el (with-vc-file): Fix unsafe uses of error.
10984 (vc-cancel-version): Likewise.
10985
10986 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
10987
10988 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10989 thousands separator; fixes <class>:<line-number> regexp for
10990 non-english locales.
10991
10992 2004-02-08 Andreas Schwab <schwab@suse.de>
10993
10994 * view.el (view-mode-enable): Revert previous change.
10995
10996 2004-02-07 Kim F. Storm <storm@cua.dk>
10997
10998 * simple.el (line-number-at-pos): Rename from line-at-pos.
10999 Uses changed (what-line and vc-annotate-warp-version).
11000
11001 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11004 (diff-mode): Remove aborted attempt at support for compile.el.
11005 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11006
11007 2004-02-06 Andreas Schwab <schwab@suse.de>
11008
11009 * view.el (view-mode-enable): Add view-mode-map to
11010 minor-mode-overriding-map-alist.
11011
11012 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11013
11014 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11015
11016 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11019 with point inside rather than after the paragraph.
11020
11021 2004-02-04 Sam Steingold <sds@gnu.org>
11022
11023 * mail/smtpmail.el (smtpmail-try-auth-methods):
11024 Do not try authentication when no mechanism is available.
11025 Pass port-name as defaultport to `netrc-machine'.
11026
11027 2004-02-04 Stephen Eglen <stephen@gnu.org>
11028
11029 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11030 to show how minibuffer height can be constrained.
11031
11032 2004-02-04 John Paul Wallington <jpw@gnu.org>
11033
11034 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11035
11036 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11037
11038 * x-dnd.el: New file for drag and drop.
11039
11040 * term/x-win.el: require x-dnd, set after-make-frame-functions
11041 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11042 drag-n-drop event.
11043
11044 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11045 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11046 (dired-dnd-handle-file): New functions for drag and drop support.
11047 (dired-mode): Initialize drag and drop if x-dnd present.
11048
11049 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11052 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11053 (cperl-mode): Set fill-paragraph-function.
11054 (cperl-fill-paragraph): Make it non-interactive.
11055
11056 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
11057
11058 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11059
11060 2004-02-02 David Kastrup <dak@gnu.org>
11061
11062 * replace.el (perform-replace): Allow 'literal argument in
11063 regexp-flag to indicate literal replacement.
11064 (query-replace-regexp-eval): Use it.
11065
11066 2004-02-01 Andreas Schwab <schwab@suse.de>
11067
11068 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11069
11070 2004-02-01 Stephen Eglen <stephen@gnu.org>
11071
11072 * info-look.el: Add support for maxima-mode. Update commentary
11073 because info-lookup-symbol is now bound to C-h S.
11074
11075 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
11076
11077 * simple.el (edit-and-eval-command): Bind print-level and
11078 minibuffer-history-sexp-flag around call to read-from-minibuffer.
11079 Correct initial position in command-history.
11080
11081 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
11082
11083 * files.el (read-directory-name): Adapt the docstring to recent
11084 change in Fread_file_name.
11085
11086 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
11087
11088 * ses.el (ses-print-cell): If print format too wide for column
11089 width, truncate decimal places if that helps to avoid "#####" fill.
11090 * ses.el (ses-initial-column-width): Revert previous change.
11091
11092 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11095 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11096 Add edebug info.
11097 (jit-lock-mode): Setup/cancel the new timer.
11098 (jit-lock-context-fontify): New fun. Extracted from
11099 context fontification code of jit-lock-stealth-fontify.
11100 (jit-lock-stealth-fontify): Don't do context fontification any more.
11101
11102 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11103 (jit-lock-fontify-now): Handle the `quit' case.
11104 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11105
11106 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
11107
11108 * progmodes/executable.el (executable-command-find-posix-p):
11109 New. Check if find handles arguments Posix-style.
11110
11111 * progmodes/grep.el (grep-compute-defaults):
11112 Use executable-command-find-posix-p.
11113 (grep-find): Check `grep-find-command'.
11114
11115 * filecache.el (file-cache-find-posix-p): Delete.
11116 (file-cache-add-directory-using-find):
11117 Use `executable-command-find-posix-p'.
11118
11119 2004-01-29 Dave Love <fx@gnu.org>
11120
11121 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11122 Iterate the hook function if arg is given.
11123 (mark-defun, narrow-to-defun): Change order of finding the limits.
11124
11125 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11126 (byte-compile-format-warn): New.
11127 (byte-compile-callargs-warn): Use it.
11128 (Format, message, error): Add byte-compile-format-like property.
11129 (byte-compile-maybe-guarded): New.
11130 (byte-compile-if, byte-compile-cond): Use it.
11131 (byte-compile-lambda): Compile interactive forms,
11132 just to make warnings about them.
11133
11134 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
11135
11136 * ses.el (ses-initial-column-width): Increase to 14, so it will
11137 work well with the default printer of "%.7g" for extreme values
11138 like "-1.234567e+07".
11139
11140 2004-01-29 Kenichi Handa <handa@m17n.org>
11141
11142 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11143
11144 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
11145
11146 * dos-w32.el: Added support for the `default-printer-name' function.
11147
11148 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * server.el (server-socket-name): Don't use the hostname in the
11151 socket name since /tmp is local to the host anyway.
11152
11153 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11154 robust check of widening and fix var-naming.
11155
11156 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
11157
11158 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11159 or rmail-spam- to rsf- in all function and variable names.
11160 (rsf-min-region-to-spam-list): New variable.
11161 (rsf-bbdb-auto-delete-spam-entries): Rename from
11162 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
11163 scanned together with the recipients field for spam testing; Don't
11164 delete spam message if rmail-delete-after-output is non-nil;
11165 (rsf-check-field): New function, extracted from code in
11166 rmail-spam-filter to ease addition of header fields like
11167 content-type:;
11168 (message-content-type): New variable. The content-type: field was
11169 added also in defcustom of rsf-definitions-alist;
11170 (rmail-spam-filter): Replace repeated test code for header fields
11171 by calls to check-field; change the call to
11172 rmail-output-to-rmail-file such that rmail-current-message stays
11173 the same to avoid wrong deletion of unseen flags.
11174 (rmail-use-spam-filter): Add autoload cookie.
11175
11176 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
11177
11178 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
11179 (file-cache-add-directory-using-find): Add Cygwin support.
11180 (file-cache-find-command-posix-flag): New user variable.
11181
11182 * filecache.el (file-cache-add-directory): Check for
11183 directories an remove them from dir-files.
11184
11185 2004-01-27 Richard M. Stallman <rms@gnu.org>
11186
11187 * man.el (Man-fontify-manpage): Clean up message.
11188
11189 2004-01-27 Kenichi Handa <handa@m17n.org>
11190
11191 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11192 (sentence-end): Define using sentence-end-without-space.
11193
11194 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11195 a sentence ends with one of a character in sentence-end-without-space.
11196
11197 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * font-lock.el (font-lock): Add jit-lock as explicit group member.
11200 (jit-lock): Group declaration moved to jit-lock.el.
11201 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11202 when necessary.
11203
11204 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11205 (jit-lock-context-unfontify-pos): Rename from
11206 jit-lock-first-unfontify-pos.
11207 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11208
11209 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11210
11211 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11212 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11213 (fortran-fill): When filling a string, adjust re-search-backward
11214 argument for special case of string just on fill-column.
11215 When filling non-string, allow one extra char if
11216 fortran-break-before-delimiters is non-nil.
11217 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11218 Use fortran-break-delimiters-re and fortran-no-break-re to
11219 correctly handle cases such as "**".
11220
11221 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11222 (f90-no-break-re): Add some extra tokens. Doc fix.
11223
11224 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11225
11226 * mail/rmail-spam-filter.el:
11227 Use two semicolons as Commentary line prefix.
11228 Add ";;; Code:" stylized comment.
11229 Delete end-of-line whitespace.
11230 Wrap (require 'cl) with `eval-when-compile'.
11231
11232 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11233
11234 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11235 at the top level of vc.el.
11236
11237 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11238
11239 * vc.el (vc-current-line): Function removed. This is now done by
11240 the new function line-at-pos in simple.el.
11241 (vc-annotate-warp-version): Use line-at-pos instead of
11242 vc-current-line.
11243
11244 2004-01-22 Kim F. Storm <storm@cua.dk>
11245
11246 * simple.el (line-at-pos): New defun.
11247 (what-line): Use it. Optimize by only counting lines in narrowed
11248 region once.
11249
11250 2004-01-22 Kenichi Handa <handa@m17n.org>
11251
11252 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11253 point (register r1) only for charset mule-unicode-0100-24ff.
11254
11255 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11256
11257 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11258 trailing white space and ensure a final newline.
11259
11260 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11261 Add autoload cookie.
11262
11263 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11264
11265 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11266 activate view-mode explicitly.
11267
11268 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11269
11270 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11271 use clipboard first.
11272
11273 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11276 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11277 (vc-mcvs-cvs): Remove.
11278 (vc-mcvs-command): Remove use of assert.
11279
11280 * outline.el (outline-insert-heading): Tighten up match.
11281 (outline-demote, outline-move-subtree-down): Don't assume anything
11282 about outline-regexp.
11283
11284 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11285 (texinfo-show-structure): Explicitly add ^, and simplify.
11286
11287 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11288
11289 * calendar/appt.el (appt-check): Restore usage of
11290 appt-issue-message deleted in previous change.
11291 (top-level): Activate package when loaded (needed for backwards
11292 compatibility).
11293
11294 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11295
11296 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11297 following previous change to smtpmail-send-data.
11298
11299 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11300
11301 * vc.el (vc-default-previous-version): Doc enhancement.
11302 (vc-default-next-version): New function.
11303 (vc-print-log): New arg FOCUS-REV.
11304 (vc-annotate-mode): Derive from view-mode.
11305 (vc-annotate): New args REVISION, DISPLAY-MODE.
11306 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11307 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11308 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11309 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11310 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11311
11312 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11313
11314 2004-01-19 Karl Berry <karl@gnu.org>
11315
11316 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11317 or "TexInfo".
11318
11319 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11320
11321 * subr.el (delete-dups): New function.
11322
11323 2004-01-19 Karl Berry <karl@gnu.org>
11324
11325 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11326 with ^, since that's what texinfo-show-structure
11327 documentation says (plus it works much better in texinfo.txi).
11328
11329 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11330
11331 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11332
11333 2004-01-18 David Ponce <david@dponce.com> (tiny change)
11334
11335 * progmodes/which-func.el (which-function-mode): Don't cancel
11336 which-func-update-timer if not set.
11337
11338 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11339
11340 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11341 Remove spurious left square bracket in XX:XXam regexp.
11342
11343 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11344
11345 * progmodes/cc-defs.el: Do not require cl at run time.
11346
11347 2004-01-16 Richard M. Stallman <rms@gnu.org>
11348
11349 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11350 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11351
11352 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11353 Call rmail-spam-filter. Delete and expunge spam.
11354 Print number of spam messages deleted.
11355 Save and restore the deletion status of old messages when reading
11356 new mail with spam filter, so that expunging spam does not expunge
11357 msgs deleted by the user.
11358 (rmail-only-expunge): Add an optional argument dont-show to
11359 prevent showing message after expunge.
11360
11361 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11362
11363 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11364 * subr.el (declare): New macro.
11365
11366 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11367
11368 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11369
11370 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11373 Test window-system rather than system-type (for X11/Mac).
11374
11375 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11376
11377 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11378
11379 2004-01-12 Richard M. Stallman <rms@gnu.org>
11380
11381 * mail/rmail.el (rmail-convert-to-babyl-format):
11382 Use mail-unquote-printable-region.
11383 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11384 (rmail-hex-char-to-integer): Functions deleted.
11385
11386 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11387 (mail-unquote-printable-region): New arg NOERROR.
11388 For invalid encoding, either signal an error to just return nil.
11389
11390 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11391
11392 * calendar/appt.el: Update copyright and commentary.
11393 (appt-issue-message): Make obsolete.
11394 (appt-visible, appt-msg-window): Make obsolete, in favour of
11395 appt-display-format.
11396 (appt-display-mode-line, appt-display-duration)
11397 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11398 (appt-prev-comp-time, appt-display-count, appt-timer)
11399 (appt-convert-time): Doc change.
11400 (appt-disp-window-function, appt-delete-window-function):
11401 Use defcustom rather than defvar.
11402 (appt-display-format): New variable.
11403 (appt-display-message): New function with display code from appt-check.
11404 (appt-check): Add optional FORCE argument. Doc change.
11405 Add appt-make-list to diary-hook if displaying diary.
11406 Remove checking of view-diary-entries-initially.
11407 Message display section removed to new function appt-display-message.
11408 (appt-display-window): Doc change. Remove unused internal var
11409 this-buffer. Do not beep, since appt-display-message does that.
11410 (appt-make-list): Doc change. Use caar.
11411 (appt-sort-list): Simplify by using builtin sort function.
11412 (appt-update-list): New function for updating appts when diary is
11413 saved.
11414 (appt-activate): New autoloaded function to toggle package
11415 functionality.
11416
11417 * calendar/cal-x.el: (calendar-one-frame-setup)
11418 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11419
11420 * calendar/calendar.el: Update copyright.
11421 (view-diary-entries-initially, european-calendar-style): Doc change.
11422 (calendar-setup): Make defcustom rather than defvar.
11423 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11424 in let binding so local to function.
11425
11426 * calendar/diary-lib.el: Update copyright.
11427 (diary, diary-entry-time): Doc change.
11428 (list-diary-entries): Doc change. Trivial logic change.
11429 (fancy-diary-display): Restore make-face command mistakenly
11430 deleted 2003-05-08.
11431 (show-all-diary-entries): Allow to pop-up frame if needed.
11432
11433 2004-01-09 John Paul Wallington <jpw@gnu.org>
11434
11435 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11436 Temporarily select EVENT's window for changing eol type.
11437
11438 2004-01-09 Deepak Goel <deego@gnufans.org>
11439
11440 * calendar/diary-lib.el (diary-entry-time):
11441 Also accept time in the form XX[.XX][am/pm/AM/PM].
11442 (fancy-diary-font-lock-keywords): Likewise.
11443 (diary-font-lock-keywords): Likewise.
11444 * calendar/appt.el (appt-add): Likewise.
11445 (appt-make-list): Likewise.
11446 (appt-convert-time): Likewise.
11447
11448 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11449
11450 * gdb-ui.el (gdb-ann3): Revert previous change.
11451 (gdb-source-info): Allow for case of where compilation directory
11452 is not recorded.
11453
11454 2004-01-08 John Paul Wallington <jpw@gnu.org>
11455
11456 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11457
11458 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11459
11460 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11461
11462 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11463 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11464 problems.
11465 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11466
11467 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11468
11469 * files.el (write-file-functions, write-contents-functions):
11470 Clarify docstrings.
11471
11472 2004-01-07 Kenichi Handa <handa@m17n.org>
11473
11474 * international/mule.el (set-auto-coding): Fix for the case that
11475 end-of-line is only CR.
11476
11477 2004-01-07 Kim F. Storm <storm@cua.dk>
11478
11479 * subr.el (event-start, event-end): Doc fix.
11480 (posn-string, posn-image): New defuns.
11481 (posn-object): Return either image or string object.
11482 (posn-object-x-y): Return 8th element of position.
11483 (posn-object-width-height): New defun.
11484
11485 2004-01-06 Andreas Schwab <schwab@suse.de>
11486
11487 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11488 output.
11489
11490 2004-01-05 Karl Berry <karl@gnu.org>
11491
11492 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11493 / and *, too.
11494
11495 2003-12-31 Simon Josefsson <jas@extundo.com>
11496
11497 * files.el (before-save-hook): Add.
11498 (basic-save-buffer): Use before-save-hook.
11499
11500 * emacs-lisp/copyright.el: Fix comment to recommend
11501 before-save-hook instead of write-file-functions.
11502
11503 2004-01-05 Richard M. Stallman <rms@gnu.org>
11504
11505 * finder.el (finder-commentary): Call delete-other-windows.
11506
11507 * net/ange-ftp.el (ange-ftp-file-attributes):
11508 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11509
11510 2004-01-04 Karl Berry <karl@gnu.org>
11511
11512 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11513 comment characters % and # in the copyright year notice,
11514 as well as ;.
11515
11516 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11517
11518 * wid-edit.el (default): Define dummy :value-delete.
11519 Reported by Jesper Harder <harder@ifa.au.dk>.
11520
11521 2004-01-03 Richard M. Stallman <rms@gnu.org>
11522
11523 * progmodes/compile.el (compile-internal): Use point, not point-min,
11524 for set-window-point.
11525
11526 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11527
11528 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11529
11530 * progmodes/grep.el (grep-mode-map):
11531 Don't remap next-line, previous-line.
11532
11533 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11534
11535 * speedbar.el (speedbar-edit-line): Change regexp to position
11536 the cursor on the first character of this line's button.
11537
11538 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11539
11540 * subr.el (functionp): Doc fix.
11541
11542 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
11543
11544 * progmodes/idlwave.el (idlwave-make-tags):
11545 * textmodes/flyspell.el (flyspell-large-region):.
11546 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11547 * emulation/viper-util.el (viper-glob-unix-files):
11548 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11549 * man.el (Man-init-defvars):
11550 * jka-compr.el (jka-compr-call-process):
11551 * files.el (get-free-disk-space,insert-directory):
11552 * ediff-ptch.el (ediff-test-patch-utility):
11553 * ediff-diff.el (ediff-test-utility):
11554 * dired-aux.el (dired-check-process):
11555 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11556 test the return value of call-process, because it can be a string.
11557
11558 2003-12-31 John Paul Wallington <jpw@gnu.org>
11559
11560 * bindings.el (completion-ignored-extensions): Add .pfsl.
11561
11562 2003-12-31 Kim F. Storm <storm@cua.dk>
11563
11564 * ido.el (ido-nonreadable-directory-p): New defun to check for
11565 nonreadable directory without activating tramp (to avoid problems
11566 with checking incomplete tramp paths).
11567 (ido-set-current-directory, ido-file-internal)
11568 (ido-file-name-all-completions1): Use it.
11569
11570 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11571
11572 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11573 documentation if the anchor (or node) name is preceded by `info
11574 anchor' or `Info anchor' in addition to earlier `info node' and
11575 `Info node'.
11576 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11577
11578 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11579
11580 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11581 error in arguments to base64-decode-region. Remove ^M characters
11582 after decoding base64.
11583
11584 2003-12-30 Simon Josefsson <jas@extundo.com>
11585
11586 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11587 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11588 have only been distributed with Emacs for some years.
11589 (texinfo-mode-hook): Customize.
11590
11591 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11592
11593 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11594 cleaner (suggested by Richard Stallman).
11595
11596 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11597 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11598 file-name clashes on 8+3 DOS filesystems.
11599
11600 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11601 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11602 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11603 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11604 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11605 file-name clashes on 8+3 filesystems.
11606
11607 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11608 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11609 file-name clashes on 8+3 DOS filesystems.
11610
11611 2003-12-29 Richard M. Stallman <rms@gnu.org>
11612
11613 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11614 Upcase the character.
11615
11616 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11617 Search for header separator alone on a line, literally,
11618 and search for it backward, not forward.
11619 (flyspell-abbrev-table): Always use global-abbrev-table
11620 if there is no local one.
11621
11622 * progmodes/sh-script.el (sh-get-indent-info):
11623 Don't move point back if at bob.
11624
11625 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11626
11627 * play/handwrite.el (handwrite): Make the handwrite credit message
11628 a comment rather than an output command.
11629
11630 * obsolete/sc.el: Display message that this file is obsolete.
11631
11632 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11633
11634 * mail/rfc822.el (rfc822-address-start): Declare variable.
11635 Renamed from address-start. All uses changed.
11636
11637 * term.el (term-exec): Set up sentinel.
11638 (term-sentinel): New function.
11639 (term-handle-exit): New function.
11640
11641 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11642 Use assoc-string, and mark them obsolete.
11643 (delay-mode-hooks): Mark as permanent local.
11644
11645 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11646
11647 * register.el (copy-rectangle-to-register): Doc fix.
11648
11649 * info.el (Info-insert-dir): Use assoc-string.
11650
11651 * info-look.el (info-lookup): Use assoc-string.
11652
11653 * frame.el (pop-up-frame-function): Use quote, not `function'.
11654 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11655 copying with lists as coordinate values.
11656
11657 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11658
11659 * find-dired.el (kill-find): New command.
11660 (find-dired): Make buffer read-only.
11661 Set up a keymap with C-c C-k running kill-find.
11662 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11663
11664 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11665
11666 * filecache.el (file-cache-ignore-case): New variable.
11667 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11668
11669 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11670 (comint-dynamic-complete-as-filename): Rename local vars.
11671 (comint-dynamic-list-filename-completions): Likewise.
11672
11673 * comint.el (comint-dynamic-list-completions-config): New var.
11674 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11675
11676 * comint.el (comint-file-name-chars): Add [].
11677 (comint-word): Use skip-chars-backward, not search.
11678
11679 * shell.el (shell-file-name-chars): Add [].
11680
11681 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11682
11683 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11684
11685 * generic.el (define-generic-mode): Doc fix.
11686
11687 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11688
11689 * files.el (kill-some-buffers): Doc fix.
11690
11691 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
11692
11693 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11694 arg to send-invisible
11695 (send-invisible): Doc fix. The argument is now a prompt, not the
11696 string to send.
11697 (comint-read-noecho): Doc fix.
11698
11699 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11700
11701 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11702 "@", as required by some ISP hosting service. Fix defcustom
11703 argument syntax errors that prevented use of customization.
11704
11705 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11706
11707 * xml.el (xml-get-attribute-or-nil): Doc fix.
11708
11709 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11710
11711 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11712 write-file-hooks.
11713
11714 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
11715
11716 * autorevert.el (auto-revert-interval): Doc fix.
11717
11718 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11719
11720 * xml.el (xml-get-attribute-or-nil): New function, like
11721 xml-get-attribute, but returns nil if the attribute was not found.
11722 (xml-get-attribute): Convert to defsubst, uses
11723 xml-get-attribute-or-nil.
11724
11725 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11726
11727 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11728
11729 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11730
11731 * custom.el (custom-declare-theme): Use `value' when putting
11732 properties on `theme'.
11733
11734 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11735
11736 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11737 for each yank-handler segment.
11738 (insert-for-yank-1): New function, with the body of the previous
11739 insert-for-yank.
11740
11741 * textmodes/table.el (table-yank-handler): New defcustom.
11742 (table--put-cell-indicator-property): Put yank-handler property
11743 that indicates the yank handler for the table cell.
11744
11745 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11746
11747 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11748 set of keywords.
11749
11750 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11751
11752 * international/mule-cmds.el (reset-language-environment)
11753 (set-language-environment): Don't invoke fontset-related functions
11754 if fontset-list is not fboundp.
11755
11756 2003-12-29 Kenichi Handa <handa@m17n.org>
11757
11758 * international/mule-cmds.el (reset-language-environment):
11759 Call set-overriding-fontspec-internal with nil.
11760 (set-language-environment): Call set-overriding-fontspec-internal
11761 if the language environment specify `overriding-fontspec'.
11762 (language-info-alist): Doc added.
11763
11764 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11765 characters of mule-unicode-0100-24ff.
11766 (ccl-encode-windows-1251-font): New CCL program.
11767 ("Bulgarian"): Specify overriding-fontspec.
11768 ("Belarusian"): Likewise.
11769
11770 2003-12-28 Sam Steingold <sds@gnu.org>
11771
11772 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11773 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11774
11775 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11776
11777 * progmodes/gud.el (gud-gdb-command-name): Set default to
11778 "gdb --annotate=3".
11779 (gud-gdb-marker-filter): Look out for annotations.
11780 (gdb-first-pre-prompt): New variable.
11781 Remove trailing white space.
11782
11783 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11784 if necessary.
11785 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11786 annotations are detected.
11787 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11788 instead of a local one to allow transition from
11789 gud-gdb-marker-filter.
11790 Remove trailing white space.
11791
11792 2003-12-27 Kim F. Storm <storm@cua.dk>
11793
11794 * ido.el: Handle non-readable directories.
11795 (ido-decorations): Add 9th element for non-readable directory.
11796 (ido-directory-nonreadable): New dynamic var.
11797 (ido-set-current-directory): Set it.
11798 (ido-read-buffer, ido-file-internal):
11799 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11800 (ido-file-name-all-completions1): Return empty list for
11801 non-readable directory.
11802 (ido-exhibit): Print [Not readable] if directory is not readable.
11803 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11804 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11805 Use it.
11806
11807 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11808
11809 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11810 calls to directory-files-and-attributes and file-attributes.
11811 (ls-lisp-format): Remove system dependent handling of user and
11812 group id's.
11813
11814 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11815
11816 * ffap.el (ffap-read-file-or-url): Revert previous change.
11817
11818 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11819
11820 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11821 new list of included files called `files-with-node-lines', that
11822 only have node lines. This way @include commands can include any
11823 file, such as version and update files without node lines, not
11824 just files that are chapters.
11825
11826 2003-12-25 Andreas Schwab <schwab@suse.de>
11827
11828 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11829 file not found.
11830
11831 2003-12-08 Miles Bader <miles@gnu.org>
11832
11833 * dired.el (dired-between-files): Always use dired-move-to-filename,
11834 which is more robust in non-english locales.
11835
11836 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11837
11838 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11839
11840 2003-12-24 Andreas Schwab <schwab@suse.de>
11841
11842 * shell.el (shell-file-name-quote-list): Add backslash.
11843
11844 * comint.el (comint-quote-filename): Correctly handle backslash
11845 in comint-file-name-quote-list.
11846
11847 2003-12-24 Kenichi Handa <handa@m17n.org>
11848
11849 * international/mule-cmds.el (set-default-coding-systems):
11850 Call ucs-set-table-for-input for all buffers that don't have local
11851 value of buffer-file-coding-system.
11852
11853 * international/ucs-tables.el (ucs-set-table-for-input):
11854 If translation-table-for-encode is a symbol, get its
11855 translation-table property.
11856
11857 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11860 to `completing-read' on a recently fixed bug.
11861
11862 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11863 instead of SPACE, to get the list of possible fringe modes.
11864 SPACE only works if both `partial-completion-mode' and
11865 `completion-auto-help' are nil.
11866
11867 * complete.el (PC-is-complete-p): Delete.
11868 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11869 calls to `test-completion'.
11870
11871 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11872
11873 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11874 to edit values when there are no children.
11875
11876 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11877 a mode called "Assembler" already exists.
11878 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11879 (gud-watch): Use format option. Remove font properties from string.
11880 (gdb-var-create-handler, gdb-var-list-children-handler):
11881 Don't bother about properties as there are none.
11882 (gdb-var-create-handler, gdb-var-list-children-handler)
11883 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11884 with two arguments.
11885 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11886 Let speedbar show value changes with a different font.
11887 (gdb-edit-value): New defun.
11888 (gdb-clear-partial-output, gdb-clear-inferior-io)
11889 (def-gdb-auto-update-handler): Use erase-buffer.
11890 (gdb-frame-handler): Display watch expressions in
11891 FUNCTION::VARIABLE format if required.
11892
11893 2003-12-23 John Paul Wallington <jpw@gnu.org>
11894
11895 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11896 (Info-goto-emacs-command-node): Doc fixes.
11897
11898 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11899
11900 * cus-edit.el (custom-add-parent-links): Define "many".
11901
11902 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11903
11904 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11905 (widget-child-validate, widget-type-value-create)
11906 (widget-type-default-get, widget-type-match): New functions.
11907 (lazy): New widget.
11908 (menu-choice, checklist, radio-button-choice, editable-list)
11909 (group, documentation-string): Remove redundant (per 2003-10-25
11910 change) calls to `widget-children-value-delete'.
11911 (widget-choice-value-get, widget-choice-value-inline): Remove.
11912 (menu-choice): Update widget.
11913
11914 2003-12-03 Kenichi Handa <handa@m17n.org>
11915
11916 * language/cyrillic.el: Register "microsoft-cp1251" in
11917 ctext-non-standard-encodings-alist.
11918 ("Bulgarian"): Add ctext-non-standard-encodings.
11919 ("Belarusian"): Likewise.
11920
11921 * international/mule-conf.el (compound-text-with-extensions):
11922 Change the type to 2 (iso-2022 base).
11923
11924 * international/mule.el (ctext-non-standard-encodings-alist):
11925 Change the format.
11926 (ctext-non-standard-encodings): New variable.
11927 (ctext-post-read-conversion): Fully re-written.
11928 (ctext-non-standard-designations-alist): Delete it.
11929 (ctext-non-standard-encodings-table): New function.
11930 (ctext-pre-write-conversion): Fully re-written.
11931
11932 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11933
11934 * cus-edit.el (custom-add-parent-links): Add documentation links
11935 for parent, if the item has none of its own.
11936
11937 2003-11-30 Richard M. Stallman <rms@gnu.org>
11938
11939 * dired-aux.el (dired-do-query-replace-regexp):
11940 Report files visited read-only.
11941
11942 2003-11-30 Juri Linkov <juri@jurta.org>
11943
11944 * dired-aux.el (dired-compare-directories): New command.
11945 (dired-file-set-difference, dired-files-attributes): New functions.
11946
11947 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11948 Version 2.0.38 of Tramp released.
11949
11950 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11951 Charles Curley <charlescurley@charlescurley.com>.
11952 (tramp-multi-connection-function-alist): Add ssht entry which adds
11953 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11954 Aichner.
11955 (tramp-get-method-parameter): New function to retrieve a method
11956 parameter. This allows for omission of method parameters.
11957 Callers adjusted.
11958
11959 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11960
11961 * net/tramp.el: Add new optional parameter ID-FORMAT to
11962 `file-attributes'. Calls of `file-attributes' won't use this
11963 parameter for backward compatibility reasons.
11964 (tramp-perl-file-attributes): Add a new parameter to Perl script
11965 in order to handle uid/gid as strings, if desired.
11966 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11967 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11968 order to make the function more general.
11969 (tramp-handle-file-attributes): Replace proprietary optional
11970 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11971 (tramp-handle-file-attributes-with-perl): Handle parameter
11972 NONNUMERIC if set. This wasn't done in the past.
11973 (tramp-post-connection): Apply second parameter "$2" if
11974 `tramp-remote-perl' is called.
11975
11976 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11977 Correct cut'n'waste error (`filename' instead of `directory').
11978 (tramp-smb-handle-directory-files-and-attributes)
11979 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11980 introduced parameter ID-FORMAT.
11981 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11982 error (`directory' instead of `ldir').
11983
11984 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11985 `file-attributes' has a second parameter. If yes, apply it with
11986 value "'integer". Otherwise, don't use that parameter (default is
11987 integer format).
11988
11989 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11990
11991 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11992 (help-for-help): Add `C-h .' to the listed Help options.
11993 Remove trailing whitespace.
11994
11995 * help-at-pt.el: New file.
11996
11997 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11998
11999 * subr.el (noreturn, 1value): New macros for test coverage.
12000 See `testcover.el'.
12001
12002 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12003
12004 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12005 for macro `1value'.
12006 (testcover-1value): New function. Checks that a 1value form
12007 actually returns only one value. Requested by RMS.
12008
12009 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
12010
12011 * gdb-ui.el (gud-watch, gdb-var-create-handler)
12012 (gdb-var-list-children, gdb-var-list-children-handler)
12013 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12014 gdb commands that use mi to keep them out of the command history.
12015
12016 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12017
12018 * cus-start.el (all): Add use-file-dialog.
12019
12020 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12023
12024 2003-11-27 Kim F. Storm <storm@cua.dk>
12025
12026 * subr.el (posn-object-x-y): New defun.
12027
12028 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12031 Don't use `space' for \\\n.
12032 Be more selective as to which # are comment-starters.
12033
12034 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
12035
12036 * subr.el (number-sequence): Improve handling of floating point
12037 arguments (suggested by Kim Storm). Allow negative arguments.
12038
12039 2003-11-26 Kenichi Handa <handa@m17n.org>
12040
12041 * international/mule-cmds.el (standard-display-european-internal):
12042 Cancel the standard-display-table setting for ` and '.
12043
12044 2003-11-26 Kim F. Storm <storm@cua.dk>
12045
12046 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12047 New defcustoms to add ffap-like functionality to ido.
12048 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
12049 (ido-no-final-slash): New defun.
12050 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12051 (ido-read-file-name): ): Toggle VC checking via
12052 vc-handled-backends instead of vc-master-templates.
12053 (ido-file-internal): Handle ido-use-url-at-point and
12054 ido-use-filename-at-point via code borrowed from ffap-guesser.
12055 Handle new ido-exit code ffap.
12056 (ido-sort-list): Ignore final slash when sorting file names.
12057
12058 2003-11-25 Kim F. Storm <storm@cua.dk>
12059
12060 * emulation/cua-base.el (cua--standard-movement-commands):
12061 Add forward-sentence and backward-sentence.
12062
12063 2003-11-25 Stephen Eglen <stephen@gnu.org>
12064
12065 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12066 iswitchb-exit is set to 'usefirst when user selects buffer at head
12067 of list using RET. (Selecting buffers at the head of the list was
12068 broken if the substring was also a complete buffername.)
12069
12070 2003-11-23 Kim F. Storm <storm@cua.dk>
12071
12072 * progmodes/compile.el (grep-command, grep-use-null-device)
12073 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12074 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12075 (grep-regexp-alist, grep-program, find-program)
12076 (grep-find-use-xargs, grep-history, grep-find-history)
12077 (grep-process-setup, grep-compute-defaults)
12078 (grep-default-command, grep, grep-tag-default, grep-find)
12079 (grep-expand-command-macros, grep-tree-last-regexp)
12080 (grep-tree-last-files, grep-tree): Move grep variables, functions
12081 and commands to new file grep.el.
12082 (compilation-mode-map): Remove grep commands from Compile sub-menu.
12083 (compilation-process-setup-function): Doc fix.
12084 (compilation-highlight-regexp, compilation-highlight-overlay): New
12085 defvars used for highlighting current compile error in source buffer.
12086 (compile-internal): New optional args HIGHLIGHT-REGEXP and
12087 LOCAL-MAP which overrides compilation-highlight-regexp and
12088 compilation-mode-map for this compilation.
12089 Delay calling compilation-set-window-height until after running
12090 compilation-process-setup-function so it can buffer-local override
12091 compilation-window-height.
12092 Check buffer-local value of compilation-scroll-output.
12093 (compilation-set-window-height): Use buffer-local value of
12094 compilation-window-height.
12095 (compilation-revert-buffer): Don't pass (undefined)
12096 preserve-modes arg to revert-buffer.
12097 (next-error-no-select, previous-error-no-select): New commands.
12098 (compilation-goto-locus): Temporarily highlight current match in
12099 source buffer using compilation-highlight-regexp.
12100
12101 * progmodes/grep.el: New file with grep code from compile.el.
12102 (grep): New defcustom group.
12103 (grep-window-height): New defcustom, like compilation-window-height.
12104 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12105 (grep-scroll-output): New defcustom, like compilation-scroll-output.
12106 (grep-command, grep-use-null-device, grep-find-command)
12107 (grep-tree-files-aliases, grep-tree-ignore-case)
12108 (grep-tree-ignore-CVS-directories): Move to grep custom group.
12109 (grep-setup-hook): New hook variable.
12110 (grep-mode-map): New keymap for grep commands. Add Grep menu.
12111 (grep-last-buffer): New defvar, override compilation-last-buffer.
12112 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
12113 Call compile-internal with args highlight-regexp and grep-mode-map.
12114
12115 2003-11-23 Kim F. Storm <storm@cua.dk>
12116
12117 * subr.el (event-start, event-end): Doc fix.
12118 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12119 (posn-area, posn-actual-col-row, posn-object): New defuns.
12120 (posn-col-row): Simplify doc. Rewrite to use cond.
12121 (posn-point): Also return buffer position for events outside text
12122 area (that info is now present in the event position).
12123
12124 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12125 mouse-set-point so that hscroll still works now that clicks on
12126 fringes generate specific mouse events.
12127 (mouse-set-point): Note that it now works in fringes and margins
12128 too due to new semantics of posn-point in fringes and margins.
12129
12130 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12131 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12132
12133 2003-11-20 Kim F. Storm <storm@cua.dk>
12134
12135 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12136 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12137 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12138 to 100 for icons to avoid increasing line height when shown.
12139
12140 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12141
12142 * newcomment.el (comment-normalize-vars): Initialize properly if
12143 comment-start was nil.
12144
12145 2003-11-19 Andreas Schwab <schwab@suse.de>
12146
12147 * simple.el (set-variable): Fix indentation.
12148
12149 2003-11-17 Kenichi Handa <handa@m17n.org>
12150
12151 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12152 Fix docstring.
12153
12154 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12155
12156 * international/latin1-disp.el (latin1-display): Fix docstring.
12157
12158 2003-11-16 John Wiegley <johnw@newartisans.com>
12159
12160 * eshell/em-ls.el (eshell-ls-file): There are times with
12161 size-width is nil and uncomputed (when directories are created in
12162 dired, for example); in this case, 4 is reasonable default value,
12163 although it may caused skewed new entries (which could be avoided
12164 by returning the original value of 8 in all cases, but 99% of the
12165 time this is a waste of whitespace).
12166
12167 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12168
12169 * cc-engine.el (c-guess-continued-construct)
12170 (c-guess-basic-syntax): Check a little more carefully if it's a
12171 function declaration when an unknown construct followed by a block
12172 is found inside a statement context. This avoids macros followed
12173 by blocks to be taken as function declarations.
12174
12175 (c-guess-continued-construct): Change the analysis of a statement
12176 continuation with a brace open to `substatement-block', for
12177 consistency with recognized statements.
12178
12179 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12180 start is in a position so that `c-beginning-of-statement-1' jumped
12181 to the beginning of the same statement.
12182
12183 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12184 Don't accept binary operators in the arglist if we're in a function
12185 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
12186 template recognition in cases like "if (a < b || c > d)".
12187
12188 (c-restricted-<>-arglists): New more appropriate name for
12189 `c-disallow-comma-in-<>-arglists'.
12190
12191 Accessing functions updated for the variable name change.
12192
12193 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12194 match data could get clobbered if NOT-INSIDE-TOKEN is used.
12195
12196 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12197 labels.
12198
12199 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12200 instead of duplicating parts of it. This fixes bogus label
12201 recognition.
12202
12203 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12204 of checking the context in which to apply the minimum indentation,
12205 so that it isn't enforced in e.g. namespace blocks.
12206
12207 * cc-vars.el (c-inside-block-syms): New constant used by
12208 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
12209 to somewhat reduce the risk of becoming stale.
12210
12211 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12212 cc-cmds to cc-engine to allow use from cc-align.
12213
12214 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12215 qualified identifiers containing "::".
12216
12217 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12218 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12219
12220 * cc-vars.el (c-emacs-features): Use a space in front of the name
12221 of the temporary buffer. That also avoids dumping problems in
12222 XEmacs due to undo info being left around after the buffer is killed.
12223
12224 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12225 arglist to see if it's a K&R style declaration.
12226
12227 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12228 before returning `knr-argdecl-intro'.
12229
12230 2003-11-16 John Wiegley <johnw@newartisans.com>
12231
12232 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12233 field in a long-listing always 8 characters, use `size-width',
12234 which has already been computed.
12235
12236 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12237
12238 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12239
12240 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12241
12242 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12243 Support operation while narrowed, with `diff-restrict-view'.
12244
12245 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12246
12247 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12248 Take additional optional arg NARROWFUN. For the generated functions:
12249 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12250 include frags that arrange to check for and save narrowing state before
12251 the move and then conditionally call NARROWFUN after the move.
12252
12253 2003-11-14 John Wiegley <johnw@newartisans.com>
12254
12255 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12256 that was optional, but obviously missing based on surrounding code.
12257
12258 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12259 string arguments to numbers unless the whole argument was seen as
12260 a number.
12261
12262 2003-11-14 Kenichi Handa <handa@m17n.org>
12263
12264 * international/mule.el (ctext-non-standard-encodings-alist):
12265 Fix coding systems.
12266
12267 2003-11-10 Kenichi Handa <handa@m17n.org>
12268
12269 * language/kannada.el ("Kannada"): Add sample-text.
12270
12271 * language/knd-util.el (kannada-compose-region)
12272 (kannada-compose-string, kannada-post-read-conversion):
12273 Add autoload cookie.
12274
12275 * international/quail.el (quail-completion): Change the message
12276 "corresponding translations" to "corresponding characters".
12277
12278 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12279
12280 * descr-text.el (describe-char): Fix typo.
12281
12282 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12283
12284 These changes are to support Kannada language/script.
12285
12286 * Makefile.in (DONTCOMPILE): Add kannada.el.
12287
12288 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12289
12290 * loadup.el: Preload kannada.el.
12291
12292 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12293 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12294 New variables.
12295
12296 * language/kannada.el: New file.
12297
12298 * language/knd-util.el: New file.
12299
12300 2003-11-07 Andreas Schwab <schwab@suse.de>
12301
12302 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12303 Also highlight AH_*.
12304
12305 * xml.el (xml-parse-dtd): Fix misplaced paren.
12306
12307 2003-11-07 Kenichi Handa <handa@m17n.org>
12308
12309 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12310
12311 2003-11-05 Juri Linkov <juri@jurta.org>
12312
12313 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12314 (desktop-buffer-file): Use saved buffer-file-coding-system
12315 for file reading. Set auto-insert to nil to prevent automatic
12316 insertion into restored empty files.
12317
12318 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * files.el (risky-local-variable-p): Make second argument optional.
12321
12322 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * subr.el (add-hook): Fix last change.
12325
12326 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12327
12328 * mail/rmail.el (rmail-convert-to-babyl-format):
12329 If base64-decode-region signals an error, catch it and silently
12330 ignore it.
12331
12332 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12333
12334 * xml.el (xml-parse-region): Allow comments to appear after the
12335 topmost element has closed.
12336 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12337 (xml-ns-expand-attr): New functions to do namespace handling.
12338 (xml-intern-attrlist): Back-compatible handling of attribute names.
12339 (xml-parse-tag): Move namespace handling to separate functions.
12340 Now produces elements in the form ((:ns . "element") (attr-list)
12341 children) instead of ('ns:element (attr-list) children).
12342 (xml-parse-attlist): Fix attribute parsing.
12343 (xml-parse-dtd): Change parsing so that it produces strings
12344 instead of interned symbols.
12345
12346 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
12347
12348 * dired.el (dired-ls-sorting-switches): Doc fix.
12349
12350 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12351
12352 * emacs-lisp/rx.el (rx-or): Fix the case of
12353 "(rx (and ?a (or ?b ?c) ?d))".
12354
12355 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12356
12357 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12358 (texinfo-format-region): Use it.
12359 (texinfo-format-buffer-1): Ditto.
12360
12361 2003-11-01 Alan Mackenzie <acm@muc.de>
12362
12363 Changes to allow scrolling whilst in isearch mode:
12364 * isearch.el (isearch-unread-key-sequence): New function,
12365 extracted from isearch-other-meta-char.
12366 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12367 "scrollable" standard functions.
12368 (isearch-allow-scroll): New customizable variable.
12369 (isearch-string-out-of-window, isearch-back-into-window)
12370 (isearch-reread-key-sequence-naturally)
12371 (isearch-lookup-scroll-key): New functions.
12372 (isearch-other-meta-char): Doc string and functionality enhanced.
12373 Now accepts a prefix argument.
12374 (isearch-lazy-highlight-window-end): New variable.
12375 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12376 end (thru isearch-lazy-highlight-window-end), not only its start.
12377
12378 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12379 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12380 (universal-argument, universal-argument-more, negative-argument)
12381 (digit-argument, universal-argument-other-key): Minor changes.
12382
12383 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12384
12385 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12386 recursively if the last message is deleted, thus avoiding an
12387 infinite loop.
12388
12389 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12392 (tex-main-file): Don't add .tex if the extension is already present.
12393 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12394
12395 2003-10-29 Lute Kamstra <lute@gnu.org>
12396
12397 * progmodes/octave-inf.el (inferior-octave-prompt):
12398 Recognize version number in prompt.
12399
12400 2003-10-28 Dave Love <fx@gnu.org>
12401
12402 * international/characters.el: Fix some Unicode ranges.
12403
12404 2003-10-28 Kenichi Handa <handa@m17n.org>
12405
12406 * disp-table.el (standard-display-8bit)
12407 (standard-display-default, standard-display-ascii)
12408 (standard-display-g1, standard-display-graphic)
12409 (standard-display-underline): Assure that standard-display-table
12410 is a display table.
12411
12412 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12415 reindenting the first line.
12416
12417 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12418
12419 * wid-edit.el (widget-default-delete): Always delete child widgets.
12420
12421 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12424 if the line has code.
12425 Don't try to line up with something that's too far left.
12426
12427 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12428 (octave-mode-syntax-table): Add % as a comment starter.
12429 (octave-point): Remove.
12430 (octave-in-comment-p, octave-in-string-p)
12431 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12432 (octave-blink-matching-block-open, octave-auto-fill):
12433 Use line-(beginning|end)-position instead.
12434
12435 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
12436
12437 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12438 for Francesco Potort\e,Al\e(B.
12439
12440 2003-10-23 Dave Love <fx@gnu.org>
12441
12442 * international/mule-cmds.el (locale-charset-to-coding-system):
12443 Don't rely on nil being a coding system.
12444
12445 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12446 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12447 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12448
12449 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12450
12451 * gdb-ui.el (gdb-current-language): New variable.
12452 (gdb-update-flag): Remove variable.
12453 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12454 (gdb-take-last-elt): Remove function.
12455 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12456 (gdb-post-prompt): Check for variable object changes here.
12457
12458 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12459 object changes in gdb-ui.el.
12460
12461 2003-10-21 Richard M. Stallman <rms@gnu.org>
12462
12463 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12464
12465 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12466 Don't check for foo*/ wildcard form here.
12467 (insert-directory): Recognize foo*/ as a wildcard.
12468 Separate wildcard-regexp variable from the arg, wildcard.
12469
12470 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12471 (remove-hook): Correctly handle strange cases about local hooks.
12472
12473 2003-10-21 David Ponce <david@dponce.com>
12474
12475 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12476 argument REAL, to return a real number instead of a rounded
12477 integer value. Define as inline function.
12478 (ruler-mode-right-fringe-cols): Likewise.
12479 (ruler-mode-scroll-bar-cols): New function.
12480 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12481 (ruler-mode-right-scroll-bar-cols): Likewise.
12482 (ruler-mode-space): New function.
12483 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12484 scroll bar mode and margins in a more robust way.
12485
12486 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12487
12488 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12489 (antlr-c-init-language-vars): New function.
12490 (antlr-mode): Use it with cc-mode before v5.29.
12491 (antlr-c-common-init): Don't set some local vars here.
12492 (antlr-mode): Set them here.
12493 (antlr-c-forward-sws): New function alias.
12494 (antlr-mode): Redefine with cc-mode before v5.30.
12495 (antlr-skip-sexps): Use it.
12496 (antlr-skip-exception-part): Ditto.
12497 (antlr-skip-file-prelude): Ditto.
12498 (antlr-outside-rule-p): Ditto.
12499 (antlr-end-of-body): Ditto.
12500 (antlr-option-kind): Ditto.
12501 (antlr-insert-option-area): Ditto.
12502 (antlr-file-dependencies): Ditto.
12503
12504 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12505
12506 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12507 Move backward only if point was not inside an entry.
12508
12509 2003-10-21 Richard M. Stallman <rms@gnu.org>
12510
12511 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12512
12513 2003-10-21 Juri Linkov <juri@jurta.org>
12514
12515 * compare-w.el: Automatically skip non-matching text to resync.
12516 (compare-windows-whitespace): Doc fix.
12517 (compare-windows-sync, compare-windows-sync-string-size)
12518 (compare-windows-recenter, compare-ignore-whitespace)
12519 (compare-windows-highlight, compare-windows-face): New variables.
12520 (compare-windows): Use compare-windows-sync.
12521 (compare-windows-highlight, compare-windows-dehighlight)
12522 (compare-windows-sync-regexp)
12523 (compare-windows-sync-default-function): New functions.
12524
12525 2003-10-21 Juri Linkov <juri@jurta.org>
12526
12527 * diff.el (diff-parse-differences): Don't visit the files now;
12528 instead, just record the error locus.
12529
12530 2003-10-21 Dave Love <fx@gnu.org>
12531
12532 * progmodes/cfengine.el: New file.
12533
12534 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12537 default-directory when completing file names.
12538
12539 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12540
12541 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12542 followed by the word `face', it gets treated as a face, even if
12543 it is also defined as a variable or a function.
12544
12545 2003-10-20 Dave Love <fx@gnu.org>
12546
12547 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12548 Avoid incf in macro expansion.
12549
12550 2003-10-20 John Paul Wallington <jpw@gnu.org>
12551
12552 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12553 `evenp' so we don't implicitly require cl library at runtime.
12554
12555 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12556
12557 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12558 (help-make-xrefs): Only make cross-references for faces if
12559 preceded or followed by the word `face'. Do not make a
12560 cross-reference for variables without variable documentation,
12561 unless preceded by the word `variable' or `option'. Update doc
12562 string accordingly.
12563
12564 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12565
12566 * progmodes/hideshow.el: Rewrite one-armed `if'
12567 constructs using either `when' or `unless'.
12568 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12569
12570 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12571
12572 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12573 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12574 instead of 12x12.
12575
12576 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12577
12578 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12579 message while converting to Babyl.
12580
12581 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12582
12583 * allout.el (allout-mode): Doc fix.
12584
12585 2003-10-16 Lute Kamstra <lute@gnu.org>
12586
12587 * subr.el (force-mode-line-update): Fix docstring.
12588
12589 2003-10-14 Dave Love <fx@gnu.org>
12590
12591 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12592 (default-input-method): Add :link, improve :type.
12593 (locale-charset-language-names): Fix utf-8 pattern.
12594 (locale-charset-match-p, locale-charset-alist)
12595 (locale-charset-to-coding-system): New.
12596 (set-locale-environment): Deal with codeset part of locale specs.
12597
12598 2003-10-14 Lute Kamstra <lute@gnu.org>
12599
12600 * fringe.el (fringe-mode): Use active voice in docstring.
12601 (set-fringe-style): Ditto.
12602
12603 2003-10-13 Lute Kamstra <lute@gnu.org>
12604
12605 * fringe.el (fringe-mode): Fix docstring.
12606 (set-fringe-style): Ditto.
12607
12608 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12609
12610 * ediff-mult.el (ediff-filegroup-action):
12611 Use ediff-default-filtering-regexp.
12612
12613 * ediff-util.el (ediff-recenter): Don't call
12614 ediff-restore-highlighting twice.
12615 (ediff-select-difference): Set current difference.
12616 (ediff-unselect-and-select-difference): Add comment.
12617
12618 * ediff.el (ediff-directories,ediff-directory-revisions)
12619 (ediff-directories3,ediff-merge-directories)
12620 (ediff-merge-directories-with-ancestor)
12621 (ediff-merge-directory-revisions)
12622 (ediff-merge-directory-revisions-with-ancestor):
12623 Use ediff-default-filtering-regexp.
12624
12625 2003-10-12 Andreas Schwab <schwab@suse.de>
12626
12627 * international/mule-cmds.el (locale-charset-language-names):
12628 Simplify regex by removing unused grouping.
12629
12630 2003-10-10 Dave Love <fx@gnu.org>
12631
12632 * bindings.el: Don't bind stop.
12633
12634 2003-10-08 Miles Bader <miles@gnu.org>
12635
12636 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12637 face instead of attempting to emulate it.
12638
12639 2003-10-07 Kenichi Handa <handa@m17n.org>
12640
12641 * international/mule-diag.el (list-coding-systems-1): List coding
12642 systems that are loaded automatically.
12643
12644 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12645
12646 * international/mule.el (autoload-coding-system): New function.
12647
12648 2003-10-07 Andreas Schwab <schwab@suse.de>
12649
12650 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12651 change-log-default-name in the buffer visiting the file.
12652
12653 2003-10-06 Dave Love <fx@gnu.org>
12654
12655 * files.el (find-file-hook): Customize.
12656 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12657
12658 * bindings.el (completion-ignored-extensions): Remove .log.
12659 (global-map): Add again, open, stop keys.
12660
12661 2003-10-05 Richard M. Stallman <rms@gnu.org>
12662
12663 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12664 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12665 Use sh-modify directly.
12666 (sh-select): Use sh-append, not eval.
12667
12668 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12669
12670 * info.el (Info-following-node-name): New function.
12671
12672 * loadhist.el (unload-feature-special-hooks):
12673 Rename from loadhist-hook-functions.
12674 (loadhist-hook-functions): Now an alias.
12675
12676 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12677
12678 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12679 file-name clashes on 8+3 filesystems.
12680
12681 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12682 Rename loaddefs-boot.el to ldefs-boot.el
12683
12684 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12685 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12686
12687 2003-10-03 Lute Kamstra <lute@gnu.org>
12688
12689 * info.el (Info-mode): Revert previous change.
12690 (Info-escape-percent): New function.
12691 (Info-fontify-node): Use it.
12692
12693 2003-10-02 Andreas Schwab <schwab@suse.de>
12694
12695 * loaddefs-boot.el: Regenerated.
12696
12697 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12698
12699 * ffap.el: Remove defadvice related code from CVS since `complete'
12700 provides a `PC-completion-as-file-name-predicate' variable that
12701 ffap can override.
12702
12703 2003-10-02 Kenichi Handa <handa@m17n.org>
12704
12705 * international/utf-8.el (ccl-decode-mule-utf-8):
12706 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12707
12708 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12709 * international/subst-big5.el: Likewise.
12710 * international/subst-gb2312.el: Likewise.
12711 * international/subst-ksc.el: Likewise.
12712
12713 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12714
12715 * calendar/calendar.el (increment-calendar-month)
12716 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12717 (generate-calendar, calendar-read-date, calendar-interval)
12718 (calendar-day-of-week): Handle years BC.
12719 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12720
12721 2003-10-01 Dave Love <fx@gnu.org>
12722
12723 * language/cyrillic.el (cp1251): Alias for windows-1251.
12724
12725 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12726 bootstrap.
12727
12728 2003-10-01 Lute Kamstra <lute@gnu.org>
12729
12730 * files.el: Fix typo.
12731 * imenu.el (imenu--generic-function): Docstring fix.
12732
12733 2003-09-30 Richard M. Stallman <rms@gnu.org>
12734
12735 * dired.el (dired-mode): Handle dired-directory as a list.
12736
12737 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12738
12739 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12740
12741 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12742
12743 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12744 Replace gud-display with gud-watch.
12745 (gud-speedbar-buttons): Add stuff for watching expressions
12746 in the speedbar when using M-x gdba. Use dolist on old part
12747 of this function.
12748
12749 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12750 (gdb-update-flag): New variables.
12751 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12752 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12753 (gud-watch, gdb-var-create-handler) : New functions.
12754 (gdb-var-list-children, gdb-var-list-children-handler)
12755 (gdb-var-create-regexp, gdb-var-update-regexp)
12756 (gdb-var-list-children-regexp): New constants.
12757 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12758 (gdb-annotation-rules): Reduce annotation set (level 3).
12759 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12760 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12761 updates.
12762 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12763 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12764 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12765 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12766 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12767 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12768 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12769 (gud-display, gud-display1)
12770 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12771 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12772 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12773 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12774 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12775 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12776 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12777 (gdb-display-display-buffer, gdb-toggle-display)
12778 (gdb-delete-display, gdb-expressions-popup-menu)
12779 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12780 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12781 to display buffer.
12782
12783 2003-09-30 Richard M. Stallman <rms@gnu.org>
12784
12785 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12786 Instead, set which-func-functions.
12787
12788 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12789 (which-func-functions): New variable.
12790 (which-function): Use that.
12791
12792 * info.el (Info-mode): Double each `%' in header line.
12793
12794 * emacs-lisp/lisp-mnt.el (lm-with-file):
12795 When FILE is nil, run BODY in current buffer.
12796
12797 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12798
12799 * help.el (describe-mode): Start with a brief list of minor modes.
12800 Find them thru minor-mode-list so as to find them all.
12801 Show them in alphabetical order.
12802
12803 * mail/sendmail.el (mail-aliases): Doc fix.
12804
12805 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12806
12807 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12808
12809 * mail/rmailsum.el (rmail-make-summary-line-1):
12810 Change comma after last label to a space.
12811 (rmail-summary-font-lock-keywords): Adapt to that change.
12812
12813 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12814
12815 * progmodes/scheme.el (scheme-mode-variables): When setting
12816 `font-lock-defaults', also specify that "#" should
12817 be interpreted with `word' syntax.
12818 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12819
12820 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12821
12822 * desktop.el: A lot of comments updated.
12823 (desktop-save-mode): Minor mode introduced.
12824 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12825 (desktop-load-default): Function made obsolete.
12826 (desktop-locals-to-save): Variable made customizable.
12827 (desktop-read): Optional parameter `dirname' added.
12828 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12829 `desktop-read' used.
12830 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12831
12832 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12833
12834 * whitespace.el (whitespace-clean-msg): Add user customizable message
12835 for displaying ``clean'' output.
12836 (whitespace-buffer): Use `whitespace-clean-msg'.
12837 (whitespace-global-mode): Fix typo.
12838
12839 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12840
12841 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12842
12843 2003-09-29 Lute Kamstra <lute@gnu.org>
12844
12845 * bindings.el (mode-line-modes): Remove superfluous :propertize
12846 construct in initialization.
12847 (mode-line-position): Change cons cell into proper list in
12848 initialization.
12849
12850 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12851
12852 * international/mule.el (decode-coding-inserted-region): Use car
12853 of the return value of find-operation-coding-system.
12854
12855 2003-09-29 Kenichi Handa <handa@m17n.org>
12856
12857 * descr-text.el (describe-char): Fix previous change.
12858
12859 2003-09-28 Kenichi Handa <handa@m17n.org>
12860
12861 * descr-text.el (describe-char-display): New function.
12862 (describe-char): Pay attention to display table on describing how
12863 a character is displayed.
12864
12865 * international/mule-cmds.el (encoded-string-description):
12866 Prepend "0x" to each encoded byte.
12867
12868 2003-09-28 Andreas Schwab <schwab@suse.de>
12869
12870 * find-file.el (ff-special-constructs): Add autoload cookie.
12871
12872 2003-09-28 Kevin Ryde <user42@zip.com.au>
12873
12874 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12875 makeinfo appends to duplicate index entries.
12876
12877 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12878
12879 * dired-x.el (dired-clean-tex): Doc fix.
12880
12881 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12882 using a Chinese tutorial.
12883
12884 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12885
12886 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12887 between "MAIL FROM:" and "RCPT TO:" and the following address.
12888
12889 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12890
12891 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12892
12893 2003-09-28 David Ponce <david@dponce.com>
12894
12895 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12896 (recentf-load-list): When `recentf-initialize-file-name-history'
12897 is non-nil, initialize an empty `file-name-history' with the
12898 recent list.
12899
12900 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12901
12902 * man.el (Man-default-man-entry): Remove the leading `*' from the
12903 word at point.
12904
12905 2003-09-26 Lute Kamstra <lute@gnu.org>
12906
12907 * bindings.el (mode-line-position): Mention size indication in
12908 docstring.
12909
12910 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12911
12912 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12913
12914 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12915 because it's autoloaded now.
12916
12917 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12918
12919 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12920 (sh-font-lock-keywords, sh-feature): Fix previous change of
12921 sh-feature to avoid infloop with sh-font-lock-keywords.
12922
12923 2003-09-25 Kim F. Storm <storm@cua.dk>
12924
12925 * frame.el (frame-current-scroll-bars): New defun.
12926
12927 * window.el (window-current-scroll-bars): New defun.
12928
12929 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12930
12931 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12932 cause errors when the state cache contains info on parts that have
12933 been narrowed out.
12934
12935 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12936
12937 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12938 `c-setup-paragraph-variables' has to be used when this variable is
12939 changed; it doesn't work to reinitialize the mode since that
12940 typically clobbers the variable.
12941
12942 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12943 Make it interactive.
12944
12945 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12946
12947 * progmodes/cc-fonts.el (c-font-lock-declarations):
12948 Fix recognition of constructors and destructors for classes whose
12949 names are matched by `*-font-lock-extra-types'.
12950
12951 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12952 followed by an identifier in C++ then it's a type.
12953
12954 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12955
12956 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12957 problem that primarily affected XEmacs. Don't use faces to find
12958 unterminated strings since Emacs and XEmacs fontify strings
12959 differently - this function should now work better in XEmacs.
12960
12961 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12962
12963 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12964 `expand-abbrev' workaround which caused braces to misbehave inside
12965 macros.
12966
12967 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12968 handling. This bug could cause interactive font locking to bail out.
12969
12970 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12971
12972 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12973 Handle paren-style types in Pike. Also fixed some cases of
12974 insufficient handling of unbalanced parens.
12975
12976 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12977
12978 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12979 common shell prompts that are not common filename or URL characters.
12980 (ffap-file-at-point): Use the new regexp to strip the prompts from
12981 the file names. This is an issue mostly for user prompts that
12982 don't have a trailing space and find-file-at-point is invoked from
12983 within a shell inside Emacs.
12984
12985 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12986
12987 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12988 stamps numerically, rather than textually.
12989
12990 2003-09-24 Kenichi Handa <handa@m17n.org>
12991
12992 * language/devan-util.el (devanagari-post-read-conversion):
12993 * language/mlm-util.el (malayalam-post-read-conversion):
12994 * language/tml-util.el (tamil-post-read-conversion):
12995 Add autoload cookie.
12996
12997 * international/utf-8.el (utf-8-post-read-conversion):
12998 Call post-read-conversion functions for Devanagari, Malayalam,
12999 and Tamil.
13000
13001 2003-09-23 Dave Love <fx@gnu.org>
13002
13003 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13004
13005 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
13006
13007 * progmodes/gud.el (perldb): Add gud-until to list of commands.
13008 Update gud-remove.
13009
13010 2003-09-22 Richard M. Stallman <rms@gnu.org>
13011
13012 * progmodes/sh-script.el (sh-mode-default-syntax-table):
13013 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
13014 (sh-mode-syntax-table-input): New variable.
13015 (sh-require-final-newline): Don't use eval.
13016 (sh-builtins, sh-leading-keywords, sh-other-keywords)
13017 (sh-variables, sh-font-lock-keywords): Don't use eval.
13018 (sh-set-shell): When setting require-final-newline,
13019 treat value = `require-final-newline' as don't change it.
13020 Set sh-mode-syntax-table locally based on
13021 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13022
13023 * progmodes/compile.el (compile-internal):
13024 Call compilation-set-window-height before setting window start.
13025
13026 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
13027
13028 * emacs-lisp/bytecomp.el (byte-compile-log-file):
13029 Clear out byte-compile-last-warned-form.
13030
13031 2003-09-22 Richard M. Stallman <rms@gnu.org>
13032
13033 * woman.el (woman-file-name, woman-follow-word):
13034 If current-word returns nil, use "".
13035
13036 * simple.el (eval-expression): Bind standard-output in to-buffer case.
13037
13038 2003-09-22 Richard M. Stallman <rms@gnu.org>
13039
13040 * emacs-lisp/lisp-mnt.el (lm-with-file):
13041 Don't visit the file, just use insert-file-contents in temp buffer.
13042
13043 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
13044
13045 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13046 Add surrounding \\( and \\) around the header, as in
13047 for lm-history-header 'Change Log\\|History'.
13048
13049 2003-09-22 John Paul Wallington <jpw@gnu.org>
13050
13051 * progmodes/ld-script.el: Add Commentary section,
13052 minor cleanup of file header.
13053 (ld-script-font-lock-keywords): Doc fix.
13054 (toplevel): Provide `ld-script' feature.
13055
13056 2003-09-21 Kim F. Storm <storm@cua.dk>
13057
13058 * scroll-bar.el (set-scroll-bar-mode): Initialize to
13059 new built-in variable default-frame-scroll-bars.
13060 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13061 scroll-bar-mode; notably, use it instead of t when we toggle
13062 scroll-bars on.
13063 (toggle-scroll-bar): Use default-frame-scroll-bars.
13064
13065 2003-09-19 Masatake YAMATO <jet@gyve.org>
13066
13067 * pcvs.el (cvs-do-removal): Change the prompt depending on
13068 `filter' value.
13069
13070 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13071
13072 * startup.el (command-line-1): Stop startup-echo-area-message
13073 being hidden by "Loading image..." message.
13074 (use-fancy-splash-screens-p, display-splash-screen):
13075 Move display-graphic-p test from latter to former.
13076
13077 * progmodes/sh-script.el (sh-font-lock-keywords):
13078 Highlight escaped EOLs differently from other backslash constructs.
13079
13080 2003-09-19 Richard M. Stallman <rms@gnu.org>
13081
13082 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13083 New functions.
13084 (edebug-enter, edebug-outside-excursion): Use them.
13085
13086 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13087 Fix the condition for whether to print "In WHERE".
13088
13089 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
13090
13091 * finder.el (finder-mode-hook): New variable.
13092 (finder-mode): Run hook finder-mode-hook
13093
13094 2003-09-18 Masatake YAMATO <jet@gyve.org>
13095
13096 * progmodes/ebrowse.el: Fix broken magic autoload comments.
13097
13098 2003-09-17 Mario Lang <mlang@delysid.org>
13099
13100 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13101 "p %e" to actually print the value in the GUD buffer.
13102
13103 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
13104
13105 From David Ponce <david.ponce@wanadoo.fr>:
13106 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13107 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13108 from loaddefs-boot.el if necessary.
13109
13110 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
13111
13112 * progmodes/gud.el (gud-find-class): Make jdb work again since
13113 cc-mode changed the syntactic information.
13114
13115 2003-09-15 David Ponce <david@dponce.com>
13116
13117 * recentf.el: (recentf-exclude): Accept predicates too.
13118 (recentf-file-readable-p): New function.
13119 (recentf-include-p): Handle predicates in recentf-exclude.
13120 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
13121 (recentf-cleanup): Likewise.
13122 (recentf-save-list): Use write-file to handle backup of
13123 recentf-save-file.
13124
13125 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
13126
13127 * loaddefs-boot.el: Renamed from `loaddefs.el'
13128 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13129 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13130 necessary.
13131
13132 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
13133
13134 * electric.el (Electric-pop-up-window): For the `one-window' case,
13135 no longer disconcertingly move point in the original buffer.
13136
13137 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13140
13141 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
13142
13143 * dired.el (dired-mode-map): Fix typo.
13144
13145 2003-09-11 Richard M. Stallman <rms@gnu.org>
13146
13147 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13148
13149 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13150
13151 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13152 the function is less noisy. Now only `kill-buffer' can ask questions.
13153
13154 2003-09-10 Mario Lang <mlang@delysid.org>
13155
13156 * battery.el: Update Commentary and Copyright.
13157 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13158 appear due to wrong ordering of the expressions in `or'.
13159
13160 2003-09-09 Lute Kamstra <lute@gnu.org>
13161
13162 * misc.el (upcase-char): Fix docstring.
13163 (zap-up-to-char): New command.
13164
13165 2003-09-08 David Ponce <david@dponce.com>
13166
13167 Ensure that recentf correctly updates the menu bar.
13168 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13169 (recentf-menu-bar): New function.
13170 (recentf-clear-data): Use it
13171 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
13172 of easy-menu-change.
13173
13174 2003-09-08 Lute Kamstra <lute@gnu.org>
13175
13176 * simple.el (size-indication-mode): New.
13177 * bindings.el (mode-line-position): Add buffer size indicator.
13178
13179 2003-09-04 Mario Lang <mlang@delysid.org>
13180
13181 * battery.el (battery-linux-proc-acpi): New function.
13182 (battery-status-function): Modify default value calculation to also
13183 check for availability of ACPI.
13184 (battery-echo-area-format): Ditto.
13185 (battery-mode-line-format): Ditto.
13186
13187 2003-09-06 Dave Love <fx@gnu.org>
13188
13189 * ielm.el (ielm-mode-hook): Add :options.
13190
13191 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13192 (eldoc-print-current-symbol-info): Use it.
13193
13194 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
13195
13196 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13197 being displayed in GUD buffer.
13198 (gdb-idle-input-queue): Remove var. Use just one queue.
13199 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13200 Remove functions. Use just one queue.
13201 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13202 (gdb-invalidate-assembler, gdb-get-current-frame):
13203 Modify functions. Use just one queue.
13204
13205 2003-09-04 Dave Love <fx@gnu.org>
13206
13207 * cus-start.el: Add blink-cursor-alist.
13208
13209 * ruler-mode.el (ruler-mode-fill-column-char)
13210 (ruler-mode-current-column-char): Use char-displayable-p,
13211 not window-system.
13212
13213 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13214
13215 * language/european.el (windows-1252): Move from code-pages.
13216
13217 * language/cyrillic.el ("Windows-1251"): Delete.
13218 ("Bulgarian", "Belarusian"): Remove `features'.
13219 (windows-1251): Move from code-pages.
13220
13221 * international/mule-diag.el (non-iso-charset-alist):
13222 Remove `codepage' stuff.
13223 (print-designation, list-coding-systems-1): Output fixes.
13224
13225 * international/code-pages.el (cp-make-translation-table)
13226 (cp-valid-codes): Made defsubsts.
13227 (cp-fix-safe-chars): Delete.
13228 (mule-diag): Don't require.
13229 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13230 (top-level): Check for defined coding system when defining
13231 cp... aliases. Change w32-add-charset-info test to avoid warning.
13232 (non-iso-charset-alist): Defvar when compiling.
13233 (cp-make-coding-system): Doc fix.
13234
13235 2003-09-02 Jason Rumney <jasonr@gnu.org>
13236
13237 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13238 line-ends from CVS before doing conversion.
13239
13240 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13241
13242 * calendar/diary-lib.el (diary-header-line-flag)
13243 (diary-header-line-format): New variables.
13244 (list-diary-entries): Use them to set header line in simple diary.
13245
13246 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13247 other than font-lock-string-face to highlight backslashes.
13248
13249 2003-09-01 Jason Rumney <jasonr@gnu.org>
13250
13251 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13252 regexp.
13253
13254 2003-09-01 Dave Love <fx@gnu.org>
13255
13256 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13257
13258 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13259 and :help; also line and column numbers labels.
13260
13261 * international/mule-util.el (char-displayable-p): Move from
13262 latin1-disp, rename and autoload.
13263
13264 * international/latin1-disp.el (latin1-char-displayable-p):
13265 Now obsolete alias. Replace uses with char-displayable-p.
13266 (latin1-display-ucs-per-lynx): Fix last change.
13267
13268 * international/mule-cmds.el (standard-display-european-internal):
13269 Don't use char code for Latin-1 NBSP.
13270 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13271 U+2018, U+2019 for `'.
13272 (select-safe-coding-system): Message fix.
13273
13274 2003-09-01 Kenichi Handa <handa@m17n.org>
13275
13276 * international/fontset.el (setup-default-fontset): For Thai
13277 font, specify "*" family.
13278
13279 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13280
13281 * progmodes/compile.el (previous-error): Accept a prefix
13282 argument, similarly to next-error.
13283
13284 2003-08-31 Masatake YAMATO <jet@gyve.org>
13285
13286 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13287 the number of files. Bind the number of files to a local
13288 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13289
13290 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13291
13292 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13293 2003-07-26: msdos-long-file-names is a function, not a variable.
13294
13295 2003-08-29 Richard M. Stallman <rms@gnu.org>
13296
13297 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13298 Do nothing with mail-personal-alias-file if it is nil.
13299
13300 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13301 Do nothing if mail-personal-alias-file is nil.
13302
13303 * term.el (term-exec-1): Bind coding-system-for-read.
13304
13305 * dired.el (dired-mouse-find-file-other-window):
13306 Use dired-view-command-alist here, as in dired-view-file.
13307 (dired-view-command-alist): Use %s to substitute file name.
13308 Handle .ps_pages, .eps, .jpg, .gif, .png.
13309
13310 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13311
13312 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13313 `Info-prev-reference', instead of M-tab.
13314
13315 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13316
13317 * simple.el (blink-matching-open): Work correctly on chars that
13318 are designated as parens through the syntax-table text property.
13319
13320 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13321
13322 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13323 line break position in the middle of a non-kinsoku (e.g. latin)
13324 word, making it skip until either a space or a character with
13325 category "|".
13326 (kinsoku-longer): Test for end of buffer.
13327
13328 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13329
13330 * mail/rmail.el (rmail-convert-to-babyl-format):
13331 Detect quoted-printable- and base64-encoded messages and decode them
13332 automatically. Set the message's encoding from the charset=
13333 header, if any. Decode base64-encoded messages in Mail format as well.
13334
13335 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13336
13337 * mail/smtpmail.el: Fix previous change.
13338 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13339 calling smtpmail-via-smtp.
13340 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13341
13342 2003-08-26 John Paul Wallington <jpw@gnu.org>
13343
13344 * image.el (image-jpeg-p): Don't search beyond length of data.
13345
13346 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13347
13348 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13349 misfeature in `expand-abbrev' which caused electric keywords like
13350 "else" to disappear if an open brace was typed directly afterwards.
13351
13352 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13353
13354 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13355 mandatory in `define-widget'.
13356
13357 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13358 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13359
13360 (c-assignment-operators): New language constant that only contains
13361 the assignment operators.
13362
13363 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13364
13365 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13366
13367 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13368 Safeguard against unbalanced sexps.
13369
13370 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13371
13372 * version.el (emacs-version): Check for gtk. Include gtk version info.
13373
13374 2003-08-25 John Paul Wallington <jpw@gnu.org>
13375
13376 * man.el (Man-default-man-entry): Don't whizz past the section
13377 number before looking for it.
13378
13379 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13380
13381 * progmodes/gud.el (gud-display-line): Don't set window-point if
13382 source buffer is not visible. (Only happens with M-x gdba.)
13383
13384 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13385 documentation.
13386 (gdb-source, gdb-source-info): Update to assembler unnecessary
13387 as its done after each GDB command anyway.
13388 (gdb-pre-prompt): Use with-current-buffer.
13389 (gdb-insert-field): Add help-echo text.
13390 (gdb-invalidate-assembler): Re-display of assembler now done in
13391 gdb-info-breakpoints-custom.
13392 (gdb-info-breakpoints-custom): Force re-display of assembler to
13393 happen *after* update of breakpoints buffer.
13394 (gdb-display-source-buffer): Don't choke if gdb-source-window
13395 isn't visible.
13396 (gdb-put-string, gdb-put-arrow): Remove free variables.
13397
13398 2003-08-24 John Paul Wallington <jpw@gnu.org>
13399
13400 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13401
13402 * man.el (Man-default-man-entry): Strip text properties when
13403 snarfing parts of entry because `format' preserves properties.
13404
13405 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13406
13407 * files.el (file-newest-backup): Use `expand-file-name'.
13408
13409 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13410 Allow the diary to pop up a new frame, if needed.
13411
13412 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13413 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13414 (smtpmail-send-it): Make treatment of envelope-from consistent with
13415 sendmail.el.
13416
13417 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13418 (sh-leading-keywords): Add the bash `time' reserved word.
13419 (sh-variables): Add some bash variables.
13420 (sh-add-completer): Fix nil branch of case statement.
13421
13422 2003-08-24 Masatake YAMATO <jet@gyve.org>
13423
13424 * progmodes/ld-script.el: New file.
13425
13426 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13427
13428 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13429
13430 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13431
13432 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13433 Better explain obsolescence, and what to use instead.
13434
13435 2003-08-23 Masatake YAMATO <jet@gyve.org>
13436
13437 * pcvs.el (cvs-do-removal): Show the deleted file name
13438 on the prompt.
13439
13440 2003-08-20 Dave Love <fx@gnu.org>
13441
13442 * international/mule.el (make-coding-system)
13443 (set-buffer-file-coding-system): Doc fix.
13444
13445 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13446
13447 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13448
13449 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13450
13451 * international/utf-16.el: Add mime-text-unsuitable coding system
13452 properties.
13453
13454 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13455
13456 * cus-edit.el: Add some :links.
13457 (bib): Remove.
13458
13459 * textmodes/bib-mode.el (bib): Add :group external.
13460
13461 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13462
13463 * wid-edit.el (widget-echo-help): Make it handle expressions that
13464 evaluate to strings.
13465
13466 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13467
13468 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13469
13470 Simplify selection of SQL products to define highlighting and
13471 interactive mode. Includes detailed instructions on adding
13472 support for new products.
13473
13474 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13475 product for use in highlighting and interactive mode.
13476 (sql-interactive-product): New variable. SQL product for
13477 sql-interactive-mode.
13478 (sql-product-support): New variable. Specifies product-specific
13479 parameters to drive highlighting and interactive mode.
13480 (sql-imenu-generic-expression): Add more object types.
13481 (sql-sqlite-options): Correct comment.
13482 (sql-ms-program): Use "osql" rather than "isql".
13483 (sql-prompt-regexp, sql-prompt-length): Update comment.
13484 (sql-mode-menu): Add "Start SQLi session" entry.
13485 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13486 (sql-mode-abbrev-table): Add abbreviations. Support of
13487 SYSTEM-FLAG on define-abbrev. Support was removed with last
13488 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13489 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13490 names.
13491 (sql-mode-ansi-font-lock-keywords): Set as default value.
13492 (sql-mode-oracle-font-lock-keywords): Set as default value.
13493 Support Oracle 9i keywords.
13494 (sql-mode-postgres-font-lock-keywords): Set as default value.
13495 (sql-mode-linter-font-lock-keywords): Set as default value.
13496 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13497 SQLServer 2000.
13498 (sql-mode-sybase-font-lock-keywords)
13499 (sql-mode-interbase-font-lock-keywords)
13500 (sql-mode-sqlite-font-lock-keywords)
13501 (sql-mode-strong-font-lock-keywords)
13502 (sql-mode-mysql-font-lock-keywords)
13503 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13504 keywords.
13505 (sql-mode-font-lock-defaults): Update comment.
13506 (sql-product-feature): New function. Returns feature associated
13507 with a product from `sql-product-support' alist.
13508 (sql-product-font-lock): New function. Set font-lock support
13509 based on `sql-product'.
13510 (sql-add-product-keywords): New function. Add font-lock rules to
13511 product-specific keyword variables.
13512 (sql-set-product): New function. Set `sql-product' and apply
13513 appropriate font-lock highlighting.
13514 (sql-highlight-product): New function. Set font-lock support
13515 based on a product. Also set mode name to include product name.
13516 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13517 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13518 Use `sql-set-product'.
13519 (sql-highlight-ms-keywords)
13520 (sql-highlight-sybase-keywords)
13521 (sql-highlight-interbase-keywords)
13522 (sql-highlight-strong-keywords)
13523 (sql-highlight-mysql-keywords)
13524 (sql-highlight-sqlite-keywords)
13525 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13526 (sql-get-login): Prompt in the same order as the tokens.
13527 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13528 (sql-product-interactive): New function. Common portions of
13529 product-specific interactive mode wrappers.
13530 (sql-interactive-mode): Rewritten to use product features.
13531 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13532 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13533 (sql-db2, sql-linter): Use `sql-product-interactive'.
13534 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13535 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13536 (sql-connect-ingres, sql-connect-postgres)
13537 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13538 New functions. Format command line parameters and invoke comint on
13539 the appropriate interpreter. Code was in the corresponding
13540 `sql-xyz' function before.
13541 (sql-connect-ms): New function. Support -E argument to use
13542 operating system credentials for authentication.
13543
13544 2003-08-18 Kenichi Handa <handa@m17n.org>
13545
13546 * international/mule.el (encode-char): Fix for the ASCII case.
13547
13548 2003-08-15 Kenichi Handa <handa@m17n.org>
13549
13550 * international/fontset.el (setup-default-fontset): Change "*" to
13551 nil in the specifications of font family.
13552
13553 2003-08-18 Kim F. Storm <storm@cua.dk>
13554
13555 * kmacro.el (kmacro-keymap): Group related bindings in
13556 initialization for clarity. Bind C-s to start macro.
13557 Remove C-r binding.
13558 (kmacro-initial-counter-value): New defvar to hold initial counter
13559 value in case we set the value before defining a macro.
13560 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13561 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13562 not defining or executing macro. Doc fix.
13563 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13564 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13565 temporarily view older elements on the macro ring without cycling
13566 the ring.
13567 (kmacro-display): Doc fix.
13568 (kmacro-exec-ring-item): New helper function.
13569 (kmacro-call-ring-2nd): Use it.
13570 (kmacro-call-ring-2nd-repeat): Doc fix.
13571 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13572 (kmacro-end-or-call-macro): Execute last viewed macro (using
13573 kmacro-exec-ring-item) from ring if this follows
13574 kmacro-view-macro. This allows us to find a macro on the ring
13575 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13576 the ring to bring it to the head of the ring.
13577 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13578 Allow binding to reserved keys without specifying C-x C-k prefix.
13579 Ask for confirmation if entered key sequence is already bound to
13580 a non-macro command.
13581 (kmacro-view-macro): Repeating command will show older elements
13582 on the macro ring; C-k will execute the last viewed macro.
13583 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13584 property from 'ring to 'head.
13585
13586 2003-08-17 Alan Shutko <ats@acm.org>
13587
13588 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13589 keeping December out of the alist.
13590
13591 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13592
13593 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13594 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13595 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13596 (calendar-flatten): New function.
13597 (calendar-mouse-view-other-diary-entries)
13598 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13599 in the menu title and to show multi-line diary entries correctly
13600 in the menu.
13601
13602 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13603
13604 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13605 defcustom, because the default was recently changed.
13606
13607 2003-08-16 Richard M. Stallman <rms@gnu.org>
13608
13609 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13610
13611 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13612 New subroutine, broken out of eval-last-sexp-1.
13613 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13614
13615 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13616
13617 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13618
13619 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13620
13621 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13622
13623 * progmodes/compile.el (compilation-error-regexp-alist):
13624 Add Java ANt error detection as described in document
13625 http://ant.apache.org/faq.html
13626
13627 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13628
13629 * simple.el (backward-word, forward-to-indentation)
13630 (backward-to-indentation): Argument changed to optional.
13631 (next-line, previous-line): Use `or' instead of `unless'.
13632
13633 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13634
13635 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13636 instead of a constant.
13637
13638 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13639
13640 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13641
13642 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13643
13644 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13645 (vc-sccs-workfile-version): Search the entire delta table, rather
13646 than just the first entry, because that might be a deleted version.
13647
13648 2003-08-11 Karl Fogel <kfogel@red-bean.com>
13649
13650 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13651 [save-place] binding in the Options menu. Have it require
13652 'saveplace' and then toggle the variable manually, to avoid an an
13653 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13654 for the bug report.
13655
13656 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13657
13658 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13659 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13660 (gdb-info-threads-custom): Add help-echo text.
13661 (gdb-display-back): Don't use purecopy.
13662 (gdb-info-breakpoints-custom, gdb-reset)
13663 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13664 icons can be displayed.
13665
13666 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13667
13668 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13669
13670 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13671
13672 * bookmark.el (bookmark-completing-read):
13673 Return a string, instead of a list of one string.
13674 Use a popup menu if activated from the mouse.
13675 (bookmark-edit-annotation): Remove unused vars.
13676 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13677 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13678 to bookmark-completing-read.
13679 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13680 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13681 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13682 and erase-buffer.
13683 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13684 (bookmark-menu-jump, bookmark-menu-insert)
13685 (bookmark-popup-menu-and-apply-function)
13686 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13687 (bookmark-menu-build-paned-menu): Remove by folding it into
13688 bookmark-menu-popup-paned-menu.
13689 (menu-bar-bookmark-map): Move the define-key statements here.
13690 Use the "non-menu" commands since they now pop up a menu if needed.
13691 (bookmark-exit-hook-internal): Simplify.
13692
13693 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13694
13695 * reftex-toc.el (reftex-toc-rename-label): New function.
13696 (reftex-toc-check-docstruct): New function.
13697
13698 * reftex.el (reftex-region-active-p): New function.
13699
13700 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13701 regexp to find the \bibliography macro.
13702
13703 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13704 which does not exist in LaTeX.
13705 (reftex-cite-format-builtin): Added amsrefs support.
13706 (reftex-toc-confirm-promotion): New option
13707
13708 * reftex-toc.el
13709 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13710 (reftex-toc-demote, reftex-toc-promote)
13711 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13712 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13713 (reftex-toc-newhead-from-alist)
13714 (reftex-toc-load-all-files-for-promotion): New functions.
13715 (reftex-toc-help): Added description of new keys.
13716 (reftex-toc-split-windows-fraction): New option.
13717 (reftex-recenter-toc-when-idle): Search *toc* window on all
13718 visible frames.
13719 (reftex-toc): Additional parameter REUSE
13720 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13721 with REUSE argument.
13722 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13723 the call of `reftex-toc'.
13724 (reftex-make-separate-toc-frame): New function .
13725 (reftex-toc-recenter): When called with triple prefix arg, call
13726 `reftex-make-separate-toc-frame' first.
13727 (reftex-toc-toggle-dedicated-frame): New command.
13728 (reftex-toc-quit): Adapted to delete frame when called in
13729 dedicated frame.
13730
13731 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13732 all enclosing macros.
13733
13734
13735 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13736
13737 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13738 first use.
13739
13740 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13741
13742 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13743
13744 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13745
13746 * calendar/calendar.el (list-diary-entries-hook)
13747 (diary-display-hook, nongregorian-diary-listing-hook)
13748 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13749 Add some customize options for these hooks.
13750 (calendar-abbrev-construct): Don't try to take a substring longer
13751 than the original string.
13752
13753 2003-08-05 Richard M. Stallman <rms@gnu.org>
13754
13755 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13756 (testcover-reinstrument-clauses): Doc fix.
13757
13758 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13759 (warning-type-format): Rename from warning-group-format.
13760
13761 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13762 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13763 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13764 to prevent warnings about defvar for an obsolete variable.
13765
13766 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13767 warning-group-format renamed to warning-type-format.
13768
13769 * subr.el (read-passwd): Use clear-string instead of fillarray.
13770
13771 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13772 Use vconcat instead of concat.
13773 (edmacro-sanitize-for-string): New function.
13774
13775 2003-08-05 Dave Love <fx@gnu.org>
13776
13777 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13778 line-number-display-limit-width.
13779
13780 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13781
13782 2003-08-05 Kenichi Handa <handa@m17n.org>
13783
13784 * international/code-pages.el: Don't require mule-diag.
13785
13786 * international/mule-diag.el (non-iso-charset-alist):
13787 Add autoload cookie.
13788
13789 * language/devan-util.el (dev-glyph-order): Add an entry for the
13790 glyph code #xC4.
13791
13792 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13793
13794 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13795 (european-calendar-style, diary-date-forms)
13796 (calendar-day-name-array, calendar-month-name-array): Doc change.
13797 (generate-calendar-month): Adapt for new behaviour of
13798 `calendar-day-name' function.
13799 (calendar-abbrev-length, calendar-day-abbrev-array)
13800 (calendar-month-abbrev-array): New variables.
13801 (calendar-abbrev-construct): New function.
13802 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13803 rather than fixing abbrevs at some width. Calling syntax change.
13804 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13805 (calendar-date-string): Adapt for new behaviours of
13806 `calendar-day-name' and `calendar-month-name' functions.
13807
13808 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13809 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13810 (diary-name-pattern): Use abbrev arrays, rather than fixing
13811 abbrevs at three chars. Calling syntax change.
13812 (mark-diary-entries): Adapt for new behaviours of
13813 `diary-name-pattern' and `calendar-make-alist' functions.
13814 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13815 `diary-name-pattern' function.
13816 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13817 fixing abbrevs at three chars. Calling syntax change.
13818 (cal-hebrew, cal-islam): Require when compiling.
13819 (diary-font-lock-keywords): Adapt for new behaviour of
13820 `font-lock-diary-date-forms' function.
13821
13822 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13823 (calendar-hebrew-month-name-array-common-year)
13824 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13825 (list-hebrew-diary-entries): Adapt for new behaviours of
13826 `calendar-day-name' and `add-to-diary-list' functions.
13827 (mark-hebrew-diary-entries): Adapt for new behaviours of
13828 `diary-name-pattern' and `calendar-make-alist' functions.
13829
13830 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13831 Add doc string.
13832 (list-islamic-diary-entries): Adapt for new behaviours of
13833 `calendar-day-name' and `add-to-diary-list' functions.
13834 (mark-islamic-diary-entries): Adapt for new behaviours of
13835 `diary-name-pattern' and `calendar-make-alist' functions.
13836
13837 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13838 `calendar-month-name' function.
13839
13840 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13841
13842 * calendar/solar.el (solar-seasons-data): Move definition before use.
13843
13844 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13845 (cal-tex-LaTeX-hourbox): Move definition before use.
13846
13847 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13848 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13849 lunar.el, solar.el
13850 (displayed-month, displayed-year): Define for compiler.
13851
13852 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13853
13854 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13855 MODE. Renamed from c-init-c-language-vars'.
13856 (c-initialize-cc-mode): Change accordingly.
13857 (c-common-init): Ditto.
13858 (c-mode): Ditto.
13859 (c++-mode): Use `c-init-language-vars-for'.
13860 (objc-mode): Ditto.
13861 (java-mode): Ditto.
13862 (idl-mode): Ditto.
13863 (pike-mode): Ditto.
13864 (awk-mode): Ditto.
13865
13866 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13867
13868 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13869 or not the point moved.
13870
13871 (c-search-decl-header-end): Don't trip up on operator identifiers
13872 in C++ and operators like == in all languages.
13873
13874 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13875 Detect leading labels correctly.
13876
13877 2003-08-02 Andreas Schwab <schwab@suse.de>
13878
13879 * textmodes/ispell.el: Don't redo key bindings on loading, put
13880 them only in loaddefs.el.
13881 * bookmark.el: Likewise.
13882 * dabbrev.el: Likewise.
13883 * emerge.el: Likewise.
13884
13885 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13886 has more than one member.
13887
13888 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13889
13890 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13891
13892 * lpr.el (printify-region): It was ending conversion before the
13893 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13894
13895 2003-07-31 John Paul Wallington <jpw@gnu.org>
13896
13897 * net/browse-url.el (browse-url-epiphany): Doc fix.
13898
13899 2003-07-30 Kenichi Handa <handa@m17n.org>
13900
13901 * international/fontset.el (setup-default-fontset):
13902 Change registry names of Akurti fonts.
13903
13904 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13905
13906 * comint.el (comint-read-noecho): Use `clear-string' instead of
13907 `fillarray'.
13908
13909 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13910
13911 * outline.el (outline-mode-hook): Add defvar.
13912
13913 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13914
13915 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13916 Restore assembler in source window if that is what has been selected.
13917 (menu): Add gdb-restore-windows to menu. Make gdba
13918 specific menus only visible from gdba.
13919
13920 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13921
13922 * progmodes/compile.el (compilation-environment): New user variable.
13923 (compile-internal): Respect it.
13924
13925 2003-07-23 Masatake YAMATO <jet@gyve.org>
13926
13927 * progmodes/gud.el (gdb-script-font-lock-keywords):
13928 Put `font-lock-function-name-face' on a symbol which includes
13929 `-' like `hook-run'. Put font-lock-variable-name-face
13930 on a symbol starting with $.
13931
13932 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13933
13934 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13935
13936 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13937
13938 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13939
13940 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13941
13942 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13943 Use with-no-warnings.
13944 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13945 rather than to find-file-not-found-hook, which doesn't exist.
13946
13947 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13948
13949 * international/quail.el (quail-translate-key): Fix previous change.
13950
13951 2003-07-25 John Paul Wallington <jpw@gnu.org>
13952
13953 * server.el (server-start): Check `server-process' is non-nil
13954 before killing it to avoid killing current buffer's process.
13955
13956 * simple.el (choose-completion-string): Use `minibufferp';
13957 test `completion-reference-buffer' if `buffer' arg is nil.
13958 (push-mark): Use `when' and `unless'.
13959 (pop-mark): Use `when'.
13960
13961 * mouse-sel.el (mouse-sel-get-selection-function):
13962 Check `x-last-selected-text-primary'. Don't barf if it or
13963 `x-last-selected-text' aren't bound.
13964
13965 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13966
13967 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13968
13969 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13970
13971 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13972
13973 2003-07-23 John Paul Wallington <jpw@gnu.org>
13974
13975 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13976
13977 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13978
13979 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13980 string. Defvar the derived hook.
13981
13982 * macros.el (insert-kbd-macro): Escape double quote character.
13983 From Thomas W Murphy <twm@andrew.cmu.edu>.
13984
13985 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13986
13987 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13988 to match the specific mark rather than reusing comment-start-skip.
13989
13990 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13991
13992 * progmodes/hideshow.el (hs-special-modes-alist):
13993 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13994
13995 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13996
13997 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13998 value using ?\s.
13999
14000 2003-07-21 John Paul Wallington <jpw@gnu.org>
14001
14002 * subr.el (with-selected-window): Add closing paren.
14003
14004 2003-07-21 Richard M. Stallman <rms@gnu.org>
14005
14006 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14007 (lisp-mode): Likewise.
14008
14009 * subr.el (with-selected-window): Copy code form save-selected-window
14010 so as to call select-window with norecord arg.
14011 (dynamic-completion-table): Doc fix.
14012 (lazy-completion-table): Doc fix.
14013
14014 * international/mule-cmds.el (set-locale-environment):
14015 langinfo renamed to locale-info.
14016
14017 * international/mule.el (auto-coding-functions): Doc fix.
14018
14019 2003-07-21 Kenichi Handa <handa@m17n.org>
14020
14021 * international/quail.el (quail-translate-key):
14022 Update quail-current-str correctly.
14023
14024 2003-07-21 Andreas Schwab <schwab@suse.de>
14025
14026 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14027 ?, to "_".
14028
14029 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
14030 Version 2.0.36 of Tramp released.
14031
14032 * net/tramp.el (tramp-default-password-end-of-line): Rename from
14033 tramp-password-end-of-line.
14034 (tramp-password-end-of-line): New method parameter.
14035 (tramp-get-password-end-of-line): Function to access method
14036 parameter `tramp-password-end-of-line', or variable
14037 `tramp-default-password-end-of-line' (default value).
14038 (tramp-methods): Add entries for new parameter
14039 tramp-password-end-of-line.
14040 (tramp-enter-password): Use new function
14041 `tramp-get-password-end-of-line'.
14042 (tramp-handle-insert-file-contents): Do not
14043 unconditionally inhibit the file operation file-local-copy, only
14044 do that when the inhibit-file-name-operation is currently
14045 insert-file-contents. This fixes finding remote CVS-controlled
14046 files. (It would barf on inserting the CVS/Entries file
14047 literally, because the file-local-copy handler wasn't called.)
14048 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14049 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14050 (tramp-initial-commands): New variable.
14051 (tramp-process-initial-commands): New function, using the variable.
14052 (tramp-open-connection-setup-interactive-shell): Call the new function.
14053 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14054 method into the buffer name, never use nil. Reported by Hanak
14055 David <dhanak@inf.bme.hu>.
14056 (tramp-open-connection-setup-interactive-shell): Erase buffer
14057 before sending "stty -onlcr".
14058
14059 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14060
14061 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
14062
14063 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14064
14065 2003-07-19 John Paul Wallington <jpw@gnu.org>
14066
14067 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14068 (artist-draw-rect, artist-draw-square): Doc fixes.
14069
14070 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14071
14072 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14073
14074 2003-07-19 Kenichi Handa <handa@m17n.org>
14075
14076 * international/kkc.el (kkc-show-conversion-list-update):
14077 Highlight the correct candidate in the message.
14078
14079 2003-07-18 John Paul Wallington <jpw@gnu.org>
14080
14081 * simple.el (current-word): Don't include punctuation char when
14082 `really-word' arg is non-nil.
14083
14084 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
14085
14086 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14087 moved to the directory obsolete.
14088
14089 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
14090
14091 * info.el (Info-menu-entry-name-re): Allow newlines in
14092 menu entry names.
14093
14094 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14095 syntax-ppss-after-change-function.
14096 (syntax-ppss-after-change-function): New alias. Update uses.
14097 (syntax-ppss): Catch the case where the buffer is narrowed.
14098
14099 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14100
14101 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14102 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14103
14104 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14105
14106 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14107 since it might be modified.
14108
14109 * progmodes/cc-langs.el (c++-make-template-syntax-table)
14110 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14111 names to these language constants.
14112
14113 2003-07-15 Kim F. Storm <storm@cua.dk>
14114
14115 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14116 All uses changed.
14117
14118 2003-07-14 Mark A. Hershberger <mah@everybody.org>
14119
14120 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14121 Namespace support.
14122
14123 2003-07-13 Juanma Barranquero <lektu@terra.es>
14124
14125 * frame.el (modify-all-frames-parameters): Reinstall (copyright
14126 papers received).
14127
14128 2003-07-13 Karl Eichwalder <ke@suse.de>
14129
14130 * textmodes/po.el (po-find-charset): White space at the start of the
14131 Content-Type field body is non-mandatory.
14132
14133 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14134
14135 * textmodes/texinfo.el (texinfo-section-list):
14136 Append appendixsection; a synonym for appendixsec.
14137
14138 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
14139
14140 * man.el (Man-translate-cleanup): New.
14141 (Man-translate-references): Call `Man-translate-cleanup' to clean
14142 leading, trailing and middle spaces.
14143
14144 2003-07-13 Lars Hansen <larsh@math.ku.dk>
14145
14146 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14147 Handle `dired-directory' being a list.
14148
14149 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
14150
14151 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14152 it doesn't exist.
14153
14154 2003-07-12 Richard M. Stallman <rms@gnu.org>
14155
14156 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14157
14158 * progmodes/cc-defs.el (c-make-keywords-re):
14159 Don't use delete-duplicates.
14160 (c-lang-const): Don't use mapcan.
14161
14162 * apropos.el (apropos-show-scores): Make it customizable.
14163 Document new meaning.
14164 (apropos): Compute scores from symbols.
14165 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14166
14167 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14168
14169 * ps-bdf.el: Fix copyright line.
14170 (bdf-directory-list): Fix initialization code.
14171
14172 2003-07-11 John Paul Wallington <jpw@gnu.org>
14173
14174 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14175 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14176 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14177
14178 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
14179
14180 * emacs-lisp/ring.el (ring-elements): Doc fix.
14181
14182 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14183
14184 * calendar/timeclock.el (timeclock-relative)
14185 (timeclock-ask-before-exiting, timeclock-use-display-time):
14186 Doc changes.
14187 (timeclock-modeline-display): Give a message if
14188 `timeclock-use-display-time' is non-nil but `display-time-mode'
14189 is not active.
14190
14191 2003-07-11 Kenichi Handa <handa@m17n.org>
14192
14193 * international/mule-cmds.el (set-language-environment):
14194 Set current-language-environment to the correct string.
14195
14196 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14197
14198 * ps-print.el: Print line number correctly in a region. Reported by
14199 Tim Allen <timallen@ls83.fsnet.co.uk>.
14200 (ps-print-version): New version number (6.6.2).
14201 (ps-printing-region): Code fix.
14202
14203 2003-07-10 John Paul Wallington <jpw@gnu.org>
14204
14205 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14206 this function can be called from `add-completions-from-tags-table'.
14207
14208 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
14209
14210 * calendar/timeclock.el (timeclock-use-display-time)
14211 (timeclock-day-over-hook, timeclock-workday-remaining)
14212 (timeclock-status-string, timeclock-when-to-leave)
14213 (timeclock-when-to-leave-string, timeclock-log-data)
14214 (timeclock-find-discrep, timeclock-day-base)
14215 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14216 (timeclock-modeline-display): Set the variable
14217 `timeclock-modeline-display'.
14218 (timeclock-update-modeline): Doc fix. Respect value of
14219 `timeclock-relative'.
14220
14221 2003-07-09 Richard M. Stallman <rms@gnu.org>
14222
14223 * textmodes/reftex-parse.el (reftex-all-document-files):
14224 Add autoload cookie.
14225
14226 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14227 (reftex-scanning-info-available-p): Add autoload cookie.
14228
14229 * international/mule-cmds.el
14230 (set-display-table-and-terminal-coding-system): Delete duplicate
14231 aset on standard-display-table.
14232
14233 * view.el (view-file): If existing buffer's major mode is special,
14234 don't go into view mode.
14235
14236 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14237
14238 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14239
14240 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14241 buffer changes; there's third party code that calls this function
14242 directly.
14243
14244 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14245
14246 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14247 (autodoc-font-lock-keywords): Don't byte compile on font lock
14248 initialization when running from byte compiled files.
14249
14250 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14251
14252 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14253 statement ends with auto-increment "++".
14254
14255 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14256
14257 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14258 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14259 these are changed, so declare them as variables and not constants.
14260
14261 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14262
14263 * subr.el (dolist, dotimes): Doc fix.
14264
14265 2003-07-08 Kim F. Storm <storm@cua.dk>
14266
14267 * international/mule-cmds.el
14268 (set-display-table-and-terminal-coding-system): Don't break
14269 bootstrap if standard-display-table isn't setup yet.
14270
14271 2003-07-07 Richard M. Stallman <rms@gnu.org>
14272
14273 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14274 Give it a doc string, and autoload it.
14275
14276 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14277 Use with-no-warnings.
14278
14279 * info.el (Info-search): If find invisible text, search again.
14280
14281 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14282
14283 * man.el (Man-name-regexp): Match + as part of name.
14284
14285 * simple.el (visible-mode): Rename from vis-mode.
14286 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14287
14288 * simple.el (current-word): New arg REALLY-WORD specifies
14289 don't include punctuation chars.
14290
14291 * emacs-lisp/debug.el (debug, debugger-env-macro):
14292 Use with-no-warnings while accessing and binding unread-command-char.
14293
14294 * international/mule-cmds.el
14295 (set-display-table-and-terminal-coding-system): Use explicit loop
14296 instead of calling standard-display-default.
14297
14298 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14299 Use condition-case to catch error in ange-ftp-get-files.
14300
14301 * net/browse-url.el (browse-url-browser-function):
14302 Add alternative for Epiphany.
14303 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14304 (browse-url-epiphany-startup-arguments)
14305 (browse-url-epiphany-new-window-is-tab): New variables.
14306 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14307
14308 * progmodes/compile.el (compile-auto-highlight): Default now t.
14309 (compile): Doc fix.
14310 (compilation-next-error): Fix previous change.
14311
14312 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14313
14314 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14315
14316 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14317
14318 * gdb-ui.el (gdb-source-info): Display current frame when
14319 attaching to an existing process.
14320 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14321 while laying out windows when attaching to an existing process.
14322
14323 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14324
14325 * info.el (Info-menu): Use Info-menu-entry-name-re.
14326
14327 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14328
14329 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14330 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14331
14332 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14333 to match the same text.
14334
14335 2003-07-06 John Paul Wallington <jpw@gnu.org>
14336
14337 * vc.el (vc-annotate-offset): Move defvar up.
14338
14339 2003-07-06 Kim F. Storm <storm@cua.dk>
14340
14341 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14342 This should fix the infinite loop when extracting menu names.
14343
14344 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14345
14346 * files.el (auto-mode-alist, interpreter-mode-alist):
14347 Remove entries to CC Mode modes to avoid duplicates; they are now added
14348 with autoload directives in cc-mode.el.
14349
14350 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14351
14352 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14353 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14354 these are changed, so declare them as variables and not constants.
14355
14356 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14357 ensure that the entry for ".c" extension comes before the one for
14358 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14359 Fix incorrect entries that were added to `interpreter-mode-alist'.
14360 Move the autoload directives for AWK to the top level since they
14361 aren't recognized anywhere else. Do not use the new AWK mode doc
14362 in the autoload form for the old AWK mode.
14363
14364 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14365
14366 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14367 (bibtex-sort-ignore-string-entries): Default value t.
14368 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14369 erroneously in previous version.
14370 (bibtex-string-files): Docstring reflects new parsing scheme.
14371 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14372 docstring, add # as one of the chars to crush
14373 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14374 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14375 (bibtex-autokey-name-change-strings)
14376 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14377 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14378 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14379 (bibtex-autokey-title-terminators)
14380 (bibtex-autokey-titlewords-stretch)
14381 (bibtex-autokey-titleword-ignore)
14382 (bibtex-autokey-titleword-case-convert)
14383 (bibtex-autokey-titleword-abbrevs)
14384 (bibtex-autokey-titleword-abbrevs)
14385 (bibtex-autokey-titleword-change-strings)
14386 (bibtex-autokey-titleword-length)
14387 (bibtex-autokey-titleword-separator)
14388 (bibtex-autokey-name-year-separator)
14389 (bibtex-autokey-year-title-separator)
14390 (bibtex-autokey-before-presentation-function)
14391 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14392 Fix docstring.
14393 (bibtex-strings, bibtex-reference-keys):
14394 Use lazy-completion-table and make-variable-buffer-local.
14395 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14396 (bibtex-braced-string-syntax-table)
14397 (bibtex-quoted-string-syntax-table): New variables.
14398 (bibtex-parse-nested-braces): Remove.
14399 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14400 (bibtex-parse-association): Simplify.
14401 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14402 (bibtex-parse-field-text): Simplify.
14403 (bibtex-search-forward-field, bibtex-search-backward-field):
14404 argument BOUND can take value t.
14405 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14406 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14407 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14408 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14409 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14410 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14411 and ending of entry. Update for changes of bibtex-search-entry.
14412 Simplify.
14413 (bibtex-map-entries): FUN is called with three arguments.
14414 (bibtex-search-entry): Return a cons pair with buffer positions of
14415 beginning and end of entry.
14416 (bibtex-enclosing-field): Simplify.
14417 (bibtex-format-entry): Use booktitle to set a missing title.
14418 (bibtex-autokey-get-names): Fiddle with regexps.
14419 (bibtex-generate-autokey): Use identity.
14420 (bibtex-parse-keys): Use simplified parsing algorithm if
14421 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14422 arguments. Return alist of keys.
14423 (bibtex-parse-strings): Simplify. Return alist of strings.
14424 (bibtex-complete-string-cleanup): Fix docstring.
14425 (bibtex-read-key): New function.
14426 (bibtex-mode): Fix docstring. Do not parse for keys and
14427 strings when the mode is entered. Set fill-paragraph-function to
14428 bibtex-fill-field. Setup font-lock-mark-block-function the way
14429 font-lock intended.
14430 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14431 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14432 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14433 (bibtex-Preamble): Avoid hard coded constants.
14434 (bibtex-make-field): Fix docstring. Simplify.
14435 (bibtex-beginning-of-entry): Always return new position of point.
14436 (bibtex-end-of-entry): Rearrange cond clauses.
14437 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14438 Update for changes of bibtex-map-entries.
14439 (bibtex-ispell-abstract): Do not move point.
14440 (bibtex-entry-index): Use downcase. Simplify.
14441 (bibtex-lessp): Handle catch-all.
14442 (bibtex-find-crossref): Turn into a command.
14443 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14444 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14445 preamble entries.
14446 (bibtex-fill-field-bounds): New function.
14447 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14448 (bibtex-fill-entry): Use bibtex-fill-field-bounds
14449 (bibtex-String): Use bibtex-strings. Always obey
14450 bibtex-sort-ignore-string-entries.
14451
14452 2003-07-05 John Paul Wallington <jpw@gnu.org>
14453
14454 * cus-theme.el (customize-create-theme):
14455 Call `customize-create-theme' in Reset widget's notify function.
14456
14457 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14458 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14459 (define-ibuffer-column name): Add summarizer.
14460 (define-ibuffer-column size): Likewise.
14461 (define-ibuffer-column filename): Likewise.
14462 (define-ibuffer-column process): Likewise. Change BODY's output too.
14463 (define-ibuffer-column filename-and-process): Likewise, likewise.
14464 (ibuffer): Remove local vars `already-in' and `need-update'.
14465
14466 * ibuf-ext.el: Don't require `derived' at compile-time.
14467
14468 2003-07-05 Kim F. Storm <storm@cua.dk>
14469
14470 * info.el: Disable paragraph refilling.
14471 (Info-refill-paragraphs): New defcustom.
14472 (Info-fontify-node): Use it.
14473
14474 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14477 thingies from constructors created by defstruct.
14478
14479 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14480 the default value of the variable.
14481 (byte-code-meter): Move declaration to top level.
14482
14483 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14484
14485 * info.el (Info-following-node-name-re): New fun.
14486 (Info-following-node-name): Remove.
14487 (Info-insert-dir): Use the new fun.
14488 (Info-extract-pointer): Don't save restriction; use new fun.
14489 (Info-menu-entry-name-re): New const.
14490 (Info-menu-entry-name-re): Use it along with new fun.
14491 (Info-node-spec-re): Use new fun.
14492 (Info-complete-menu-item, Info-fontify-node): Use new const.
14493 (Info-goto-node, Info-follow-reference, Info-menu-update):
14494 Use match-string.
14495 (Info-follow-reference): Use assoc-string.
14496 Use a list of strings for the completion table.
14497 (Info-fontify-node): Use match-string, line-end-position.
14498 Limit the search for `node:' to the first line.
14499
14500 * newcomment.el (uncomment-region): Remove padding coming from
14501 comment-start rather than just from comment-padding.
14502
14503 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14504 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14505 (vc-cvs-rename-file): Remove (use the default).
14506 (vc-cvs-register): Register parent dir if needed.
14507 (vc-cvs-could-register): Return non-nil if parent can be registered.
14508 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14509 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14510
14511 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14512 (vc-svn-update): Fix the arguments to `svn'.
14513 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14514 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14515 Simple implementations, assuming `name' is a URL.
14516
14517 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14518 set of chars allowed unquoted in a case pattern.
14519
14520 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14521
14522 * font-lock.el (font-lock-extra-types-widget)
14523 (c-font-lock-extra-types, c++-font-lock-extra-types)
14524 (objc-font-lock-extra-types, java-font-lock-extra-types)
14525 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14526 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14527 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14528 (font-lock-match-c++-structor-declaration)
14529 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14530 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14531 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14532 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14533 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14534 (java-font-lock-keywords-3, java-font-lock-keywords)
14535 (java-font-lock-syntactic-face-function): Remove obsolete code
14536 and constants. It's all in cc-fonts.el now.
14537
14538 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14539
14540 * mail/sendmail.el (mail-specify-envelope-from)
14541 (mail-envelope-from): Doc fix.
14542
14543 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14544
14545 * generic-x.el: Do away with the dependency on `c-emacs-features'
14546 when populating `rul-generic-mode-syntax-table'; we already know
14547 this isn't XEmacs.
14548
14549 See ChangeLog.10 for earlier changes.
14550
14551 ;; Local Variables:
14552 ;; coding: iso-2022-7bit
14553 ;; End:
14554
14555 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
14556 Copying and distribution of this file, with or without modification,
14557 are permitted provided the copyright notice and this notice are preserved.
14558
14559 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1