]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
2
3 * cus-edit.el (custom-file): Doc fix for defcustom.
4 (custom-file): The function no longer sets the variable
5 `custom-file' to its return value.
6
7 * startup.el (command-line): No longer load `custom-file'.
8
9 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12
13 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
14 Don't confuse module-prefixed identifiers for labels.
15 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
16
17 2005-01-02 Richard M. Stallman <rms@gnu.org>
18
19 * files.el (basic-save-buffer-1): Fix previous change.
20
21 * loadhist.el (file-loadhist-lookup): New function.
22 (file-provides, file-requires): Use it.
23
24 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25 instead of calculating the right size.
26
27 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
28
29 * vc-svn.el (vc-svn-diff): Stay local if possible.
30
31 2005-01-02 Stefan <monnier@iro.umontreal.ca>
32
33 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34
35 * files.el (hack-local-variables): Fix last change.
36
37 2005-01-02 Jay Belanger <belanger@truman.edu>
38
39 * calc/calc-yank.el (calc-edit-top): New variable.
40 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
41 object. Change header properties.
42 (calc-edit-finish, calc-edit-finish-stack-object)
43 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
44 edited object.
45 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
46 for the beginning of the edited object.
47 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
48 for the beginning of the edited object.
49 * calc/calc-prog.el (calc-edit-macro-finish-edit)
50 (calc-finish-formula-edit, calc-macro-repeats)
51 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
52 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
53 beginning of the edited object.
54 (calc-user-define-edit): Change the header for editing macros.
55 Remove unnecessary variable.
56
57 2005-01-01 Jay Belanger <belanger@truman.edu>
58
59 * calc/calc-yank.el (calc-edit-mode): Change default header.
60 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
61 * calc/calc-store.el (calc-edit-variable): Change title to match new
62 header.
63 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
64 mode to match new header.
65 (calc-user-define-edit): Change titles to include names of commands.
66 (calc-finish-formula-edit): Adjust to handle new header.
67 (calc-finish-macro-edit): Remove.
68 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
69 (calc-edit-macro-command, calc-edit-macro-command-type)
70 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
71 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
72 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
73 (calc-edit-macro-finish-edit): New functions.
74 (calc-user-define-edit): Use new functions to edit named calc macros.
75
76 2005-01-01 Stefan <monnier@iro.umontreal.ca>
77
78 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
79
80 * ses.el (copy-region-as-kill): Deactivate mark.
81
82 2005-01-01 Richard M. Stallman <rms@gnu.org>
83
84 * replace.el (occur-1): If the output buffer is also an input,
85 don't kill it, rename it.
86
87 * faces.el (set-face-background, set-face-foreground): Doc fix.
88
89 * cus-face.el (custom-face-attributes): Fix :help-echo strings
90 for :foreground and :background.
91
92 * dired.el (dired-view-command-alist): Variable deleted.
93 (dired-view-file, dired-mouse-find-file-other-window):
94 Delete the code to use it.
95
96 2005-01-01 Kim F. Storm <storm@cua.dk>
97
98 * image.el (insert-sliced-image): Use t for line-height property.
99
100 2004-12-31 Jay Belanger <belanger@truman.edu>
101
102 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
103 for "var-" at the beginning of the minibuffer.
104
105 2004-12-31 Richard M. Stallman <rms@gnu.org>
106
107 * faces.el (read-face-name):
108 Don't treat an attribute spec as a list of faces.
109
110 * simple.el (undo): Use undo-equiv-table to detect
111 unexpected changes since previous undo.
112 (undo-list-saved): Variable deleted.
113 (buffer-disable-undo): Don't alter undo-list-saved.
114
115 * files.el (require-final-newline): Allow `visit' and `visit-save'.
116 (mode-require-final-newline): New option.
117 (after-find-file): Handle require-final-newline with new values.
118 (basic-save-buffer): Handle new values of require-final-newline.
119
120 * progmodes/sh-script.el (sh-require-final-newline):
121 Alist value now controls whether to use mode-require-final-newline.
122 (sh-set-shell): Implement that new meaning.
123
124 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
125 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
126 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
127 Delete old-Emacs compatibility code.
128 (antlr-c-common-init): Function deleted.
129
130 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
131 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
132 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
133 * progmodes/python.el (python-mode): Use mode-require-final-newline.
134 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
135 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
136 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
137 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
138 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
139 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
140 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
141 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
142 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
143 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
144 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
145 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
146
147 2004-12-31 Jay Belanger <belanger@truman.edu>
148
149 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
150 way to return to Calc.
151
152 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
153 finish, C-xk as the way to cancel the edit. Add cancel routine to
154 kill-buffer-hook.
155
156 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
157 MacEdit code.
158
159 * calc/calc-prog.el: Remove obsolete MacEdit code.
160 (calc-macro-edit-algebraic, calc-macro-edit-variable)
161 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
162
163 2004-12-31 Kenichi Handa <handa@m17n.org>
164
165 * international/mule.el (buffer-file-coding-system-explicit):
166 Rename for explicit-buffer-file-coding-system.
167 (after-insert-file-set-coding): Adjust for the above change.
168
169 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
170 to buffer-file-coding-system-explicit.
171 (basic-save-buffer-1): Likewise.
172
173 2004-12-30 Richard M. Stallman <rms@gnu.org>
174
175 * textmodes/artist.el (artist-butlast-fn): Var deleted.
176 (artist-butlast, artist-last): Functions deleted.
177 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
178 (artist-compute-key-compl-table): Call remq directly.
179 (artist-remove-nulls): Function deleted.
180 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
181 (artist-push, artist-pop): Macro deleted.
182
183 2004-12-30 Andreas Leue <al@sphenon.de>
184
185 * textmodes/artist.el (artist-version): 1.2.6
186 (artist-prev-next-op-alist): New variable.
187 (artist-select-next-op-in-list): New function.
188 (artist-select-prev-op-in-list): New function.
189 (artist-make-prev-next-op-alist): New function.
190 (artist-is-in-op-list-p): New function.
191 (artist-get-first-non-nil-op): New function.
192 (artist-get-last-non-nil-op): New function.
193 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
194 artist-prev-next-op-alist.
195 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
196 change drawing operation.
197
198 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
199
200 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
201
202 2004-12-31 Masatake YAMATO <jet@gyve.org>
203
204 * server.el (server-process-filter): Suppress `error', too.
205
206 2004-12-30 Jay Belanger <belanger@truman.edu>
207
208 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
209 Change the way a variable is displayed in a message.
210
211 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
212 (calc-user-define-permanent, calc-execute-kbd-macro):
213 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
214
215 2004-12-30 Kenichi Handa <handa@m17n.org>
216
217 * files.el (basic-save-buffer-1):
218 Set explicit-buffer-file-coding-system to last-coding-system-used.
219 (revert-buffer): Pay attention to
220 explicit-buffer-file-coding-system (not buffer-file-coding-system)
221 on bind coding-system-for-read.
222
223 * international/mule.el (explicit-buffer-file-coding-system):
224 New buffer local variable.
225 (after-insert-file-set-coding): Set it to coding-system-for-read.
226
227 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
228
229 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
230
231 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
232
233 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
234 that include line numbers.
235
236 2004-12-29 Milan Zamazal <pdm@zamazal.org>
237
238 * files.el (hack-local-variables): If no PREFIX, set it to "^".
239 Redundant variable PREFIXLEN removed.
240
241 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
242
243 * eshell/em-hist.el (eshell-previous-matching-input):
244 Start the deletion from the end of the output.
245
246 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
247
248 * term/mac-win.el: Require x-dnd.
249 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
250
251 2004-12-29 David Kastrup <dak@gnu.org>
252
253 * international/mule.el (decode-coding-inserted-region):
254 Don't barf if `buffer-undo-list' is already set to `t'.
255
256 2004-12-29 Jay Belanger <belanger@truman.edu>
257
258 * calc/calc-prog.el (calc-user-define-formula): Put default values
259 for function names in prompts.
260 (calc-user-define-permanent, calc-user-define-composition)
261 (calc-user-define-formula): Remove the need for "calcFunc-" in the
262 default input for algebraic functions.
263
264 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
265
266 * vc-rcs.el (vc-rcs-annotate-command):
267 Fix omission bug: Call `vc-setup-buffer'.
268
269 2004-12-29 Kenichi Handa <handa@m17n.org>
270
271 * international/mule.el (recode-region): New function.
272
273 2004-12-28 Richard M. Stallman <rms@gnu.org>
274
275 * simple.el (undo-extra-outer-limit): New variable.
276 (undo-outer-limit-truncate): Test and set it.
277
278 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
279 enables the feature to extend the existing region.
280
281 * simple.el (mark-word): New arg ALLOW-EXTEND
282 enables the feature to extend the existing region.
283
284 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
285 enables the feature to extend the existing region.
286
287 * startup.el (site-run-file): Don't allow setting it with Custom.
288
289 * simple.el (buffer-disable-undo): Fix previous change.
290
291 2004-12-27 Masatake YAMATO <jet@gyve.org>
292
293 * hexl.el (hexlify-buffer): Remove fontification here.
294 Use font lock mechanism instead.
295 (hexl-font-lock-keywords): New font lock kewords.
296 (hexl-mode-old-font-lock-keywords): New variable.
297 (hexl-mode): Store the old font lock keywords.
298 (hexl-mode-exit): Restore the old font lock keywords.
299
300 2004-12-27 Richard M. Stallman <rms@gnu.org>
301
302 * simple.el (undo): Fix previous change.
303
304 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
305
306 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
307 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
308 Call x-open-connection on Mac OS X.
309
310 2004-12-27 Richard M. Stallman <rms@gnu.org>
311
312 * files.el (buffer-save-without-query): New var (buffer-local).
313 (save-some-buffers): Save those buffers first, w/o asking.
314
315 * files.el (insert-directory-ls-version): New variable.
316 (insert-directory): When ls returns an error, test the version
317 number to decide what the return code means.
318 With --dired output format, detect and distinguish lines
319 that are really error messages.
320 (insert-directory-adj-pos): New function.
321
322 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
323
324 * battery.el (battery-mode-line-format): Remove initial spaces.
325
326 * uniquify.el (uniquify-rationalize-file-buffer-names):
327 Delete interactive spec.
328
329 * type-break.el (type-break-mode): Set buffer-save-without-query.
330 Remove code that tried to set save-some-buffers-always.
331 (type-break-file-keystroke-count): Bind deactivate-mark.
332
333 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
334
335 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
336 Test that the buffer is live, and maybe reject current buffer too.
337 Clarify.
338 (next-error-find-buffer): Rewrite for clarity.
339
340 * loadup.el: Don't use buffer-disable-undo; do it directly.
341
342 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
343 (describe-variable): Call symbol-file with `defvar'.
344
345 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
346 (symbol-file): Rewritten to handle new load-history format.
347 Now takes an arg TYPE to specify looking for a particular
348 type of definition only.
349
350 * emacs-lisp/debug.el (debugger-make-xrefs):
351 Call symbol-file with `defun'.
352
353 * emacs-lisp/find-func.el (find-function-noselect):
354 Call symbol-file with `defun'.
355 (find-variable-noselect): Call symbol-file with `defvar'.
356
357 * eshell/esh-cmd.el (eshell-find-alias-function):
358 Call symbol-file with `defun'.
359
360 * eshell/esh-test.el (eshell-test-goto-func):
361 Call symbol-file with `defun'.
362
363 * mail/rmail.el (rmail-resend):
364 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
365
366 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
367
368 * progmodes/compile.el (compilation-find-buffer): Rename arg.
369
370 * textmodes/texinfmt.el (texinfo-format-buffer-1):
371 Call buffer-disable-undo.
372
373 * simple.el (undo-list-saved): New variable (buffer-local).
374 (undo): Set and test it.
375 (buffer-disable-undo): Move here from buffer.c.
376 Clear out undo-list-saved.
377
378 * international/mule.el (decode-coding-inserted-region):
379 Set buffer-undo-list in a correct and optimal way.
380
381 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
382 (cperl-font-lock-unfontify-region-function): No need to save and
383 restore info, since font-lock.el does it for us.
384
385 * ansi-color.el (save-buffer-state): Definition deleted.
386 (ansi-color-unfontify-region): Don't use save-buffer-state.
387
388 2004-12-27 Dave Love <fx@gnu.org>
389
390 * wid-edit.el (function): Use restricted-sexp as parent.
391
392 2004-12-27 Kevin Ryde <user42@zip.com.au>
393
394 * simple.el (next-matching-history-element): Use same
395 `interactive' form as previous-matching-history-element.
396
397 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
398 it can appear unencoded and has been seen from yahoo.
399
400 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
401
402 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
403 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
404
405 2004-12-27 Kenichi Handa <handa@m17n.org>
406
407 * international/utf-8.el (utf-translate-cjk-load-tables):
408 Bind coding-system-for-read to nil while loading subst-*.
409
410 2004-12-26 Jay Belanger <belanger@truman.edu>
411
412 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
413 default input.
414
415 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
416
417 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
418 before reverting and disable undo recording while reverting.
419
420 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
421
422 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
423 (hs-make-overlay): New function.
424 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
425 (hs-flag-region): Delete function.
426 (hs-hide-comment-region): No longer use `hs-flag-region'.
427 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
428 (hs-hide-block-at-point): Likewise.
429 (hs-hide-level-recursive): Use `hs-discard-overlays'.
430 (hs-hide-all, hs-show-all): Likewise.
431 (hs-show-block): Likewise.
432 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
433
434 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
435
436 * progmodes/hideshow.el: Require `cl' when compiling.
437 Remove XEmacs and Emacs 19 compatibility.
438 Use `dolist' and `add-to-list' for load-time actions.
439 (hs-discard-overlays): Use `dolist'.
440 (hs-show-block): Likewise.
441
442 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
443
444 * faces.el (mode-line, mode-line-inactive): Use min-colors.
445
446 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
447
448 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
449 When extending backwards, move outside the current comment first.
450
451 2004-12-22 Kenichi Handa <handa@m17n.org>
452
453 * international/quail.el (quail-start-translation): Fix prompt
454 string for the case if input-method-use-echo-area being non-nil.
455 (quail-start-conversion): Likewise.
456 (quail-show-guidance): Don't show guidance if
457 input-method-use-echo-area is non-nil.
458
459 2004-12-21 Richard M. Stallman <rms@gnu.org>
460
461 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
462
463 2004-12-21 Markus Rost <rost@ias.edu>
464
465 * calendar/diary-lib.el (mark-diary-entries):
466 Set mark-diary-entries-in-calendar only after checking for diary-file.
467
468 2004-12-21 Richard M. Stallman <rms@gnu.org>
469
470 * faces.el (escape-glyph): Use blue against light foreground.
471
472 * simple.el (undo-outer-limit-truncate): New function.
473 (undo-outer-limit-function): Use undo-outer-limit-truncate.
474
475 2004-12-21 Eli Barzilay <eli@barzilay.org>
476
477 * calculator.el: (calculator-radix-grouping-mode)
478 (calculator-radix-grouping-digits)
479 (calculator-radix-grouping-separator):
480 New defcustoms for the new radix grouping mode functionality.
481 (calculator-mode-hook): Now used in electric mode too,
482 (calculator): Call it.
483 (calculator-mode-map): Some new keys.
484 (calculator-message): New function. Some new calls.
485 (calculator-op, calculator-set-register): Use it.
486 (calculator-string-to-number): New function, mostly moved and
487 updated code from calculator-curnum-value.
488 (calculator-curnum-value): Use it.
489 (calculator-paste): Use it, and update grabbing the current-kill.
490 (calculator-rotate-displayer)
491 (calculator-rotate-displayer-back): Toggle digit grouping when
492 in radix mode, use calculator-message.
493 (calculator-displayer-prev, calculator-displayer-next):
494 Change digit group size when in radix mode.
495 (calculator-number-to-string): Rename from
496 calculator-num-to-string. Now deals with digit grouping in
497 radix mode.
498 (calculator-update-display, calculator-put-value): Use the new name.
499 (calculator-fact): Return a floating point number.
500 (calculator-mode): Doc fix.
501
502 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
503
504 * calendar/calendar.el (view-other-diary-entries): Add autoload.
505 * calendar/diary-lib.el (view-other-diary-entries):
506 Use current-prefix-arg in interactive spec.
507
508 2004-12-19 Jay Belanger <belanger@truman.edu>
509
510 * calc/calc-aent.el (calcAlg-blank-matching-open):
511 Temporarily adjust the syntax of both delimiters of half-open intervals.
512
513 2004-12-19 Kim F. Storm <storm@cua.dk>
514
515 * mouse.el (mouse-1-click-follows-link): Doc fix.
516
517 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
518
519 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
520 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
521 instead of centraleuropean as the name
522
523 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
524
525 Sync with Tramp 2.0.46.
526
527 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
528 parameters wrt Tramp convention.
529 (tramp-handle-file-attributes-with-perl)
530 (tramp-handle-directory-files-and-attributes): Apply it.
531 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
532 `copy-program'. Reported by Zack Weinberg
533 <zack@codesourcery.com>.
534 (top): Set `edebug-form-spec' property directly rather than
535 calling `def-edebug-spec'.
536
537 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
538 advice less fragile. Surround temporary redefinition of
539 `substitute-in-file-name' with `unwind-protect'. Suggested by
540 Matt Hodges <MPHodges@member.fsf.org>.
541
542 2004-12-17 Juri Linkov <juri@jurta.org>
543
544 * replace.el (occur-accumulate-lines, occur-engine):
545 Make forcing deferred font-lock fontification jit-specific.
546
547 2004-12-17 Kim F. Storm <storm@cua.dk>
548
549 * mouse.el (mouse-1-click-follows-link): New defcustom.
550 (mouse-on-link-p): New function.
551 (mouse-drag-region-1): Implement mouse-1-click-follows-link
552 functionality. Map a mouse-1 click event into a mouse-2 (or
553 other) event when position is inside a link.
554
555 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
556 prefix in tooltip text with "mouse-1" when this is a link
557 recognized by mouse-1-click-follows-link functionality.
558
559 * help.el (describe-key): Report effective and original binding
560 for mouse-1 when clicked on a link.
561 (describe-mode): Add follow-link property to "minor-mode" button.
562
563 * help-fns.el (describe-variable): Add follow-link property to
564 "below" button.
565
566 * help-mode.el (help-xref): Add follow-link property.
567
568 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
569 (apropos-command, apropos-variable, apropos-face, apropos-group)
570 (apropos-widget, apropos-plist): Add follow-link property.
571
572 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
573 checks if position is in a filename, rather than some other
574 clickable item. Function looks for cvs-filename-face at position.
575
576 * wid-edit.el (widget-specify-field, widget-specify-button):
577 Map a :follow-link keyword into a follow-link property.
578 (link): Add :follow-link keyword, map to RET binding.
579
580 * dired.el (dired-mode-map): Map follow-link to mouse-face.
581
582 * progmodes/compile.el (compilation-minor-mode-map)
583 (compilation-button-map, compilation-mode-map): Likewise.
584
585 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
586
587 * play/zone.el (zone): Init `line-spacing' from orig buffer.
588 (zone-replace-char): Take `count' and `del-count'
589 instead of `direction'. Update callers. When `del-count' is
590 non-nil, delete that many characters, otherwise `count' characters
591 backwards. Insert the newly-replaced string `count' times.
592 (zone-fret): Handle chars w/ width greater than one.
593 (zone-fall-through-ws): No longer take window width `ww'.
594 Update callers. Add handling for `char-width' greater than one.
595 (zone-pgm-drip): Update var holding window-end position every cycle.
596
597 2004-12-17 Andre Spiegel <spiegel@gnu.org>
598
599 * vc.el (vc-default-update-changelog): Use insert-file-contents,
600 rather than insert-file.
601
602 2004-12-16 Jay Belanger <belanger@truman.edu>
603
604 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
605 (math-init-random-base, math-random-digit): Check to see if
606 var-RandSeed is bound.
607 (math-random-last): Declare it.
608 (math-random-digit): Don't make math-random-last local.
609
610 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
611
612 * play/zone.el (zone): Fix omission bug: Use a self-disabling
613 one-shot thunk for uniform (error, quit, normal) recovery.
614 Reported by John Paul Wallington.
615 (zone-pgm-random-life): Fix bug:
616 Recognize empty initial field by lack of "@" chars.
617
618 2004-12-16 Juri Linkov <juri@jurta.org>
619
620 * help.el (function-called-at-point):
621 * help-fns.el (variable-at-point): As a last resort try stripping
622 non-word prefixes and suffixes.
623
624 * descr-text.el (describe-property-list): Don't treat syntax-table
625 specially. Use describe-text-sexp which inserts [show] button
626 for large objects and handles printing errors. Sort properties
627 by names in alphabetical order instead of by value sizes.
628 Add `mouse-face' to list of properties for `describe-face' widget.
629 (describe-char): Mask out face-id from 19 bits of character.
630 Print face-id separately.
631
632 * replace.el (occur-accumulate-lines, occur-engine):
633 Fontify unfontified matching lines in the source buffer
634 before copying them.
635 (occur-engine): Don't put mouse-face on context lines.
636 (occur-next-error): Set point to line beginning/end
637 before searching for prev/next property to skip multiple
638 matches on a line (not supported by occur engine).
639 Remove redundant prefix-numeric-value.
640
641 2004-12-15 Juri Linkov <juri@jurta.org>
642
643 * replace.el (match): New face.
644 (list-matching-lines-face): Change default from `bold' to `match'.
645
646 * progmodes/grep.el (grep-match-face): New defvar.
647 (grep-mode-font-lock-keywords): Use grep-match-face instead of
648 compilation-column-face to highlight grep matches.
649
650 * apropos.el (apropos-match-face): Change default from
651 `secondary-selection' to `match'.
652
653 * info-look.el (info-lookup-highlight-face): Change default from
654 `highlight' to `match'.
655
656 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
657
658 * progmodes/executable.el (executable-interpret): Eliminate
659 obsolete compile-internal, and switch to comint for interaction.
660
661 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
662
663 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
664 `&&' when skipping multiple statements on a line.
665
666 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
667
668 * play/zone.el (zone): Set `truncate-lines'.
669 Also, init `tab-width' with value from original buffer.
670 (zone-shift-up): Rewrite for speed.
671 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
672 (zone-pgm-jitter): Remove redundant entries from ops vector.
673 (zone-exploding-remove): Reduce iteration count.
674 (zone-cpos): Convert to defsubst.
675 (zone-replace-char): New defsubst.
676 (zone-park/sit-for): Likewise.
677 (zone-fret): Take window-start arg.
678 Update callers. Use `zone-park/sit-for'.
679 (zone-fill-out-screen): Rewrite.
680 (zone-fall-through-ws): Likewise. Update callers.
681 (zone-pgm-drip): Use `zone-replace-char'.
682 Move var inits before while-loop. Use `zone-park/sit-for'.
683 (zone-pgm-random-life): Handle empty initial field.
684 Use `zone-replace-char' and `zone-park/sit-for'.
685
686 2004-12-15 Juri Linkov <juri@jurta.org>
687
688 * isearch.el (isearch-update): Test isearch-lazy-highlight
689 before calling isearch-lazy-highlight-new-loop.
690 (isearch-lazy-highlight-new-loop):
691 Don't test isearch-lazy-highlight.
692
693 * replace.el (perform-replace): Add isearch-case-fold-search.
694 Use delimited-flag for isearch-regexp.
695 Reset isearch-lazy-highlight-last-string to force lazy
696 highlighting when called from isearch mode.
697 (query-replace-highlight): Revert defcustom type to boolean.
698 (query-replace-lazy-highlight): New defcustom.
699 (query-replace): New face.
700 (perform-replace, replace-highlight, replace-dehighlight):
701 Test query-replace-lazy-highlight instead of special value
702 `isearch' of query-replace-highlight.
703 (replace-dehighlight): Don't call isearch-dehighlight.
704 (replace-highlight): Don't call isearch-highlight.
705 Use face `query-replace' unconditionally.
706
707 2004-12-14 Kim F. Storm <storm@cua.dk>
708
709 * simple.el (inhibit-mark-movement): Remove defvar.
710 (beginning-of-buffer, end-of-buffer): Don't use it.
711
712 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
713 Don't use inhibit-mark-movement.
714
715 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
716 (cua--undo-push-mark): Remove.
717 (cua--pre-command-handler, cua--post-command-handler):
718 Don't fiddle with inhibit-mark-movement.
719
720 2004-12-14 Juri Linkov <juri@jurta.org>
721
722 * buff-menu.el (list-buffers-noselect): Collect internal info
723 for every buffer in BUFFER-LIST arg too.
724 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
725 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
726 Bind same-window-buffer-names and same-window-regexps to nil.
727
728 2004-12-13 Juri Linkov <juri@jurta.org>
729
730 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
731
732 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
733 (sc-cite-region, sc-uncite-region, sc-recite-region):
734 Fix previous change to handle not alist as a symbol, but
735 a citation frame as a symbol that represents a variable name.
736
737 2004-12-13 Richard M. Stallman <rms@gnu.org>
738
739 * filecache.el (file-cache-add-directory-using-find):
740 Only set up file-cache-find-command-posix-flag if we will use it.
741
742 * bindings.el (mode-line-buffer-identification-keymap):
743 Don't cancel the mode-line's usual down-mouse-1 binding.
744
745 * cus-edit.el (custom-face-selected): Handle `default' specs.
746 (custom-face-edit): Increase extra-offset.
747 (custom-display): Handle `default' specs.
748
749 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
750
751 * emacs-lisp/elint.el (elint-standard-variables)
752 (elint-unknown-builtin-args): Move definitions up.
753
754 * net/browse-url.el (browse-url-url-at-point): Add autoload.
755
756 * info.el (info-xref-visited): Use `default' instead of t.
757 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
758
759 * faces.el (header-line, mode-line-inactive, tool-bar):
760 Use `default' instead of t for setting the defaults.
761 (face-spec-choose): Separate `t' from `default'.
762
763 * subr.el (while-no-input): New macro.
764
765 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
766
767 * filecache.el (file-cache-add-directory-using-find):
768 Only test file-cache-find-command-posix-flag on some systems.
769
770 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
773 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
774 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
775 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
776 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
777
778 2004-12-12 Juri Linkov <juri@jurta.org>
779
780 * files.el (find-file-other-window, find-file-other-frame):
781 Add the first buffer to the returned value to return the complete
782 list of all visited buffers.
783 (find-file-read-only, find-file-read-only-other-window)
784 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
785 `find-file-read-args'. Signal an error about non-existent file
786 only if file name doesn't contain wildcards. Toggle read-only in
787 all visited buffers.
788 (find-alternate-file, find-alternate-file-other-window):
789 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
790 called interactively. Pass arg `wildcards' to other functions.
791 (find-file-noselect): Doc fix.
792
793 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
794 Doc fix.
795 (ffap-directory-finder): New variable.
796 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
797 (ffap-file-at-point): Add /* to immediately rejected names.
798 Return absolute file names matching ffap-dired-wildcards.
799 (ffap-read-file-or-url): Set default value for `completing-read'
800 to `buffer-file-name'.
801 (find-file-at-point): When filename matches ffap-dired-wildcards,
802 call ffap-file-finder with t arg `wildcards', instead of dired.
803 (ffap-other-window, ffap-other-frame): Return visited buffers.
804 (ffap-read-only, ffap-read-only-other-window)
805 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
806 (dired-at-point): Call ffap-directory-finder instead of dired.
807 (ffap-dired-other-window, ffap-dired-other-frame)
808 (ffap-list-directory): New commands.
809 (ffap-bindings): New keybindings for new commands.
810
811 2004-12-12 Juri Linkov <juri@jurta.org>
812
813 * simple.el (beginning-of-buffer, end-of-buffer):
814 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
815 Do not push mark when mark is active in transient-mark-mode.
816
817 * simple.el (mark-word):
818 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
819 * textmodes/paragraphs.el (mark-paragraph):
820 Extend the region when mark is active in transient-mark-mode,
821 regardless of the last command. Doc fix.
822
823 * simple.el (mark-word): Preserve direction when repeating.
824 Make arg optional. Interactive "p" -> "P".
825 (transient-mark-mode, inhibit-mark-movement): Doc fix.
826
827 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
828 preserving direction, to mark forward instead of backward when mark
829 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
830
831 2004-12-12 Juri Linkov <juri@jurta.org>
832
833 * isearch.el (isearch-edit-string): Set 7th arg of
834 `read-from-minibuffer' to `t' to inherit the current input
835 method (whose name is indicated by [IM] in the minibuffer prompt)
836 from the current buffer to the minibuffer.
837 (isearch-lazy-highlight-update): Put body to `with-local-quit'
838 to allow C-g quitting for lazy highlighting looping inside the
839 search with nested repetition operators. Add overlay to the list
840 before setting its face and other properties to avoid the case of
841 code quitting after placing the new overlay but before it's
842 recorded on the list. Select the window where isearch was
843 activated, to highlight matches in the right window when isearch
844 switches the current window to the minibuffer.
845
846 * international/isearch-x.el
847 (isearch-process-search-multibyte-characters):
848 Use `isearch-message' as initial input for `read-string' instead
849 of adding it to the minibuffer prompt. After reading a string
850 remove the initial value of `isearch-message' from the string.
851
852 * replace.el (replace-match-maybe-edit): Doc fix.
853 (perform-replace): Don't call `replace-highlight' when automatic
854 replacement is requested in literal mode, since it is intended
855 only to highlight words during entering a new replacement string
856 for \? in non-literal mode.
857
858 * replace.el (query-replace-highlight): Add new value `isearch'
859 that allows query replacement to use isearch highlighting.
860 Change type from `boolean' to `choice'. Doc fix.
861 (replace-highlight, replace-dehighlight, perform-replace):
862 Use isearch highlighting if query-replace-highlight eq `isearch'.
863
864 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
867 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
868
869 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
870 case of \end{verbatim}.
871
872 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
873
874 * term.el (term-termcap-format): Synchronyze with terminfo.
875 (term-emulate-terminal): Handle reset.
876 (term-reset-terminal): New function.
877
878 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
879
880 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
881 (zone-fill-out-screen): New func.
882 (zone-pgm-drip): Use `zone-fill-out-screen'.
883 Also, no longer go to point-min on every cycle.
884 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
885 (zone-pgm-random-life-wait): New user var.
886 (zone-pgm-random-life): New func.
887
888 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
889
890 * files.el (auto-mode-alist): Map .com to DCL mode.
891
892 2004-12-09 Richard M. Stallman <rms@gnu.org>
893
894 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
895
896 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
897
898 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
899 buffer with a display margin.
900
901 2004-12-08 Jay Belanger <belanger@truman.edu>
902
903 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
904 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
905
906 2004-12-08 Richard M. Stallman <rms@gnu.org>
907
908 * faces.el: Delete code to set display table.
909 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
910
911 2004-12-08 Jay Belanger <belanger@truman.edu>
912
913 * calc/calc.el: Add math-read-preprocess-string to autoloads.
914
915 * calc/calc-ext.el (math-read-replacement-list)
916 (math-read-superscripts, math-read-preprocess-string): Move to
917 calc-aent.el.
918
919 * calc/calc-aent.el (math-read-replacement-list)
920 (math-read-superscripts, math-read-preprocess-string): Move from
921 calc-ext.el.
922
923 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * isearch.el (isearch-quote-char): Fix up typo in last change.
926
927 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
928
929 * mouse.el (mouse-set-font): Handle the case where the command was
930 not invoked using the mouse.
931
932 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
933 (edmacro-finish-edit): Further update for keyboard macros that are
934 lambda forms.
935 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
936
937 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * font-lock.el (font-lock-unfontify-region): Save buffer state.
940 (font-lock-default-unfontify-region): Don't save buffer state any more.
941
942 2004-12-07 Jay Belanger <belanger@truman.edu>
943
944 * calc/calc-help.el (calc-describe-key):
945 Set calc-summary-indentation even when Calc Summary buffer exists.
946
947 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
948
949 * calendar/holidays.el (holiday-easter-etc): Make arguments
950 optional for backwards compatibility. Doc fix.
951 Remove un-necessary local vars mandatory, output-list.
952 (holiday-advent): Make arguments optional for backwards
953 compatibility. Doc fix.
954
955 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * paren.el (show-paren-function): Fix last change (2004-12-02).
958
959 * international/mule-util.el (char-displayable-p): Return nil for
960 unibyte mode.
961
962 * subr.el (subregexp-context-p): New function.
963
964 * isearch.el (isearch-quote-char): Use it.
965
966 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
967 (regexp-opt-not-groupie*-re): Remove.
968 (regexp-opt): Properly handle inputs with duplicate entries.
969
970 2004-12-06 Richard M. Stallman <rms@gnu.org>
971
972 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
973
974 * cus-edit.el (custom-file): Doc fix.
975
976 * textmodes/org.el: New file.
977
978 2004-12-06 Kenichi Handa <handa@m17n.org>
979
980 * ldefs-boot.el: Update international/mule-util.el section.
981
982 2004-12-05 Sam Steingold <sds@gnu.org>
983
984 * net/tramp.el (tramp-handle-file-accessible-directory-p):
985 Fix `tramp-time-diff' comparison logic.
986
987 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
988
989 * progmodes/which-func.el (which-function):
990 Use `run-hook-with-args-until-success' instead of a custom loop.
991 Fixes bug with local hooks.
992
993 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
994
995 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
996 Use delete-dups when calculating the initial value.
997 (bibtex-autokey-get-title): Use <=.
998 (bibtex-goto-line): New function.
999 (bibtex-reposition-window): Use line numbers instead of point
1000 positions. Use window-body-height.
1001 (bibtex-find-crossref): Use bibtex-reposition-window.
1002 (bibtex-find-entry): Use bibtex-reposition-window. Always return
1003 position of entry if key is found or nil if not found.
1004
1005 2004-12-05 Richard M. Stallman <rms@gnu.org>
1006
1007 * cus-edit.el (custom-file): Doc fix.
1008
1009 * progmodes/sh-script.el (sh-indent-for-then): Change default.
1010
1011 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * simple.el (blink-matching-open):
1014 * textmodes/tex-mode.el (tex-validate-region):
1015 Obey syntax-table text properties.
1016
1017 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
1018
1019 * wid-edit.el (widget-specify-field): Add `real-field' property to
1020 boundary.
1021 (widget-field-at): Use it.
1022
1023 2004-12-02 Richard M. Stallman <rms@gnu.org>
1024
1025 * progmodes/cc-mode.el (awk-mode autoload):
1026 Supply t meaning interactive function.
1027
1028 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
1029 (isearch-mode-map): No special definition for space.
1030 (isearch-whitespace-chars): Command deleted.
1031 (isearch-forward-regexp): Doc fix.
1032 (isearch-quote-char): When a space is not inside brackets,
1033 use `[ ]' instead of just space.
1034 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1035
1036 * imenu.el (imenu--generic-function): Delete code to exclude
1037 matches in comments.
1038
1039 * man.el (Man-reverse-face): Change default to `highlight'.
1040
1041 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1042 (occur-engine): Use `face' prop rather than `font-lock-face'
1043 when specifying use of `match-face'.
1044 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1045
1046 * emacs-lisp/elint.el (elint-standard-variables): Update list.
1047
1048 * add-log.el (add-log-current-defun): Handle the case where point
1049 is in the header part of a DEFUN construct.
1050
1051 2004-12-02 Dave Love <fx@gnu.org>
1052
1053 * progmodes/python.el (python-font-lock-syntactic-keywords):
1054 Fix previous change.
1055
1056 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
1057
1058 * paren.el (show-paren-function): Check for matching chars
1059 specified by text props.
1060
1061 2004-12-02 Jay Belanger <belanger@truman.edu>
1062
1063 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1064 when reading a new key sequence.
1065
1066 2004-12-02 Kim F. Storm <storm@cua.dk>
1067
1068 * faces.el (escape-glyph): Rename from glyph.
1069 (standard-display-table): Set it here. Add escape-glyph face to
1070 extra slot characters.
1071
1072 * disp-table.el: Undo 2004-12-01 change. Display table is now
1073 setup in faces.el.
1074
1075 2004-12-02 Mark A. Hershberger <mah@everybody.org>
1076
1077 * xml.el (xml-parse-dtd): Don't show validity messages when
1078 xml-validating-parser is nil.
1079 (xml-substitute-special): Fix validity error messages to
1080 actually show the unexpandable entity. Added validity error if &
1081 isn't followed by an entity.
1082 (xml-parse-tag): Concatenate any string following the a
1083 <![CDATA[]]> section to the parsed CDATA.
1084 (xml-parse-dtd): Skip parameter entity declarations and use of
1085 parameter entities.
1086
1087 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
1088
1089 * kmacro.el (kmacro-default-counter-format): New var.
1090 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
1091 (kmacro-display): Remove `nil' from `and' form. Delete call to
1092 `format' inside `message'.
1093 (kmacro-start-macro): Use `kmacro-default-counter-format'.
1094
1095 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1096
1097 * pcvs.el (cvs-header-msg): New function.
1098 (cvs-update-header): Use it. Change calling convention.
1099 Correctly handle the case of having simultaneous active processes.
1100 (cvs-sentinel): Don't call cvs-update-header any more.
1101 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1102
1103 2004-12-01 Jay Belanger <belanger@truman.edu>
1104
1105 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1106 Change message.
1107
1108 2004-12-01 Juri Linkov <juri@jurta.org>
1109
1110 * progmodes/prolog.el (prolog-mode-variables):
1111 Fix imenu-generic-expression.
1112
1113 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1114
1115 * faces.el (glyph): New face.
1116
1117 * disp-table.el: Add an autoloaded table, that doesn't require
1118 this library, with glyph face.
1119
1120 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1121 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1122 (conf-quote-normal): Allow normalizing only ' or ".
1123 (conf-mode): Regexp-quote constructed comment-start and don't
1124 match section {} where "name" contains braces.
1125
1126 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1127 files.
1128
1129 2004-12-01 Kenichi Handa <handa@m17n.org>
1130
1131 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1132 (x-select-text): Don't treat eight-bit-control/graphic chars
1133 specially. Store the encoded text in the X cut buffer.
1134 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1135 with x-last-selected-text-cut-encoded.
1136
1137 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1140
1141 2004-11-30 Markus Rost <rost@ias.edu>
1142
1143 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1144 AUCTeX.
1145
1146 2004-11-30 Jay Belanger <belanger@truman.edu>
1147
1148 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1149 on signs of intervals.
1150 (math-pow-of-zero): Strengthen checks for positive and negative
1151 exponents.
1152
1153 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1154 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1155 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1156 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1157 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1158 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1159 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1160 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1161 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1162 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1163 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1164 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1165 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1166 with provide statements.
1167
1168 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1169
1170 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1171
1172 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1173 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1174 functions by require statements.
1175 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1176
1177 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1178 (calc-gnuplot-print): Give them values.
1179
1180 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1181 autoloads.
1182 Add calc-do-embedded-activate to autoloads.
1183 (calc-gnuplot-name, calc-gnuplot-plot-command)
1184 (calc-gnuplot-print-command): Move them to calc-graph.el.
1185
1186 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1187
1188 * term/mac-win.el (ccl-encode-mac-roman-font)
1189 (ccl-encode-mac-cyrillic-font)
1190 (ccl-encode-mac-centraleuropean-font, encoder-list)
1191 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1192 Support Cyrillic, CentralEuropean, and Dingbat font display
1193
1194 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1195
1196 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1197
1198 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1199 still nil.
1200
1201 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1202
1203 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1204 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1205
1206 2004-11-29 Jay Belanger <belanger@truman.edu>
1207
1208 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1209 cases of the base and exponent.
1210
1211 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1212
1213 * simple.el (next-error-buffer-p): Allow for inclusive and
1214 exclusive tests for finding a buffer.
1215 (next-error-find-buffer): Pass the exclusive and inclusive tests
1216 to next-error-buffer-p.
1217
1218 * replace.el (occur-next-error): Switch to the Occur buffer when
1219 appropriate, use the exclusive filter to next-error-find-buffer to
1220 do it. Use the absolute value of the motion amount.
1221
1222 2004-11-29 Kenichi Handa <handa@m17n.org>
1223
1224 * startup.el (command-line): Decode all default-directory by
1225 locale-coding-system.
1226
1227 2004-11-29 Jay Belanger <belanger@truman.edu>
1228
1229 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1230 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1231 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1232 Replace calls to calc-extensions by appropriate require, replace
1233 calc-extensions-loaded by appropriate featurep.
1234
1235 * calc/calc-ext.el: Move require to end of file.
1236 Remove redundant loading of calc.el.
1237 (calc-extensions-loaded): Remove unnecessary variable.
1238 (calc-extensions): Remove unnecessary function.
1239 (calc-load-everything): Replace calc-need-macros by appropriate require.
1240
1241 * calc/calc-macs.el: Move provide to end of file.
1242 (calc-need-macros): Remove unnecessary function.
1243
1244 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1245 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1246 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1247 Replace calc-extensions by appropriate require.
1248 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1249
1250 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1251 Replace calc-need-macros by appropriate require.
1252
1253 * calc/calc.el: Move require to end of file.
1254 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1255 Remove unnecessary variable.
1256 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1257 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1258 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1259 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1260 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1261 (math-format-number, math-format-bignum, math-read-number)
1262 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1263 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1264 by appropriate require.
1265 (calc-check-defines): Replace calc-need-macros by appropriate require.
1266
1267 2004-11-29 Kim F. Storm <storm@cua.dk>
1268
1269 * macros.el (insert-kbd-macro): Handle kmacro functions.
1270
1271 2004-11-28 Juri Linkov <juri@jurta.org>
1272
1273 * compare-w.el (compare-windows-highlight): Attach each overlay
1274 to its window to properly highlight differences while comparing
1275 two windows of the same buffer. Fix arguments.
1276 (compare-windows-sync-default-function): Fix arguments of
1277 `compare-windows-highlight'.
1278
1279 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1280 Use `read-expression-history'. Set initial contents only if
1281 `edebug-global-break-condition' is non-nil. Set histpos to 1
1282 if initial contents is equal to the last history element.
1283 (edebug-set-conditional-breakpoint): Instead of temporarily
1284 prepending the current condition to the history, set initial
1285 contents to the current condition. Set histpos to 1 if initial
1286 contents is equal to the last history element.
1287
1288 * info.el (Info-search-whitespace-regexp): Remove shy group.
1289 (Info-search): Forward line if search is on the header line.
1290 Use search-whitespace-regexp in two other places.
1291
1292 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1293
1294 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1295 warning. Delay real definition, which uses
1296 `set-fringe-indicators-1' till after the definition of that function.
1297
1298 2004-11-28 Kim F. Storm <storm@cua.dk>
1299
1300 * fringe.el (fringe): New defgroup.
1301 (fringe-mode): Move to fringe group.
1302 (fringe-indicators): New defcustom.
1303 (set-fringe-indicators-1): New defun.
1304
1305 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1306 (menu-bar-showhide-fringe-ind-menu): New keymap.
1307 (menu-bar-showhide-fringe-ind-empty)
1308 (menu-bar-showhide-fringe-ind-mixed)
1309 (menu-bar-showhide-fringe-ind-box)
1310 (menu-bar-showhide-fringe-ind-right)
1311 (menu-bar-showhide-fringe-ind-left)
1312 (menu-bar-showhide-fringe-ind-none): New defuns.
1313 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1314
1315 2004-11-27 Richard M. Stallman <rms@gnu.org>
1316
1317 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1318
1319 * generic.el (define-generic-mode): Doc fix.
1320
1321 * menu-bar.el (menu-bar-options-save): For the options
1322 that are toggled with menu-bar-make-mm-toggle, don't check
1323 for customized-value prop.
1324
1325 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1326
1327 * mail/supercite.el (sc-cite-region): Handle the case where
1328 sc-cite-frame-alist is a symbol.
1329 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1330 a symbol.
1331 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1332 a symbol.
1333
1334 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1335
1336 * wid-edit.el (widget-narrow-to-field): New function.
1337 (widget-complete): Use it.
1338
1339 2004-11-27 Jay Belanger <belanger@truman.edu>
1340
1341 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1342 variable.
1343 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1344 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1345 (math-alg-inequalities): Move declaration to earlier in the file.
1346
1347 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1348 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1349 Declare them.
1350
1351 * calc/calc-lang.el (math-expr-data, math-expr-token)
1352 (math-exp-old-pos): Declare them.
1353
1354 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1355 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1356
1357 2004-11-27 Kim F. Storm <storm@cua.dk>
1358
1359 * progmodes/flymake.el: Use (featurep 'xemacs).
1360 (flymake-makehash): Change to defsubst. Use fboundp.
1361 (flymake-time-to-float): Remove.
1362 (flymake-float-time): Merge code from flymake-time-to-float here.
1363 (flymake-replace-regexp-in-string): Change to defsubst.
1364 (flymake-split-string-remove-empty-edges):
1365 Rename to flymake-split-string.
1366 (flymake-split-string): Remove previous defalias.
1367 (flymake-get-temp-dir): Change to defsubst.
1368 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1369 Define for xemacs only.
1370 (flymake-master-file-count-limit): Change into compiler defvar only.
1371 (flymake-find-possible-master-files): Let-bind it dynamically while
1372 sorting files using flymake-master-file-compare.
1373
1374 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1377 of defun-prompt-regexp matches inside a comment/string but the
1378 beginning is correctly outside everything.
1379
1380 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1381 appears within a string or a comment.
1382
1383 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1384 rather than make-symbol for symbols which are used in
1385 a symbol-macrolet or equivalent.
1386
1387 2004-11-26 Jay Belanger <belanger@truman.edu>
1388
1389 * calc-misc.el (calc-last-why-command): Declare it.
1390
1391 * calc-vec.el (math-grade-vec): New variable.
1392 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1393 Replace variable grade-vec by declared variable.
1394 (math-rb-close): New variable.
1395 (math-read-brackets, math-read-vector): Replace variable close by
1396 declared variable.
1397
1398 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1399 (calc-one-window, calc-edit-handler, calc-restore-trail)
1400 (calc-allow-ret): Declare them.
1401
1402 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1403 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1404 (math-radix-float-cache-tag, math-random-cache)
1405 (math-max-digits-cache, math-integral-cache, math-units-table)
1406 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1407 (math-moc-func): New variable.
1408 (math-map-over-constants, math-map-over-constants-rec):
1409 Replace variable func by declared variable.
1410
1411 * calc/calc-store.el (calc-given-value, calc-store-opers):
1412 Declare them.
1413 (calc-var-name-map): Move declaration to earlier in the file.
1414 (calc-pv-pos): New variable.
1415 (calc-permanent-variable, calc-insert-permanent-variable):
1416 Replace variable pos by declared variable.
1417
1418 * calc/calc-mtx.el (calc-det-lu): New variable.
1419 (math-det-raw, math-det-step): Replace variable lu by declared variable.
1420
1421 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1422 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1423 and arg by declared variables.
1424 (calcFunc-reducer): Fix incorrect variable.
1425 (math-inner-mul-func, math-inner-add-func): New variables.
1426 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1427 and add-func by declared variables.
1428
1429 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1430 (calc-digit-value): Declare them.
1431
1432 * calc/calc-help.el (Info-history): Declare it.
1433 (calc-describe-key): Make calc-summary-indentation a local variable.
1434 (calc-help-long-names): Move declaration to earlier in file.
1435
1436 * calc/calc-embed.el (calc-original-buffer): Declare it.
1437 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1438 (calc-embed-bot): New variables.
1439 (calc-do-embedded, calc-embedded-mark-formula)
1440 (calc-embedded-find-bounds, calc-embedded-duplicate)
1441 (calc-embedded-new-formula, calc-embedded-make-info):
1442 Replace vars outer-top, outer-bot, bot and top by declared variables.
1443 (calc-embed-prev-modes): New variable.
1444 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1445 prev-modes with declared variable.
1446 (calc-embed-vars-used): New variable.
1447 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1448 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1449 vars-used by declared variable.
1450
1451 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1452 (math-format-radix-float): Remove unnecessary setq.
1453 (math-radix-float-cache): Declare it.
1454
1455 * calc/calcsel2.el (calc-keep-selection): Declare it.
1456
1457 * calc/calc-maint.el: Remove file.
1458
1459 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1460
1461 * textmodes/bibtex.el (bibtex-sort-entry-class)
1462 (bibtex-comment-start): Use defcustom.
1463 (bibtex-entry-field-alist): Use nil if initial content of the
1464 field is undefined. Fix docstring.
1465 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1466 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1467 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1468 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1469 Fix docstring.
1470 (bibtex-autokey-title-terminators): Use only one regexp.
1471 (bibtex-string-maybe-empty-head): New variable.
1472 (bibtex-remove-delimiters-string): New function.
1473 (bibtex-text-in-field-bounds, bibtex-text-in-string):
1474 Use bibtex-remove-delimiters-string.
1475 (bibtex-progress-message, bibtex-field-left-delimiter)
1476 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1477 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1478 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1479 Simplify.
1480 (bibtex-format-entry): Use save-excursion for inherited booktitle.
1481 Use eq and bibtex-remove-delimiters-string. For end markers use
1482 insertion type so that marker stays after inserted text.
1483 (bibtex-autokey-get-names): Return empty string if name is missing.
1484 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1485 calling bibtex-autokey-name-case-convert.
1486 (bibtex-autokey-demangle-title):
1487 Call bibtex-autokey-titleword-case-convert. Remove call to
1488 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1489 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1490 (bibtex-read-key): New optional arg global.
1491 (bibtex-files-expand): New optional arg force.
1492 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1493 (bibtex-complete-crossref-cleanup): Rename from
1494 bibtex-complete-key-cleanup. Simplify code.
1495 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
1496 Operate on current entry.
1497 (bibtex-button): Add docstring.
1498 (bibtex-entry): Simplify.
1499 (bibtex-make-field): Replace optional arg called-by-yank with more
1500 specific args move and interactive.
1501 (bibtex-end-of-entry): Use forward-sexp.
1502 (bibtex-find-entry-globally): Remove.
1503 (bibtex-find-crossref): Allow for crossref key located in other buffer.
1504 Bound to C-c C-x.
1505 (bibtex-find-entry): New optional args global and display.
1506 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
1507 (bibtex-validate): Use arg force of bibtex-files-expand.
1508 (bibtex-clean-entry): Bugfix, clean string entries properly.
1509 Always keep point at beginning of entry.
1510 (bibtex-complete): Bugfix. Handle string entries properly.
1511 Call cleanup functions only if needed.
1512 (bibtex-String): Use bibtex-read-string-key.
1513 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
1514 case of replacement text.
1515
1516 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1517
1518 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1519 (tramp-perl-directory-files-and-attributes): New constant.
1520 (tramp-file-name-handler-alist): Delete file-directory-files, add
1521 directory-files-and-attributes.
1522 (tramp-perl-file-attributes): Surround uid and gid by double
1523 quotes. Change parameter id-format from nonnumeric.
1524 (tramp-convert-file-attributes): New function.
1525 (tramp-handle-file-attributes): Use it.
1526 (tramp-maybe-send-perl-script): New function.
1527 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1528 file mode. Change parameter id-format from nonnumeric.
1529 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1530 from nonnumeric.
1531 (tramp-post-connection): Don't send tramp-perl-file-attributes
1532 script. Reset connection property "perl-scripts".
1533 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1534 in use.
1535
1536 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1537
1538 * desktop.el (desktop-read): Replace mapcar with mapc.
1539 (desktop-create-buffer): Replace mapcar with mapc.
1540 Remove redundant piece of code.
1541
1542 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * progmodes/gud.el (gud-display-line): Use display-buffer
1545 for GDB-UI as for GUD.
1546
1547 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1548 Delete variables.
1549 (gdb-ann3): Don't make GUD buffer dedicated.
1550 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1551 (gdb-display-source-buffer): Delete function.
1552 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1553 (menu): Delete menu bindings for viewing source/assembler.
1554 (gdb-setup-windows, gdb-restore-windows):
1555 Don't dedicate GUD. No assembler now.
1556 (gdb-reset): No need to undedicate source buffers now.
1557 (gdb-source-info): No assembler now.
1558
1559 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1560
1561 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1562 width to those for special frames.
1563 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1564 Use display-buffer.
1565 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1566 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1567 (gdb-frame-assembler-buffer): Rework like
1568 gdb-frame-breakpoints-buffer.
1569
1570 2004-11-25 Richard M. Stallman <rms@gnu.org>
1571
1572 * progmodes/flymake.el: Reindent.
1573 (flymake-split-string): Turn into defalias.
1574 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1575 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1576 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1577 (flymake-build-relative-filename): Rename from ...path.
1578 Fix error message.
1579
1580 2004-11-25 Cheng Gao <chenggao@gmail.com>
1581
1582 * progmodes/flymake.el: Much whitespace and capitalization change.
1583 Move `provide' to end. Require `compile' only when compiling.
1584
1585 2004-11-24 Jay Belanger <belanger@truman.edu>
1586
1587 * calc/calc-alg.el: Added comment.
1588 (math-polynomial-base): Replace variable mpb-top-expr by
1589 math-poly-base-top-expr.
1590
1591 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1592 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1593 variable.
1594 (math-poly-base-total-base): New variable.
1595 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1596 mpb-total-base by declared variable.
1597 (math-factored-vars, math-to-list): Declare it.
1598 (math-fact-expr): New variable.
1599 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1600 (math-factor-expr-try, math-factor-expr-part): Replace variable
1601 expr by declared variable.
1602 (math-fet-x): New variable.
1603 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1604 by declared variable.
1605 (math-factor-poly-coefs): Make temp a local variable.
1606
1607 * calc/calc-units.el (calc-convert-units): Make units a local
1608 variable.
1609 (calc-num-units, calc-den-units): New variables.
1610 (calc-explain-units, calc-explain-units-rec): Replace variables
1611 num-units and den-units by declared variables.
1612 (math-cu-unit-list): New variable.
1613 (math-build-units-table, math-compare-unit-names)
1614 (math-convert-units, math-convert-units-rec): Replace variable
1615 unit-list by declared variable.
1616 (math-fbu-base, math-fbu-entry): New variables.
1617 (math-find-base-units, math-find-base-units-rec): Replace variables
1618 base and entry by declared variables.
1619 (math-which-standard): New variable.
1620 (math-to-standard-units, math-to-standard-rec): Replace variable
1621 which-standard by declared variable.
1622 (math-fcu-u): New variable.
1623 (math-find-compatible-unit, math-find-compatible-unit-rec):
1624 Replace variable u by declared variable.
1625 (math-cu-new-units, math-cu-pure): New variables.
1626 (math-convert-units, math-convert-units-rec): Replace variables
1627 new-units and pure by declared variables.
1628 (math-try-cancel-units): New variable.
1629 (math-simplify-units-quotient): Replace variable try-cancel-units by
1630 declared variable.
1631
1632 2004-11-24 Richard M. Stallman <rms@gnu.org>
1633
1634 * textmodes/ispell.el (ispell-check-version):
1635 If default-directory is nonexistent, use home dir.
1636
1637 * progmodes/grep.el (grep-regexp-alist):
1638 Don't match parens around line numbers.
1639
1640 * progmodes/cperl-mode.el (cperl-indent-region)
1641 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1642 Don't print progress messages.
1643
1644 * progmodes/compile.el (compilation-mode-map):
1645 Don't inherit from compilation-minor-mode-map;
1646 copy its bindings instead. But the menu bar Compile
1647 entry now does inherit from compilation-menu-map.
1648
1649 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1650 Use with-no-warnings around compiler-macroexpand.
1651
1652 * imenu.el: Don't always require newcomment.
1653 (imenu--generic-function): Call comment-normalize-vars
1654 if we have a comment syntax.
1655 Exit the loop if REGEXP matches the null string.
1656 Test comment-start as well as comment-start-skip
1657 when deciding whether to check for comments.
1658
1659 * tooltip.el (tooltip-mode): Doc fix.
1660
1661 * term.el (term-escape-char, term-mode): Doc fixes.
1662
1663 2004-11-24 Dave Love <fx@gnu.org>
1664
1665 * progmodes/python.el (python-font-lock-syntactic-keywords):
1666 Check for escapes in the regexp.
1667 (python-quote-syntax): Don't do it here.
1668
1669 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1670
1671 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1672 (gdb-frames-mode-map, gdb-threads-mode-map)
1673 (gdb-registers-mode-map, gdb-locals-mode-map)
1674 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1675 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1676
1677 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1678 (dedicated-switch-to-buffer): Rework.
1679 (gdb-var-evaluate-expression-handler, gdb-put-string):
1680 Remove unused variable bindings.
1681 (gdb-setup-windows, gdb-display-buffer):
1682 Simplify. Use pop-to-buffer.
1683 (gdb-view-source-function): Simplify.
1684 (gdb-frame-breakpoints-buffer):
1685 Use pop-to-buffer, special-display-regexps.
1686
1687 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1688
1689 * progmodes/f90.el (f90-smart-end)
1690 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1691 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1692 (f90-end-of-block): Doc fix. Make check of outermost block
1693 conditional on value of `f90-smart-end'.
1694 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1695 Handle case where END-BLOCK is nil.
1696 (f90-match-end): Handle un-named PROGRAM blocks.
1697 (f90-backslash-not-special): New function.
1698
1699 2004-11-24 Jay Belanger <belanger@truman.edu>
1700
1701 * calc/calc.el (calc-embedded-active): Removed unnecessary
1702 declaration.
1703 (calc-show-banner): Removed redundant declaration.
1704
1705 * calc/calc-graph.el (calc-gnuplot-default-device)
1706 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1707 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1708 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1709 Remove redundant initial values.
1710
1711 * calc/calc-arith.el (math-scalar-functions)
1712 (math-nonscalar-functions, math-scalar-if-args-functions)
1713 (math-real-functions, math-positive-functions)
1714 (math-nonnegative-functions, math-real-scalar-functions)
1715 (math-real-if-arg-functions, math-integer-functions)
1716 (math-num-integer-functions, math-rounding-functions)
1717 (math-float-rounding-functions, math-integer-if-args-functions)
1718 (math-super-types): Move declarations to earlier in file.
1719 (math-unit-prefixes): Declared it.
1720 (math-floor-prec, math-trunc-prec): New variables.
1721 (math-trunc-fancy): Replace variable prec by declared variable.
1722 (math-floor-fancy): Replace variable prec by declared variable.
1723 (math-com-bterms): New variable.
1724 (math-commutative-equal, math-commutative-collect):
1725 Replace variable bterms by declared variable.
1726
1727 * calc/calc-misc.el (math-trunc): Replace variable prec by
1728 math-trunc-prec.
1729 (math-floor): Replace variable prec by math-floor-prec.
1730
1731 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1732 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1733 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1734 (math-format-date, math-format-date-part): Replace variables
1735 date, dt, year, month, day, weekday, hour, minute, second and
1736 bc-flag by declared variables.
1737 (math-pd-str): New variable.
1738 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1739 Replace variable str by declared variable.
1740 (math-daylight-savings-hook, math-tzone-names): Move definitions
1741 to earlier in the file.
1742 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1743 (math-sh-year): New variable.
1744 (math-setup-add-holidays, math-setup-holidays)
1745 (math-setup-year-holidays): Replace variable `year' by declared
1746 variable.
1747
1748 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1749 New variables.
1750 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1751 n, nf and nfm1 by declared variables.
1752 (math-nri-n): New variable.
1753 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1754 n by declared variable.
1755 (calcFunc-log): Removed misplaced condition.
1756
1757 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1760
1761 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1764 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1765 Dedicate gdb-related windows.
1766 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1767 other frames.
1768 (gdb-reset): Remove dedicated property after debugging.
1769
1770 2004-11-24 Jay Belanger <belanger@truman.edu>
1771
1772 * calc/calc-sel.el: Add comment.
1773
1774 * calc/calc.el (math-stack-value-offset): Replace variables c,
1775 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1776
1777 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1778 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1779 (math-stack-value-offset-fancy): Replace variables c, wid and off
1780 by declared variables.
1781 (math-comp-just, math-comp-comma-spc): New variables.
1782 (math-compose-expr, math-compose-matrix): Replace variables `just'
1783 and comma-spc by declared variable.
1784 (math-comp-vector-prec): New variable.
1785 (math-compose-expr, math-compose-matrix, math-compose-rows):
1786 Replace variable vector-prec by declared variable.
1787 (math-comp-left-bracket, math-comp-right-bracket)
1788 (math-comp-comma): New variables.
1789 (math-compose-expr, math-compose-rows): Replace variables
1790 left-bracket, right-bracket and comma by declared variables.
1791 (math-comp-full-width): New variable.
1792 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1793 Replace variable full-width by declared variable.
1794 (math-comp-highlight, math-comp-word, math-comp-level)
1795 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1796 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1797 New variables.
1798 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1799 (math-comp-sel-flat-term): Replace variables comp-highlight,
1800 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1801 declared variables.
1802 (math-comp-simplify, math-comp-simplify-term)
1803 (math-comp-add-string, math-comp-add-string-sel):
1804 Replace variables comp-highlight, comp-buf, comp-base,
1805 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1806
1807 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1808
1809 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1810
1811 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1812 and x-server-version may throw.
1813
1814 2004-11-23 Kim F. Storm <storm@cua.dk>
1815
1816 * subr.el (substitute-key-definition-key): Optimize.
1817 Don't call indirect-function for nil defn (always signals error).
1818
1819 * ido.el (ido-read-internal): Fix require-match check when
1820 ido-directory-too-big is set.
1821
1822 2004-11-23 Jay Belanger <belanger@truman.edu>
1823
1824 * calc/calc-ext.el (math-read-replacement-list)
1825 (math-read-superscripts): New variables.
1826 (math-read-preprocess-string): New function.
1827 (math-read-expr): Filter input through math-read-preprocess-string.
1828
1829 * calc/calc-aent.el (math-read-exprs): Filter input through
1830 math-read-preprocess-string.
1831
1832 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1833
1834 * progmodes/compile.el (compilation-start): In cd command use
1835 substitute-env-vars -- not quite shell compatible but better than
1836 nothing.
1837 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1838 handle the newer versions messages, which are more parseable.
1839
1840 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * reveal.el (reveal-mode-map): New var.
1843 (reveal-mode): Use it.
1844
1845 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1846
1847 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1848 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1849
1850 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1853 header-line when needed.
1854 Use fixed-pitch only in the header-line.
1855 Build the underline automatically. Use emdash if available.
1856
1857 2004-11-22 Richard M. Stallman <rms@gnu.org>
1858
1859 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1860 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1861
1862 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1863
1864 * progmodes/gdb-ui.el (gdb-resync): New function.
1865 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1866 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1867 Use it to fail more gracefully.
1868 (gdb-variables): Delete variable.
1869 Re-order variables to reduce byte-compiler warnings.
1870
1871 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * descr-text.el (describe-char):
1874 * paren.el (show-paren-function):
1875 * subr.el (syntax-after): Undo last change.
1876
1877 * progmodes/python.el (run-python): Don't hard code *Python*.
1878 Don't modify global process-environment.
1879 (python-send-region, python-load-file): Don't assume that
1880 python-buffer == (process-buffer (python-proc)).
1881 (python-switch-to-python): Simplify.
1882
1883 * dired.el (dired-align-file): Don't assume line starts with spaces.
1884
1885 2004-11-21 Jay Belanger <belanger@truman.edu>
1886
1887 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1888 Replace variable `lines' by math-read-big-lines.
1889 (math-read-big-expr): Replace variables the-baseline, the-h2
1890 and err-msg by math-read-big-baseline, math-read-big-h2 and
1891 math-read-err-msg.
1892 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1893
1894 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1895 (math-read-big-balance): Replace unbound variable by value.
1896 (math-read-big-lines): New variable.
1897 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1898 (math-read-big-error, math-read-big-balance): Replace variable
1899 `lines' by declared variable.
1900 (math-read-big-baseline, math-read-big-h2): New variables.
1901 (math-read-big-rec): Replace variables the-baseline and the-h2
1902 by declared variables.
1903 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1904 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1905 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1906 declared variables.
1907 (math-read-big-err-msg): New variable.
1908 (math-read-big-error): Replace variable err-msg by declared variable.
1909
1910 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * ses.el: Add coding cookie.
1913 Fix up docstrings, follow new commenting conventions.
1914 (ses-header-line-menu): Fix missing variable rename for header-row.
1915 (ses-cell-size): Remove.
1916 (ses-make-cell): New function.
1917 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1918 (ses-calculate-cell): Remove unused var `symbol'.
1919 (ses-narrowed-p): New function.
1920 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1921 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1922 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1923 (ses-setup): Use restore-buffer-modified-p.
1924 (ses-cleanup): Remove unused var `end'.
1925 (ses-header-string-left-offset): Remove.
1926 (ses-create-header-string): Adjust to new behavior of `align-to'.
1927 Truncate excessively large fields to preserve alignment.
1928 (ses-reconstruct-all): Remove unused var `refs'.
1929 (ses-read-cell-printer): Remove unused var `prompt'.
1930 (ses-delete-row): Remove unused var `pos'.
1931 (ses-delete-column): Remove unused var `new'.
1932
1933 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1934
1935 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1936 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1937 Eliminate eval-and-compile usage.
1938 (ps-insert-file): Use insert-file-contents instead of insert-file.
1939 (ps-setup): Code fix.
1940
1941 * printing.el (pr-setup, lpr-setup): Code fix.
1942
1943 2004-11-21 Jay Belanger <belanger@truman.edu>
1944
1945 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1946 (calc-original-buffer): Declare them.
1947 (calc-user-formula-alist): New variable.
1948 (calc-user-define-formula, calc-fix-user-formula)
1949 (calc-user-define-composition, calc-finish-formula-edit):
1950 Replace variable `alist' by declared variable.
1951 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1952 (var-q7, var-q7, var-q8, var-q9): Declare them.
1953 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1954 are bound.
1955 (calcFunc-typeof): Replace undeclared variable by expression.
1956 (math-exp-env): New variable.
1957 (math-define-body, math-define-exp): Replace exp-env by declared var.
1958 (math-define-exp): Replace misplaced variable by expression.
1959
1960 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1961 (calc-curve-model, calc-curve-coefnames): New variables.
1962 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1963 varnames, model and coefnames by declared variables.
1964 (math-root-widen): New variable.
1965 (math-search-root, math-find-root): Replace variable root-widen by
1966 declared variable.
1967 (var-DUMMY): Declare it.
1968 (math-root-vars, math-min-vars): Move the declarations to earlier in
1969 the file.
1970 (math-brent-min): Make d a local variable.
1971 (math-find-minimum): Replace non-existent variable.
1972 (math-ninteg-romberg): Remove unnecessary variable.
1973 (math-ninteg-temp): New variable.
1974 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1975 integ-temp by declared variable.
1976 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1977 New variables.
1978 (math-general-fit): Replace variables first-var, first-coef and
1979 new-coefs by declared variables.
1980 (calcFunc-fitvar): Replace variable first-var by declared variable.
1981 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1982 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1983 (math-all-vars-vars, math-all-vars-found): New variables.
1984 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1985 found by declared variable math-all-vars-vars.
1986
1987 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1988
1989 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1990 of `defconst'.
1991
1992 2004-11-20 Richard M. Stallman <rms@gnu.org>
1993
1994 * isearch.el (isearch-mode-map): Don't bind SPC.
1995 (isearch-whitespace-chars): Function deleted.
1996 (isearch-search): Bind search-spaces-regexp.
1997 (isearch-lazy-highlight-search): Likewise.
1998 (search-whitespace-regexp): Doc fix.
1999 (isearch-forward-regexp): Doc fix.
2000
2001 * emacs-lisp/bytecomp.el (byte-compile-form):
2002 Move the calls to byte-compile-set-symbol-position,
2003 to avoid having two for the same symbol occurrence.
2004
2005 * comint.el (comint-input-ring-size): Increase to 150.
2006
2007 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2008 New variables.
2009 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2010 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2011
2012 * imenu.el (imenu--generic-function):
2013 Ensure we keep moving backward even if BEG isn't further back.
2014
2015 * replace.el (query-replace-read-to, query-replace-read-from):
2016 Specify t for KEEP-ALL in read-from-minibuffer.
2017
2018 * progmodes/python.el (python-switch-to-python):
2019 If Python isn't running, start it.
2020 Don't alter debug-ignored-errors.
2021
2022 * progmodes/cperl-mode.el (cperl-indent-region):
2023 Don't mind imenu-scanning-message.
2024
2025 * bindings.el (global-map): Bind C-e to move-end-of-line.
2026
2027 * simple.el (line-move-finish): New arg FORWARD.
2028 Ignore invisible newlines, not intangible ones.
2029 Conditions for acceptable stopping positions depend on FORWARD.
2030 (line-move): Pass FORWARD arg to line-move-finish.
2031
2032 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2033 of HEADER. Compensate for this change in the code to add display
2034 properties. Don't make the first line intangible.
2035
2036 * info.el (Info-search): Fix previous change.
2037
2038 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2039
2040 * Makefile.in (recompile): Revert 2004-11-19 change.
2041 (compile): Likewise.
2042
2043 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
2044
2045 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2046
2047 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2048
2049 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
2050 defgroup and defcustom. Eliminate eval-and-compile usage.
2051
2052 * progmodes/ebnf-otz.el: Fix typos.
2053
2054 2004-11-19 Jay Belanger <belanger@truman.edu>
2055
2056 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2057 (calc-edit-finish, calc-finish-stack-edit): Replace variable
2058 disp-trail by declared variable.
2059
2060 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2061 (calc-finish-selection-edit): Replace variable disp-trail by
2062 declared variable.
2063 (calc-selection-cache-entry): Move declaration to earlier in the file.
2064 (calc-selection-cache-num, calc-selection-cache-comp)
2065 (calc-selection-cache-offset, calc-selection-true-num)
2066 (calc-final-point-line, calc-final-point-column)
2067 (calc-original-buffer): Declare them.
2068 (calc-fnp-op, calc-fnp-num): New variables.
2069 (calc-find-nth-part, calc-find-nth-part-rec)
2070 (calc-select-previous): Replace op and num by declared variables.
2071 (calc-rsf-old, calc-rsf-new): New variables.
2072 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2073 Replace variables old and new by declared variables.
2074 (calc-sel-reselect): New variable.
2075 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2076 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2077 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
2078 reselect with declared variable.
2079
2080 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2081 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2082 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2083 (math-import-list, math-rewrite-phase): Declare them.
2084 (math-rewrite): Use let* to declare variables.
2085 (calc-rewrite-selection): Make rules a local variable.
2086 (calc-rewr-sel): New variable.
2087 (calc-rewrite-selection, calc-locate-selection-marker)
2088 (calc-rewrite): Use the declared variable calc-rewr-sel instead
2089 of sel.
2090 (math-rewrite-whole-expr): New variable.
2091 (math-rewrite, math-rewrite-phase): Replace variable expr by
2092 declared variable.
2093 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2094 (math-rewrite-heads-blanks ): New variables.
2095 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2096 heads, skips and blanks by declared variables.
2097 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2098 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2099 New variables.
2100 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2101 old, new, old-func and new-func by declared variables.
2102 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2103 Remove unnecessary variable.
2104 (math-apply-rw-regs): New variable.
2105 (math-apply-rewrites, math-rwapply-replace-regs)
2106 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2107 (math-apply-rw-ruleset): New variable.
2108 (math-apply-rewrites, math-rwapply-remember): Replace variable
2109 ruleset by declared variable.
2110
2111 2004-11-19 Richard M. Stallman <rms@gnu.org>
2112
2113 * info.el (Info-search): Use search-whitespace-regexp.
2114
2115 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2116
2117 * vc-rcs.el (vc-rcs-parse): New function.
2118 (vc-rcs-annotate-command): Likewise.
2119 (vc-rcs-annotate-current-time): Likewise.
2120 (vc-rcs-annotate-time): Likewise.
2121 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2122
2123 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2124
2125 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2126
2127 2004-11-18 Jay Belanger <belanger@truman.edu>
2128
2129 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2130
2131 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2132
2133 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2134 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2135 Use make-temp-file to generate PostScript files in any situation.
2136 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2137 (pr-interactive-p): Eliminate var.
2138 (pr-save-interactive): Eliminate macro.
2139 (pr-interface, pr-ps-directory-preview)
2140 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2141 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2142 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2143 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2144 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2145 (pr-ps-region-ps-print, pr-ps-mode-preview)
2146 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2147 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2148 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2149 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2150 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2151 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2152 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2153 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2154 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2155 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2156 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2157 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2158 Eliminate pr-save-interactive usage.
2159 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2160 Eliminate pr-interactive-p usage.
2161 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2162 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2163 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2164 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2165 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2166 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2167 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2168 New funs.
2169 (pr-ps-file): Use make-temp-file to generate a temporary file.
2170
2171 2004-11-17 Jay Belanger <belanger@truman.edu>
2172
2173 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2174 a local variable.
2175 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2176 (math-top-only): New variable.
2177 (math-simplify, math-simplify-step): Replace variable top-only by
2178 declared variable math-top-only.
2179 (math-simplify-expr): Declare it.
2180 Replace argument expr in all calls of math-defsimplify by
2181 math-simplify-expr.
2182 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2183 (math-simplify-divisor, math-simplify-one-divisor)
2184 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2185 (math-simplify-pow): Replace variable expr by declared variable
2186 math-simplify-expr.
2187 (math-simplify-divisor): Remove local variables temp and op.
2188 (math-simplify-one-divisor): Make temp and op local variables.
2189 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2190 New variables.
2191 (math-simplify-divisor, math-simplify-one-divisor):
2192 Replace variables nover and dover by declared variables.
2193 (math-expr-subst-new, math-expr-subst-old): New variables.
2194 (math-expr-subst, math-expr-subst-rec): Replace variables new
2195 and old by declared variables.
2196 (math-is-poly-degree, math-is-poly-loose): New variables.
2197 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2198 and loose by declared variables.
2199 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2200 (math-polynomial-base, math-polynomial-base-rec):
2201 Replace variables const-ok and mpb-pred by declared variables.
2202
2203 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2204
2205 * calc/calc-ext.el (math-defsimplify): Change the argument in
2206 the created function to math-simplify-expr.
2207
2208 * calc/calc-units.el (math-simplify-expr): Declare it.
2209 Replace argument expr in all calls of math-defsimplify by
2210 math-simplify-expr.
2211 (math-simplify-units-prod): Replace variable expr by declared
2212 variable math-simplify-expr.
2213
2214 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2217 Replace mapcar->dolist, format->string.
2218
2219 2004-11-17 Miles Bader <miles@gnu.org>
2220
2221 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2222 * progmodes/idlwave.el: Remove RCS keywords.
2223
2224 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2225
2226 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2227 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2228 Update to IDLWAVE version 5.5. Too many changes to list them here.
2229 * progmodes/idlw-help.el: New file.
2230
2231 2004-11-16 Richard M. Stallman <rms@gnu.org>
2232
2233 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2234 Discard spaces after \i according to TeX rules.
2235
2236 * international/mule.el (set-buffer-file-coding-system):
2237 New arg NOMODIFY.
2238 (after-insert-file-set-coding): Pass that new arg.
2239 Prevent set-buffer-multibyte from trying to lock the file.
2240
2241 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2242
2243 * saveplace.el (save-place): Doc fix.
2244
2245 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2246 temporarily widen before finding the following word to copy.
2247
2248 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2249 (cl-map-keymap): Definition deleted.
2250
2251 * subr.el (map-keymap-internal): New function.
2252
2253 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2256 when pressing rather than when releasing mouse-2. Simplify.
2257
2258 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2261 (compilation-mode): Set it here instead.
2262
2263 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2264
2265 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2266 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2267
2268 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/compile.el (compilation-internal-error-properties):
2271 Fix up a transposition-typo. Check end-col before using it.
2272
2273 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2274
2275 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2276 Discard whitespace after macro \i when converting it.
2277
2278 2004-11-16 Juri Linkov <juri@jurta.org>
2279
2280 * emacs-lisp/find-func.el (find-function-regexp):
2281 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2282 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2283 Remove invalid `\W' from [^cgv\W]. Doc fix.
2284 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2285
2286 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2287
2288 * play/life.el: Maintainer is now FSF.
2289 (life-patterns, life-neighbor-deltas, life-window-start)
2290 (life-current-generation, life-generation-string): Use defvar
2291 instead of defconst.
2292
2293 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * progmodes/compile.el (compilation-move-to-column): New fun.
2296 (compilation-internal-error-properties)
2297 (compilation-next-error-function): Use it to make sure we don't go past
2298 the end of line.
2299
2300 2004-11-15 John Paul Wallington <jpw@gnu.org>
2301
2302 * autoinsert.el (auto-insert-alist): Insert the user's name in
2303 copyright notice, rather than Free Software Foundation, for the
2304 Emacs Lisp header case too.
2305
2306 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2307
2308 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2309 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2310 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2311 return the list of string in a string.
2312 (pr-call-process): Message if calling process returns an error, that
2313 is, the exit status is different of zero.
2314
2315 2004-11-15 Jay Belanger <belanger@truman.edu>
2316
2317 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2318 variable var-thing.
2319 (math-integ-depth, math-integ-level, math-integral-limit)
2320 (math-enable-subst, math-any-substs, math-integ-msg)
2321 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2322 (math-int-threshold, math-int-factors, math-double-roots)
2323 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2324 (var-GenCount): Declare these variables.
2325 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2326 (math-integral-cache, math-integral-cache-state):
2327 Move declarations to earlier in the file.
2328 (math-deriv-var, math-deriv-total, math-deriv-symb)
2329 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2330 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2331 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2332 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2333 (math-solve-res): New variables
2334 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2335 (math-integral, math-replace-integral-parts)
2336 (math-integrate-by-parts, calc-dump-integral-cache)
2337 (math-try-integral, math-do-integral, math-do-integral)
2338 (math-do-integral-methods, math-try-solve-for)
2339 (math-try-solve-prod, math-solve-poly-funny-powers)
2340 (math-solve-crunch-poly, math-decompose-poly)
2341 (math-solve-find-root-term, math-find-root-in-prod)
2342 (math-integ-try-linear-substitutions)
2343 (math-integ-try-substitutions, math-expr-rational-in)
2344 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2345 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2346 (math-solve-for, math-solve-system, math-solve-system-rec)
2347 (math-solve-get-sign, math-solve-get-int)
2348 (math-solve-system-subst): Replace undeclared variables with newly
2349 declared variables.
2350
2351 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * winner.el (winner-active-region, winner-edges, winner-window-list):
2354 Define at toplevel.
2355 (winner-mode-map): Move init inside declaration.
2356
2357 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2358
2359 * files.el (convert-standard-filename): Doc fix.
2360
2361 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2362
2363 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2364 passwd, group, shadow, default/* and pam.d/*.
2365
2366 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2367
2368 * printing.el (pr-menu-spec): Adjust menu specification.
2369
2370 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2371
2372 * printing.el: Doc fix. Insert :version tag into all defcustom.
2373 Handle interactive-p as is recommended in Emacs Lisp Reference.
2374 Set the file permission bits for newly created files.
2375 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2376 The printing menu specification (in `pr-menu-spec') was merged.
2377 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2378 (pr-version): New version number (6.8.3).
2379 (pr-file-modes): New option.
2380 (pr-interactive-p): New var.
2381 (pr-save-interactive, pr-save-file-modes): New macros.
2382 (pr-setup): Code fix.
2383 (pr-menu-spec): Menu specification merged.
2384 (pr-call-process, pr-text2ps): Set file permission bits.
2385 (pr-despool-print): Set file permission bits. Handle interactive-p as
2386 is recommended.
2387 (pr-interface, pr-ps-directory-preview)
2388 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2389 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2390 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2391 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2392 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2393 (pr-ps-region-ps-print, pr-ps-mode-preview)
2394 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2395 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2396 (pr-despool-using-ghostscript, pr-despool-ps-print)
2397 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2398 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2399 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2400 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2401 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2402 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2403 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2404 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2405 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2406 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2407 Handle interactive-p as is recommended.
2408
2409 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2412 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2413
2414 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2415 so it doesn't forget to highlight the beginning of the region either.
2416
2417 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2418
2419 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2420 (c-font-lock-init): Eliminate obsolete make-local-hook.
2421 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2422 (awk-mode): Use run-mode-hooks.
2423
2424 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2425
2426 2004-11-13 Kim F. Storm <storm@cua.dk>
2427
2428 * mouse.el (mouse-drag-copy-region): Add :version.
2429 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2430 while dragging mode line, so mode line can be dragged downwards.
2431 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2432 while pressing mouse button so window doesn't scroll until we
2433 release the mouse if clicking on partially visible line.
2434
2435 2004-11-12 Jay Belanger <belanger@truman.edu>
2436
2437 * calc/calc-graph.el (calc-dumb-map): Declare it.
2438 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2439 than unbound.
2440 (calc-graph-name): Made `end' a local variable.
2441 (calc-graph-lookup): Made `varname' a local variable.
2442 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2443 Declare them.
2444 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2445 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2446 the unused variable y3vec.
2447 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2448 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2449 calc-graph-prev-kill-hook.
2450 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2451 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2452 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2453 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2454 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2455 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2456 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2457 (calc-graph-y3value, calc-graph-y3name)
2458 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2459 (calc-graph-stepcount, calc-graph-is-splot)
2460 (calc-graph-surprise-splot, calc-graph-blank)
2461 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2462 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2463 (calc-graph-recompute-2d, calc-graph-compute-3d)
2464 (calc-graph-format-data): Replace undeclared variables with the
2465 above newly declared variables.
2466
2467 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2468
2469 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2470 `rsf-beep' and `rsf-sleep-after-message'.
2471
2472 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2473 list if `message-sender' is non-nil.
2474
2475 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2476
2477 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2478 consing by using mapc instead of mapcar.
2479
2480 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2481
2482 * tooltip.el (require): Explain why CL is needed.
2483
2484 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2485
2486 * printing.el: Insert :version into defgroup (printing). All reference
2487 to Files option in menubar were changed to File.
2488 (pr-version): New version number (6.8.2).
2489 (pr-get-symbol): Call easy-menu-intern.
2490 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2491 compilation gripes.
2492
2493 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2496 new byte-compile-function-environment binding to t.
2497
2498 * font-lock.el (font-lock-fontify-syntactically-region):
2499 Don't forget to highlight the last char when we hit `end'.
2500
2501 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2502 (mwheel-scroll): Adjust accordingly.
2503
2504 * cvs-status.el: Reduce spurious warnings.
2505 (cvs-status-checkout): Remove.
2506 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2507
2508 * pcvs.el (cvs-mode-checkout): New command.
2509
2510 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2511
2512 * tooltip.el: Require CL.
2513
2514 * emacs-lisp/bytecomp.el: Use push.
2515 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2516 (defalias): Remove the `byte-compile' property and add
2517 a `byte-hunk-handler'.
2518
2519 2004-11-11 Juri Linkov <juri@jurta.org>
2520
2521 * info.el (Info-search): Save match data for isearch.
2522 Skip Tag Table node.
2523
2524 * descr-text.el (describe-char): Replace syntax-after with code
2525 from its previous version.
2526
2527 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2528 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2529
2530 * international/mule.el (sgml-html-meta-auto-coding-function):
2531 Remove > after <html to allow HTML attributes.
2532
2533 2004-11-11 Jay Belanger <belanger@truman.edu>
2534
2535 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2536 a variable.
2537 (calcFunc-dfac): Replace unbound max by n.
2538 (math-stirling-local-cache): New variable.
2539 (math-stirling-number, math-stirling-1, math-stirling-2):
2540 Replace the variable `cache' by the declared variable
2541 math-stirling-local-cache.
2542 (var-RandSeed): Declare it as a variable.
2543 (math-init-random-base, math-random-digit): Don't check to see if
2544 var-RandSeed is bound.
2545 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2546 Declare them instead of just setting them.
2547 (math-init-random-base): Made i a local variable.
2548 (math-random-digit): Made math-random-last a local variable.
2549 (math-prime-test-cache): Move declaration to before it is used.
2550 (math-prime-test-cache-k, math-prime-test-cache-q)
2551 (math-prime-test-cache-nm1, math-prime-factors-finished):
2552 Declare them as variables.
2553
2554 2004-11-11 Jay Belanger <belanger@truman.edu>
2555
2556 * calc/calc-ext.el (math-defcache): Use defvar for the new
2557 variables it creates.
2558
2559 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2560
2561 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2562 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2563 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2564 (desktop-save): Add :version.
2565
2566 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * printing.el (pr-get-symbol): Don't downcase.
2569
2570 2004-11-10 Jay Belanger <belanger@truman.edu>
2571
2572 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2573 string to kill-ring.
2574
2575 * calc/calc-aent.el (calc-alg-exp, math-toks)
2576 (math-exp-pos,math-exp-old-pos, math-exp-token)
2577 (math-exp-keep-spaces, math-exp-str): New variables.
2578 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2579 (calcAlg-enter): Use declared variable calc-alg-exp.
2580 (math-build-parse-table, math-find-user-token): Use declared
2581 variable math-toks.
2582 (math-read-exprs, math-read-token, calc-check-user-syntax)
2583 (calc-match-user-syntax, match-factor-after, math-read-factor):
2584 Use declared variables math-exp-pos math-exp-old-pos.
2585 (math-read-exprs, math-read-token, math-read-expr-level)
2586 (calc-check-user-syntax, calc-match-user-syntax)
2587 (match-factor-after, math-read-factor): Use declared variable
2588 math-exp-token.
2589 (math-read-exprs, math-read-expr-list, math-read-token)
2590 (math-read-factor): Use declared variable math-exp-keep-spaces.
2591 (math-read-exprs, math-read-token): Use declared variable
2592 math-exp-str.
2593 (calc-match-user-syntax): Make m a local variable.
2594
2595 * calc/calc-ext.el (math-read-expr): Use declared variables
2596 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2597 math-exp-keep-spaces.
2598
2599 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2600 variables math-exp-pos, math-exp-str.
2601
2602 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2603 math-exp-old-pos.
2604 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2605 (math-parse-eqn-prime): Use declared variable math-exp-token.
2606
2607 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2608 Use declared variable math-exp-pos.
2609 (math-check-for-commas): Use declared variable math-exp-str.
2610 (math-read-brackets): Use declared variables math-exp-old-pos,
2611 math-exp-keep-spaces.
2612 (math-read-brackets, math-read-vector, math-read-matrix):
2613 Use declared variable math-exp-token.
2614
2615 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2618 where the keymap is a symbol.
2619 (easy-menu-add-item): Use keymap-prompt. Simplify.
2620
2621 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2622
2623 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2624 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2625
2626 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2627
2628 * ebuff-menu.el: Doc fixes throughout.
2629 (electric-buffer-menu-mode-hook): New defvar.
2630
2631 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2634 compilation. The resulting compiler warnings appear to be harmless.
2635
2636 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2637
2638 * textmodes/conf-mode.el: New file.
2639
2640 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2641
2642 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2645
2646 2004-11-09 Jay Belanger <belanger@truman.edu>
2647
2648 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2649
2650 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2651 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2652 (calc-z-prefix-help, calc-user-function-list): Use declared
2653 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2654 (math-map-tree, math-map-tree-rec): Use declared variables
2655 math-mt-many, math-mt-func.
2656 (math-read-expression, math-read-string): Use declared variable
2657 math-expr-data.
2658
2659 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2660 variable math-normalize-a.
2661
2662 * calc/calc.el (math-normalize-a): New variable.
2663 (math-normalize): Use declared variable math-normalize-a.
2664
2665 * calc/calc-poly.el (math-expand-form): Use declared variable
2666 math-mt-many.
2667
2668 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2669 Use declared variable math-mt-many.
2670 (math-rewrite): Use declared variable math-mt-func.
2671
2672 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2673 (math-read-matrix): Use declared variable math-expr-data.
2674
2675 * calc/calc-lang.el (math-parse-fortran-vector)
2676 (math-parse-fortran-vector-end, math-parse-tex-sum)
2677 (math-parse-eqn-matrix, math-parse-eqn-prime)
2678 (math-read-math-subscr): Use declared variable math-expr-data.
2679
2680 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2681 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2682 (calc-match-user-syntax, math-read-if, math-factor-after)
2683 (math-read-factor): Use declared variable math-expr-data.
2684
2685 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2686
2687 * calendar/diary-lib.el (diary-from-outlook)
2688 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2689 interactive-p; but rather new optional argument NOCONFIRM.
2690
2691 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2694 (easy-menu-name-match): Revert correspondingly.
2695
2696 2004-11-09 Richard M. Stallman <rms@gnu.org>
2697
2698 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2699 Turn off warnings for the new function even if definition not constant.
2700 If the definition isn't a quoted symbol, record (FUNCTION . t).
2701 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2702 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2703 (display-call-tree, byte-compile-arglist-warn):
2704 Handle t returned by byte-compile-fdefinition.
2705
2706 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2707
2708 * Makefile.in (maintainer-clean): Depend on distclean.
2709
2710 * help-fns.el (help-C-file-name): File name must be in build-files
2711 to be returned.
2712
2713 2004-11-09 Jay Belanger <belanger@truman.edu>
2714
2715 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2716 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2717
2718 * calc/calc.el (calc, calc-trail-display, calc-mode):
2719 Remove obsolete sections.
2720
2721 * calc/calc.el (calc-x-paste-text): Remove.
2722
2723 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2724 mouse-2.
2725
2726 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2729 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2730 current frame (in case of recursive calls).
2731 (gdb-show-changed-values): Add :version keyword.
2732
2733 2004-11-09 Kenichi Handa <handa@m17n.org>
2734
2735 * international/mule-cmds.el: Change coding: tag back to
2736 iso-2022-7bit.
2737
2738 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * international/mule-cmds.el: Change coding-system to utf-8.
2741 (select-safe-coding-system-interactively):
2742 New function extracted from select-safe-coding-system.
2743 (select-safe-coding-system): Use it.
2744
2745 2004-11-08 Richard M. Stallman <rms@gnu.org>
2746
2747 * subr.el (syntax-after): Doc fix.
2748
2749 * paren.el (show-paren-function): Change calls to syntax-after
2750 for new way of returning the value.
2751
2752 * menu-bar.el (menu-bar-file-menu): Make this the real name
2753 and menu-bar-files-menu the alias. Use the former.
2754 (global-map): Use `file', not `files', as the symbol.
2755
2756 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2757
2758 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2759 Don't use beginning-of-buffer.
2760 (filesets-cmd-show-result): Use with-no-warnings.
2761
2762 2004-11-08 Juri Linkov <juri@jurta.org>
2763
2764 * progmodes/compile.el (compile): Don't overwrite last command in
2765 minibuffer history with default command if they are not equal.
2766
2767 2004-11-08 Jay Belanger <belanger@truman.edu>
2768
2769 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2770 non-linear substitutions.
2771
2772 2004-11-08 Jay Belanger <belanger@truman.edu>
2773
2774 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2775 (math-do-integral): Set `math-linear-subst-tried' to nil.
2776 (math-do-integral-methods): Use `math-linear-subst-tried' to
2777 determine what type of substitution to try.
2778 (math-integ-try-linear-substituion):
2779 Set `math-linear-subst-tried' to t.
2780
2781 2004-11-08 Kim F. Storm <storm@cua.dk>
2782
2783 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2784
2785 2004-11-07 Juri Linkov <juri@jurta.org>
2786
2787 * info-look.el (info-lookup): Allow reusing in the current buffer
2788 not only *info* buffer, but all (even renamed) Info buffers
2789 by checking for major-mode instead of *info* buffer name.
2790 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2791 (octave-mode, maxima-mode) <doc-spec>:
2792 Allow long dashes generated by Texinfo 4.7 before definitions.
2793 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2794 definitions with argument separated by space.
2795
2796 2004-11-06 Richard M. Stallman <rms@gnu.org>
2797
2798 * simple.el (next-error group, face): Move before first use.
2799 (next-error-highlight, next-error-highlight-no-select): Likewise.
2800
2801 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2802 (line-move): New args NOERROR and TO-END.
2803 Return t if if succeed in moving specified number of lines.
2804 (move-end-of-line): New function.
2805
2806 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2807 (end-of-buffer-other-window): Likewise.
2808
2809 * simple.el (line-move-ignore-invisible): Default to t.
2810
2811 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2812
2813 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2814
2815 * international/iso-cvt.el (iso-cvt-define-menu):
2816 Rename menu-bar-files-menu to menu-bar-file-menu.
2817
2818 * net/browse-url.el (browse-url-gnome-moz-program)
2819 (browse-url-gnome-moz-arguments): Move up before first use.
2820
2821 * net/tramp.el (tramp group): Add :version.
2822
2823 * progmodes/ada-xref.el (ada-gdb-application):
2824 Use goto-char instead of beginning-of-buffer.
2825
2826 * progmodes/cperl-mode.el (cperl-info-on-command):
2827 Use goto-char instead of beginning-of-buffer.
2828
2829 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2830 Move up before first use.
2831 (idlwave-shell-temp-pro-file): Likewise.
2832 (idlwave-shell-temp-rinfo-save-file): Likewise.
2833 (idlwave-shell-temp-file): Minor doc fix.
2834
2835 * textmodes/flyspell.el (flyspell-external-point-words):
2836 Use goto-char instead of beginning-of-buffer.
2837
2838 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2839
2840 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2841 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2842 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2843
2844 2004-11-06 David Ponce <david@dponce.com>
2845
2846 * recentf.el (recentf-menu-path): Use menu item name.
2847
2848 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2849
2850 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2851 display doesn't support images.
2852
2853 2004-11-06 Andreas Schwab <schwab@suse.de>
2854
2855 * tempo.el (tempo-match-finder): Doc fix.
2856
2857 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2858
2859 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2862 (easy-menu-lookup-name): New fun to replace it.
2863 (easy-menu-get-map): Use it to obey menu item names (rather than just
2864 keys) when looking up `path'.
2865 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2866 (easy-menu-convert-item-1): Adjust to new name.
2867
2868 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2869
2870 * outline.el (hide-body): Don't hide lines at the top of the file
2871 that precede the first header line.
2872
2873 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2874
2875 * align.el (align-areas): Delete whitespace before reindenting, so
2876 that tabs are never placed after spaces.
2877
2878 2004-11-06 Alan Shutko <ats@acm.org>
2879
2880 * macros.el (insert-kbd-macro): Do completions based on macros,
2881 rather than all commands.
2882
2883 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2884
2885 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2886 to solve a bug whereby tags with 'b' don't match.
2887
2888 2004-11-05 Juri Linkov <juri@jurta.org>
2889
2890 * info.el (Info-search): Don't search in node header lines
2891 and file headers.
2892
2893 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2894 symbol-constituent characters after dot, not only digits.
2895
2896 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2897
2898 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2899
2900 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2901
2902 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2903 if a dialog will be used, read-file-name otherwise.
2904
2905 2004-11-04 Richard M. Stallman <rms@gnu.org>
2906
2907 * textmodes/table.el (table group): Add :version.
2908
2909 * textmodes/ispell.el (ispell-word):
2910 Don't alter args; set them only thru `interactive' spec.
2911
2912 * textmodes/flyspell.el (flyspell-word):
2913 Don't alter FOLLOWING; set it only thru `interactive' spec.
2914
2915 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2916
2917 * net/browse-url.el (browse-url-maybe-new-window):
2918 Use called-interactively-p.
2919
2920 * mail/supercite.el (sc-cite-region):
2921 Don't use interactive-p. Add arg INTERACTIVE.
2922 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2923
2924 * international/mule-cmds.el (set-input-method, toggle-input-method):
2925 Don't use interactive-p. Add arg INTERACTIVE.
2926
2927 * eshell/esh-mode.el (eshell-show-maximum-output):
2928 Don't use interactive-p.
2929 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2930
2931 * mouse.el (mouse-show-mark): Get positions to delete from mark
2932 and point, not from mouse-drag-overlay.
2933
2934 * imenu.el (imenu-eager-completion-buffer): Add :version.
2935
2936 * filesets.el (filesets group): Add :version.
2937
2938 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2939
2940 * files.el (xml-based-modes): Delete var.
2941 (magic-mode-alist): New more general var.
2942 (set-auto-mode): Use it.
2943
2944 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2945 when clicking from another window.
2946
2947 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2948
2949 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2950 (vc-cvs-annotate-time): Incorporate value of deleted var.
2951 Remove special-case handling of beginning-of-buffer cruft.
2952 Cache ending position (point) and return value in text property
2953 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2954
2955 * vc-cvs.el (vc-cvs-annotate-command):
2956 Delete extraneous lines from beginning of buffer.
2957 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2958
2959 * progmodes/grep.el (grep-default-command): Take empty string
2960 for tag if all other methods yield nil. Shell-quote the tag.
2961
2962 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2963 spec in `interactive' form, and mention it in the docstring.
2964 Also, make sure point is at bol after calling `annotate-time'.
2965
2966 2004-11-02 Richard M. Stallman <rms@gnu.org>
2967
2968 * cus-edit.el (customize-group-other-window):
2969 Select the window that displays the custom buffer.
2970 (custom-buffer-create-other-window): Likewise.
2971
2972 * comint.el (comint-insert-input): Fix previous change.
2973
2974 * emacs-lisp/elp.el (elp-instrument-function):
2975 Use called-interactively-p.
2976
2977 * emacs-lisp/easymenu.el (easy-menu-intern):
2978 Don't downcase; rather, case-flip the first letter of each word.
2979
2980 * emacs-lisp/easy-mmode.el (define-minor-mode):
2981 Use called-interactively-p.
2982
2983 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2984 Add interactive-only.
2985 (byte-compile-warnings): Add interactive-only as option.
2986 (byte-compile-interactive-only-functions): New variable.
2987 (byte-compile-form): Warn about calls to functions
2988 in byte-compile-interactive-only-functions.
2989
2990 * emacs-lisp/autoload.el (update-file-autoloads):
2991 Don't use interactive-p; take new arg SAVE-AFTER.
2992
2993 * emacs-lisp/advice.el (ad-make-advised-definition):
2994 Use called-interactively-p.
2995
2996 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2997
2998 * files.el (find-file-existing): New function.
2999
3000 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3001 find-file-existing. Add "New File..." that calls find-file.
3002
3003 * diropen.pbm diropen.xpm: New files.
3004
3005 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3006 icon diropen. New tool bar item find-file-existing uses icon open.
3007
3008 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3009 instead of read-file-name.
3010
3011 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
3012
3013 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3014 (icalendar--split-value): Change name of work buffer.
3015 (icalendar--get-weekday-abbrev): Return nil on error.
3016 (icalendar--date-to-isodate): New function.
3017 (icalendar-convert-diary-to-ical)
3018 (icalendar-extract-ical-from-buffer): Use only two args for
3019 make-obsolete (XEmacs compatibility).
3020 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3021 (icalendar-export-region): Doc fix.
3022 If error, return non-nil and write errors to a buffer.
3023 Use correct weekday for weekly recurring events.
3024 Check whether date has been parsed for ordinary events.
3025 Make weekly events start in the year 2000.
3026 DTEND is non-inclusive, shift end date by one day if
3027 necessary (not for entries that have date and time).
3028 Rename local let variables: oops -> found-error, datestring ->
3029 startdatestring.
3030
3031 2004-11-02 Kim F. Storm <storm@cua.dk>
3032
3033 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3034 keep-mode-if-same variable. Add it as optional arg instead.
3035 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3036
3037 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3038 substitute-command-keys will select lower-case bindings like those
3039 used in the static help texts.
3040
3041 * descr-text.el (describe-text-properties): Don't err if called in
3042 the *Help* buffer; output to *Help-2* buffer instead.
3043
3044 * kmacro.el (group kmacro): Add :version.
3045 (kmacro-keyboard-quit): New function to cleanup on C-g.
3046 (kmacro-start-macro): Set defining-kbd-macro to append when
3047 appending to last macro.
3048
3049 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3050
3051 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
3052
3053 * progmodes/gdb-ui.el (gdb-enable-debug-log)
3054 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3055 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3056 Add :version keyword.
3057
3058 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
3059
3060 * progmodes/flymake.el (flymake-err-line-patterns):
3061 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3062 `compilation-error-regexp-alist-alist' to internal Flymake format.
3063
3064 * progmodes/flymake.el: Eliminate byte-compiler warnings.
3065
3066 2004-11-01 Jay Belanger <belanger@truman.edu>
3067
3068 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3069 with `interactive "s"'.
3070
3071 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3072
3073 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3074 Revert change from 2004-10-16. '*' checks the current buffer, but the
3075 mouse click may be in another buffer.
3076
3077 2004-11-01 John Paul Wallington <jpw@gnu.org>
3078
3079 * files.el (large-file-warning-threshold): Add :version keyword.
3080 (kill-some-buffers): Doc fix.
3081
3082 * thumbs.el (group thumbs): Add :version keyword.
3083
3084 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3085
3086 2004-11-01 Richard M. Stallman <rms@gnu.org>
3087
3088 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3089
3090 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3091
3092 * allout.el (allout group): Add :version.
3093 (allout-init): Don't use interactive-p.
3094 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3095 (allout-forward-current-level, allout-backward-current-level):
3096 Don't use interactive-p.
3097
3098 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3099 (bibtex-find-text): Likewise.
3100
3101 * progmodes/vhdl-mode.el (vhdl-fill-region)
3102 (vhdl-beginning-of-statement): Don't use interactive-p.
3103
3104 * progmodes/idlwave.el (idlwave-update-routine-info):
3105 Don't use interactive-p.
3106
3107 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3108 Don't use interactive-p.
3109
3110 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3111 Don't use interactive-p.
3112
3113 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3114 Don't use interactive-p.
3115
3116 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3117 (fortune-in-buffer): Doc fix.
3118
3119 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3120
3121 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3122 don't select the temporary buffer.
3123 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3124 (eudc-get-phone): Likewise.
3125
3126 2004-11-01 Kim F. Storm <storm@cua.dk>
3127
3128 * man.el (Man-xref-normal-file): Fix help-echo.
3129
3130 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * reveal.el (reveal-last-tick): New var.
3133 (reveal-post-command): Use it to avoid closing overlays when we're
3134 appending text to them.
3135
3136 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3137
3138 * textmodes/bibtex.el: Require button.
3139 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3140 (bibtex-reference-keys): Distinguish between header keys and
3141 crossref keys.
3142 (bibtex-beginning-of-field): New function.
3143 (bibtex-url-map): Remove.
3144 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3145 (bibtex-font-lock-url-regexp): Assume that field names begin at
3146 the beginning of a line.
3147 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3148 Remove field delimiters. Use bibtex-beginning-of-field.
3149 Bugfix, point can be inside a field with a url.
3150 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3151 New functions.
3152 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3153 (bibtex-key-in-head): Simplify.
3154 (bibtex-current-line): Use bolp.
3155 (bibtex-parse-keys): Remove unused arg `add'.
3156 Use bibtex-type-in-head and bibtex-key-in-head.
3157 (bibtex-parse-entry, bibtex-autofill-entry):
3158 Use bibtex-type-in-head and bibtex-key-in-head.
3159 (bibtex-autokey-get-field): Do not alter case of replacement text.
3160 (bibtex-autokey-get-names): Do all processing of name list.
3161 (bibtex-autokey-get-year): New function.
3162 (bibtex-autokey-get-title): Do all processing of title words.
3163 (bibtex-generate-autokey): Simplify.
3164 (bibtex-string-files-init): Use default-directory.
3165 Allow for absolute file names in bibtex-string-files.
3166 (bibtex-files, bibtex-file-path): New variables.
3167 (bibtex-files-expand): New function.
3168 (bibtex-find-entry-globally): New command.
3169 (bibtex-summary-function): New variable.
3170 (bibtex-summary): Default value of bibtex-summary-function.
3171 (bibtex-find-crossref): New optional args pnt and split.
3172 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3173 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3174 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3175 Fix handling of required and alternative fields.
3176 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3177 Use cons and display-buffer.
3178 (bibtex-validate-globally): New command.
3179 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3180 bibtex-parse-keys and bibtex-parse-strings for updating
3181 bibtex-reference-keys and bibtex-strings.
3182 (bibtex-realign): Remove blank lines past the last entry.
3183 (bibtex-reformat): Use bibtex-entry-format as default.
3184 (bibtex-choose-completion-string): Remove.
3185 (bibtex-complete): Do not use bibtex-choose-completion-string.
3186 (bibtex-url): Simplify.
3187
3188 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3189
3190 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3191 (x-dnd-types-alist, x-dnd-open-file-other-window)
3192 (x-dnd-known-types): Add :version.
3193
3194 2004-10-31 John Paul Wallington <jpw@gnu.org>
3195
3196 * ibuffer.el (group ibuffer): Add :version keyword.
3197
3198 2004-10-31 Kim F. Storm <storm@cua.dk>
3199
3200 * ido.el (group ido): Add :version keyword.
3201 (ido-mode): Remove :version keyword.
3202
3203 * emulation/cua-base.el (group cua): Add :version keyword.
3204 (cua-mode): Remove :version keyword.
3205
3206 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3207
3208 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3209
3210 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3211 compiler warning.
3212 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3213 function.
3214 (help-at-pt-display-when-idle): Remove autoload.
3215
3216 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3219
3220 2004-10-30 Juri Linkov <juri@jurta.org>
3221
3222 * help.el (function-called-at-point):
3223 * help-fns.el (variable-at-point): Read -> intern.
3224
3225 2004-10-30 Simon Josefsson <jas@extundo.com>
3226
3227 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3228 Recognize AS_* too.
3229
3230 2004-10-29 Simon Josefsson <jas@extundo.com>
3231
3232 * subr.el (read-passwd): Move back from password.el.
3233
3234 * password.el: Remove, not ready yet.
3235
3236 2004-10-29 Andreas Schwab <schwab@suse.de>
3237
3238 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3239
3240 2004-10-29 Sam Steingold <sds@gnu.org>
3241
3242 * mouse.el (mouse-show-mark): Replace the last occurrence of
3243 x-lost-selection-hooks with x-lost-selection-functions.
3244
3245 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3248 x-lost-selection-functions is bound.
3249
3250 * mouse-sel.el (mouse-sel-mode):
3251 * emacs-lisp/lselect.el: Adjust to new names for
3252 x-(lost|sent)-selection-functions.
3253
3254 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3255 New obsolete aliases of x-lost-selection-functions and
3256 x-sent-selection-functions.
3257
3258 2004-10-28 Kim F. Storm <storm@cua.dk>
3259
3260 * imenu.el (imenu-scanning-message): Remove.
3261 (imenu-progress-message): Make it a no-op.
3262
3263 2004-10-28 John Paul Wallington <jpw@gnu.org>
3264
3265 * files.el (set-auto-mode): Call `throw' correctly.
3266
3267 2004-10-28 Juri Linkov <juri@jurta.org>
3268
3269 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3270 to search `Info-...' commands in `info' manual.
3271 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3272 Add 'info-file "emacs" property.
3273 (Info-find-emacs-command-nodes): Fix index line number regexp.
3274 Set real line number (instead of fake 0) in first element of the
3275 returned list.
3276 (Info-goto-emacs-command-node): Use line number of first element
3277 to set point in the first found Info node.
3278
3279 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3280 code to `grep-mode-font-lock-keywords'.
3281 (grep-mode-font-lock-keywords): Delete grep markers instead
3282 of making them invisible.
3283
3284 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3285
3286 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3287 and x-server-version in bug report.
3288
3289 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3290
3291 * files.el (set-auto-mode-0): New function.
3292 (set-auto-mode): Use it to handle aliased modes and to
3293 be consistent between C-x C-f and C-x C-w.
3294
3295 2004-10-28 Kenichi Handa <handa@m17n.org>
3296
3297 * international/utf-8.el (utf-translate-cjk-charsets):
3298 Add katakana-jisx0201.
3299
3300 * international/subst-jis.el: Add data for JISX0201.
3301
3302 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * obsolete/hilit19.el (hilit-mode): New function.
3305 Move all the toplevel side-effecting stuff into it, so that loading
3306 hilit19 doesn't mess everything up any more.
3307
3308 2004-10-27 Richard M. Stallman <rms@gnu.org>
3309
3310 * add-log.el (add-change-log-entry): Set up mailing address
3311 and full name later, and don't alter add-log-mailing-address
3312 or add-log-full-name.
3313
3314 * elide-head.el (elide-head): Change error to message.
3315 (elide-head-show): Likewise.
3316
3317 * apropos.el (apropos-macrop): Doc fix.
3318
3319 * mouse.el (mouse-show-mark): Do most processing the same
3320 regardless of transient-mark-mode.
3321
3322 * shadowfile.el (shadow-copy-files): Use interactive-p
3323 only to control whether to print a message.
3324
3325 * tar-mode.el (tar-mode): Use write-contents-functions,
3326 not write-contents-hooks.
3327
3328 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3329 directory-sep-char.
3330
3331 2004-10-27 Richard M. Stallman <rms@gnu.org>
3332
3333 * strokes.el (strokes-unload-hook): Fix previous change.
3334
3335 * type-break.el (type-break-run-at-time): Always use run-at-time;
3336 forget the alternatives.
3337 (type-break-cancel-function-timers): Always use cancel-function-timers;
3338 forget the alternatives.
3339
3340 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3341
3342 2004-10-27 Kenichi Handa <handa@m17n.org>
3343
3344 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3345
3346 * international/subst-gb2312.el: Likewise.
3347
3348 * international/subst-big5.el: Likewise.
3349
3350 * international/subst-ksc.el: Likewise.
3351
3352 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3353 New variable.
3354 (utf-translate-cjk-set-unicode-range): New function.
3355 (utf-translate-cjk-unicode-range): Make it customizable.
3356 (utf-8-post-read-conversion):
3357 Use utf-translate-cjk-unicode-range-string.
3358 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3359 Unicode ranges.
3360
3361 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3362
3363 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3364 trivial variants to shorten the list.
3365 (xml-based-modes): New var.
3366 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3367 declaration higher priority than auto-mode-alist.
3368
3369 * find-file.el (cc-other-file-alist): Bring it in line with
3370 cc-mode's auto-mode-alist entries and use \' instead of $.
3371
3372 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3373 and add "Id" and "Name" submenus to it.
3374
3375 * imenu.el (imenu--generic-function): Skip matches in comments.
3376
3377 2004-10-26 Jay Belanger <belanger@truman.edu>
3378
3379 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3380 (full-calc-keypad, calc-trail-display): Use an extra argument
3381 instead of `interactive-p'.
3382
3383 * calc/calc-misc.el (calc-other-window): Use an extra argument
3384 instead of `interactive-p'.
3385
3386 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3387 `interactive-p'.
3388
3389 2004-10-26 Kim F. Storm <storm@cua.dk>
3390
3391 * help.el (describe-key): Describe both down-event and up-event
3392 for a mouse click.
3393
3394 2004-10-26 Richard M. Stallman <rms@gnu.org>
3395
3396 * woman.el (woman): Don't call interactive-p.
3397
3398 * pcomplete.el (pcomplete): Instead of interactive-p,
3399 use an arg set non-nil by the interactive spec.
3400
3401 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3402 use an arg set non-nil by the interactive spec.
3403
3404 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3405 use an arg set non-nil by the interactive spec.
3406
3407 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3408
3409 * progmodes/flymake.el (flymake-split-string):
3410 Use `flymake-split-string-remove-empty-edges' in any case.
3411
3412 2004-10-26 Masatake YAMATO <jet@gyve.org>
3413
3414 * progmodes/flymake.el (flymake-err-line-patterns):
3415 Use `compilation-error-regexp-alist-alist' instead of
3416 `compilation-error-regexp-alist'.
3417
3418 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3421 verbatim face on the \ of \end{verbatim}.
3422
3423 2004-10-25 Jay Belanger <belanger@truman.edu>
3424
3425 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3426 erasing minibuffer.
3427
3428 2004-10-25 Simon Josefsson <jas@extundo.com>
3429
3430 * subr.el (read-passwd): Move to net/password.el.
3431
3432 * net/password.el (read-passwd): Add. Autoload it.
3433
3434 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3435
3436 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3437
3438 * simple.el (process-file): Fix logic.
3439
3440 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3443 (increase-right-margin): Remove erroneous call to `interactive-p'.
3444
3445 2004-10-24 Kim F. Storm <storm@cua.dk>
3446
3447 * help.el (describe-mode): Fix 2004-10-13 change.
3448 Copy pure "Auto Fill" string so it can be propertized later
3449 without causing a read-only error.
3450
3451 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3452
3453 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3454 style indexes.
3455
3456 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3457
3458 * simple.el (process-file): Accept nil for INFILE. Reported by
3459 Luc Teirlinck.
3460
3461 2004-10-24 Masatake YAMATO <jet@gyve.org>
3462
3463 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3464 Handle periods and underscores in a function name.
3465 Remove the address fontification.
3466
3467 2004-10-24 Masatake YAMATO <jet@gyve.org>
3468
3469 * progmodes/asm-mode.el (asm-font-lock-keywords):
3470 Use font-lock-variable-name-face for registers.
3471
3472 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3473
3474 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3475 kill-all-local-variables.
3476 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3477 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3478 Use kill-all-local-variables and provide mode-hooks.
3479 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3480 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3481 Suggested by Masatake YAMATO <jet@gyve.org>.
3482
3483 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3484
3485 * simple.el (process-file): New function, similar to call-process
3486 but supports file handlers.
3487 * vc.el (vc-do-command): Use it, instead of call-process.
3488 * net/tramp-vc.el (vc-do-command): Do not advise it if
3489 process-file is fboundp.
3490 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3491 process-file.
3492 (tramp-handle-process-file): New function.
3493 (tramp-file-name-for-operation): Support process-file.
3494
3495 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3496
3497 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3498 (icalendar-weekdayabbrev-table)
3499 (icalendar-monthnumber-table): Delete.
3500 (icalendar--get-month-number): Use calendar-month-name-array.
3501 (icalendar--get-weekday-number): New function.
3502 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3503 (icalendar-export-region): Handle multi-line entries.
3504 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3505
3506 2004-10-23 John Paul Wallington <jpw@gnu.org>
3507
3508 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3509 `wildcards' set to t in interactive spec.
3510
3511 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3512 interactive spec rather than use `interactive-p'.
3513 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3514 rather than use function `interactive-p'.
3515
3516 2004-10-22 Kenichi Handa <handa@m17n.org>
3517
3518 * international/mule.el (translate-region): Implement it in Lisp
3519 as a front end of translate-region-internal.
3520
3521 2004-10-21 Jay Belanger <belanger@truman.edu>
3522
3523 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3524 Declare these variables with defvar.
3525
3526 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3527 is bound, only check to see if it is bound.
3528
3529 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3532 Don't output messages.
3533
3534 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3535
3536 2004-10-21 John Paul Wallington <jpw@gnu.org>
3537
3538 * calc/calc-graph.el (calc-graph-init):
3539 Use `set-process-query-on-exit-flag'.
3540
3541 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3542
3543 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3544 dir right and also allow argumentless cd.
3545
3546 2004-10-19 Richard M. Stallman <rms@gnu.org>
3547
3548 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3549
3550 * eshell/em-unix.el (eshell-grep):
3551 Don't bind compilation-process-setup-function.
3552
3553 * comint.el (comint-insert-input): Use @ in `interactive'.
3554 (comint-input-filter-functions): Doc fix.
3555 (comint-kill-whole-line, comint-get-source): Doc fix.
3556
3557 * progmodes/compile.el (compilation-setup):
3558 Don't set buffer-read-only if MINOR is non-nil.
3559
3560 2004-10-19 Jay Belanger <belanger@truman.edu>
3561
3562 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3563 (calc-emacs-type-gnu19): Remove.
3564 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3565 Remove check for old emacs versions.
3566
3567 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3568 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3569 for current Emacs.
3570
3571 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3572 the end of the minibuffer.
3573 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3574 copy `esc-map'.
3575
3576 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3577
3578 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3579 call that would be given when the current emacs was used.
3580
3581 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3582
3583 * calendar/icalendar.el: Set coding to utf-8.
3584 (icalendar-version): Increase to 0.07.
3585 (icalendar-monthnumber-table): Change March pattern.
3586 (icalendar-get-all-event-properties)
3587 (icalendar-set-event-property): Delete.
3588 (icalendar-all-events): No longer interactive.
3589 (icalendar-convert-diary-to-ical)
3590 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3591 their replacements.
3592 (icalendar-export-file, icalendar-export-region): New functions;
3593 essentially old `icalendar-convert-diary-to-ical' but appending to
3594 target rather than overwriting.
3595 (icalendar-import-file): Append to target file rather than
3596 overwriting. Fourth arg deleted.
3597 (icalendar-import-buffer): New name for old
3598 `icalendar-extract-ical-from-buffer'.
3599 (icalendar--convert-string-for-import): New name for
3600 old `icalendar-convert-for-import'.
3601 (include-icalendar-files): Delete.
3602 Prefix for all internal functions changed from `icalendar-'
3603 to `icalendar--'.
3604
3605 2004-10-19 Richard M. Stallman <rms@gnu.org>
3606
3607 * paths.el (news-path): Fix previous change.
3608
3609 2004-10-18 Jay Belanger <belanger@truman.edu>
3610
3611 * calc/calc-help.el (calc-describe-bindings):
3612 Set `buffer-read-only' to nil while working in the keybindings buffer;
3613 remove some extra information from the keybindings buffer.
3614
3615 2004-10-18 David Ponce <david@dponce.com>
3616
3617 * mouse.el (mouse-drag-move-window-top): New function.
3618 (mouse-drag-mode-line-1): Use it.
3619
3620 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3621
3622 * info.el (Info-fontify-node): For multiline refs,
3623 arrange to unfontify newline and surrounding whitespace.
3624
3625 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3628 directory is missing.
3629
3630 2004-10-17 John Paul Wallington <jpw@gnu.org>
3631
3632 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3633 New customizable variable; whether to display buffers that match
3634 `ibuffer-maybe-show-predicates' by default.
3635 (ibuffer-maybe-show-predicates): Mention it in docstring.
3636 (ibuffer-display-maybe-show-predicates): New variable.
3637 (ibuffer-update): Prefix arg now toggles whether buffers that
3638 match `ibuffer-maybe-show-predicates' should be displayed.
3639 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3640 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3641 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3642
3643 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3644
3645 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3646 work correctly.
3647
3648 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3649
3650 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3651 (Buffer-menu-beginning): New helper function.
3652 (Buffer-menu-execute): Use it.
3653 (Buffer-menu-select): Use it.
3654 (Buffer-menu-sort): Use it and also keep markers.
3655
3656 2004-10-17 Richard M. Stallman <rms@gnu.org>
3657
3658 * paths.el (news-directory): Rename from news-path. Old name alias.
3659 (rmail-spool-directory): Use defvar.
3660 (sendmail-program): Use defcustom.
3661 (remote-shell-program): Use defcustom.
3662 (term-file-prefix): Use defvar.
3663 (abbrev-file-name): Use defvar.
3664
3665 * term.el: Add maintainer.
3666
3667 * subr.el (with-local-quit): Return nil if there's a quit.
3668 (read-passwd): Use with-local-quit. Doc fix.
3669
3670 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3671 (strokes-unload-hook): Set as a variable with add-hook.
3672
3673 * startup.el (fancy-splash-tail, normal-splash-screen):
3674 Update copyright year.
3675
3676 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3677
3678 * server.el (server-unload-hook): Set as a variable with add-hook.
3679
3680 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3681
3682 * frame.el (special-display-popup-frame):
3683 Make the buffer current as its frame is created.
3684
3685 * delsel.el (delsel-unload-hook): Set as a variable.
3686
3687 * comint.el (comint-output-filter-functions):
3688 Add comint-watch-for-password-prompt.
3689 (comint-read-noecho): Function deleted.
3690 (send-invisible): Use read-passwd.
3691
3692 * fringe.el (fringe-mode-initialize): New function.
3693 (fringe-mode): Use fringe-mode-initialize as :initialize.
3694
3695 2004-10-17 Kim F. Storm <storm@cua.dk>
3696
3697 * language/indian.el (indian-script-language-alist): Swap value and doc.
3698 (indian-font-char-index-table): Doc fix.
3699
3700 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3703
3704 2004-10-16 Juri Linkov <juri@jurta.org>
3705
3706 * progmodes/compile.el (compilation-start): Move let-binding of
3707 `process-environment' into `with-current-buffer' body.
3708 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3709
3710 2004-10-16 Richard M. Stallman <rms@gnu.org>
3711
3712 * pcvs-util.el (cvs-bury-buffer):
3713 Don't call get-buffer-window for effect.
3714
3715 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3716
3717 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3718
3719 * msb.el (msb-unload-hook): Set the variable.
3720
3721 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3722 Use * to err if buffer is readonly.
3723
3724 * subr.el (looking-back): Return only t or nil.
3725
3726 * whitespace.el (whitespace-unload-hook): Set the variable.
3727
3728 * view.el (view-mode-enable): Set view-page-size and
3729 view-half-page-size to nil.
3730 (view-set-half-page-size-default): view-half-page-size = nil
3731 means the default.
3732 (View-scroll-page-forward): Use view-page-size-default.
3733 (View-scroll-page-backward): Likewise.
3734 (view-page-size, view-half-page-size): Doc fixes.
3735
3736 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3737
3738 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3739
3740 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3741 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3742 (byte-compile-log-1): Bind inhibit-read-only.
3743 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3744 (byte-compile-log-warning): Likewise.
3745 (byte-compile-file-form-require): Detect "cl" from the arg value.
3746
3747 * progmodes/compile.el (compilation-start): Assume compilation-mode
3748 will make the buffer read-only.
3749 (compilation-mode): Take arg name-of-mode.
3750 (compilation-setup): Make buffer read-only.
3751 (compilation-handle-exit): Bind inhibit-read-only.
3752
3753 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3754 (ispell-message): Likewise.
3755 (ispell-show-choices): Don't call get-buffer-window uselessly.
3756 (ispell-init-process): Use set-process-query-on-exit-flag.
3757
3758 2004-10-16 Kim F. Storm <storm@cua.dk>
3759
3760 * fringe.el (fringe-bitmaps): Only initialize when defined.
3761
3762 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3763 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3764
3765 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3766
3767 2004-10-15 Simon Josefsson <jas@extundo.com>
3768
3769 * net/password.el: Add.
3770
3771 2004-10-14 Masatake YAMATO <jet@gyve.org>
3772
3773 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3774 (gdb-script-end-of-defun): New function.
3775 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3776 `gdb-script-end-of-defun' as *-of-defun-function.
3777
3778 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3779
3780 * button.el (button-activate): Allow a marker to display as an action.
3781
3782 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3783
3784 * help.el (describe-mode): Use it to make minor mode list into
3785 hyperlinks.
3786
3787 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * vc.el (vc-annotate-display-select): Fix typo.
3790
3791 * subr.el (substitute-key-definition-key): New function.
3792 (substitute-key-definition): Use it with map-keymap.
3793 (event-modifiers): Use push.
3794 (mouse-movement-p, with-temp-buffer): Simplify.
3795
3796 2004-10-12 Jay Belanger <belanger@truman.edu>
3797
3798 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3799 New variables.
3800 (calc-help-index-entries): New function.
3801 (calc-describe-function): Use `calc-help-function-list' instead of
3802 obarray for completion.
3803 (calc-describe-variable): Use `calc-help-variable-list' instead
3804 of obarray for completion.
3805
3806 2004-10-12 Richard M. Stallman <rms@gnu.org>
3807
3808 * info-look.el (info-lookup-file): Add info-file property.
3809 (info-lookup-symbol): Likewise.
3810
3811 * info.el (info-xref): Add underlining.
3812 (info): Add info-file property.
3813 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3814
3815 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3816
3817 Sync with Tramp 2.0.45.
3818
3819 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3820 defined. This is not the case for XEmacs without package "edebug".
3821 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3822 remote files to the permissions of the original file. This is not
3823 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3824 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3825 (tramp-perl-decode): Fix an error in Perl implementation.
3826 $pending must be cleared every loop. Reported by Benjamin Place
3827 <benjaminplace@sprintmail.com>
3828
3829 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3830 Don't activate advice during definition. This is done later on,
3831 depending on test result of `substitute-in-file-name'.
3832 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3833
3834 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3837
3838 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3839
3840 2004-10-12 David Ponce <david@dponce.com>
3841
3842 * recentf.el (recentf-edit-list): Update the menu when the recentf
3843 list has been modified.
3844
3845 2004-10-12 Simon Josefsson <jas@extundo.com>
3846
3847 * net/tls.el (tls-certtool-program): New variable.
3848 (tls-certificate-information): New function, based on
3849 ssl-certificate-information.
3850
3851 2004-10-12 Kenichi Handa <handa@m17n.org>
3852
3853 * international/mule.el (coding-system-equal): Move from mule-util.el.
3854
3855 * international/mule-util.el (coding-system-equal): Move to mule.el.
3856
3857 2004-10-12 Kim F. Storm <storm@cua.dk>
3858
3859 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3860 reset kmacro-initial-counter-value if set.
3861 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3862 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3863 (kmacro-display): Show macro counter if non-zero.
3864
3865 * subr.el (substitute-key-definition): Mention command remapping
3866 in doc string.
3867
3868 2004-10-11 Jay Belanger <belanger@truman.edu>
3869
3870 * calc/calc-misc.el (calc-info-goto-node): New function.
3871 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3872 node in one step.
3873 (calc-describe-copying, calc-describe-distribution)
3874 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3875 Go to appropriate info node in one step.
3876
3877 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3880
3881 * font-lock.el (font-lock-apply-highlight): Fix last change.
3882
3883 2004-10-11 Simon Josefsson <jas@extundo.com>
3884
3885 * mail/smtpmail.el (smtpmail-open-stream): Look for
3886 starttls-gnutls-program instead of starttls-program iff
3887 starttls-use-gnutls is non-nil.
3888 (smtpmail-open-stream): Don't overwrite user settings of
3889 starttls-extra-arguments and starttls-extra-args.
3890
3891 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * comint.el (comint-mouse-insert-input): Remove.
3894 (comint-insert-input): Make it work for mouse bindings.
3895 (comint-mode-map): Move defs into the declaration.
3896 (comint-output-filter): Typo.
3897
3898 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3899
3900 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3901
3902 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3903 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3904 ange-ftp-remote-shell.
3905
3906 2004-10-10 Andreas Schwab <schwab@suse.de>
3907
3908 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3909 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3910 Reported by <sri@asu.edu>.
3911
3912 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3913
3914 * vc.el (vc-annotate-mode): Remove variable.
3915 (vc-annotate-display-select): Only call vc-annotate-mode
3916 if we're not in that mode already.
3917
3918 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3921 (imenu-choose-buffer-index): Check here for rescan instead.
3922
3923 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3924 where the face expression evals to nil.
3925
3926 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3927 (tex-font-lock-keywords-2): Use it.
3928 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3929
3930 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3931
3932 2004-10-09 Kim F. Storm <storm@cua.dk>
3933
3934 * subr.el (progress-reporter-update): Define before first usage.
3935 (make-progress-reporter): Doc fix.
3936
3937 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3938
3939 * textmodes/paragraphs.el (sentence-end-double-space)
3940 (sentence-end-without-period, sentence-end-without-space)
3941 (sentence-end): Doc fixes.
3942
3943 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3944
3945 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3946 Change paragraph-start regexp so we don't fill code starting with #'(.
3947
3948 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3949
3950 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3951 New defcustom.
3952 (extract-address-components): Use it.
3953
3954 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3955
3956 * subr.el (make-progress-reporter, progress-reporter-update)
3957 (progress-reporter-force-update, progress-reporter-do-update)
3958 (progress-reporter-done): New functions.
3959
3960 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3961
3962 * progmodes/etags.el (etags-tags-completion-table): Use progress
3963 reporter.
3964 (etags-tags-apropos): Likewise.
3965
3966 2004-10-08 Alan Mackenzie <acm@muc.de>
3967
3968 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3969 of current line.
3970
3971 2004-10-08 Masatake YAMATO <jet@gyve.org>
3972
3973 * server.el (server-process-filter): Wrap `process-send-region'
3974 by `condition-case' to guard the case when the pipe to PROC is closed.
3975
3976 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3977
3978 * xml.el (xml-substitute-special): Limit handling of external entities.
3979
3980 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3983
3984 2004-10-06 John Paul Wallington <jpw@gnu.org>
3985
3986 * xml.el (xml-parse-dtd): Fix `error' call.
3987
3988 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3989
3990 * xml.el (xml-substitute-special): Return a single string instead
3991 of a list of strings if an entity substitution is made.
3992
3993 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3994
3995 * calendar/icalendar.el: New file.
3996
3997 2004-10-05 Juri Linkov <juri@jurta.org>
3998
3999 * isearch.el (isearch-done): Set mark after running hook.
4000 Reported by Drew Adams <drew.adams@oracle.com>.
4001
4002 * info.el (Info-history, Info-toc): Fix Info headers.
4003 (Info-toc): Narrow buffer before Info-fontify-node.
4004 (Info-build-toc): Don't check for special Info file names.
4005 Set main-file to nil if Info-find-file returns a symbol.
4006
4007 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
4008
4009 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4010 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4011 * calendar/cal-menu.el (calendar-mode-map): Ditto.
4012
4013 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4014
4015 * calendar/cal-iso.el (calendar-iso-read-args): New function,
4016 for old interactive spec from calendar-goto-iso-date.
4017 (calendar-goto-iso-date): Use it.
4018 (calendar-goto-iso-week): New function. Suggested by Emilio
4019 C. Lopes <eclig@gmx.net>.
4020
4021 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4022
4023 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4024 `set-right-margin' bindings that follow the minor mode conventions.
4025
4026 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4029 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4030 (latex-block-args-alist): Add minipage and picture.
4031 (latex-block-body-alist): Use reftex-label if enabled.
4032 (latex-insert-block): Don't insert a \n if not necessary.
4033 (tex-compile-commands): Make sure dvips doesn't send to printer.
4034 (tex-compile-default): Handle the case where no executable is found.
4035 (latex-noindent-environments): New var.
4036 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
4037 If tex-indent-allhanging is non-nil, make sure we only align for macros
4038 at beginning of line.
4039
4040 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
4041
4042 * newcomment.el (comment-beginning): Doc fix and don't choke on
4043 unset `comment-end-skip' when at beginning of comment.
4044
4045 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
4046
4047 * term.el (term-adjust-current-row-cache): Don't allow the current
4048 row to become negative.
4049 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4050 the end of the line. Fix scroll down. Add comments.
4051 (term-handle-ansi-escape): Don't exceed terminal width when moving
4052 right.
4053 (term-scroll-region): Move the cursor after setting the scroll region.
4054
4055 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
4056
4057 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4058 to `width' for consistency with docstring. Doc fix.
4059
4060 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
4061
4062 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4063 This is necessary for derived modes.
4064
4065 2004-09-30 Kim F. Storm <storm@cua.dk>
4066
4067 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4068 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4069
4070 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4071 kmacro-extract-lambda functions.
4072 (edit-kbd-macro): Handle kmacro lambda forms.
4073 Include counter and counter format in edit buffer.
4074 (edmacro-finish-edit): Get counter and format from edit buffer and
4075 update kmacro bindings when found.
4076
4077 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
4078
4079 * textmodes/paragraphs.el (forward-paragraph):
4080 Avoid args-out-of-range error when point winds up at the beginning of
4081 the buffer and hard newlines are enabled.
4082
4083 * newcomment.el (comment-multi-line): Doc fix.
4084
4085 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4088 (diff-fixup-modifs): Catch unified-diff file-headers.
4089
4090 2004-09-29 Kim F. Storm <storm@cua.dk>
4091
4092 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4093 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4094 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4095
4096 * fringe.el (fringe-bitmap-p): New macro.
4097 (fringe-bitmaps): Add standard fringe bitmaps on load.
4098
4099 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * dired.el (dired-view-command-alist): Use more efficient regexps.
4102 Remove dubious arguments.
4103 (dired-align-file): New function.
4104 (dired-insert-directory): Use it.
4105 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4106 (dired-buffers-for-dir): Remove unused var `pattern'.
4107
4108 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4109
4110 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4111 from diary display excursion. Store diary buffer's point for
4112 `simple-diary-display'.
4113 (simple-diary-display): Set window point and start when
4114 displaying buffer, to preserve point.
4115
4116 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4117
4118 * textmodes/enriched.el (enriched-translations): Replace defconst
4119 with defvar.
4120
4121 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4122
4123 * printing.el: Doc fix.
4124 (pr-version): New version number (6.8.1).
4125 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4126 make-temp-name.
4127 (pr-delete-file): Check if file exists before deleting it.
4128 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4129
4130 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * term.el (term-display-table): New variable.
4133 (term-mode): Use it.
4134 (term-exec-1): Set the coding system to binary.
4135 (term-emulate-terminal): Decode the string before inserting it.
4136
4137 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4140 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4141 (map): Bind S-prior, S-next and S-insert.
4142 (term-mode): Set `indent-tabs-mode' to nil.
4143 (term-paste): New function to be bound to S-insert.
4144 (term-send-del, term-send-backspace): Change the strings sent.
4145 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4146 (term-handle-colors-array): Fix handling of underline and reverse.
4147 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4148 (term-erase-in-line): Fix comparison.
4149 (term-emulate-terminal): Fix line wrap handling.
4150 (term-start-output-log): Rename from `term-set-output-log'.
4151 (term-stop-output-log): Rename from `term-stop-photo'.
4152 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4153
4154 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * dired.el (dired-move-to-filename): Don't output a message if
4157 raise-error is non-nil. Fix return position and value.
4158
4159 * files.el (insert-directory): Obey --dired even with symlinks.
4160
4161 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4162
4163 * ls-lisp.el (ls-lisp-format): Mark file names with property
4164 dired-filename.
4165
4166 2004-09-25 Kim F. Storm <storm@cua.dk>
4167
4168 * ido.el (ido-max-directory-size): New defcustom.
4169 (ido-decorations): Add "too big" element.
4170 (ido-directory-too-big): New dynamic var.
4171 (ido-may-cache-directory): Don't cache big directories.
4172 (ido-directory-too-big-p): New defun.
4173 (ido-set-current-directory): Update ido-directory-too-big.
4174 (ido-read-internal): Make empty ido-cur-item if too-big.
4175 (ido-buffer-internal): Use ido-read-internal directly instead of
4176 ido-read-buffer.
4177 (ido-file-internal): Init ido-directory-too-big.
4178 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4179 and redo completion with full list.
4180 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4181 it, and show completions.
4182 (ido-all-completions): Let bind ido-directory-too-big to nil.
4183 (ido-exhibit): Handle ido-directory-too-big.
4184 (ido-read-buffer): Handle fallback to read-buffer.
4185 Init ido-directory-too-big.
4186 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4187 Init ido-directory-too-big.
4188
4189 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4190
4191 * subr.el (delay-mode-hooks): Doc fix.
4192
4193 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4194
4195 * textmodes/enriched.el
4196 (enriched-default-text-properties-local-flag): New variable.
4197 (enriched-mode): Make sure that enabling and disabling the mode is
4198 a no-op. Doc fix.
4199
4200 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4201
4202 * calendar/holidays.el (holiday-advent): Report on a specified day
4203 offset from advent, not just advent.
4204 (holiday-easter-etc): Report on one specified day offset from
4205 easter, not all easter holidays. Various Easter holidays moved to
4206 `christian-holidays' variable in calendar.el.
4207 * calendar/calendar.el (christian-holidays): Adapt for new
4208 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4209
4210 2004-09-23 Kim F. Storm <storm@cua.dk>
4211
4212 * image.el (insert-sliced-image): Add doc string.
4213
4214 * ido.el (ido-choice-list): New dynamic var for `list' context.
4215 (ido-context-switch-command): New dynamic var.
4216 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4217 (ido-read-internal): Handle new `list' context.
4218 Handle insert-buffer and insert-file ido-exit values.
4219 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4220 ido-context-switch-command. Handle insert-file ido-exit value.
4221 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4222 unless it is already bound by caller.
4223 (ido-file-internal): New arg switch-cmd. Use it to setup
4224 ido-context-switch-command. Handle insert-buffer ido-exit value.
4225 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4226 used for context switching.
4227 (ido-all-completions): Handle new `list' context.
4228 (ido-make-choice-list): Return choices for `list' context.
4229 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4230 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4231 (ido-insert-buffer, ido-insert-file): Setup context switching.
4232 (ido-exhibit): Handle `list' context.
4233 (ido-read-file-name): Disable context switching. Handle fallback.
4234 (ido-read-directory-name): Disable context switching.
4235 (ido-completing-read): New defun like completing-read. Setup and
4236 use new `list' context.
4237
4238 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4239
4240 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4241
4242 2004-09-21 Jay Belanger <belanger@truman.edu>
4243
4244 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4245 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4246 separate window.
4247
4248 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4249
4250 * subr.el (after-change-major-mode-hook): Doc fix.
4251
4252 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4253
4254 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4255 of ghostscript for monochrome PostScript file in Windows.
4256
4257 2004-09-21 Kenichi Handa <handa@m17n.org>
4258
4259 * descr-text.el (describe-char): Checking of quail activation
4260 fixed.
4261
4262 2004-09-21 Jay Belanger <belanger@truman.edu>
4263
4264 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4265
4266 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4269 after the mode hooks instead of before. Doc fix.
4270
4271 2004-09-20 Jason Rumney <jasonr@gnu.org>
4272
4273 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4274 _emacs, but revert to .emacs if neither exists in home directory.
4275
4276 2004-09-20 John Paul Wallington <jpw@gnu.org>
4277
4278 * bindings.el (completion-ignored-extensions): Add .dfsl.
4279
4280 2004-09-20 Richard M. Stallman <rms@gnu.org>
4281
4282 * bindings.el (scroll-left): Make it disabled.
4283
4284 * files.el (enable-local-eval): Doc fix.
4285
4286 * indent.el (move-to-left-margin): Special case for minibuffer.
4287
4288 * term.el (term-emulate-terminal): Turn off undo for output.
4289 Use with-current-buffer and save-selected-window.
4290
4291 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4292
4293 * progmodes/make-mode.el (makefile-fill-paragraph):
4294 Don't insist on spaces when looking for comments. # is enough.
4295
4296 * files.el (hack-local-variables): Copy the variables list
4297 to another buffer, strip prefixes and suffixes there, then read.
4298 (enable-local-eval): Doc fix.
4299 (ignored-local-variables): Initialize to nil.
4300 (risky-local-variable-p): Don't check ignored-local-variables here.
4301 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4302
4303 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4306 of = to "." (punctuation).
4307
4308 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4311
4312 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4315 (enriched-before-change-major-mode): New function.
4316 Add it to `change-major-mode-hook'.
4317 (enriched-after-change-major-mode): New function.
4318 Add it to `after-change-major-mode-hook'.
4319 (enriched-mode): Make it work correctly if called from
4320 `after-change-major-mode-hook'.
4321 No longer set `indent-line-function'.
4322
4323 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4324
4325 * subr.el (after-change-major-mode-hook): New variable.
4326 (run-mode-hooks): Implement it.
4327
4328 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * battery.el (battery-linux-proc-apm): Use string-to-number.
4331 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4332 Use dolist (and less indentation). Use erase-buffer.
4333 Pre-initialize `design-capacity', `warn', and `low'.
4334 (battery-format): Use replace-regexp-in-string.
4335
4336 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4337
4338 * battery.el: Delete superfluous empty lines.
4339 (battery-linux-proc-acpi): Attempt to gather information from all
4340 battery subdirectories regardless of their file name.
4341 (battery-linux-proc-apm): Replace all occurrences of
4342 battery-hex-to-int-2 with string-to-int (base 16).
4343 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4344 (battery-hex-map): Delete variable.
4345
4346 2004-09-18 John Paul Wallington <jpw@gnu.org>
4347
4348 * calc/calc-units.el (calc-quick-units): Fix overzealous
4349 s/or/unless/.
4350
4351 2004-09-17 Jay Belanger <belanger@truman.edu>
4352
4353 * calc/calc.el (calc-mode-var-list): Fix the value of
4354 `calc-matrix-brackets'.
4355
4356 2004-09-17 Romain Francoise <romain@orebokech.com>
4357
4358 * ibuf-ext.el (define-ibuffer-filter filename):
4359 Expand dired-directory since buffer-file-name is absolute.
4360
4361 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4362
4363 * ediff-init.el (ediff-current-diff-face-A)
4364 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4365 (ediff-current-diff-face-Ancestor)
4366 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4367 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4368 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4369 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4370 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4371 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4372 Use min-colors.
4373
4374 * term.el (term-down): Perform vertical motion if DOWN is negative.
4375 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4376 (term-termcap-format): Synchronyze with the eterm terminfo entry
4377 in etc/e/eterm.ti.
4378 (term-handle-colors-array): If the current foreground or
4379 background are zero (i.e. unspecified), use the foreground and
4380 background of the default face for reverse video.
4381 (term-ansi-at-eval-string, term-ansi-default-fg)
4382 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4383 (term-mem): Delete ununsed function.
4384 (term-protocol-version): Increment.
4385 (term-current-face): Set to default.
4386
4387 2004-09-15 Jay Belanger <belanger@truman.edu>
4388
4389 * calc/calc.el (calc-mode-var-list): Define this variable.
4390 (calc-always-load-extensions, calc-line-numbering)
4391 (calc-line-breaking, calc-display-just, calc-display-origin)
4392 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4393 (calc-group-char, calc-point-char, calc-frac-format)
4394 (calc-prefer-frac, calc-hms-format, calc-date-format)
4395 (calc-float-format, calc-full-float-format, calc-complex-format)
4396 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4397 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4398 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4399 (calc-matrix-brackets, calc-language, calc-language-option)
4400 (calc-left-label, calc-right-label, calc-word-size)
4401 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4402 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4403 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4404 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4405 (calc-window-height, calc-display-trail, calc-show-selections)
4406 (calc-use-selections, calc-assoc-selections)
4407 (calc-display-working-message, calc-auto-why, calc-timing)
4408 (calc-mode-save-mode, calc-standard-date-formats)
4409 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4410 (calc-user-parse-tables, calc-gnuplot-default-device)
4411 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4412 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4413 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4414 (calc-invocation-macro, calc-show-banner): Give these values as
4415 part of `calc-mode-var-list's initialization after the variables
4416 are declared with defvar.
4417 (calc-bug-address): Change email address to send bug reports to.
4418 Change the maintainer address at the top.
4419 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4420 than "\\.emacs" to determine if it is the user-init-file.
4421
4422 * calc/calc-embed.el (calc-embedded-set-modes): Use
4423 `calc-mode-var-list' correctly.
4424
4425 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4426
4427 * vc.el (annotate-time): Document point handling.
4428 (vc-annotate-display-autoscale): Doc fix.
4429
4430 2004-09-15 Miles Bader <miles@gnu.org>
4431
4432 * generic.el (generic-make-keywords-list): Use symbol rather than
4433 word anchors in regexp.
4434
4435 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4436
4437 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4438 no file name consider `dired-directory'.
4439
4440 2004-09-14 Kim F. Storm <storm@cua.dk>
4441
4442 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4443
4444 2004-09-14 Simon Josefsson <jas@extundo.com>
4445
4446 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4447
4448 * textmodes/dns-mode.el: Add.
4449
4450 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4453 (disabled-command-function): Make the ?\ char more obvious.
4454
4455 * vc-arch.el (vc-arch-root, vc-arch-registered):
4456 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4457
4458 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4459
4460 * windmove.el (windmove-frame-edges): Report coordinates of
4461 outside edges of frame, not inside edges.
4462 (windmove-coordinates-of-position): Convert into wrapper to new
4463 function `windmove-coordinates-of-window-position';
4464 `compute-motion' always applies to selected window.
4465 (windmove-coordinates-of-position): Update documentation to refer
4466 to Emacs 21 Lisp Reference Manual.
4467 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4468
4469 2004-09-13 Kim F. Storm <storm@cua.dk>
4470
4471 * isearch.el (isearch-resume-in-command-history): Rename from
4472 isearch-resume-enabled and change default to nil.
4473
4474 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4477 (vc-registered): Use it.
4478 (vc-find-root): New fun.
4479
4480 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4481 Don't tell to use \\{...} when it's already done.
4482
4483 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4484 Provide a sample complex default.
4485 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4486 (bibtex-entry): Use mapc.
4487
4488 2004-09-12 Kim F. Storm <storm@cua.dk>
4489
4490 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4491
4492 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4493 inhibit-field-text-motion to t so rectangles work in comint buffers.
4494
4495 * simple.el (choose-completion-string): Set buffer before running
4496 choose-completion-string-functions hook so it can be buffer-local.
4497
4498 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4499
4500 * progmodes/compile.el (compilation-start): Parse command to see
4501 if it starts with a cd, and if so perform it for the *compilation*
4502 buffer. Change the header to reflect this.
4503
4504 2004-09-11 Kim F. Storm <storm@cua.dk>
4505
4506 * ido.el (ido-enable-dot-prefix): Doc fix.
4507 (ido-enable-dot-prefix): New defcustom.
4508 (ido-set-matches1): Use it.
4509
4510 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * textmodes/bibtex.el (bibtex-mark-active)
4513 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4514
4515 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4516
4517 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4518 used in a case insensitive environment.
4519 (bibtex-mode-map): Rearrange order of menus.
4520 (bibtex-quoted-string-re): Obsolete.
4521 (bibtex-complete-key-cleanup): Variable replaced by new function.
4522 (bibtex-font-lock-keywords): Use backquotes.
4523 (bibtex-font-lock-url-regexp): New internal variable.
4524 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4525 "OPT" and "ALT".
4526 (bibtex-insert-current-kill, bibtex-make-field)
4527 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4528 (bibtex-parse-field-text): Simplify.
4529 (bibtex-string=): New helper function.
4530 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4531 (bibtex-map-entries): Use bibtex-string=.
4532 (bibtex-search-entry): Use not.
4533 (bibtex-enclosing-field): Fix docstring.
4534 (bibtex-assoc-regexp): Obsolete.
4535 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4536 (bibtex-autokey-get-names): Handle empty name field.
4537 (bibtex-parse-strings): Use assoc-string and unless.
4538 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4539 Use assoc-string.
4540 (bibtex-pop): Simplify.
4541 (bibtex-mode): Set font-lock-extra-managed-props.
4542 (bibtex-entry-update): Use assoc-string.
4543 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4544 (bibtex-autofill-entry): Use bibtex-string=.
4545 (bibtex-print-help-message): Simplify.
4546 (bibtex-find-entry): New optional arg START.
4547 (bibtex-validate): Use bibtex-string= and assoc-string.
4548 Do not call obsolete function compilation-parse-errors.
4549 (bibtex-remove-delimiters): Only remove delimiters if present.
4550 (bibtex-copy-entry-as-kill): Add docstring.
4551 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4552 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4553 (bibtex-complete): Use bibtex-predefined-month-strings,
4554 bibtex-string=, and new function bibtex-complete-key-cleanup.
4555 (bibtex-generate-url-list): New variable.
4556 (bibtex-url): New command bound to C-c C-l and mouse-2.
4557 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4558 (bibtex-font-lock-url): New function.
4559
4560 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4563
4564 2004-09-09 Kim F. Storm <storm@cua.dk>
4565
4566 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4567 counter and format with binding.
4568 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4569 the declared macro uses own macro counter and format. Give symbol
4570 kmacro property.
4571 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4572 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4573 (kmacro-end-and-call-macro): Doc fix.
4574
4575 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4576
4577 * desktop.el (desktop-clear-preserve-buffers):
4578 Remove make-obsolete-variable.
4579
4580 2004-09-08 Richard M. Stallman <rms@gnu.org>
4581
4582 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4583 with the buffer as argument.
4584
4585 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4588
4589 2004-09-08 Juri Linkov <juri@jurta.org>
4590
4591 * replace.el (perform-replace): Use `query-replace-descr'.
4592
4593 * cus-start.el (history-delete-duplicates): Specify customization.
4594
4595 * diff-mode.el (diff-mode-map):
4596 * progmodes/compile.el (compilation-mode-map):
4597 * progmodes/grep.el (grep-mode-map):
4598 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4599 to `next-error-follow-minor-mode'.
4600
4601 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4602
4603 * isearch.el (isearch-lazy-highlight-update): Take into account
4604 the case of zero-length match at the search bound.
4605
4606 2004-09-08 Kim F. Storm <storm@cua.dk>
4607
4608 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4609 change. Use zero width overlays when necessary.
4610
4611 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4612
4613 * subr.el (split-string): Docfix.
4614
4615 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4616
4617 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4618 (display-call-tree): Ensure newline after caller/calls blocks.
4619
4620 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4621
4622 * startup.el (command-line-1): Make option
4623 --directory/-L modify `load-path' straight away.
4624
4625 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4626
4627 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4628
4629 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4630
4631 * emacs-lisp/autoload.el (make-autoload):
4632 Handle `define-compilation-mode'.
4633
4634 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4635 Specify `doc-string-elt' property.
4636
4637 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4638
4639 * bs.el (bs-mode): Doc fix.
4640
4641 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4642
4643 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4644
4645 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4646
4647 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4648
4649 2004-09-08 Kenichi Handa <handa@m17n.org>
4650
4651 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4652 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4653 ps-mule-next-point -> 1+).
4654
4655 * composite.el (encode-composition-rule): Add autoload cooky.
4656
4657 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4658
4659 * format.el (buffer-auto-save-file-format): Make it permanent local.
4660
4661 2004-09-07 Kim F. Storm <storm@cua.dk>
4662
4663 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4664 (authors-fixed-entries): Fix typo.
4665 (authors-canonical-author-name): Compact multiple spaces.
4666 Ignore trivial names (e.g. only first name).
4667
4668 * term.el (term-window-width): Only use full window width on
4669 window system if overflow-newline-into-fringe is enabled.
4670 (term-mode): Don't disable overflow-newline-into-fringe.
4671
4672 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4675 motion as seen on my Mac OS X xterms.
4676
4677 * newcomment.el (uncomment-region-default, comment-region-default):
4678 New functions extracted from uncomment-region and comment-region.
4679 (comment-region, comment-region-function, uncomment-region)
4680 (uncomment-region-function): Use them.
4681
4682 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4683
4684 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4685 It's not crucial but can make sense at times.
4686
4687 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4688 the first commit.
4689
4690 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4691 Disable obsolete code.
4692
4693 2004-09-07 Juri Linkov <juri@jurta.org>
4694
4695 * progmodes/grep.el (grep-highlight-matches): Change default from
4696 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4697 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4698 if grep option `--color' is available, or to `nil' otherwise.
4699 (grep-process-setup): Call `grep-compute-defaults' if
4700 `grep-highlight-matches' is not computed. Set env-vars only
4701 if `grep-highlight-matches' is `t'.
4702 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4703 is already defined).
4704
4705 * progmodes/compile.el (compilation-start): Use copy of
4706 `process-environment' created by `copy-sequence' to not
4707 modify env-vars in the global `process-environment'.
4708
4709 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4710
4711 * simple.el (next-error-follow-minor-mode): Fix last change.
4712
4713 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4716 permanent local.
4717
4718 2004-09-04 Richard M. Stallman <rms@gnu.org>
4719
4720 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4721 highlighting if the search string is empty.
4722
4723 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * facemenu.el (facemenu-active-faces): Change condition of inner
4726 `while' loop to also check the first two elements of `face-atts'
4727 and `mask-atts'.
4728
4729 2004-09-04 John Paul Wallington <jpw@gnu.org>
4730
4731 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4732 (thumbs-view-image-mode): Make buffer read-only.
4733
4734 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4735
4736 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4737 (ispell-check-version): Set it.
4738 (ispell-send-replacement): New function.
4739 (ispell-process-line): Call ispell-send-replacement.
4740
4741 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4742
4743 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4744 Support choosing seconds with "s".
4745
4746 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4747
4748 * terminal.el (te-escape): Show `?' in prompt for help key.
4749
4750 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4751
4752 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4753
4754 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4755
4756 * simple.el (next-error-follow-minor-mode)
4757 (next-error-follow-mode-post-command-hook): New functions.
4758 (next-error-follow-last-line): New defvar.
4759
4760 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4761 * progmodes/compile.el (compilation-mode-map): Likewise.
4762 * progmodes/grep.el (grep-mode-map): Likewise.
4763 * replace.el (occur-mode-map): Likewise.
4764
4765 * newcomment.el (uncomment-region): Bind comment-use-global-state
4766 to nil.
4767
4768 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4769
4770 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4771 locally around the call to `revert-buffer'.
4772
4773 2004-09-03 Juri Linkov <juri@jurta.org>
4774
4775 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4776 `isearch-adjusted' to `t'.
4777 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4778 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4779 (isearch-other-meta-char): Restore isearch-point unconditionally.
4780 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4781 Set point to start of match if region is not active in transient
4782 mark mode (to include the current match to region boundaries).
4783 Push the search string to `query-replace-from-history-variable'.
4784 Add prompt "Query replace regexp" for isearch-regexp.
4785 Add region beginning/end as last arguments of `perform-replace.'
4786 (isearch-query-replace-regexp): Replace code by the call to
4787 `isearch-query-replace' with arg `t'.
4788
4789 2004-09-03 Richard M. Stallman <rms@gnu.org>
4790
4791 * startup.el (normal-top-level): Undo previous TERM change.
4792
4793 2004-09-03 Kim F. Storm <storm@cua.dk>
4794
4795 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4796 highlight overlays; allow using RET when cursor is over a button.
4797 (cua--highlight-rectangle): Use it.
4798 (cua--rectangle-set-corners): Don't move backwards at eol.
4799 (cua--forward-line): Don't move into void after eob.
4800
4801 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4802 point is set (and displayed) inside rectangle.
4803 (cua--rectangle-operation): Fix for highlight of empty lines.
4804 (cua--highlight-rectangle): Fix highlight for tabs.
4805 Position cursor at left/right edge of rectangle using new `cursor'
4806 property on overlay strings.
4807 (cua--indent-rectangle): Don't tabify.
4808 (cua-rotate-rectangle): Ignore that point has moved.
4809
4810 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4811
4812 * term/mac-win.el: Add ASCII equivalents for some function keys.
4813 (mode-line-frame-identification): Sync with x-win.el.
4814
4815 2004-09-02 Juri Linkov <juri@jurta.org>
4816
4817 * progmodes/compile.el (compilation-buffer-name): Compare major
4818 mode with second element of compilation-arguments instead of third
4819 to reflect latest changes in compilation-arguments structure.
4820 (recompile): Use global variable `compilation-directory' to get
4821 recent compilation directory only when `recompile' is invoked NOT
4822 in the compilation buffer. Otherwise, use `default-directory' of
4823 the compilation buffer.
4824 (compilation-error-properties): Allow to funcall col and end-col.
4825 (compilation-mode-font-lock-keywords): Check col and end-col by
4826 `integerp'.
4827 (compilation-goto-locus): If end-mk is non-nil in transient mark
4828 mode don't activate the mark (and don't display message in
4829 push-mark), but highlight overlay between mk and end-mk.
4830
4831 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4832 (grep-regexp-alist): Add rule to highlight grep matches.
4833 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4834
4835 * info.el (Info-fontify-node): Don't compute other-tag
4836 if Info-hide-note-references=hide.
4837
4838 * help.el (function-called-at-point):
4839 * help-fns.el (variable-at-point):
4840 Try `find-tag-default' when other methods failed.
4841
4842 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4843 Do not push mark if inhibit-mark-movement is non-nil.
4844
4845 * textmodes/ispell.el (ispell-html-skip-alists):
4846 Fix backslashes in docstring.
4847
4848 2004-09-01 Juri Linkov <juri@jurta.org>
4849
4850 * isearch.el (isearch-wrap-function)
4851 (isearch-push-state-function): New defvars.
4852 (isearch-pop-fun-state): New defsubst.
4853 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4854 (isearch-push-state): Set the result of calling
4855 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4856 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4857 restore the mode-specific starting point of terminated search.
4858 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4859 (isearch-repeat): Call `isearch-wrap-function' if defined.
4860 (isearch-message-prefix): Don't add prefix "over" to the message
4861 for wrapped search if `isearch-wrap-function' is defined.
4862 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4863 restore the mode-specific starting point of failed search.
4864
4865 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4866 (Info-search): Add new optional arguments for the sake of isearch.
4867 Replace whitespace in Info-search-whitespace-regexp literally.
4868 Add backward search. Don't call `Info-select-node' if regexp is
4869 found in the same Info node. Don't add node to Info-history for
4870 wrapped isearch.
4871 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4872 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4873 (Info-mode): Set local variables `isearch-search-fun-function',
4874 `isearch-wrap-function', `isearch-push-state-function',
4875 `search-whitespace-regexp'.
4876
4877 * isearch.el: Remove ancient Change Log section.
4878 (isearch-string, isearch-message-string, isearch-point)
4879 (isearch-success, isearch-forward-flag, isearch-other-end)
4880 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4881 (isearch-barrier, isearch-within-brackets)
4882 (isearch-case-fold-search): Add suffix `-state' to state-related
4883 defsubsts to avoid name clashes with other function names.
4884
4885 * simple.el (next-error): New defgroup and defface.
4886 (next-error-highlight, next-error-highlight-no-select):
4887 New defcustoms.
4888 (next-error-no-select): Let-bind next-error-highlight to the value
4889 of next-error-highlight-no-select before calling `next-error'.
4890
4891 * progmodes/compile.el (compilation-goto-locus):
4892 Use `next-error' face instead of `region'. Set 4-th argument of
4893 `move-overlay' to `current-buffer' to move overlay to different
4894 source buffers. Use new variable `next-error-highlight'.
4895
4896 * simple.el (next-error-find-buffer): Move the rule
4897 "if current buffer is a next-error capable buffer" after the
4898 rule "if next-error-last-buffer is set to a live buffer".
4899 Simplify to test all rules in one `or'.
4900 (next-error): Doc fix.
4901 (next-error, previous-error, first-error)
4902 (next-error-no-select, previous-error-no-select):
4903 Make arguments optional.
4904
4905 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * macros.el (apply-macro-to-region-lines): Make it operate on all
4908 lines that begin in the region, rather than on all complete lines
4909 in the region.
4910
4911 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4912
4913 * x-dnd.el (x-dnd-protocol-alist): Document update.
4914 (x-dnd-known-types): Defcustom it.
4915 (x-dnd-handle-motif): Print message-atom in error message.
4916
4917 2004-08-30 John Paul Wallington <jpw@gnu.org>
4918
4919 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4920 strings rather than programatically constructing message.
4921
4922 2004-08-30 Richard M. Stallman <rms@gnu.org>
4923
4924 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4925 Don't return a string that would read as the wrong character code.
4926
4927 2004-08-29 Kim F. Storm <storm@cua.dk>
4928
4929 * emulation/cua-base.el (cua-auto-expand-rectangles):
4930 Remove automatic rectangle padding feature; replace by non-destructive
4931 virtual rectangle edges feature.
4932 (cua-virtual-rectangle-edges): New defcustom.
4933 (cua-auto-tabify-rectangles): New defcustom.
4934 (cua-paste): If paste into a marked rectangle, insert rectangle at
4935 current column, even if virtual; also paste exactly as many lines
4936 as has been marked (ignore additional lines or add empty lines),
4937 but paste whole source if only one line is marked.
4938 (cua--update-indications): No longer use overwrite-cursor to
4939 indicate rectangle padding
4940
4941 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4942 (cua--rectangle-virtual-edges): New defun.
4943 (cua--rectangle-get-corners): Remove optional PAD arg.
4944 (cua--rectangle-set-corners): Never do padding.
4945 (cua--forward-line): Remove optional PAD arg. Simplify.
4946 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4947 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4948 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4949 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4950 (cua--rectangle-move): Never do padding. Simplify.
4951 (cua--tabify-start): New defun.
4952 (cua--rectangle-operation): Add tabify arg. All callers changed.
4953 (cua--pad-rectangle): Remove.
4954 (cua--delete-rectangle): Handle delete with virtual edges.
4955 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4956 (cua--insert-rectangle): Handle insert at virtual column.
4957 Perform auto-tabify if necessary.
4958 (cua--activate-rectangle): Remove optional FORCE arg.
4959 Never do padding. Simplify.
4960 (cua--highlight-rectangle): Enhance for virtual edges.
4961 (cua-toggle-rectangle-padding): Remove command.
4962 (cua-toggle-rectangle-virtual-edges): New command.
4963 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4964 (cua--rectangle-post-command): Don't force rectangle padding.
4965 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4966
4967 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4968
4969 * indent.el (edit-tab-stops-buffer): Doc fix.
4970
4971 2004-08-28 Richard M. Stallman <rms@gnu.org>
4972
4973 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4974 (grep-tag-default): Function deleted.
4975
4976 * subr.el (find-tag-default): Move from etags.el.
4977
4978 * progmodes/etags.el (find-tag-default): Move to subr.el.
4979
4980 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4981 into the basic character if it has an uppercase form.
4982
4983 2004-08-27 Kenichi Handa <handa@m17n.org>
4984
4985 * international/utf-8.el (utf-8-post-read-conversion): If the
4986 buffer is unibyte, temporarily make it multibyte.
4987
4988 2004-08-27 Masatake YAMATO <jet@gyve.org>
4989
4990 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4991
4992 2004-08-25 John Paul Wallington <jpw@gnu.org>
4993
4994 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4995 0, 1, and many mismatches in message.
4996 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4997
4998 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4999 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5000
5001 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5004 vc-diff-switches differently.
5005
5006 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5007
5008 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5009 before and a real defvar after
5010 `speedbar-supported-extension-expressions'. This is to silence
5011 the compiler without breaking bootstrapping.
5012
5013 2004-08-22 Richard M. Stallman <rms@gnu.org>
5014
5015 * textmodes/flyspell.el (flyspell-word):
5016 Use set-process-query-on-exit-flag.
5017 (flyspell-highlight-duplicate-region): Take POSS as arg.
5018 (flyspell-word): Pass POSS as arg.
5019
5020 * progmodes/ada-xref.el: Many doc and style fixes.
5021 (ada-find-any-references): Use compilation-start.
5022 (ada-get-ali-file-name): Improve error msg.
5023 (ada-get-ada-file-name): Likewise.
5024
5025 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5026 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5027
5028 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5029 Add forward defvar.
5030
5031 * whitespace.el (global-whitespace-mode): New alias
5032 for whitespace-global-mode.
5033
5034 * speedbar.el (speedbar-file-regexp): Move definition up.
5035 (speedbar-mode, speedbar-set-mode-line-format):
5036 Use with-no-warnings.
5037 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5038
5039 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5040 controls whether to display the error buffer.
5041
5042 * ps-mule.el: Delete compatibility code for old Emacses.
5043 (ps-mule-find-wrappoint): Don't use chars-in-region.
5044
5045 * frame.el (display-mouse-p, display-selections-p):
5046 Use with-no-warnings.
5047
5048 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5049
5050 2004-08-22 David Kastrup <dak@gnu.org>
5051
5052 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5053 information.
5054
5055 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5056
5057 2004-08-22 Andreas Schwab <schwab@suse.de>
5058
5059 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5060
5061 2004-08-22 Masatake YAMATO <jet@gyve.org>
5062
5063 * cvs-status.el (cvs-status-checkout): New function.
5064 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5065
5066 2004-08-21 David Kastrup <dak@gnu.org>
5067
5068 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5069 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5070 has been converted to use hashtables, the relation `nil=none' is
5071 no longer valid, as `nil' is not a hashtable. This patch tries to
5072 reduce the number of resulting errors.
5073
5074 2004-08-21 John Paul Wallington <jpw@gnu.org>
5075
5076 * subr.el (process-kill-without-query): Made obsolete in
5077 version 21.4, not 21.5.
5078
5079 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5080 (vc-previous-comment, vc-next-comment)
5081 (vc-comment-search-reverse, vc-comment-search-forward)
5082 (vc-comment-to-change-log): Likewise.
5083
5084 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5085
5086 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
5087
5088 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5089 Correct indentation of DEFMETHODS with non-standard method
5090 combinations (e.g., PROGN, MIN, MAX).
5091
5092 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * startup.el (normal-top-level-add-subdirs-to-load-path):
5095 Avoid unnecessarily checking system-type.
5096 (normal-top-level): Set TERM to "dumb". Simplify.
5097
5098 * avoid.el (mouse-avoidance-ignore-p): New fun.
5099 Also ignore switch-frame, select-window, double, and triple clicks.
5100 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5101 (mouse-avoidance-fancy-hook): Use it.
5102
5103 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5104
5105 * avoid.el (mouse-avoidance-nudge-mouse)
5106 (mouse-avoidance-banish-destination): Stay within the current window
5107 to avoid problems with mouse-autoselect-window.
5108
5109 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5112 the newer format of some messages in cvs-1.12.1.
5113
5114 2004-08-19 Masatake YAMATO <jet@gyve.org>
5115
5116 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5117 (elp-results-jump-to-definition-by-mouse)
5118 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5119 (elp-output-result): Use elp-output-insert-symname.
5120
5121 2004-08-18 Kenichi Handa <handa@m17n.org>
5122
5123 * language/cyrillic.el: Register koi8-r in
5124 ctext-non-standard-encodings-alist.
5125 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5126
5127 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5128
5129 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5130 that replaces 20xy with xy.
5131
5132 2004-08-17 John Paul Wallington <jpw@gnu.org>
5133
5134 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5135 (reb-force-update): Doc fix.
5136
5137 2004-08-16 Richard M. Stallman <rms@gnu.org>
5138
5139 * progmodes/which-func.el (which-func-update-1): Doc fix.
5140
5141 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5142 (sh-mode-abbrev-table): New variable.
5143
5144 * progmodes/compile.el (compilation-mode): Doc fix.
5145
5146 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5147 Don't cons a new symbol each time.
5148 (eval-last-sexp-fake-value): New variable.
5149
5150 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5151 (copyright-update-year): Detect continuation of list of years.
5152
5153 * term.el (term-default-fg-color, term-default-bg-color)
5154 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5155
5156 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5157
5158 2004-08-16 Davis Herring <herring@lanl.gov>
5159
5160 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5161 (isearch-success, isearch-forward-flag, isearch-other-end)
5162 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5163 (isearch-barrier, isearch-within-brackets)
5164 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5165
5166 2004-08-16 Kenichi Handa <handa@m17n.org>
5167
5168 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5169
5170 2004-08-15 Kenichi Handa <handa@m17n.org>
5171
5172 * term/x-win.el (x-selection-value): If utf8 was successful but
5173 ctext was not, use utf8 string.
5174
5175 2004-08-14 Davis Herring <herring@lanl.gov>
5176
5177 * isearch.el: Remove accidental changes of March 4. Fix backing
5178 up when a regexp isearch is made more general. Use symbolic
5179 accessor functions for isearch stack frames to make usage clearer.
5180 (search-whitespace-regexp): Made groups in documentation shy (as
5181 is the group in the default value).
5182 (isearch-fallback): New function, addresses problems with regexps
5183 liberalized by `\|', adds support for liberalization by `\}' (the
5184 general repetition construct), and incorporates behavior for
5185 `*'/`?'.
5186 (isearch-}-char): New command, calls `isearch-fallback' with
5187 arguments appropriate to a typed `}'.
5188 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5189 appropriately.
5190 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5191 (isearch-string, isearch-message,string, isearch-point)
5192 (isearch-success, isearch-forward-flag, isearch-other-end)
5193 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5194 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5195 New inline functions to read fields of a stack frame.
5196
5197 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5198
5199 * battery.el (battery-linux-proc-acpi): Look into battery
5200 directories matching the literal string "CMB", too (required for
5201 Linux kernel version 2.6.7).
5202
5203 2004-08-14 John Paul Wallington <jpw@gnu.org>
5204
5205 * cus-start.el (read-file-name-completion-ignore-case): Add.
5206 (blink-cursor-alist): Change version to "21.4".
5207
5208 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5209
5210 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5211
5212 * speedbar.el (speedbar-scan-subdirs): New option.
5213 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5214 dolist.
5215 (speedbar-insert-files-at-point): Take an extra argument and use
5216 it to optionally find out if a subdir is empty. Also unreadable
5217 files don't get expand buttons.
5218 (speedbar-directory): New image (unused pixmap already existed).
5219 (speedbar-expand-image-button-alist): Use it.
5220
5221 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5222
5223 CC Mode update to 5.30.9:
5224
5225 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5226 Move from cc-vars to cc-defs for dependency reasons. Fix the
5227 POSIX char class test to check that it works in
5228 `skip-chars-(forward|backward)' too.
5229
5230 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5231 first argument starts with a special brace list.
5232
5233 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5234 when `c-opt-type-concat-key' is used (i.e. in Pike).
5235
5236 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5237 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5238 >)".
5239
5240 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5241 whitespace safe.
5242
5243 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5244 position for `arglist-intro', `arglist-cont-nonempty' and
5245 `arglist-close' when there are two arglist open parens on the same
5246 line and there's nothing in front of the first.
5247
5248 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5249 locking of qualified names in Java, which previously could fontify
5250 common indexing expressions in many cases. The standard Java
5251 naming conventions are used to tell them apart.
5252
5253 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5254 Fix inconsistency wrt opening parens on the first line inside a paren
5255 block.
5256
5257 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5258 compile time for the sake of `c-major-mode-is'.
5259
5260 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5261 `c-major-mode-is' in the event that this is used inside a
5262 `c-lang-defconst'.
5263
5264 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5265 `c-lang-defconst' so that it works better with fallback languages.
5266
5267 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5268 it to fail to record the base mode.
5269
5270 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5271 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5272 is used. Reorder the syntax checks to get more efficient
5273 skipping in some situations.
5274
5275 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5276 continuation which might precede the newly inserted '{'.
5277
5278 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5279 Fix cases where it could loop indefinitely.
5280
5281 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5282 size specs correctly. Only fontify identifiers in front of '('
5283 with as functions - don't accept any paren char. Tighten up
5284 initializer skipping to stop before function and class blocks.
5285
5286 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5287 the point could be left directly after an open paren when finding
5288 the beginning of the first decl in the block.
5289
5290 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5291 table when filtering out legitimate open parens to be recorded.
5292 This could cause cache inconsistencies when e.g.
5293 `c++-template-syntax-table' was temporarily in use.
5294
5295 * progmodes/cc-engine.el (c-on-identifier)
5296 (c-simple-skip-symbol-backward): Small fix for handling "-"
5297 correctly in `skip-chars-backward'. Affected the operator lfun
5298 syntax in Pike.
5299
5300 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5301 Fix bug that could cause an error from `after-change-functions' when
5302 the changed region is at bob.
5303
5304 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5305
5306 CC Mode update to 5.30.9:
5307
5308 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5309 to say that <TAB> doesn't insert WS into a CPP line.
5310 (c-indent-command, c-tab-always-indent): Amend doc strings.
5311
5312 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5313 checks for user errors, thus eliminating cryptic and unhelpful
5314 Emacs error messages. (1) Check the arg to `c-set-style' is a
5315 string. (2) Check that settings to `c-offsets-alist' are not
5316 spuriously quoted.
5317
5318 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5319 which precedes the newly inserted `{'.
5320
5321 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5322
5323 Sync with Tramp 2.0.44.
5324
5325 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5326 function "tramp_file_attributes". Otherwise, file names
5327 containing spaces are misinterpreted. Reported by Magnus Henoch
5328 <mange@freemail.hu>.
5329 (tramp-handle-file-truename): FILENAME must be expanded first.
5330 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5331 obscure results. Reported by D. Goel <deego@gnufans.org>.
5332 (tramp-handle-verify-visited-file-modtime): If file does not
5333 exist, say it is not modified if and only if that agrees with the
5334 buffer's record. Check whether a file is visiting the buffer, or
5335 the buffer has no recorded last modification time. Return t in
5336 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5337 <teirllm@auburn.edu>.
5338 (tramp-handle-write-region): Pass modtime explicitely to
5339 `set-visited-file-modtime', because filename can be different
5340 from (buffer-file-name) if `file-precious-flag' is set.
5341 `set-visited-file-modtime' must be called always when `visit' is t
5342 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5343 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5344 nil, don't apply the whole body. If the file doesn't exists, set
5345 modtime to '(-1 65535). Suggested by Luc Teirlinck
5346 <teirllm@auburn.edu>.
5347
5348 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5349
5350 * help.el (describe-bindings): Doc fix.
5351
5352 * subr.el (kbd): Doc fix.
5353
5354 2004-08-08 John Paul Wallington <jpw@gnu.org>
5355
5356 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5357 instead of `string-to-int'.
5358 (define-ibuffer-column mode): Fix indentation.
5359
5360 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5361
5362 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5363
5364 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5365
5366 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5367
5368 * novice.el (disabled-command-function): New variable renamed from
5369 `disabled-command-hook'.
5370 (disabled-command-hook): Keep the _variable_ as alias for
5371 `disabled-command-function' and make obsolete.
5372 (disabled-command-function): Function renamed from
5373 `disabled-command-hook'. Adapt code to name change of the variable.
5374
5375 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
5376
5377 * simple.el (completion-root-regexp): New defvar.
5378 (completion-setup-function): Use it instead of a literal string.
5379
5380 2004-08-07 John Paul Wallington <jpw@gnu.org>
5381
5382 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5383 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5384 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5385 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5386
5387 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5388
5389 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5390 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5391
5392 2004-08-04 Kenichi Handa <handa@m17n.org>
5393
5394 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5395 Fix previous change.
5396
5397 2004-08-03 Kenichi Handa <handa@m17n.org>
5398
5399 * international/encoded-kb.el: The following changes are to
5400 utilize key-translation-map instead of minor mode map.
5401 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5402 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5403 (encoded-kbd-last-key): New function.
5404 (encoded-kbd-iso2022-single-shift): New function.
5405 (encoded-kbd-iso2022-designation)
5406 (encoded-kbd-self-insert-iso2022-7bit)
5407 (encoded-kbd-self-insert-iso2022-8bit)
5408 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5409 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5410 key-translation-map.
5411 (encoded-kbd-setup-keymap): Setup key-translation-map.
5412 (saved-key-translation-map): New variable.
5413 (encoded-kbd-mode): Save/restore key-translation-map.
5414 Adjust for the change of encoded-kbd-setup-keymap.
5415
5416 2004-08-02 Kim F. Storm <storm@cua.dk>
5417
5418 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5419 and call compute-motion with nil for topos and width to get proper
5420 usable width and height for both window and non-window systems.
5421
5422 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5423 calculate usable window width and height.
5424
5425 * window.el (window-buffer-height): Call compute-motion with nil width.
5426
5427 2004-08-01 David Kastrup <dak@gnu.org>
5428
5429 * replace.el (query-replace-read-from):
5430 Use `query-replace-compile-replacement'.
5431 (query-replace-compile-replacement): New function.
5432 (query-replace-read-to): Use `query-replace-compile-replacement'
5433 for repeating the last command.
5434
5435 2004-08-01 John Paul Wallington <jpw@gnu.org>
5436
5437 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5438 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5439 (pr-switches): Remove period from end of error messages.
5440
5441 * help-mode.el (help-go-back): Likewise.
5442
5443 * abbrev.el (only-global-abbrevs): Doc fix.
5444 (edit-abbrevs-map): Define within defvar.
5445 (quietly-read-abbrev-file): Doc fix.
5446
5447 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * novice.el (enable-command, disable-command): Doc fixes.
5450
5451 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5452
5453 2004-07-30 Richard M. Stallman <rms@gnu.org>
5454
5455 * subr.el (with-local-quit): Doc fix.
5456
5457 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5460
5461 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * custom.el (defcustom): Doc fix.
5464
5465 2004-07-28 Masatake YAMATO <jet@gyve.org>
5466
5467 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5468
5469 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * imenu.el (imenu-prev-index-position-function)
5472 (imenu-extract-index-name-function, imenu-name-lookup-function)
5473 (imenu--index-alist): Docstring redundancy fix.
5474
5475 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5476
5477 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5478 binding dired-backup-overwrite.
5479
5480 2004-07-25 John Paul Wallington <jpw@gnu.org>
5481
5482 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5483
5484 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5485
5486 * term/tty-colors.el (tty-color-approximate): Doc fix.
5487
5488 * select.el (x-get-selection, x-set-selection): Doc fixes.
5489
5490 * frame.el (make-frame): Doc fix.
5491
5492 2004-07-24 Richard M. Stallman <rms@gnu.org>
5493
5494 * mail/rmail.el (rmail-mime-charset-pattern):
5495 Don't include semicolon in the charset value.
5496
5497 * replace.el (occur-next-error): Call set-window-point.
5498 (occur-engine): Handle negative NLINES.
5499
5500 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * frame.el (modify-all-frames-parameters): Minor doc fix.
5503 (set-frame-configuration): Doc fix.
5504
5505 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5506
5507 * simple.el (completion-setup-function): Compute the common parts
5508 and the first difference place correctly when
5509 partial-completion-mode is on.
5510
5511 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5512
5513 * ps-print.el: Doc fix.
5514 (ps-print-version): New version 6.6.5.
5515 (ps-printing-region): Doc fix.
5516 (ps-generate-string-list): Comment fix.
5517 (ps-message-log-max): Code fix.
5518
5519 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5520
5521 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5522 generated PostScript.
5523
5524 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5527 with Gnus v5_10 branch.)
5528
5529 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5530
5531 * calendar/time-date.el (time-to-number-of-days): New function.
5532 Imported from from Gnus.
5533
5534 2004-07-22 Kim F. Storm <storm@cua.dk>
5535
5536 * progmodes/make-mode.el: Fix comments.
5537
5538 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5539
5540 * printing.el: Doc fix.
5541
5542 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5543
5544 * frame.el (modify-all-frames-parameters): Minor doc fix.
5545
5546 2004-07-20 Richard M. Stallman <rms@gnu.org>
5547
5548 * textmodes/fill.el (fill-nobreak-p): If this break point is
5549 at the end of the line, don't consider the newline which follows
5550 as a reason to return t.
5551
5552 2004-07-19 John Paul Wallington <jpw@gnu.org>
5553
5554 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5555
5556 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5557
5558 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5559 Delete irrelevant code.
5560
5561 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5562
5563 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5564 New docstring. From Luc Teirlinck.
5565
5566 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5567
5568 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5569 section.
5570 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5571 non-file buffers. We know it is nil.
5572
5573 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5574
5575 Sync with Tramp 2.0.43.
5576
5577 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5578 Remove outdated comment.
5579 (tramp-locked, tramp-locker): New variables for implementing a
5580 global lock.
5581 (tramp-sh-file-name-handler): Use them to implement the global lock.
5582
5583 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5586 calls to respective `xxx` calls.
5587 (tramp-process-alive-regexp): Precise doc string.
5588 (tramp-multi-action-process-alive): New defun.
5589 (tramp-multi-actions): Use it.
5590 (tramp-handle-find-backup-file-name): `copy-tree' is available
5591 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
5592 in order to avoid this function.
5593 (tramp-handle-write-region): Set current buffer. If connection
5594 wasn't open, `file-modes' has changed it accidently. Reported by
5595 David Kastrup <dak@gnu.org>.
5596 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5597 HOST.
5598 (tramp-action-password, tramp-multi-action-password): Apply it.
5599 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5600 name must still contain the port number. Otherwise, we have two
5601 Tramp buffers, with all the confusion. Reported by Myron Selby
5602 <myron@xytech.com> and Rolf Dubitzky
5603 <Dubitzky@physi.uni-heidelberg.de>.
5604
5605 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5606 HOST to `tramp-enter-passwd'.
5607
5608 * net/tramp-vc.el (all): Code cleanup. Change all
5609 `tramp-handle-xxx' calls to respective `xxx` calls.
5610
5611 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5612
5613 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5614 functions that are not erroneous if either 1-valued or
5615 multi-valued. Detect functions in this class.
5616 (testcover-1value-functions, testcover-compose-functions)
5617 (testcover-progn-functions) Add some additional functions to lists.
5618 (testcover-mark): Bugfix when marking up the definition for an
5619 empty function.
5620
5621 2004-07-17 Richard M. Stallman <rms@gnu.org>
5622
5623 * replace.el (occur-read-primary-args): Pass default to
5624 read-from-minibuffer.
5625
5626 * mail/footnote.el (footnote-section-tag): Use defcustom.
5627
5628 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5629 Compile font-lock-keywords, not KEYWORDS.
5630 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5631 Add warn, check-type. Handle cerror like error.
5632
5633 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5634
5635 * progmodes/which-func.el (which-func-keymap): New var.
5636 (which-func-face): New face.
5637 (which-func-format): Use them.
5638
5639 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5640
5641 * buff-menu.el (list-buffers-noselect): Append the buffer's
5642 process status to its mode name.
5643
5644 2004-07-16 Kim F. Storm <storm@cua.dk>
5645
5646 * simple.el (inhibit-mark-movement): New defvar.
5647 (beginning-of-buffer, end-of-buffer): Do not push mark if
5648 inhibit-mark-movement is non-nil or C-u prefix is given.
5649
5650 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5651 Init to beginning-of-buffer and end-of-buffer.
5652 (cua--undo-push-mark): New defvar.
5653 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5654 already active and command is in cua--preserve-mark-commands.
5655 Also fix check for shift modifier on non-window systems.
5656 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5657
5658 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5659
5660 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5661 of two integers, instead of a cons.
5662
5663 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5664 `visited-file-modtime' now returns a list of two integers, instead
5665 of a cons.
5666
5667 * dired.el (dired-directory-changed-p): Ditto.
5668
5669 * progmodes/grep.el (grep): Doc fix.
5670
5671 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5672
5673 * autorevert.el (auto-revert-tail-mode)
5674 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5675 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5676 in both at the same time.
5677 (auto-revert-tail-mode): New command.
5678 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5679 (auto-revert-handler): Revert only either tail or whole file.
5680
5681 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5682 add auto-revert-tail-mode.
5683
5684 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5685
5686 * printing.el: Doc fix. Change name of some funs.
5687 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5688 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5689 (pr-standard-file-name): New fun. Replace pr-standard-path.
5690 (pr-call-process): Code fix.
5691
5692 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5693
5694 * subr.el (with-selected-window): Doc fix.
5695
5696 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * subr.el (get-buffer-window-list): Doc fix.
5699
5700 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5701
5702 * files.el (switch-to-buffer-other-window): Doc fix.
5703
5704 * window.el (save-selected-window, one-window-p)
5705 (split-window-keep-point, split-window-vertically)
5706 (split-window-horizontally): Doc fixes.
5707
5708 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5709
5710 * printing.el: Doc fix. Now it uses call-process instead of
5711 shell-command for low command execution.
5712 (pr-version): New version number (6.8).
5713 (pr-shell-file-name): Option removed.
5714 (pr-shell-command): Fun removed.
5715 (pr-call-process): New fun. Replace pr-shell-command.
5716 (pr-standard-path, pr-remove-nil-from-list): New funs.
5717 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5718 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5719 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5720 (pr-ps-utility-process, pr-txt-print): Code fix.
5721
5722 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5723
5724 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5725 boolean.
5726
5727 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5728
5729 * wid-edit.el (widget-field-buffer): Doc fix.
5730
5731 2004-07-09 John Paul Wallington <jpw@gnu.org>
5732
5733 * emacs-lisp/re-builder.el (reb-update-overlays):
5734 Distinguish between one and several matches in message.
5735
5736 2004-07-09 Richard M. Stallman <rms@gnu.org>
5737
5738 * mouse.el (mouse-set-region-1): If transient-mark-mode
5739 is `identity', change it to `only'.
5740
5741 * simple.el (current-word): Doc fix.
5742
5743 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5744
5745 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5746 so that it is more understanding of whitespace.
5747
5748 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5749 form
5750 (("ns" . "element") (attr-list) children) instead of
5751 ((:ns . "element") (attr-list) children) in order to reduce the
5752 number of symbols used.
5753 (xml-skip-dtd): Change to use xml-parse-dtd but set
5754 xml-validating-parsing to nil.
5755 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5756 (xml-substitute-entity): Remove in favor of new entity substitution.
5757 (xml-substitute-special): Rewrite in to substitute complex
5758 entities from DOCTYPE declarations.
5759 (xml-parse-fragment): Parse fragments from entity deleclarations.
5760 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5761 (xml-parse-dtd, xml-substitute-special): Make validity checks
5762 conditioned on xml-validating-parser. Add "Not Well Formed" to
5763 error messages about well-formedness.
5764
5765 2004-07-08 Steven Tamm <steventamm@mac.com>
5766
5767 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5768 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5769 Do not treat double clicks and triple clicks specially in the
5770 scroll bar (preventing strange repositioning problems)
5771
5772 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * replace.el (query-replace-regexp-eval): Fix last change.
5775
5776 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * replace.el (query-replace-descr): New fun.
5779 (query-replace-read-from, query-replace-read-args): Default to the
5780 previous from&to.
5781 (query-replace-read-to): Quote the `from' string when displaying it.
5782 (query-replace-regexp-eval): Immediately check read-only status.
5783 Use query-replace-read-from to get the \n checking.
5784 Quote the `from' string when displaying it.
5785 (map-query-replace-regexp, occur-read-primary-args):
5786 Quote the `from' string when displaying it.
5787
5788 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5789 delimited-ness of the search to query-replace.
5790
5791 * replace.el (query-replace-read-from, query-replace-read-to):
5792 New funs extracted from query-replace-read-args.
5793 (query-replace-read-args): Use them.
5794
5795 * replace.el (query-replace-interactive, query-replace-read-args):
5796 Remove the `initial' special value.
5797 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5798 (occur-engine): Remove unused var `matchend'.
5799
5800 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5801 Use the search string without prompting.
5802
5803 2004-07-05 Kenichi Handa <handa@m17n.org>
5804
5805 * international/mule.el (decode-coding-inserted-region):
5806 Set last-coding-system-used only when coding is nil.
5807
5808 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5809
5810 * progmodes/grep.el (grep-compute-defaults, grep-command)
5811 (grep-program, find-program, grep-find-use-xargs, grep-history)
5812 (grep-find-history, grep-tag-default, grep-find-command)
5813 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5814 Add autoload cookies, for unbundled packages that load `compile'
5815 and expect all grep-related symbols to become defined.
5816
5817 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5818
5819 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5820 (iimage-mode-image-search-path): New user option to search the
5821 image file.
5822 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
5823 have locate-file.
5824 (iimage-mode-buffer): Use it.
5825
5826 2004-07-03 Nick Roberts <nickrob@gnu.org>
5827
5828 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5829 carefully.
5830 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5831
5832 2004-07-03 Juri Linkov <juri@jurta.org>
5833
5834 * replace.el (query-replace-read-args): Swallow space after 'foo,
5835 not after (quote foo). Match space only immediately after symbol,
5836 not anywhere in the whole string.
5837
5838 2004-07-02 Richard M. Stallman <rms@gnu.org>
5839
5840 * replace.el (query-replace-read-args): Swallow space after
5841 symbols, not after closeparens. But avoid error if string ends there.
5842
5843 * progmodes/python.el (python-beginning-of-statement):
5844 Exit the loop if backward-up-list gets error.
5845
5846 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5847
5848 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5849
5850 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5851 only if vc-consult-headers is non-nil.
5852
5853 2004-07-02 Juri Linkov <juri@jurta.org>
5854
5855 * pcvs.el (cvs-mode-diff-repository): New command.
5856
5857 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5858
5859 2004-07-01 Juri Linkov <juri@jurta.org>
5860
5861 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5862 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5863 C-M-% to isearch-query-replace-regexp.
5864 (minibuffer-local-isearch-map): Add arrow key bindings.
5865 Bind C-f to isearch-yank-char-in-minibuffer.
5866 (isearch-forward): Doc fix.
5867 (isearch-edit-string): Doc fix.
5868 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5869 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5870 (isearch-yank-char): Add optional arg.
5871 (isearch-yank-char-in-minibuffer): New fun.
5872
5873 * replace.el (query-replace-interactive): Change type from boolean
5874 to choice. Add value `initial'.
5875 (query-replace-read-args): Handle value `initial' of
5876 query-replace-interactive.
5877
5878 2004-06-29 Kim F. Storm <storm@cua.dk>
5879
5880 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5881 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5882
5883 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5884 Add :group 'ada.
5885
5886 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5887
5888 2004-06-29 Juri Linkov <juri@jurta.org>
5889
5890 * replace.el (query-replace-read-args): Swallow a space after
5891 everything except )]" which in most cases means after a symbol.
5892
5893 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5894
5895 2004-06-28 Richard M. Stallman <rms@gnu.org>
5896
5897 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5898 More changes to go with previous change in font-lock.el.
5899
5900 2004-06-26 David Kastrup <dak@gnu.org>
5901
5902 * replace.el (perform-replace): Highlight the match even in
5903 non-query mode if there is potential replace string editing.
5904
5905 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5906
5907 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5908 agree with new return value of `file-remote-p'.
5909 This syncs with Tramp 2.0.42.
5910
5911 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5912 according to new documentation of `file-remote-p'.
5913
5914 * files.el (file-remote-p): Fix doc to say that return value is
5915 identification of remote system, if not nil.
5916 (file-relative-name): Use new return value of `file-remote-p'.
5917
5918 2004-06-26 Nick Roberts <nickrob@gnu.org>
5919
5920 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5921 (gdb-goto-breakpoint): Fix breakage.
5922
5923 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5924
5925 * man.el (Man-getpage-in-background): Add windows-nt to the list
5926 of systems where shell-file-name should be used instead of
5927 literal "sh".
5928
5929 2004-06-25 Sam Steingold <sds@gnu.org>
5930
5931 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5932 function names `(setf symbol)'.
5933
5934 2004-06-24 Richard M. Stallman <rms@gnu.org>
5935
5936 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5937
5938 * font-lock.el (font-lock-keywords): Change format of compiled values.
5939 Document it.
5940 (font-lock-add-keywords): If font-lock-keywords is compiled,
5941 extract the uncompiled version, modify, then recompile.
5942 (font-lock-remove-keywords): Likewise.
5943 (font-lock-fontify-keywords-region): Handle changed format.
5944 (font-lock-compile-keywords): Handle changed format.
5945 (font-lock-set-defaults): Compile the keywords explicitly here.
5946
5947 2004-06-24 David Kastrup <dak@gnu.org>
5948
5949 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5950 replacements here.
5951 (query-replace-regexp): Doc string explaining this and the new
5952 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5953 is better placed in `query-replace-read-args'.
5954 (replace-regexp): Explain `\,', `\#' and `\?'.
5955 (replace-match-data): New function for thorough reuse/destruction
5956 of old match-data.
5957 (replace-match-maybe-edit): Function for implementing `\?' editing.
5958 (perform-replace): Fix maintaining of the match stack including
5959 already matched regions, implement `\?', fix various problems
5960 with regions while editing and other stuff.
5961 (replace-highlight): Simplify.
5962
5963 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5964
5965 * progmodes/grep.el (grep-error-screen-columns): New variable.
5966 (grep-regexp-alist): Give it the full functionality of gnu style
5967 compilation messages with line and column ranges. Ask me for the
5968 perl script I'm working on, that uses these.
5969
5970 2004-06-23 Nick Roberts <nickrob@gnu.org>
5971
5972 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5973 Remove.
5974 (comint-insert-input, comint-mouse-insert-input): New functions
5975 based on comint-insert-clicked-input for two bindings but just
5976 one functionality.
5977
5978 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5981
5982 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5983
5984 * files.el (write-contents-functions): Doc fix.
5985
5986 2004-06-21 Juanma Barranquero <lektu@terra.es>
5987
5988 * image.el (image-library-alist): Rewrite docstring in active voice.
5989
5990 2004-06-20 Richard M. Stallman <rms@gnu.org>
5991
5992 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5993
5994 * isearch.el (isearch-repeat): Avoid testing old match data.
5995 (isearch-message): Display trailing space in special font
5996 when search is failing.
5997 (isearch-search-fun-function): Doc fix.
5998
5999 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6000
6001 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
6002
6003 * frame.el (show-trailing-whitespace): Doc fix.
6004
6005 * cus-edit.el (custom-variable-documentation): New function.
6006 (custom-variable): Use it.
6007
6008 2004-06-19 Nick Roberts <nickrob@gnu.org>
6009
6010 * man.el (Man-getpage-in-background): Revert previous change but
6011 make cygwin a special case.
6012
6013 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
6014
6015 * autorevert.el (global-auto-revert-non-file-buffers):
6016 Update docstring.
6017
6018 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
6019
6020 * progmodes/compile.el (compilation-error-properties): Store one
6021 more than end-col, if present, so that transient-mark-mode will
6022 highlight last char too.
6023 * progmodes/grep.el (grep-regexp-alist): Match columns and column
6024 ranges, if present.
6025
6026 2004-06-18 Jason Rumney <jasonr@gnu.org>
6027
6028 * makefile.w32-in: Double percent signs in for loops.
6029
6030 2004-06-17 David Kastrup <dak@gnu.org>
6031
6032 * replace.el (query-replace-read-args): Only warn about use of \n
6033 and \t when we are doing a regexp replacement and the actual
6034 escaped character is n or t.
6035 (query-replace-regexp): Add \, and \# interpretation to
6036 interactive call and document it.
6037 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6038 as shortkey for replace-count.
6039 (replace-quote): New function for doubling backslashes.
6040
6041 2004-06-17 Juanma Barranquero <lektu@terra.es>
6042
6043 * files.el (parse-colon-path, cd): Mention in docstring that the
6044 path separator is colon in GNU-like systems.
6045
6046 * newcomment.el (comment-region-internal): Fix docstring.
6047
6048 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6049 (ewoc-invalidate, ewoc-collect): Doc fixes.
6050 (ewoc--create-node, ewoc--delete-node-internal):
6051 Fix typos in docstring.
6052
6053 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6056 manual to docstring.
6057
6058 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6059
6060 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6061
6062 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6065 Add hyperlink to emacs-xtra manual to docstring.
6066
6067 * autorevert.el (global-auto-revert-non-file-buffers):
6068 Add hyperlink to emacs-xtra manual to docstring, as well as an
6069 info-link.
6070
6071 2004-06-14 Juanma Barranquero <lektu@terra.es>
6072
6073 * image.el (image-library-alist): New variable to map image types
6074 to external libraries. Initialized to nil, unless system-specific
6075 configs change it.
6076 (image-type-available-p): Determine whether an image type is
6077 available by calling `init-image-library'.
6078
6079 * term/w32-win.el (image-library-alist): Initialize to a known set
6080 of probable library names.
6081
6082 2004-06-14 Kenichi Handa <handa@m17n.org>
6083
6084 * international/code-pages.el (windows-1256, cp1125): Fix tables
6085 for several characters.
6086
6087 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6088
6089 2004-06-13 Richard M. Stallman <rms@gnu.org>
6090
6091 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6092
6093 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6094 not "`pc-selection-mode'".
6095
6096 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6097
6098 * simple.el (previous-matching-history-element): Specify a default.
6099
6100 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6101
6102 * cus-face.el (custom-declare-face): Simplify code.
6103
6104 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6105
6106 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6107
6108 * files.el (before-save-hook): Add `time-stamp' to the options.
6109
6110 * time-stamp.el (time-stamp): Recommend adding it to
6111 `before-save-hook', rather than `write-file-functions'.
6112 Make a similar change in `Commentary' section.
6113
6114 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6115
6116 * diff-mode.el (diff-current-defun): If at start of hunk, use
6117 position of first change.
6118
6119 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6120
6121 * dired-x.el (dired-mark-omitted): Bind to "*O".
6122
6123 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6124
6125 * bookmark.el (bookmark-bmenu-relocate): New function, as
6126 suggested by David J. Biesack <David.Biesack@sas.com>.
6127 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6128 (bookmark-bmenu-mode): Describe binding in doc string.
6129 (bookmark-set-filename): Save the bookmark list if it's time.
6130
6131 2004-06-13 Kenichi Handa <handa@m17n.org>
6132
6133 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6134 (ccl-untranslated-to-ucs): Fix typo.
6135
6136 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6137
6138 * progmodes/python.el (python-open-block-statement-p):
6139 Fix indentation after a block opening that contains a comment.
6140
6141 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
6142
6143 * bindings.el (completion-ignored-extensions): Add file extensions
6144 of Python byte-compiled files.
6145
6146 2004-06-12 Juri Linkov <juri@jurta.org>
6147
6148 * info.el (Info-goto-node): Add autoload.
6149 (Info-toc): Add substring-no-properties on Info file name.
6150 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6151 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6152
6153 2004-06-12 Kenichi Handa <handa@m17n.org>
6154
6155 * international/mule-cmds.el (set-language-environment):
6156 Load subst tables if necessary.
6157
6158 * international/mule.el (decode-char): Load subst tables if necessary.
6159 (encode-char): Likewise.
6160
6161 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6162 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
6163 (utf-16le-decode-loop): Set r5 to -1 before loop.
6164 (utf-16be-decode-loop): Likewise.
6165 (ccl-decode-mule-utf-16le): Add EOF processing block.
6166 (ccl-decode-mule-utf-16be): Likewise.
6167 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6168 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6169 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6170 (ccl-mule-utf-16-encode-untrans): New CCL.
6171 (utf-16-decode-to-ucs): Handle pre-read character.
6172 (utf-16le-encode-loop): Handle surrogate pair.
6173 (utf-16be-encode-loop): Likewise.
6174 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6175 of utf-16le-encode-loop.
6176 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6177 of utf-16be-encode-loop.
6178 (mule-utf-16-post-read-conversion):
6179 Call utf-8-post-read-conversion at first.
6180 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6181 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6182 Add post-read-conversion and pre-write-conversion.
6183
6184 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6185 (utf-translate-cjk-unicode-range): New variable.
6186 (utf-translate-cjk-load-tables): New function.
6187 (utf-lookup-subst-table-for-decode): New function.
6188 (utf-lookup-subst-table-for-encode): New function.
6189 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6190 tables here. Update safe-charsets of utf-* coding systems.
6191 (ccl-mule-utf-untrans): New CCL.
6192 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6193 at end of each branch.
6194 (ccl-mule-utf-8-encode-untrans): New CCL.
6195 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6196 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6197 length of encoding. Don't return r0.
6198 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6199 (utf-8-post-read-conversion): Narrow to region properly.
6200 If utf-translate-cjk-mode is on, load tables if necessary.
6201 Call utf-8-compose with hash-table arg if necessary.
6202 Call XXX-compose-region instead of XXX-post-read-convesion.
6203 (utf-8-pre-write-conversion): New function.
6204 (mule-utf-8): Include CJK charsets in safe-charsets if
6205 utf-translate-cjk-mode is on. Add pre-write-conversion.
6206
6207 * international/characters.el: Temporarily set
6208 utf-translate-cjk-mode to nil.
6209
6210 * language/devan-util.el (devanagari-compose-region):
6211 Add autoload cookie.
6212
6213 * international/ccl.el (ccl-dump-call): Fix printing the
6214 subroutine name.
6215
6216 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6217
6218 * dired.el (dired-revert): If buffer is marked unmodified before
6219 reverting, keep it marked unmodified.
6220 Adapt to new conventions for commenting out code.
6221 (dired-make-relative): Adapt to new conventions for commenting out code.
6222
6223 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6224
6225 * eshell/esh-module.el (eshell-load-defgroups):
6226 Bind `vc-handled-backends' to nil when opening files.
6227
6228 2004-06-11 Juanma Barranquero <lektu@terra.es>
6229
6230 * files.el (parse-colon-path, cd): Doc fixes (refer to
6231 `path-separator', not colon).
6232
6233 2004-06-10 Juanma Barranquero <lektu@terra.es>
6234
6235 * newcomment.el (comment-search-forward)
6236 (comment-search-backward): Fix typos in docstring.
6237 (comment-region): Doc fix.
6238
6239 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6240
6241 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6242 switch is no longer stored in `dired-switches-alist'.
6243
6244 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6245 `dired-switches-alist'.
6246
6247 2004-06-10 Kim F. Storm <storm@cua.dk>
6248
6249 * pcvs.el (cvs-mode-diff-yesterday): New command.
6250
6251 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6252
6253 2004-06-10 Juri Linkov <juri@jurta.org>
6254
6255 * emacs-lisp/edebug.el (edebug-eval-defun):
6256 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6257 Fix docstring.
6258
6259 * simple.el (eval-expression-print-format): Don't print additional
6260 information on the first call to `eval-print-last-sexp'.
6261 (next-error-find-buffer): Fix punctuation.
6262 (killing) <defgroup>: Fix punctuation.
6263 (yank-excluded-properties): Change group from editing to killing.
6264
6265 * replace.el (perform-replace): Use `limit' to terminate the
6266 while-loop explicitly.
6267
6268 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6269
6270 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6271 Use lc-*.xpm as prefix instead of *-locol.xpm.
6272
6273 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6274 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6275 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6276 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6277 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6278 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6279 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6280 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6281 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6282 * toolbar/lc-up_arrow.xpm:
6283 Rename from *-locol.xpm.
6284
6285 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6286
6287 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6288 include forms like &<str>; as valid url patterns.
6289
6290 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6291
6292 * dired.el (dired-diff, dired-backup-diff)
6293 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6294 (dired-do-chown, dired-do-touch, dired-do-print)
6295 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6296 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6297 (dired-create-directory, dired-do-copy, dired-do-symlink)
6298 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6299 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6300 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6301 (dired-maybe-insert-subdir, dired-next-subdir)
6302 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6303 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6304 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6305 (dired-run-shell-command, dired-query): Remove redundant,
6306 or incorrect, autoloads.
6307
6308 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6309 does not end in a slash. Add optional argument KILL-ROOT.
6310 Update docstring.
6311 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6312 (dired-query): Add autoloads.
6313
6314 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6315
6316 * progmodes/compile.el (compilation-set-window-height):
6317 Rearrange the save-* functions because a buffer can have several current
6318 point in different windows.
6319 (compilation-error-regexp-alist-alist): Recognize {standard input}
6320 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6321
6322 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6323
6324 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6325 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6326 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6327 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6328 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6329 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6330 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6331 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6332 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6333 * toolbar/up_arrow-locol.xpm:
6334 New versions of icons that uses fewer colors.
6335
6336 * toolbar/tool-bar.el (tool-bar-local-item)
6337 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6338 if display-color-cells is 256 or less.
6339
6340 2004-06-08 Kim F. Storm <storm@cua.dk>
6341
6342 * wid-edit.el (widget-specify-button): Use hand pointer rather
6343 than mouse-face as visible mouse-over effect.
6344
6345 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6346
6347 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6348 and `print-level' to nil when writing out `save-place-alist'.
6349 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6350
6351 2004-06-07 Juanma Barranquero <lektu@terra.es>
6352
6353 * completion.el (completion-kill-region): Doc fix.
6354
6355 * format.el (format-insert-annotations)
6356 (format-annotate-location): Doc fixes.
6357 (format-subtract-regions): Make arguments match their use in docstring.
6358
6359 * simple.el (kill-region): Doc fix.
6360
6361 * subr.el (insert-buffer-substring-no-properties)
6362 (insert-buffer-substring-as-yank): Doc fixes.
6363
6364 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6365
6366 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6367 Update docstring.
6368 (dired-reset-subdir-switches): New function.
6369
6370 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6371 Limit scope of `buffer-read-only' binding.
6372
6373 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6374
6375 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6376 eshell-explicit-command-char.
6377
6378 2004-06-06 Juanma Barranquero <lektu@terra.es>
6379
6380 * help-fns.el (help-argument-name): Inherit from italic face only
6381 if the frame supports it.
6382
6383 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6384
6385 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6386 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6387 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6388 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6389 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6390 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6391 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6392 New conversions from xpm files.
6393
6394 * toolbar/README: New file.
6395
6396 2004-06-06 Richard M. Stallman <rms@gnu.org>
6397
6398 * isearch.el (isearch-mode-map): Undo previous change.
6399
6400 2004-06-05 Juri Linkov <juri@jurta.org>
6401
6402 * bindings.el (debug-ignored-errors): Add regexps for history
6403 related messages. Remove $ from "No further undo information".
6404 Move Ediff's messages to ediff.el.
6405
6406 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6407
6408 * cus-edit.el (custom-display): Add `min-colors'.
6409
6410 * custom.el (defface): Add `supports' to docstring.
6411
6412 * help-fns.el (help-argument-name): Add :group 'help.
6413
6414 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * find-dired.el (find-ls-subdir-switches): New user option.
6417 (find-dired): No longer call `abbreviate-file-name' on DIR.
6418 Set `dired-subdir-switches' buffer-locally.
6419
6420 * locate.el: Merge the two `Commentary' sections.
6421 (locate-ls-subdir-switches): New user option.
6422 (locate): Update for other changes.
6423 (locate-mode-map): Restore Dired binding for mouse-2.
6424 Bind `locate-mouse-view-file' to M-mouse-2.
6425 Bind `l' to `locate-do-redisplay'.
6426 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6427 (locate-mouse-view-file, locate-tags, locate-find-directory):
6428 Print message if used outside main listing.
6429 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6430 Various changes to support inserted subdirectories.
6431 (locate-insert-header): Change header of *Locate* buffer.
6432
6433 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6434 Change interactive default switches.
6435 (dired-rename-subdir-2): Update `dired-switches-alist'.
6436 (dired-insert-subdir, dired-kill-subdir):
6437 Handle `dired-switches-alist'. Do not mark buffer modified.
6438 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6439 (dired-insert-subdir-doinsert): Omit messages.
6440 Handle `dired-subdir-switches'.
6441 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6442
6443 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6444 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6445 subdirs if -R switch is used for a subdir.
6446 (dired-mode): Set `dired-switches-alist'.
6447 (dired-build-subdir-alist): Only print number of directories in
6448 echo area when invoked interactively.
6449
6450 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6451
6452 * dired-x.el (dired-omit-mode): Rename from
6453 dired-omit-files-p. Use define-minor-mode to define it.
6454 (dired-omit-files-p): Add as alias for dired-omit-mode.
6455 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6456 dired-mark-omitted.
6457 (dired-mark-omitted): Add. Bind to M-O.
6458
6459 2004-06-05 Kenichi Handa <handa@m17n.org>
6460
6461 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6462
6463 2004-06-05 Juanma Barranquero <lektu@terra.es>
6464
6465 * help-fns.el (help-argument-name): Reintroduce face.
6466 (help-default-arg-highlight): Use it, now that
6467 `face-differs-from-default-p' can be trusted.
6468
6469 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6470
6471 * textmodes/table.el: Sentence commands added to Point Motion
6472 group; kill and backward-kill commands added to Extraction group.
6473
6474 2004-06-04 Mario Lang <mlang@delysid.org>
6475
6476 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6477 systems appear to use mW, make the code handle this. Fix a
6478 division-by-zero bug while at it, and handle kernels with
6479 a slightly different layout in /proc/acpi.
6480
6481 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6482
6483 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6484 because the latter is a CL-ism. This fixes the bug reported by
6485 Shawn Boyette <mdxi@collapsar.net> in
6486 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6487
6488 2004-06-04 Miles Bader <miles@gnu.org>
6489
6490 * faces.el (display-supports-face-attributes-p): Function moved to
6491 C code. Previously only the tty-related portion of this function
6492 was done in C; however the previous attempt to do a halfway-proper
6493 job for non-tty displays in lisp didn't work properly because of
6494 funny conditions during Emacs startup.
6495 (face-differs-from-default-p): Simplify, now that
6496 display-supports-face-attributes-p works properly on all display
6497 types. Remove :stipple from comparison; it doesn't really work
6498 in emacs anyway.
6499
6500 2004-06-04 Miles Bader <miles@gnu.org>
6501
6502 * faces.el (face-differs-from-default-p): Use a different
6503 implementation, so we can really check whether FACE displays
6504 differently or not.
6505
6506 2004-06-04 Miles Bader <miles@gnu.org>
6507
6508 * faces.el (display-supports-face-attributes-p): Implement a
6509 `different from default' check for non-tty displays.
6510
6511 2004-06-03 David Kastrup <dak@gnu.org>
6512
6513 * woman.el (woman-mapcan): More concise code.
6514 (woman-topic-all-completions, woman-topic-all-completions-1)
6515 (woman-topic-all-completions-merge): Replace by a simpler and
6516 much faster implementation based on O(n log n) sort/merge instead
6517 of the old O(n^2) behavior.
6518
6519 2004-06-03 Miles Bader <miles@gnu.org>
6520
6521 * subr.el (read-number): Use canonical format for default in prompt.
6522
6523 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6524 Add regexp for " [...]" style defaults.
6525
6526 2004-06-02 Romain Francoise <romain@orebokech.com>
6527
6528 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6529 groups: if the user asks for a hidden buffer, open the
6530 corresponding filter group to expose it.
6531
6532 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6533 `ibuffer-jump-to-buffer'.
6534 (ibuffer-jump-offer-only-visible-buffers): New user option.
6535
6536 2004-06-02 Juanma Barranquero <lektu@terra.es>
6537
6538 * faces.el (frame-update-faces): Add empty docstring so the one
6539 for `ignore' doesn't show through.
6540
6541 * subr.el (process-kill-without-query): Remove spurious "\n" on
6542 obsolescence string.
6543 (focus-frame, unfocus-frame): Add obsolescence declaration and
6544 empty docstring.
6545
6546 * international/mule.el (register-char-codings): Make alias for
6547 `ignore'. Move docstring to obsolescence info and remove redundancy.
6548
6549 2004-06-02 Kim F. Storm <storm@cua.dk>
6550
6551 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6552 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6553
6554 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * comint.el (comint-replace-by-expanded-history-before-point):
6557 Obey `start' as the docstring says.
6558 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6559 (comint-update-fence): Prevent font-lock from running unnecessarily.
6560 (comint-dynamic-list-completions): Use with-current-buffer.
6561
6562 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6563
6564 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6565 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6566 (bibtex-entry-update): Handle alternatives and optional fields.
6567 (bibtex-parse-entry): Bugfix, handle empty key.
6568
6569 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6572
6573 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6574
6575 * desktop.el (desktop-save): Don't save minor modes without a
6576 known mode initialization function.
6577
6578 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6579
6580 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6581
6582 * autorevert.el: Update `Commentary' section.
6583
6584 2004-05-30 Juanma Barranquero <lektu@terra.es>
6585
6586 * dos-fns.el (convert-standard-filename):
6587 * files.el (convert-standard-filename):
6588 * w32-fns.el (convert-standard-filename):
6589 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6590
6591 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6592
6593 Sync with Tramp.
6594
6595 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6596 (tramp-let-maybe): Move to an earlier spot in the file.
6597 Patch by Andreas Schwab.
6598
6599 2004-05-30 Andreas Schwab <schwab@suse.de>
6600
6601 * dired.el (dired-get-filename): Don't use dired-re-dot.
6602
6603 2004-05-30 Richard M. Stallman <rms@gnu.org>
6604
6605 * files.el (find-file): Doc fix.
6606
6607 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6608
6609 2004-05-30 Nick Roberts <nickrob@gnu.org>
6610
6611 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6612 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6613 modeline of the locals buffer.
6614 (gdb-goto-breakpoint): Handle gdbmi.
6615 (gdb-get-frame-number): Change for gdbmi.
6616
6617 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * files.el (file-remote-p): Apply file name handler for operation
6620 `file-remote-p'. It isn' a property any longer.
6621 (file-relative-name): `fh' and `fd' get the required value via
6622 `find-file-name-handler' already.
6623
6624 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6625 (top): Remove setting of `file-remote-p' property for
6626 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6627
6628 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6629
6630 Version 2.0.41 of Tramp released.
6631
6632 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6633 Throw away if process has died.
6634 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6635 (tramp-out-of-band-prompt-regexp): Rename to
6636 `tramp-process-alive-regexp', because its usage is widen.
6637 (tramp-actions-copy-out-of-band): Apply it.
6638 (tramp-actions-before-shell, tramp-multi-actions):
6639 Add `tramp-action-process-alive' action.
6640 (tramp-action-process-alive): New defun.
6641 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6642 Add entry for `file-remote-p'.
6643 (tramp-handle-file-remote-p): New defun.
6644 (top): Remove setting of `file-remote-p'. Don't set
6645 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6646
6647 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6648 `file-remote-p'.
6649
6650 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6651 counted for (last) line. [They should or they shouldn't? --Stef]
6652 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6653
6654 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6655
6656 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6657 not really necessary but seems to keep the shell history smaller
6658 in some cases. It is no substitute for setting HISTFILE and
6659 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6660 though. Suggested by Luc Teirlinck.
6661 (tramp-open-connection-setup-interactive-shell): Export variables
6662 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6663 (tramp-set-process-query-on-exit-flag): New compat function.
6664 (tramp-open-connection-multi, tramp-open-connection-su)
6665 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6666 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6667 (tramp-let-maybe): New macro, let-binds a variable only if it
6668 isn't obsolete.
6669 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6670 (tramp-handle-file-truename): Use it.
6671 (tramp-completion-file-name-regexp-unified): Avoid matching
6672 filenames starting with "/:" -- those are reserved for
6673 file-name-non-special.
6674
6675 * tramp-smb.el (tramp-smb-open-connection):
6676 Use tramp-set-process-query-on-exit-flag compat function.
6677
6678 2004-05-29 Richard M. Stallman <rms@gnu.org>
6679
6680 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6681
6682 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6683 (eval-last-sexp-print-value): Print char equivalent regardless
6684 of standard-output value.
6685
6686 * thumbs.el (thumbs-subst-char-in-string): Delete.
6687 (thumbs-thumbname): Use subst-char-in-string.
6688 (thumbs-resize-image): Use condition-case, not ignore-errors.
6689 (thumbs-kill-buffer): Likewise.
6690
6691 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6692 (thumbs-mode): Make buffer read-only.
6693 (thumbs-make-thumb): Unconditionally accept an existing file.
6694 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6695 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6696 (thumbs-show-thumbs-list): Error if images not supported.
6697 (thumbs-save-current-image): Improve prompt string.
6698 (thumbs-mode-map): Define u, R, x.
6699 (thumbs-unmark): New command.
6700 (thumbs-emboss-image): Minor cleanup.
6701 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6702 (thumbs-rename-images): New command.
6703 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6704
6705 * thumbs.el (thumbs-current-image): New function.
6706 (thumbs-file-list, thumbs-file-alist): New functions.
6707 (thumbs-find-image): Delete arg L.
6708 Don't set up thumbs-fileL as buffer-local global var.
6709 (thumbs-find-image-at-point): Use thumbs-current-image.
6710 (thumbs-set-image-at-point-to-root-window): Likewise.
6711 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6712 Record and warn about errors. Update thumbs-markedL for deletions.
6713 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6714 (thumbs-redraw-buffer): Use thumbs-file-list.
6715 (thumbs-mark): Use thumbs-current-image.
6716 (thumbs-show-name): Use thumbs-current-image.
6717
6718 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6719 and imenu--last-menubar-index-alist.
6720
6721 * subr.el (with-selected-window): Undo previous change.
6722
6723 2004-05-29 John Paul Wallington <jpw@gnu.org>
6724
6725 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6726 (thumbs-mouse-find-image): New command.
6727 (thumbs-mode-map): Bind it to mouse-2.
6728 (thumbs-mode): Make mode-class special.
6729 (thumbs-view-image-mode): Likewise.
6730
6731 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6732
6733 * flymake.el: New file.
6734
6735 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * files.el (find-file-noselect-1): Do not bind
6738 `inhibit-read-only' to t during execution of
6739 `find-file-not-found-functions'.
6740
6741 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6744 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6745
6746 2004-05-28 Juri Linkov <juri@jurta.org>
6747
6748 * simple.el (eval-expression-print-format): New fun.
6749
6750 * simple.el (eval-expression):
6751 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6752 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6753 (edebug-eval-expression): Print additionally the value returned by
6754 `eval-expression-print-format'.
6755
6756 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6757 (insert-pair): Make arguments optional. Find character pair
6758 from `insert-pair-alist' according to the last input event.
6759 (insert-parentheses): Make arguments optional.
6760 (raise-sexp, delete-pair): New funs.
6761
6762 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6763 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6764 Bind C-M-q to `indent-pp-sexp'.
6765
6766 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6767 `pp-to-string' modified to be able to format text with newlines.
6768 (pp-to-string): Move the buffer-formatting part of the code to
6769 `pp-buffer'. Call `pp-buffer'.
6770
6771 * info.el (Info-desktop-buffer-misc-data): Don't save information
6772 about virtual files.
6773 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6774 buffers with names obtained from the desktop file instead of the
6775 default *info* buffer.
6776
6777 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * subr.el (with-selected-window): Only save/restore the selected window.
6780
6781 * progmodes/compile.el (compilation-error-regexp-alist):
6782 Use expand-file-name and data-directory.
6783
6784 * progmodes/grep.el (grep-tree): Rework previous fix.
6785
6786 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6787 after the user marked text with the mouse.
6788
6789 * startup.el (command-line): Keep the first regexp of
6790 auto-save-file-name-transforms intact.
6791
6792 2004-05-28 Juanma Barranquero <lektu@terra.es>
6793
6794 * cus-edit.el (customize-face, customize-face-other-window)
6795 (custom-face-edit-delete): Make arguments match their use in
6796 docstring.
6797 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6798 docstring.
6799
6800 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6801 not `cvs-butlast'.
6802
6803 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6804 `nbutlast' are in subr.el).
6805
6806 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6807 (set-w32-system-coding-system): Doc fixes.
6808
6809 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6810 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6811 Make arguments match their use in docstring.
6812 (artist-draw-region-trim-line-endings)
6813 (artist-mouse-choose-operation): Fix typo in docstring.
6814 (artist-key-set-point-common): Doc fix.
6815
6816 2004-05-28 Simon Josefsson <jas@extundo.com>
6817
6818 * mail/smtpmail.el (smtpmail-open-stream):
6819 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6820
6821 2004-05-26 Simon Josefsson <jas@extundo.com>
6822
6823 * starttls.el: Merge with my GNUTLS based starttls.el.
6824 (starttls-gnutls-program, starttls-use-gnutls)
6825 (starttls-extra-arguments, starttls-process-connection-type)
6826 (starttls-connect, starttls-failure, starttls-success): New variables.
6827 (starttls-program, starttls-extra-args): Doc fix.
6828 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6829 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6830 and pass on to corresponding *-gnutls function if it is set.
6831
6832 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6835 remote files.
6836
6837 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * files.el (file-name-non-special): There are more operations
6840 which need handling: `find-backup-file-name',
6841 `insert-file-contents', `verify-visited-file-modtime',
6842 `write-region'. Rename t value of method to `add'. Add new
6843 methods `quote' and `unquote-then-quote' to file-arg-indices.
6844
6845 2004-05-25 Juri Linkov <juri@jurta.org>
6846
6847 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6848 (Info-index-nodes): Enclose code in condition-case to catch errors.
6849 (Info-index-node): Don't search all index nodes if request is only
6850 for the current node and file is not in the cache of index nodes.
6851 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6852 for consistency with dired-copy-filename-as-kill.
6853 Bind `S' to Info-search-case-sensitively.
6854 (Info-copy-current-node-name): New arg. With zero prefix arg put
6855 the name inside a function call to `info'. Display copied text in
6856 the echo area.
6857
6858 2004-05-25 Sam Steingold <sds@gnu.org>
6859
6860 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6861 strip the package prefix from the symbol name, if any.
6862 Make it the `find-tag-default-function' for `lisp-mode'.
6863
6864 2004-05-25 John Paul Wallington <jpw@gnu.org>
6865
6866 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6867 instead of obsolete `process-kill-without-query'.
6868
6869 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6870 Declare as variable, not constant.
6871
6872 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6873
6874 * files.el (find-file-noselect-1): Fix bug introduced by
6875 Revision 1.694. As a side effect, `inhibit-read-only'
6876 is again, by default, t during execution of
6877 `find-file-not-found-functions'.
6878 (insert-directory): Check that lines were really inserted by
6879 the --dired switch, before erasing them.
6880
6881 2004-05-24 Nick Roberts <nickrob@gnu.org>
6882
6883 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6884 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6885 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6886 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6887 gud-minor-mode (gdbmi).
6888
6889 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6890
6891 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6892 explicitly select the text to be taken as URL.
6893
6894 2004-05-23 Juri Linkov <juri@jurta.org>
6895
6896 * info.el (Info-index-nodes): New var and fun.
6897 (Info-goto-index, Info-index, info-apropos)
6898 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6899 (Info-index): Fix docstring. Store and restore Info-history-list.
6900 (Info-complete-nodes): New var.
6901 (Info-complete-menu-item): Use it.
6902 (Info-index-node): New fun.
6903 (Info-final-node, Info-forward-node, Info-backward-node)
6904 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6905 Use Info-index-node.
6906 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6907 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6908 (Info-find-node-2): If a node with period in its name not found,
6909 try to find a node without the name part after period.
6910 (Info-select-node): Call Info-fontify-node only if
6911 Info-fontify-maximum-menu-size is not nil.
6912 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6913 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6914 Preserve Info-history-list.
6915 (Info-toc): Set Info-current-file.
6916 (Info-build-toc): Move point to the beginning of the buffer.
6917 Add main-file variable.
6918 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6919 Use backslashed representation of the control character ^_.
6920
6921 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6922 numbers in the new Texinfo 4.7 format.
6923
6924 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6925 regexps for function and variable names.
6926
6927 * descr-text.el (describe-property-list): Add [show] button for
6928 `syntax-table' property with action to pp to a separate buffer.
6929 (describe-char): Replace search-forward by re-search-forward with
6930 whitespace regexp after "character:" to not fail in too narrow windows.
6931
6932 * simple.el (next-error-find-buffer): Add a rule to return
6933 next-error capable buffer if one window on the selected frame
6934 displays such buffer.
6935
6936 2004-05-23 Nick Roberts <nickrob@gnu.org>
6937
6938 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6939 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6940 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6941 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6942 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6943 Handle new value for gud-minor-mode (gdbmi).
6944 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6945 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6946 Change from local to global gdb variable set.
6947 (gdb-ann3): Initialise above gdb variable set.
6948 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6949 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6950 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6951 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6952 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6953 (gdb-info-locals-handler, gdb-invalidate-assembler)
6954 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6955 set as global variables.
6956 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6957 Handle gdbmi.
6958 (gdb-info-breakpoints-custom): Fix regexp.
6959 (def-gdb-var): Delete.
6960
6961 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6962 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6963 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6964 a new mode. The file (gdb-mi.el) for this mode will be included
6965 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6966 primary interface.
6967
6968 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6969
6970 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6971 interpreted as a directory.
6972
6973 2004-05-22 Richard M. Stallman <rms@gnu.org>
6974
6975 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6976 as a close quote.
6977
6978 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6979
6980 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6981 Use assoc-string, not assoc-ignore-case.
6982
6983 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6984
6985 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6986 If moving back then fwd gets a defun that ends before point,
6987 try again moving fwd then back.
6988
6989 * files.el (file-name-non-special): Allow t in file-arg-indices
6990 to mean requote the return value. Use `identity' as an element
6991 rather than as the whole value.
6992
6993 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6994
6995 2004-05-22 Juanma Barranquero <lektu@terra.es>
6996
6997 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6998 `help-make-usage'.
6999 (help-highlight-arguments): Skip function name before searching
7000 for arguments.
7001
7002 2004-05-21 Juanma Barranquero <lektu@terra.es>
7003
7004 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7005 Don't mention in the docstring these arguments meant for
7006 internal (recursive) use only.
7007 (allout-char-spec): Comment out (it's not implemented).
7008 (allout-old-expose-topic, allout-exposure): Fix docstring and add
7009 obsolescence declaration.
7010 (allout-flatten-exposed-to-buffer)
7011 (allout-indented-exposed-to-buffer): Fix typos in docstring.
7012 (my-mark-marker): Doc fix.
7013 (produce-allout-mode-map, allout-sibling-index)
7014 (allout-isearch-expose, allout-distinctive-bullet)
7015 (allout-open-topic, allout-reindent-body)
7016 (allout-rebullet-heading, allout-process-exposed)
7017 (allout-insert-listified, allout-latex-verb-quote)
7018 (allout-insert-latex-header, allout-insert-latex-trailer):
7019 Make arguments match their use in docstring.
7020 (allout-primary-bullet, allout-old-style-prefixes)
7021 (allout-inhibit-protection, allout-init, allout-mode)
7022 (allout-before-change-protect, allout-flag-region):
7023 Use "Emacs" instead of "emacs" in docstrings.
7024
7025 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7026
7027 * international/characters.el: Modify syntax of more characters.
7028
7029 2004-05-21 Masatake YAMATO <jet@gyve.org>
7030
7031 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7032 (etags-tags-completion-table): Show parsing progress.
7033
7034 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * locate.el (locate-prompt-for-command): Shorten first line of
7037 docstring.
7038 (locate-mode): Expand docstring and include keymap summary.
7039
7040 * files.el (find-file-noselect-1): Limit the scope of the
7041 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
7042 is, by default, nil during the execution of
7043 `find-file-not-found-functions' and `find-file-hook'.
7044
7045 2004-05-20 Michael Mauger <mmaug@yahoo.com>
7046
7047 * facemenu.el (facemenu-color-name-equal): New function.
7048 (list-colors-display): Use it to compare colors instead of
7049 facemenu-color-equal.
7050
7051 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
7052
7053 * compare-w.el (compare-windows-face): Use min-colors instead of
7054 checking for tty or pc types.
7055
7056 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7059 (completion-setup-function): Use with-current-buffer.
7060 Properly save excursion. Simplify.
7061 Don't assume there is necessarily a `mouse-face' property somewhere.
7062
7063 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7064
7065 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
7066
7067 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7068 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7069 Use with-current-buffer.
7070 (byte-goto-log-buffer): Delete.
7071 (byte-compile-log-file): Call compilation-forget-errors.
7072
7073 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7074
7075 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7076 output messages into the search result.
7077
7078 2004-05-19 Masatake YAMATO <jet@gyve.org>
7079
7080 * wid-edit.el (widget-radio-button-notify): Revert my last
7081 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7082
7083 2004-05-19 Kenichi Handa <handa@m17n.org>
7084
7085 * international/characters.el: Fix syntax (open/close) of CJK chars.
7086
7087 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7088
7089 * help-mode.el (help-go-back): Don't depend on position of back button.
7090
7091 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7094 files files don't contain an accidental additional /.
7095
7096 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7097 in source buffer.
7098
7099 2004-05-18 Masatake YAMATO <jet@gyve.org>
7100
7101 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7102 to widget-apply. :action method assumes 2 arguments, not 3.
7103
7104 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7105
7106 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7107 New constants.
7108 (hs-special-modes-alist): Add an f90-mode entry.
7109
7110 2004-05-17 Sam Steingold <sds@gnu.org>
7111
7112 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7113 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7114
7115 2004-05-16 Kim F. Storm <storm@cua.dk>
7116
7117 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7118
7119 2004-05-15 John Wiegley <johnw@newartisans.com>
7120
7121 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7122 (eshell-output-object-to-target): Improve output speed 20% by not
7123 calling `eshell-stringify' if something is already known to be a string.
7124
7125 2004-05-15 Alex Ott <ott@jet.msk.su>
7126
7127 * textmodes/ispell.el (ispell-local-dictionary-alist):
7128 Add windows-1251 to the choice of coding systems.
7129 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7130 encoded in cp1251.
7131
7132 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7133
7134 * progmodes/compile.el (compilation-warning-face)
7135 (compilation-info-face): Use min-colors.
7136
7137 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7138
7139 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7140 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7141 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7142 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7143 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7144 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7145 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7146 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7147 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7148 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7149 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7150 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7151 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7152 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7153
7154 2004-05-15 Kim F. Storm <storm@cua.dk>
7155
7156 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7157 Use it to set triggered-p element of timer.
7158 (timer-event-handler): Set triggered-p element non-nil while running
7159 the timer function.
7160
7161 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * descr-text.el (describe-char-unicode-data)
7164 (describe-char-unicodedata-file): Re-enable the unicode code now that
7165 the licensing issues have been cleared in the unicode-4 license.
7166 (describe-text-properties-1): Remove unused `overlay' var.
7167 (describe-char): Remove unused var `buffer'.
7168
7169 2004-05-14 David Ponce <david@dponce.com>
7170
7171 * tree-widget.el: New file.
7172
7173 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
7174
7175 * language/european.el ("Brazilian Portuguese"): Add support for
7176 Brazilian Portuguese.
7177
7178 2004-05-13 John Wiegley <johnw@newartisans.com>
7179
7180 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7181 `recentf-mode' if this variable has been customized to t.
7182
7183 * eshell/esh-test.el (eshell-test): Call the function
7184 `emacs-version' rather than trying to build a custom version string.
7185
7186 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * net/telnet.el (telnet-mode): Use define-derived-mode.
7189 Don't modify the global value of comint-prompt-regexp.
7190
7191 2004-05-13 John Paul Wallington <jpw@gnu.org>
7192
7193 * version.el (emacs-version): Check for `gtk' feature before
7194 `x-toolkit' feature.
7195
7196 2004-05-13 Juanma Barranquero <lektu@terra.es>
7197
7198 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7199 arguments in the docstring, they're used only in recursive calls.
7200
7201 * help-fns.el (help-arg-highlighting-function)
7202 (help-argument-name): Delete.
7203 (help-default-arg-highlight): New function.
7204 (help-do-arg-highlighting): Use it.
7205
7206 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7207
7208 * calendar/appt.el (appt-disp-window):
7209 Use `calendar-set-mode-line' for a centered mode-line.
7210
7211 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7212
7213 * calendar/appt.el (appt-disp-window): Do not split window
7214 excessively when `split-height-threshold' is low.
7215
7216 2004-05-12 Nick Roberts <nickrob@gnu.org>
7217
7218 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7219 kill-buffer-hook here and make it local.
7220 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7221
7222 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7223
7224 * progmodes/compile.el (compilation-set-window-height):
7225 Use save-excursion to protect against misplaced marker.
7226
7227 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7228
7229 * custom.el (defface): Document that type can have value gtk.
7230
7231 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7232
7233 2004-05-12 Kenichi Handa <handa@m17n.org>
7234
7235 * descr-text.el: Require quail at comile time.
7236 (describe-char): If an input method is on and it supports the
7237 character, show how to input it.
7238
7239 * international/quail.el (quail-install-decode-map): Accept a
7240 char-table whose subtype is `quail-decode-map'.
7241 (quail-store-decode-map-key, quail-gen-decode-map1)
7242 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7243 (quail-show-key): New functions.
7244
7245 2004-05-12 Juanma Barranquero <lektu@terra.es>
7246
7247 * generic.el (define-generic-mode): Remove redundant arglist info.
7248
7249 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7250 Make arguments match their use in docstring.
7251 (help-arg-highlighting-function): New variable.
7252 (help-argument-name): Mention it in the docstring.
7253 (help-do-arg-highlight): Use it. Expand regexp to accept also
7254 ARG-xxx and xxx-ARG references.
7255
7256 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7257
7258 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7259 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7260 and "mailto:addr1?to=addr2" equal.
7261
7262 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7263
7264 * man.el (Man-getpage-in-background): Use shell-file-name
7265 and shell-command-switch variables instead of hard-coded values.
7266
7267 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7268
7269 * iimage.el: New file.
7270
7271 2004-05-11 Juanma Barranquero <lektu@terra.es>
7272
7273 * custom.el (custom-initialize-default, defcustom):
7274 Fix typo in docstring.
7275
7276 * files.el (set-visited-file-name, file-expand-wildcards):
7277 Fix docstring.
7278
7279 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7282
7283 * subr.el (eventp): Be more discriminating with integers.
7284
7285 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7286
7287 * progmodes/compile.el (compile): Add universal prefix arg.
7288 (compilation-error-regexp-alist-alist): Add edg patterns.
7289
7290 2004-05-10 Sam Steingold <sds@gnu.org>
7291
7292 * textmodes/ispell.el (ispell-message):
7293 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7294
7295 2004-05-10 Dave Love <fx@gnu.org>
7296
7297 * progmodes/python.el (help-buffer): Autoload when compiling.
7298 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7299 (run-python): Prepend to any existing PYTHONPATH.
7300
7301 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7302
7303 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7304 for pending breakpoints.
7305
7306 2004-05-10 Richard M. Stallman <rms@gnu.org>
7307
7308 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7309 directly without calling any functions in Rmail.
7310 (unrmail-unprune): Function deleted.
7311
7312 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7315 C-c C-z binding.
7316
7317 2004-05-10 Kenichi Handa <handa@m17n.org>
7318
7319 * descr-text.el (describe-char): Fix previous change. Don't make
7320 a unibyte character to multibyte in the *Help* buffer.
7321
7322 2004-05-10 Miles Bader <miles@gnu.org>
7323
7324 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7325 buffer an error if the debugger process is actually running.
7326
7327 2004-05-10 Juanma Barranquero <lektu@terra.es>
7328
7329 * help-fns.el (help-argument-name): Default to italic.
7330 (help-highlight-arguments): Return always (usage . doc), even when
7331 usage is nil.
7332
7333 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7334 (define-ibuffer-filter): Add usage info.
7335 (define-ibuffer-op): Add usage info (but CL-style defaults for
7336 keyword args are not shown).
7337
7338 * subr.el (remove-overlays, read-passwd): Fix docstring.
7339 (start-process-shell-command): Fix docstring. Put usage info in a
7340 format usable by `describe-function'.
7341 (open-network-stream, open-network-stream-nowait)
7342 (open-network-stream-server): Fix docstring.
7343
7344 2004-05-09 Jason Rumney <jasonr@gnu.org>
7345
7346 * international/code-pages (cp932, cp936, cp949, c950): Remove.
7347 Only define cp125* if windows-125* is already defined.
7348
7349 * language/korean.el (cp949): Add alias.
7350
7351 * language/chinese.el (cp936, cp950): Add aliases.
7352
7353 * language/japanese.el (cp932): Add alias.
7354
7355 * term/w32-win.el: Require code-pages.
7356
7357 * international/mule-cmds.el (set-locale-environment):
7358 On MS-Windows use ansi code-page for default coding-systems.
7359 Set up paper sizes for Windows 3 letter languages.
7360
7361 * international/code-pages.el (cp932, cp936, cp949, cp950):
7362 Add aliases. Also add cp125* if not already defined.
7363
7364 2004-05-09 Juanma Barranquero <lektu@terra.es>
7365
7366 * help-fns.el (help-highlight-arguments): Don't try to highlight
7367 missing or autoloaded arglists. Accept structured arguments, like
7368 the first ones of `do' and `flet'.
7369
7370 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7371 (cvs-get-marked): Remove redundant arglist info.
7372
7373 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7374 Don't use CL-style default args.
7375
7376 2004-05-08 Andreas Schwab <schwab@suse.de>
7377
7378 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7379
7380 * international/subst-ksc.el: Fix references to utf-translate-cjk
7381 into utf-translate-cjk-mode.
7382 * international/subst-big5.el: Likewise.
7383 * international/subst-gb2312.el: Likewise.
7384 * international/subst-jis.el: Likewise.
7385 * international/utf-16.el: Likewise.
7386 * international/utf-8.el: Likewise.
7387
7388 2004-05-08 John Wiegley <johnw@newartisans.com>
7389
7390 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7391 "virtual buffers" (off by default), which makes it possible to
7392 switch to the "virtual" buffers of recently visited files. When a
7393 buffer name search fails, and this option is on, iswitchb will
7394 look at the list of recently visited files, and permit matching
7395 against those names. When the user hits RET on a match, it will
7396 revisit that file.
7397 (iswitchb-read-buffer): Add two optional arguments, which makes
7398 isearchb.el possible.
7399 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7400 (iswitchb-next-match): Add support for virtual buffers.
7401
7402 * isearchb.el: This module extends iswitchb to provide "as you
7403 type" buffer selection.
7404
7405 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7406 Ignore the read-only property when flyspell highlighting is on.
7407 Not ignoring it leads to a series of confusing errors.
7408 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7409 but also make sure to call flyspell-incorrect-hook.
7410 (flyspell-maybe-correct-transposition): Perform transposition test
7411 by bit twiddling a string, rather than using a temp buffer.
7412 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7413 buffer. This is also the original version of the code, which
7414 could not be checked in before due to a previous lack of
7415 assignment papers. This version has seen heavy usage on my system
7416 for several years now.
7417
7418 * calendar/cal-bahai.el: New file, which adds support for the
7419 Baha'i calendar to Emacs. This calendar is based on a solar year
7420 of 19 months of 19 days, with 4 intercalary days. Each year
7421 begins on March 21, with the calendar starting in 1844.
7422
7423 * calendar/cal-menu.el, calendar/calendar.el,
7424 calendar/diary-lib.el, calendar/holidays.el: Added support for
7425 using cal-bahai.el.
7426
7427 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7428 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7429 function can be used outside of eshell buffers.
7430 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7431
7432 2004-05-08 Juanma Barranquero <lektu@terra.es>
7433
7434 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7435 word constituent so FOO-ARG is not recognized as an arg.
7436 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7437
7438 * simple.el (next-error): Fix typo in docstring.
7439 (open-line): Make argument names match their use in docstring.
7440 (split-line): Fix docstring.
7441
7442 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7443 usable by `describe-function'.
7444 (gensym, gentemp, typep, ignore-errors): Make argument names match
7445 their use in docstring.
7446
7447 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7448 argument to `help-setup-xref'.
7449
7450 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7451
7452 Version 2.0.40 of Tramp released.
7453
7454 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7455 Use symbol-function to invoke functions only known on some Emacs
7456 flavors. This avoids byte-compiler warnings. Reported by Kevin
7457 Scaldeferri <kevin@scaldeferri.com>.
7458 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7459 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7460 consistent with the other tramp-do-* functions.
7461 (tramp-do-copy-or-rename-file): Calls adjusted.
7462 (tramp-process-initial-commands): Avoid liveness check on shell --
7463 we know that it must be alive since we're opening a connection at
7464 this moment.
7465 (tramp-last-cmd): New internal variable.
7466 (tramp-process-echoes): New tunable.
7467 (tramp-send-command): Set tramp-last-cmd.
7468 (tramp-wait-for-output): Delete echo, if applicable.
7469 (tramp-read-passwd): Construct the key for the password cache in a
7470 way that works for multi methods, too.
7471 (tramp-bug): Add backup-directory-alist and
7472 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7473
7474 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7477
7478 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7479 (tramp-actions-copy-out-of-band): New defcustoms.
7480 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7481 used instead of a synchronous one. Allows password entering.
7482 (tramp-action-out-of-band): New defun.
7483 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7484 Remove restriction with password from doc string.
7485 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7486 `tramp-out-of-band-prompt-regexp',
7487 `tramp-actions-copy-out-of-band', `password-cache' and
7488 `password-cache-expiry'.
7489 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7490 password caching.
7491 (tramp-touch): FILE can be a local file, too.
7492 (TODO): Remove items done.
7493 (tramp-handle-insert-directory): Properly quote file name also if
7494 not full-directory-p. Handle wildcard case. Reported by Andreas
7495 Schwab <schwab@suse.de>.
7496 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7497 new file.
7498 (tramp-handle-file-local-copy, tramp-handle-write-region):
7499 The permissions of the temporary file are set if filename exists.
7500 Reported by Ted Stern <stern@cray.com>.
7501 (tramp-backup-directory-alist)
7502 (tramp-bkup-backup-directory-info): New defcustoms.
7503 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7504 (tramp-handle-find-backup-file-name): New function.
7505 Implements Tramp's find-backup-file-name.
7506
7507 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7508 for `find-backup-file-name'.
7509
7510 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7511 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
7512
7513 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7514
7515 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7516
7517 2004-05-07 Juanma Barranquero <lektu@terra.es>
7518
7519 * subr.el (lambda): Add arglist description to docstring.
7520 (declare): Fix typo in docstring.
7521 (open-network-stream): Fix docstring.
7522 (process-kill-without-query): Fix docstring and add obsolescence info.
7523 (last, butlast, nbutlast): Make arguments match their use in docstring.
7524 (insert-buffer-substring-no-properties): Likewise.
7525 (insert-buffer-substring-as-yank): Likewise.
7526 (split-string): Fix docstring.
7527
7528 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7529 Make argument names match their use in docstring.
7530
7531 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7532
7533 2004-05-06 Nick Roberts <nickrob@gnu.org>
7534
7535 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7536 Fit first sentence on one line for apropos-command.
7537
7538 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 Changes largely merged in from Dave Love's code.
7541 * progmodes/python.el: Doc fixes.
7542 (python-mode-map): Add python-complete-symbol.
7543 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7544 (python-comment-indent, python-complete-symbol)
7545 (python-symbol-completions, python-partial-symbol)
7546 (python-try-complete): New.
7547 (python-indent-line): Remove optional arg. Use python-block-end-p.
7548 (python-check): Bind compilation-error-regexp-alist.
7549 (inferior-python-mode): Use rx. Move keybindings to top level.
7550 Set comint-input-filter.
7551 (python-preoutput-filter): Use rx.
7552 (python-input-filter): Re-introduce.
7553 (python-proc): Start new process if necessary.
7554 Check python-buffer non-nil.
7555 (view-return-to-alist): Defvar.
7556 (python-send-receive): New.
7557 (python-eldoc-function): Use it.
7558 (python-mode-running): Don't defvar.
7559 (python-mode): Set comment-indent-function.
7560 Maybe update hippie-expand-try-functions-list.
7561 (python-indentation-levels): Initialize differently.
7562 (python-block-end-p): New.
7563 (python-indent-line): Use it.
7564 (python-compilation-regexp-alist): Augment.
7565 (run-python): Import `emacs' module to Python rather than loading
7566 code directly. Set python-buffer differently.
7567 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7568 Use python-proc.
7569 (python-send-command): Go to end of comint buffer.
7570 (python-load-file): Use python-proc, emacs.eimport.
7571 (python-describe-symbol): Simplify interactive form.
7572 Use emacs.help. Do use temp-buffer-show-hook.
7573 Call print-help-return-message.
7574 (hippie-exp): Require when compiling.
7575 (python-preoutput-continuation): Use rx.
7576
7577 * diff-mode.el (diff-make-unified): Fix regexp.
7578
7579 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7580
7581 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7582 filter groups from the buffer when rebuilding the Ibuffer buffer
7583 and `ibuffer-show-empty-filter-groups' is nil.
7584
7585 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7586
7587 * ps-print.el (ps-print-quote): Call ps-value-string.
7588 (ps-setup): Call ps-comment-string.
7589 (ps-value-string, ps-comment-string): New funs.
7590
7591 2004-05-06 Juanma Barranquero <lektu@terra.es>
7592
7593 * ehelp.el (electric-help-command-loop): Check whether the last
7594 character is visible, not (point-max).
7595
7596 * help-fns.el (help-argument-name): Default to bold; don't inherit
7597 from font-lock-variable-name-face.
7598 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7599
7600 2004-05-05 Kenichi Handa <handa@m17n.org>
7601
7602 * descr-text.el (describe-char): Copy the character with text
7603 properties and overlays into the first line, and call
7604 describe-text-properties on it.
7605
7606 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7607
7608 * iswitchb.el (iswitchb-global-map): Fix typo.
7609 Remove unwanted ###autoloads from source file.
7610
7611 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7612
7613 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7614 in run-hooks. Use substitute-command-keys in message.
7615 (wdired-abort-changes): Add message.
7616
7617 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7618
7619 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7620 (sql-emacs20-p): Remove.
7621 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7622 (sql-builtin-face, sql-doc-face): Remove.
7623 (sql-mode-ansi-font-lock-keywords)
7624 (sql-mode-oracle-font-lock-keywords)
7625 (sql-mode-postgres-font-lock-keywords)
7626 (sql-mode-linter-font-lock-keywords)
7627 (sql-mode-ms-font-lock-keywords)
7628 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7629 (sql-product-font-lock): Fix font-lock reset when font rules change.
7630 (sql-highlight-product): Remove incorrect font-lock reset logic.
7631
7632 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7633
7634 * ses.el (ses-set-parameter): Fix typo.
7635
7636 2004-05-04 Kim F. Storm <storm@cua.dk>
7637
7638 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7639 Must expand directory for completion to work; and don't mess with
7640 process-environment.
7641 (ido-read-file-name): If command has ido property, don't use ido
7642 if value is ignore, or read as directory if value is dir.
7643 Set ido ignore property for dired-do-rename command.
7644
7645 2004-05-04 Juanma Barranquero <lektu@terra.es>
7646
7647 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7648 (electric-help-help): Check against unmapped commands.
7649
7650 * help-fns.el (help-argument-name): New face, inheriting from
7651 font-lock-variable-name-face, to highlight function arguments in
7652 `describe-function' and `describe-key'.
7653 (help-do-arg-highlight): Auxiliary function to highlight a given
7654 list of arguments in a string.
7655 (help-highlight-arguments): Highlight the function arguments and
7656 all uses of them in the docstring.
7657 (describe-function-1): Use it. Do docstring output via `insert',
7658 not 'princ', so text attributes are preserved.
7659
7660 * winner.el (winner-mode-map): Move `winner-undo' and
7661 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7662 previous bindings conflict with `prev-buffer', `next-buffer').
7663
7664 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7665
7666 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7667 (bibtex-entry-update): New command bound to C-c C-u.
7668 (bibtex-text-in-string): Fix regexp.
7669 (bibtex-assoc-of-regexp): Remove.
7670 (bibtex-progress-message): Fix docstring.
7671 (bibtex-inside-field): Use if.
7672 (bibtex-assoc-regexp): New function.
7673 (bibtex-format-entry): Make code more robust so that it formats
7674 also old entries.
7675 (bibtex-autokey-demangle-title): Merge with obsolete function
7676 bibtex-assoc-of-regexp.
7677 (bibtex-field-list): New function.
7678 (bibtex-entry): Use bibtex-field-list.
7679 (bibtex-parse-entry): Fix docstring.
7680 (bibtex-print-help-message): Use bibtex-field-list.
7681 (bibtex-make-field): Use bibtex-field-list.
7682 (bibtex-entry-index): Bugfix. Return crossref key if required.
7683 (bibtex-lessp): Fix docstring.
7684
7685 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7686
7687 * select.el (xselect-convert-to-string): Move comment to intended line.
7688
7689 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7690
7691 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7692 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7693
7694 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7695
7696 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7697 x-get-selection.
7698
7699 2004-05-03 Jason Rumney <jasonr@gnu.org>
7700
7701 * makefile.nt: Remove.
7702
7703 2004-05-03 Kim F. Storm <storm@cua.dk>
7704
7705 * emulation/cua-base.el (cua--update-indications): Fix last change.
7706 (cua-mode): Deactivate mark when cua-mode is enabled.
7707
7708 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7709
7710 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7711
7712 2004-05-03 Nick Roberts <nickrob@gnu.org>
7713
7714 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7715 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7716 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7717 window over visible frames.
7718 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7719
7720 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * progmodes/compile.el (compilation-gcpro): New var.
7723 (compilation-fake-loc): Use it.
7724 (compilation-forget-errors): Reset it.
7725
7726 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7727
7728 * diff-mode.el (diff-header-face, diff-file-header-face):
7729 Use min-colors.
7730
7731 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7732
7733 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7734 (bibtex-clean-entry): Disentangle code.
7735 (bibtex-realign): New function.
7736 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7737 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7738 Remove undocumented optional arg called-by-convert-alien.
7739 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7740 for sorting instead of bibtex-sort-buffer.
7741
7742 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7743
7744 * progmodes/compile.el (compilation-start): In the
7745 no-async-subprocesses branch, call sit-for to give redisplay a
7746 chance to show the updated process status in the mode line, and
7747 fontify the buffer explicitly after the process exits.
7748
7749 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * progmodes/python.el (python-compilation-line-number): Remove.
7752 (python-compilation-regexp-alist): Don't use it any more.
7753 (python-orig-start, python-input-filter): Remove.
7754 (inferior-python-mode): Don't set up comint-input-filter-functions.
7755 (python-send-region): Use compilation-fake-loc.
7756
7757 * progmodes/compile.el (compilation-messages-start): New var.
7758 (compilation-mode): Don't setup next-error-function here.
7759 (compilation-setup): Set it up here instead (for minor modes as well).
7760 Make compilation-messages-start buffer local.
7761 (compilation-next-error-function): Use it.
7762 (compilation-forget-errors): Set compilation-messages-start.
7763
7764 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7765
7766 * ielm.el (ielm-prompt-read-only): Update docstring.
7767
7768 * comint.el (comint-prompt-read-only): Update docstring.
7769 (comint-update-fence, comint-kill-whole-line)
7770 (comint-kill-region): New functions.
7771
7772 * simple.el (kill-whole-line): Use "p" instead of "P" in
7773 interactive form.
7774
7775 2004-05-01 Juanma Barranquero <lektu@terra.es>
7776
7777 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7778 format arglist so default values in CL-style argument lists are
7779 correctly shown.
7780
7781 2004-05-01 Jason Rumney <jasonr@gnu.org>
7782
7783 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7784
7785 2004-05-01 Kenichi Handa <handa@m17n.org>
7786
7787 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7788 quail file if it is up to date.
7789
7790 2004-04-30 Juri Linkov <juri@jurta.org>
7791
7792 * cus-edit.el (custom-mode-map):
7793 Add key binding `C-x C-s' to `Custom-save'.
7794
7795 * outline.el (outline-blank-line): New var.
7796 (outline-next-preface, outline-show-heading)
7797 (outline-end-of-subtree): Use it.
7798
7799 * dired-aux.el (dired-touch-initial): New fun.
7800 (dired-do-chxxx): Call it for op-symbol `touch'.
7801 (dired-diff): Use `dired-dwim-target-directory'
7802 if current dired buffer has no buffer mark.
7803
7804 * bindings.el (propertized-buffer-identification):
7805 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7806 Add C-M-arrow keys for consistency.
7807
7808 * files.el (confirm-kill-emacs):
7809 Change group from top-level `emacs' to `convenience'.
7810
7811 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7812 Push mark on the first call of successive command calls.
7813 (insert-pair): New fun created from `insert-parentheses' with
7814 `open' and `close' arguments added. Enclose active regions
7815 in paired characters. Compare adjacent characters syntax with
7816 inserted characters syntax before inserting a space.
7817 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7818
7819 * delsel.el: Don't put `delete-selection' property
7820 on `insert-parentheses' symbol to take advantage of
7821 region handling in `insert-pair' function.
7822 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7823
7824 2004-04-30 Kim F. Storm <storm@cua.dk>
7825
7826 * emulation/cua-base.el: Add support for changing cursor types;
7827 based on patch from Michael Mauger.
7828 (cua-normal-cursor-color, cua-read-only-cursor-color)
7829 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7830 Customization cursor type and/or cursor color.
7831 (cua--update-indications): Handle cursor type changes.
7832 (cua-mode): Update cursor indications if enabled.
7833
7834 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7835
7836 * mouse.el (mouse-drag-copy-region): New defcustom.
7837 (mouse-set-region, mouse-drag-region-1): Use it.
7838
7839 * simple.el (kill-ring-save): If region face background color is
7840 unspecified (if no highlighting), show extent of fully visible
7841 region even if transient-mark-mode is enabled.
7842
7843 * emulation/cua-base.el (cua--standard-movement-commands):
7844 Add cua-scroll-up and cua-scroll-down.
7845 (cua-scroll-up, cua-scroll-down): New commands.
7846 (cua--init-keymaps): Remap scroll-up and scroll-down.
7847
7848 * emulation/cua-rect.el (cua--convert-rectangle-as):
7849 New defmacro.
7850 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7851 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7852 New commands (suggested by Jordan Breeding).
7853
7854 2004-04-30 Juanma Barranquero <lektu@terra.es>
7855
7856 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7857
7858 2004-04-30 Mario Lang <mlang@delysid.org>
7859
7860 * diff.el (diff-switches): Fix typo in docstring.
7861
7862 2004-04-30 Alex Schroeder <alex@gnu.org>
7863
7864 * xml.el (xml-debug-print-internal): Don't add newline and
7865 indentation to text nodes and write empty elements as empty tags
7866 instead of opening and closing tags.
7867 (xml-debug-print): Take optional indent-string argument.
7868 (xml-print): Alias for xml-debug-print.
7869
7870 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7871
7872 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7873 than duplicate call to `line-beginning-position'.
7874
7875 * progmodes/f90.el (f90-get-present-comment-type):
7876 Return whitespace, as well as comment chars, for consistent filling
7877 of comment blocks. Use `match-string-no-properties'.
7878 (f90-break-line): Trim trailing whitespace when filling comments.
7879
7880 2004-04-30 Dave Love <fx@gnu.org>
7881
7882 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7883 (diary-from-outlook-internal, diary-from-outlook)
7884 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7885 New functions to import diary entries from Outlook-format
7886 appointments in mail messages.
7887
7888 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * progmodes/python.el (python-send-command): New fun.
7891 (python-send-region, python-load-file): Use it.
7892
7893 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7894
7895 * help-fns.el (help-C-file-name): Use new subr-name.
7896 Prepend `src/' to the file name.
7897 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7898 (describe-function-1, describe-variable): Only find a C source file
7899 name if DOC is already loaded.
7900
7901 * help-mode.el (help-function-def, help-variable-def):
7902 Use the new find-function-search-for-symbol functionality.
7903 Allow FILE to be `C-source'.
7904
7905 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7906 (find-function-C-source): New fun.
7907 (find-function-search-for-symbol): Use it.
7908
7909 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7910
7911 * progmodes/sql.el (sql-product-alist): Rename variable
7912 `sql-product-support'. Add Postgres login parameters.
7913 (sql-set-product, sql-product-feature): Update with renamed variable.
7914 (sql-connect-postgres): Add username prompt.
7915 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7916 Make patterns less product specific.
7917 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7918 (sql-mode-abbrev-table): Modify initialization.
7919 (sql-builtin-face): Add variable.
7920 (sql-keywords-re): Add macro.
7921 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7922 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7923 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7924 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7925 (sql-mode-linter-font-lock-keywords)
7926 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7927 (sql-mode-sybase-font-lock-keywords)
7928 (sql-mode-informix-font-lock-keywords)
7929 (sql-mode-interbase-font-lock-keywords)
7930 (sql-mode-ingres-font-lock-keywords)
7931 (sql-mode-solid-font-lock-keywords)
7932 (sql-mode-sqlite-font-lock-keywords)
7933 (sql-mode-db2-font-lock-keywords): Default to nil.
7934 (sql-product-font-lock): Always highlight ANSI keywords.
7935 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7936 (sql-send-string): Add function.
7937
7938 2004-04-29 Dave Love <fx@gnu.org>
7939
7940 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7941 (cfengine-end-of-defun): Ensure progress through buffer.
7942
7943 * info-look.el (cfengine-mode): Accept a terminal ().
7944
7945 2004-04-29 Juri Linkov <juri@jurta.org>
7946
7947 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7948 instead of isearch-yank-word-or-char. Add new key bindings for
7949 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7950 (isearch-del-char): New fun.
7951 (isearch-forward, isearch-edit-string): Update docstring.
7952 (isearch-yank-char): Doc fix.
7953 (isearch-other-meta-char): Restore point after scrolling.
7954
7955 * progmodes/compile.el (compilation-context-lines): Add nil option
7956 to disable compilation output window scrolling.
7957 (compilation-set-window): Use it.
7958
7959 * outline.el (outline-next-preface, outline-show-heading):
7960 Don't leave unhidden blank line before heading.
7961 (outline-end-of-subtree): Include last newline into subtree.
7962 (hide-entry): Leave point at beginning of heading instead of end.
7963 (outline-up-heading): Push mark for the first call of successive
7964 command calls.
7965
7966 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7967
7968 * comint.el (comint-prompt-read-only): New variable.
7969 (comint-output-filter): Implement it.
7970
7971 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7972 (ielm-prompt-internal): New variable.
7973 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7974 (ielm-send-input): Delete unused variable `buf'.
7975 (ielm-eval-input): Use `ielm-prompt-internal'.
7976 (inferior-emacs-lisp-mode): Use new variables
7977 `comint-prompt-read-only' and `ielm-prompt-internal'.
7978 Get rid of obsolete variable `directory-sep-char'.
7979 (ielm): Use `zerop'.
7980
7981 2004-04-29 John Paul Wallington <jpw@gnu.org>
7982
7983 * thumbs.el (toplevel): Require cl at compile time.
7984 Remove conditional definitions of `ignore-errors' and `caddar'
7985 because they occur at run time.
7986
7987 2004-04-28 Nick Roberts <nickrob@gnu.org>
7988
7989 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7990 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7991 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7992 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7993
7994 * progmodes/gud.el (gud-common-init): Throw an error if program is
7995 already running under gdb.
7996
7997 2004-04-28 John Paul Wallington <jpw@gnu.org>
7998
7999 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8000 (thumbs-show-image-num): Move assignment of
8001 `thumbs-current-image-filename' within scope of `i'.
8002 (thumbs-emboss-image): Don't use `evenp'.
8003
8004 2004-04-28 Richard M. Stallman <rms@gnu.org>
8005
8006 * progmodes/compile.el (compilation-context-lines): Default now 0.
8007
8008 2004-04-28 Juanma Barranquero <lektu@terra.es>
8009
8010 Use `time-less-p' from calendar/time-date.el instead of defining
8011 custom versions of it.
8012
8013 * pcomplete.el (pcomplete-time-less-p): Remove.
8014
8015 * thumbs.el (time-less-p): Remove.
8016
8017 * calendar/timeclock.el (timeclock-time-less-p): Remove.
8018 (timeclock-generate-report): Use `time-less-p'.
8019
8020 * emacs-lisp/autoload.el (autoload-before-p): Remove.
8021 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8022
8023 2004-04-28 Masatake YAMATO <jet@gyve.org>
8024
8025 * subr.el (remove-overlays): Make arguments optional.
8026
8027 * wid-edit.el (widget-specify-button): Put evaporate to the
8028 overlay for sample.
8029 (widget-specify-sample): Put evaporate to the overlay for sample.
8030 (widget-specify-doc): Put evaporate to the overlay for documentation.
8031
8032 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8033
8034 * info.el (info-apropos): Make it an index node. Align node names
8035 like makeinfo.
8036
8037 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8038
8039 * net/browse-url.el (browse-url-netscape-sentinel)
8040 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8041 (browse-url-epiphany-sentinel, browse-url-mosaic):
8042 Use browse-url-*-program instead of a literal program name.
8043
8044 2004-04-27 Kevin Ryde <user42@zip.com.au>
8045
8046 * eshell/em-alias.el:
8047 * eshell/em-dirs.el:
8048 * eshell/em-hist.el:
8049 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8050 features when M-x customize-group loads modules before the main
8051 eshell.el.
8052
8053 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8054
8055 * subr.el (momentary-string-display): Support EXIT-CHAR that is
8056 either a character representation of an event or an event
8057 description list.
8058
8059 * type-break.el: Capitalise Emacs and Lisp.
8060 (type-break-good-break-interval, type-break-demo-boring-stats)
8061 (type-break-terse-messages, type-break-file-name): New defcustoms.
8062 (type-break-post-command-hook)
8063 (type-break-warning-countdown-string): Quote variable names in doc.
8064 (type-break-interval-start, type-break-auto-save-file-name): New vars.
8065 (type-break-mode): Document type-break-good-break-interval and the
8066 "session" file. Schedule break according to the session file.
8067 Kill session file buffer on exit. Organise for save-some-buffers
8068 to always save the session file.
8069 (type-break-mode-line-message-mode, type-break-query-mode):
8070 Uppercase arguments.
8071 (type-break-file-time, type-break-file-keystroke-count, timep)
8072 (type-break-choose-file, type-break-get-previous-time)
8073 (type-break-get-previous-count): New defuns.
8074 (type-break): Avoid break querying after a completed break in the
8075 case where the query was initiated during user invocation of the
8076 break. Optional terse messages.
8077 Use type-break-good-break-interval if type-break-good-rest-interval is
8078 nil. File the break time.
8079 (type-break-schedule): New optional args for overriding the use of
8080 the current time.
8081 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8082 after a break.
8083 (type-break-check): File the keystroke count.
8084 (type-break-do-query): Prevent a second query when the break is
8085 interrupted. Optional terse message.
8086 (type-break-keystroke-reset): Record the start of a typing interval.
8087 (type-break-demo-boring): Optional terse messages. Display word
8088 per minute and keystroke counts according to
8089 type-break-demo-boring-stats.
8090
8091 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8092
8093 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8094 directories, make sure they exist under archive-tmpdir.
8095
8096 2004-04-27 Juri Linkov <juri@jurta.org>
8097
8098 * help.el (view-emacs-news): With argument, display info for the
8099 selected version by finding it among different NEWS files, and
8100 narrowing the buffer to the selected version.
8101
8102 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8103 same-window-buffer-names.
8104 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8105 non-numeric prefix argument, append the number to the buffer name
8106 for numeric prefix argument.
8107 (info-other-window): Bind same-window-regexps to nil.
8108 (Info-reference-name): Rename to Info-point-loc.
8109 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8110 and Info-find-index-name for stringy Info-point-loc.
8111 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8112 without middle `.', but with final `.' and optional line number
8113 for it. Set Info-point-loc for index nodes.
8114 (Info-index): Remove middle `.' from index entry regexp.
8115 Modify line number regexp.
8116 (Info-index-next): Decrement line number.
8117 (info-apropos): Remove middle `.' from index entry regexp.
8118 Add optional line number regexp at the end. Add matched value
8119 for line number to the result list and insert it to the buffer.
8120 Replace match-string by match-string-no-properties.
8121 Reorder result list.
8122 (Info-fontify-node): Hide index line numbers.
8123 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8124 empty matches.
8125 (Info-follow-reference): Use `str' instead of
8126 Info-following-node-name-re.
8127 (Info-toc): Use full file names. Set Info-current-node to "Top".
8128 (Info-fontify-node): Compare file names without directory name.
8129 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8130 Set second arg of Info-extract-menu-node-name for index nodes.
8131 (info-xref-visited): Use magenta3 instead of magenta4.
8132 (Info-mode): Add info-apropos to docstring.
8133
8134 * log-view.el (log-view-diff): Replace interactive code "r"
8135 by a list to allow to call it even if region is not active.
8136
8137 * paren.el (show-paren-highlight-openparen): New var.
8138 (show-paren-function): Turn on openparen highlighting when
8139 matching forward if show-paren-highlight-openparen is non-nil.
8140
8141 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8142 the constant value 1.
8143 (completions-common-part): Expand docstring.
8144
8145 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8146
8147 2004-04-27 Kim F. Storm <storm@cua.dk>
8148
8149 * image.el (insert-sliced-image): Use line-height instead of
8150 line-spacing property on newline.
8151
8152 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8153
8154 * desktop.el (desktop-buffer-misc-data-function): Rename to
8155 desktop-save-buffer and change docstring.
8156 (desktop-buffer-modes-to-save): Delete.
8157 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8158 desktop-buffer-modes-to-save.
8159 (desktop-save): Rename desktop-buffer-misc-data-function to
8160 desktop-save-buffer and allow non-function value.
8161 (desktop-missing-file-warning): Correct docstring.
8162
8163 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8164 to desktop-save-buffer.
8165
8166 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8167 desktop-save-buffer.
8168
8169 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8170
8171 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8172
8173 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8174
8175 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8176
8177 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8178
8179 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8180 (ielm): Only go to the end of the buffer when starting a new process.
8181
8182 2004-04-25 Juanma Barranquero <lektu@terra.es>
8183
8184 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8185 mode line. Bind `inhibit-read-only' to t before modifying
8186 properties of text in the buffer.
8187 (ielm): Force point to the end of buffer, even when running ielm
8188 from inside itself.
8189
8190 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8191
8192 * info.el (info-apropos): Reset Info-complete-cache.
8193
8194 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8195
8196 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8197 Also recognize severe Irix et al. messages.
8198 (compilation-normalize-filename, compile-abbreviate-directory):
8199 Delete functions.
8200 (compilation-get-file-structure): New function inherits
8201 functionality of the two preceding ones.
8202 (compilation-internal-error-properties, compilation-fake-loc):
8203 Use it so that different paths to the same file share the same
8204 markers. Also optimize finding adjacent marker slightly.
8205
8206 2004-04-25 Kim F. Storm <storm@cua.dk>
8207
8208 * image.el (insert-sliced-image): Add line-spacing t property
8209 to newlines separating image lines.
8210
8211 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8214
8215 * ielm.el (ielm-prompt-read-only): New user option.
8216 (ielm-prompt): Expand docstring to describe new behavior.
8217 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8218 mention it in the docstring.
8219
8220 2004-04-24 Andreas Schwab <schwab@suse.de>
8221
8222 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8223
8224 * diff.el (diff): Set default-directory in diff buffer.
8225
8226 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8227
8228 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8229 mail was being composed if the terminal cannot display more than
8230 one frame; instead, switch to previous frame.
8231
8232 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8233 (rmail-start-mail): Support rmail-mail-new-frame even on
8234 terminals that can display only one frame at a time.
8235
8236 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8239 (checkdoc-output-font-lock-keywords): Remove error regexp.
8240 (checkdoc-output-mode-map): Remove.
8241 (checkdoc-output-mode): Derive from compilation-mode.
8242 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8243
8244 * dired.el (dired-mode-map): Add a menu entry for wdired.
8245
8246 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8247 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8248
8249 * wdired.el: (wdired-mode-map): Move init into declaration.
8250 Fix `return' binding.
8251 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8252 Use force-mode-line-update.
8253 (wdired-get-filename): Use `unless'.
8254 (wdired-preprocess-files): Don't assume names have no \n and use / for
8255 dir separator.
8256 (wdired-normalize-filename): Use replace-regexp-in-string.
8257 (wdired-load-hooks): Remove.
8258 (wdired-mode-hooks): Rename to wdired-mode-hook.
8259
8260 * info-look.el: Add support for cfengine-mode.
8261 (info-lookup-setup-mode): Use dolist.
8262
8263 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
8264
8265 * wdired.el: New file.
8266
8267 2004-04-23 Juanma Barranquero <lektu@terra.es>
8268
8269 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8270
8271 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8272 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8273 (pcomplete--help, pcomplete--here): Doc fixes.
8274
8275 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8276
8277 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8278 handles wrong-number-of-arguments in backend call.
8279
8280 * vc.el (vc-print-log): Likewise.
8281
8282 2004-04-20 Dave Love <fx@gnu.org>
8283
8284 * emacs-lisp/rx.el: Doc fixes.
8285 (rx-constituents): Add/extend many forms.
8286 (rx-check): Check form is a list.
8287 (bracket): Defvar.
8288 (rx-check-any, rx-any, rx-check-not): Modify.
8289 (rx-not): Simplify.
8290 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8291 (rx-kleene): Use rx-trans-forms.
8292 (rx-quote-for-set): Delete.
8293 (rx): Allow multiple args.
8294
8295 2004-04-23 Kenichi Handa <handa@m17n.org>
8296
8297 * international/mule-util.el (char-displayable-p): Simplify by
8298 using internal-char-font.
8299
8300 2004-04-23 Juanma Barranquero <lektu@terra.es>
8301
8302 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8303
8304 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * diff-mode.el (diff-next-error): New fun.
8307 (diff-mode): Use it.
8308
8309 * simple.el (next-error): Change arg name.
8310 Add support for the documented C-u C-x ` usage.
8311
8312 * frame.el (special-display-popup-frame, next-multiframe-window)
8313 (previous-multiframe-window): Only consider frames on same display.
8314
8315 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8316
8317 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8318 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8319
8320 2004-04-22 Kim F. Storm <storm@cua.dk>
8321
8322 * net/telnet.el (telnet): Add optional port arg.
8323
8324 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8327 Minor sanity check on the `hyperlink' slot.
8328
8329 * Makefile.in (recompile): Compile new files.
8330
8331 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8332 Add byte-recompile-directory's optional `arg'.
8333
8334 * cvs-status.el (cvs-tree-use-charset): New var.
8335 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8336 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8337 (cvs-status-cvstrees): Use it.
8338
8339 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8340 Make it a normal major mode.
8341 (checkdoc-buffer-label): Make sure the file name is meaningful.
8342 (checkdoc-output-to-error-buffer): Remove.
8343 (checkdoc-error, checkdoc-start-section): Rewrite.
8344
8345 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8346 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8347 (Info-title-4-face): Use new syntax.
8348 (info-xref-visited): Inherit from info-xref.
8349
8350 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8351
8352 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8353
8354 * simple.el (next-error-last-buffer, next-error-function):
8355 New variables for the next-error framework.
8356 (next-error-buffer-p): New function.
8357 (next-error-find-buffer): Generalize compilation-find-buffer.
8358 (next-error, previous-error, first-error, next-error-no-select)
8359 (previous-error-no-select): Move from compile.el.
8360
8361 * replace.el (occur-next-error, occur-1): Hook into the next-error
8362 framework.
8363
8364 * progmodes/compile.el (compilation-start):
8365 Set next-error-last-buffer so next-error knows where to jump.
8366 (compilation-setup): Set the buffer-local variable
8367 next-error-function to 'compilation-next-error-function.
8368 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8369 alternate way to find if a buffer is a compilation buffer, for
8370 next-error convenience.
8371 (next-error-no-select, previous-error-no-select, next-error)
8372 (previous-error, first-error): Move to simple.el.
8373 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8374 (compilation-last-buffer): Remove.
8375 (compilation-start, compilation-next-error, compilation-setup)
8376 (compilation-next-error-function, compilation-find-buffer):
8377 Remove compilation-last-buffer use.
8378
8379 2004-04-21 Juanma Barranquero <lektu@terra.es>
8380
8381 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8382 (font-lock-warning-face): Fix spacing.
8383
8384 * makefile.w32-in (WINS): Add url/ directory.
8385
8386 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8387
8388 * desktop.el (desktop-buffer-mode-handlers): New variable.
8389 Alist of major mode specific functions to restore a desktop buffer.
8390 (desktop-buffer-handlers): Make variable obsolete.
8391 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8392 Catch errors signaled in handlers. Update buffer count.
8393 Evaluate desktop-buffer-point.
8394 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8395 move to dired.el.
8396 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8397 move to info.el.
8398 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8399 move to mail/rmail.el.
8400 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8401 to mh-e/mh-e.el.
8402 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8403 On fail, print message (to message buffer) even if
8404 desktop-missing-file-warning is nil.
8405 (desktop-buffer-misc-data-function): New buffer local variable.
8406 Function returning major mode specific data.
8407 (desktop-buffer-misc-functions): Make variable obsolete.
8408 (desktop-save): Use desktop-buffer-misc-data-function.
8409 (desktop-buffer-dired-misc-data): Rename to
8410 dired-desktop-buffer-misc-data and move to dired.el.
8411 (desktop-buffer-info-misc-data): Rename to
8412 Info-desktop-buffer-misc-data and move to info.el.
8413 (desktop-read): Add message about number of buffers restored/failed.
8414
8415 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8416 Add parameters. Pause to display error only when
8417 desktop-missing-file-warning is non-nil.
8418 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8419 (dired-mode): Bind desktop-buffer-misc-data-function.
8420
8421 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8422 Add Parameters.
8423 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8424 (Info-mode): Bind desktop-buffer-misc-data-function.
8425
8426 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8427 Add Parameters.
8428
8429 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8430 Add Parameters.
8431
8432 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8433
8434 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8435 the case of letters in case-insensitive expansions when the
8436 abbrev is preceded by characters with letter syntax.
8437
8438 2004-04-21 Richard M. Stallman <rms@gnu.org>
8439
8440 * progmodes/cperl-mode.el (cperl-putback-char):
8441 Delete Emacs 18 definition.
8442
8443 * international/mule.el (ctext-post-read-conversion):
8444 Use assoc-string, not assoc-ignore-case.
8445
8446 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8447
8448 * emacs-lisp/easymenu.el (easy-menu-add):
8449 Do call x-popup-menu, but only if it's defined.
8450
8451 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8452
8453 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8454 Handle multiple args: compile like progn.
8455
8456 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8457 take all args as &rest arg.
8458
8459 * autoinsert.el (auto-insert-alist): Insert the user's name in
8460 copyright notice, rather than Free Software Foundation.
8461
8462 2004-04-21 Kenichi Handa <handa@m17n.org>
8463
8464 * descr-text.el (describe-char): Make it work on *Help* buffer.
8465
8466 2004-04-21 Kim F. Storm <storm@cua.dk>
8467
8468 * image.el (insert-image): Add optional SLICE arg.
8469 (insert-sliced-image): New defun.
8470
8471 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8472
8473 * subr.el (read-number): Check whether `default' is nil.
8474
8475 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * progmodes/compile.el (compilation-error-properties):
8478 Split into two.
8479 (compilation-internal-error-properties): New one.
8480 (compilation-compat-error-properties): Use it. Fix the non-marker case.
8481
8482 2004-04-20 Richard M. Stallman <rms@gnu.org>
8483
8484 * window.el (split-window-save-restore-data):
8485 Don't update the data if OLD-INFO is nil.
8486
8487 * view.el (view-return-to-alist): Mark it permanent local.
8488
8489 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8490
8491 * recentf.el (recentf-save-list): Catch and warn about errors.
8492
8493 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8494 so "Buffers" won't be pure.
8495
8496 * help-mode.el (help-mode-finish): Set help-return-alist first
8497 thing, setting only the entry for the selected window.
8498
8499 * help-fns.el (describe-function-1): If many non-control non-meta
8500 keys run the command, don't list all of them.
8501
8502 2004-04-20 Juanma Barranquero <lektu@terra.es>
8503
8504 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8505 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8506
8507 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8508
8509 2004-04-20 Kenichi Handa <handa@m17n.org>
8510
8511 * international/quail.el (quail-lookup-key): New optional arg
8512 NOT-RESET-INDICES.
8513 (quail-get-translations): Call quail-lookup-key with
8514 NOT-RESET-INDICES t.
8515 (quail-completion): Likewise.
8516 (quail-lookup-map-and-concat): Likewise.
8517
8518 2004-04-20 Kenichi Handa <handa@m17n.org>
8519
8520 * international/quail.el (quail-update-translation): Don't insert
8521 such an unsupported multibyte char in a unibyte buffer.
8522
8523 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8524
8525 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8526 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8527 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8528 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8529 (gdb-frame-assembler-buffer): Improve behaviour with
8530 multiple frames.
8531 (gdb-display-buffer): Extend search to all visible frames.
8532
8533 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8534
8535 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8536 characters left after base64 decoding.
8537 (rmail-decode-region): Use -dos variety of `coding', to remove any
8538 ^M characters left after qp or base64 decoding.
8539
8540 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8541
8542 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8543 messages.
8544
8545 2004-04-19 Stephen Eglen <stephen@gnu.org>
8546
8547 * add-log.el (add-change-log-entry): Update doc string to mention
8548 add-log-full-name and add-log-mailing-address.
8549
8550 2004-04-18 Juri Linkov <juri@jurta.org>
8551
8552 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8553 (Info-find-node-2): Simplify error message.
8554 (Info-insert-dir): Use Info-following-node-name.
8555 (Info-goto-node): Remove *info-history* and *info-toc*.
8556 (Info-history): Create a node of the virtual history file.
8557 (Info-toc): Create a node of the virtual toc file.
8558 (Info-insert-toc): New arg `curr-file' for reference file names.
8559 (info-apropos): Remove redundant var binding for temp-file.
8560 (Info-index, Info-index-next, Info-mode): Doc fix.
8561 (Info-goto-emacs-command-node): Don't jump to *info* from
8562 non-*info* Info buffers.
8563 (Info-fontify-node): Don't show the file name of external
8564 references if `Info-hide-note-references' is `hide'. Don't hide
8565 newlines at the end of paragraphs.
8566
8567 * international/mule-diag.el (list-input-methods):
8568 Fix args to help-xref-button.
8569
8570 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8571 to put into effect local variables from TUTORIAL files.
8572
8573 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8574 with default value taken from the variable `sentence-end'.
8575 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8576 Add nil const to :type.
8577 (sentence-end-without-period, sentence-end-double-space)
8578 (sentence-end-without-space): Doc fix.
8579
8580 * textmodes/paragraphs.el (forward-sentence):
8581 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8582 (fill-delete-newlines):
8583 * progmodes/cc-cmds.el (c-beginning-of-statement):
8584 Use function `sentence-end' instead of variable `sentence-end'.
8585
8586 2004-04-18 Andreas Schwab <schwab@suse.de>
8587
8588 * progmodes/compile.el (compilation-start): Set window start to
8589 point-min if compilation-scroll-output is nil.
8590
8591 2004-04-18 John Wiegley <johnw@newartisans.com>
8592
8593 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8594
8595 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8596
8597 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8598 (gdb-info-breakpoints-custom): Revert previous change.
8599 (gdb-view-assembler): Update assembler if necessary.
8600 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8601 (gdb-display-source-buffer): Update properly when both source and
8602 assembler are visible.
8603
8604 2004-04-17 John Wiegley <johnw@newartisans.com>
8605
8606 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8607 which limits the number of names shown in the minibuffer. Off by
8608 default.
8609 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8610 up iswitchb for users with a multitude of open buffers by showing
8611 only the first and last N/2 buffers in the completion list (which
8612 is enough to aid C-s/C-r, and to know that more characters are
8613 needed to refine the completion list).
8614
8615 2004-04-17 Richard M. Stallman <rms@gnu.org>
8616
8617 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8618 (file-truename): Expand all ~ constructs directly.
8619 (insert-directory): Delete any error msg output by the
8620 `insert-directory-program'.
8621
8622 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8623 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8624 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8625 (allout-init): Use find-file-hook, not find-file-hooks.
8626 (allout-mode): Eliminate Emacs 18 support.
8627 Use write-contents-functions, not local-write-file-hooks.
8628
8629 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8630
8631 * progmodes/compile.el (compilation-error-properties): Fix for
8632 adding messages when there are already markers for their file.
8633 (compilation-fake-loc): New function.
8634
8635 2004-04-16 Dave Love <fx@gnu.org>
8636
8637 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8638 (python-load-file): Fix python-orig-start setting.
8639
8640 * progmodes/compile.el: Doc fixes.
8641 (compilation-error-regexp-alist-alist)
8642 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8643 (compilation-assq): Wrap in eval-when-compile.
8644 (compilation-mode-font-lock-keywords): Don't use list*.
8645 (compilation-start): Avoid warning.
8646 (compilation-compat-error-properties)
8647 (compilation-directory-properties): Add keymap property.
8648 (compilation-parsing-end): Make it a marker for better compatibility.
8649
8650 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8651
8652 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8653
8654 * xml.el: Doc fixes.
8655 (xml-get-children): Only looks at sub-tags and ignore strings.
8656
8657 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8658
8659 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8662
8663 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8664
8665 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8666
8667 * vc.el (vc-print-log): Likewise.
8668
8669 2004-04-16 Masatake YAMATO <jet@gyve.org>
8670
8671 * simple.el (completion-setup-function): Set an initial value
8672 to `element-common-end' before entering loop. Set a value
8673 to `element-common-end' at the end of loop.
8674 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8675 (completions-common-part): Rename from completion-de-emphasis.
8676 (completions-first-difference): Rename from completion-emphasis.
8677 Suggested by RMS.
8678
8679 2004-04-16 Juanma Barranquero <lektu@terra.es>
8680
8681 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8682 (bookmark-edit-annotation-mode): Add mode name.
8683
8684 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8687 for nested conflict markers.
8688 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8689
8690 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8691
8692 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8693
8694 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8695
8696 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8699 Give a backtrace if requested.
8700
8701 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8702
8703 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8704 Remove unused functions.
8705 (python-orig-start-line, python-orig-file): Remove.
8706 (python-orig-start): New var.
8707 (python-input-filter, python-compilation-line-number)
8708 (python-send-region, python-load-file): Use it.
8709
8710 * info.el (info): Always jump to *info*.
8711
8712 * subr.el (posn-set-point): New function.
8713
8714 * mouse.el (mouse-set-point): Use it.
8715
8716 * progmodes/compile.el (compile-goto-error): Use it.
8717 (compilation-button-map): New keymap.
8718 (compilation-error-properties): Use it.
8719 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8720
8721 * smerge-mode.el (smerge-popup-context-menu): Use it.
8722
8723 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8724 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8725 mouse and non-mouse case.
8726
8727 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8728 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8729
8730 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8731 Make it work for non-mouse events.
8732
8733 * pcvs-info.el (cvs-status-map): Update binding name.
8734
8735 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8736
8737 * xml.el (xml-maybe-do-ns): New function to handle namespace
8738 parsing of both attribute and element names.
8739 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8740 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8741 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
8742 (xml-parse-attlist): Make it do its own namespace parsing.
8743
8744 2004-04-14 Dave Love <fx@gnu.org>
8745
8746 * progmodes/python.el (run-python): Fix use of \n.
8747 (python-load-file): Remove `try' from Python fragment.
8748 (python-describe-symbol): Fix message.
8749
8750 * comint.el: Doc fixes.
8751 (comint-last-input-start, comint-last-input-end)
8752 (comint-last-output-start): Give them values.
8753 (comint-arguments): Avoid warning.
8754 (comint-skip-prompt): Use line-end-position.
8755 (comint-backward-matching-input): Rename arg to agree with doc.
8756 (comint-extract-string): Use syntax-ppss.
8757 (comint-dynamic-simple-complete): Delete useless list construction.
8758 (comint-redirect-subvert-readonly): New.
8759 (comint-redirect-preoutput-filter): Use it.
8760
8761 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8762 Correctly handle negative arguments when calling hook functions.
8763
8764 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8765
8766 * info.el (info-apropos): Don't clobber Info-history-list.
8767
8768 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8769
8770 * progmodes/compile.el (compilation-setup):
8771 Localize overlay-arrow-position.
8772 (compilation-sentinel): Restructure code equivalently.
8773 (compilation-next-error): Find message on same line after point if
8774 not found before point.
8775 (compile-mouse-goto-error): Restore function so that compilation
8776 buffer need not be current and use compile-goto-error.
8777 (compile-goto-error): Restore function.
8778 (next-error): Set overlay-arrow-position.
8779 (compilation-forget-errors): Don't localize already local
8780 compilation-locs and remove FIXME about refontifying.
8781
8782 2004-04-14 Kim F. Storm <storm@cua.dk>
8783
8784 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8785 (command-line): New option -Q. Like -q --no-site-file, but
8786 in addition it also disables menu-bar, tool-bar, scroll-bars,
8787 tool-tips, and the blinking cursor.
8788 (command-line-1): Skip startup screen if -Q.
8789 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8790
8791 * emulation/cua-base.el (cua-read-only-cursor-color)
8792 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8793
8794 2004-04-13 Dave Love <fx@gnu.org>
8795
8796 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8797 (syntax): Don't require.
8798 (python) <defgroup>: Add :version.
8799 (python-quote-syntax): Re-written.
8800 (inferior-python-mode): Move stuff here from run-python and add
8801 some more.
8802 (python-preoutput-continuation, python-preoutput-result)
8803 (python-dotty-syntax-table): New.
8804 (python-describe-symbol): Use them.
8805 (run-python): Move stuff to inferior-python-mode. Modify code
8806 loaded into Python.
8807 (python-send-region): Use python-proc, python-send-string.
8808 (python-send-string): Send newlines too. Callers changed.
8809 (python-load-file): Re-written.
8810 (python-eldoc-function): New.
8811 (info-look): Don't require.
8812 (python-after-info-look): New. A modified version of former
8813 top-level code for use with eval-after-load.
8814 (python-maybe-jython, python-guess-indent): Use widened buffer.
8815 (python-fill-paragraph): Re-written.
8816 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8817 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8818
8819 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8822 Set compilation-error-regexp-alist earlier.
8823
8824 * progmodes/compile.el (compilation-minor-mode-map)
8825 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8826 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8827
8828 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8831 corresponding to the event.
8832
8833 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8834
8835 * loadup.el: Add cygwin to system-type list, for unexec() support.
8836
8837 2004-04-12 John Paul Wallington <jpw@gnu.org>
8838
8839 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8840 (ibuffer-restore-window-config-on-quit): New variable to replace
8841 `ibuffer-delete-window-on-quit'. Update all references.
8842 (ibuffer-prev-window-config): New variable.
8843 (ibuffer-quit): Restore previous window configuration instead of
8844 deleting window.
8845 (ibuffer): Save window configuration before showing Ibuffer buffer.
8846
8847 * help.el (describe-mode): Doc fix.
8848
8849 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8852 not to treat nil as a function.
8853
8854 * vc-arch.el (vc-arch-root): Be a bit more careful.
8855 (vc-arch-register): Save the buffer if we modified it.
8856 (vc-arch-delete-rej-if-obsolete): Save excursion.
8857 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8858 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8859
8860 * net/ldap.el (ldap-search): Use list*.
8861
8862 2004-04-12 Juri Linkov <juri@jurta.org>
8863
8864 * info.el (Info-follow-reference): Allow multiline reference name.
8865
8866 2004-04-11 Dave Love <fx@gnu.org>
8867
8868 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8869
8870 * progmodes/python.el: New file.
8871
8872 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8873
8874 * vc-hooks.el (vc-arg-list): Function removed.
8875 (vc-default-workfile-unchanged-p): Use condition-case to check for
8876 backward compatibility.
8877
8878 * vc.el (vc-print-log): Use condition-case to check for backward
8879 compatibility.
8880
8881 2004-04-11 Juri Linkov <juri@jurta.org>
8882
8883 * dired.el (dired-faces): New defgroup.
8884 (dired-header, dired-mark, dired-marked, dired-flagged)
8885 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8886 New faces.
8887 (dired-header-face, dired-mark-face, dired-marked-face)
8888 (dired-flagged-face, dired-warning-face, dired-directory-face)
8889 (dired-symlink-face, dired-ignored-face): New face variables.
8890 (dired-font-lock-keywords): Use them instead of font-lock faces.
8891 Split the rule for dired marks into 3 separate rules: for marks,
8892 marked file names and flagged file names.
8893
8894 * help-mode.el (help-make-xrefs): Add a final newline to the
8895 *Help* buffer.
8896
8897 2004-04-11 John Paul Wallington <jpw@gnu.org>
8898
8899 * replace.el (occur-engine): Distinguish between one and several
8900 matches in the matches per buffer heading.
8901
8902 2004-04-11 Kim F. Storm <storm@cua.dk>
8903
8904 * ido.el (ido-confirm-unique-completion): New defcustom.
8905 (ido-complete): Use it.
8906 (ido-write-file): Set it to t unconditionally.
8907
8908 2004-04-10 Miles Bader <miles@gnu.org>
8909
8910 RCS keyword removal (only non-comment changes are enumerated here):
8911
8912 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8913 (byte-compile-insert-header): Don't use `byte-compile-version'.
8914 * forms.el (forms-version): Variable removed.
8915 (forms-mode): Don't use `forms-version'.
8916 * recentf.el (recentf-version): Variable removed.
8917 * progmodes/delphi.el (delphi-version): Variable removed.
8918 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8919
8920 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8923
8924 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8925
8926 * info.el (info-apropos): Improve menu item regexp.
8927
8928 2004-04-09 Simon Josefsson <jas@extundo.com>
8929
8930 * mail/smtpmail.el: Add comment, based on report by
8931 kdc@rcn.com (Kevin D. Clark).
8932
8933 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8936 Redo one more thing that I didn't notice Daniel had undone.
8937
8938 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8939
8940 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8941 (gdb-goto-breakpoint, gdb-display-buffer)
8942 (gdb-display-source-buffer, gdb-view-source-function)
8943 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8944 (gdb-source-info, gdb-frame-handler): Don't specify a window
8945 for display.
8946 (gdb-info-breakpoints-custom): Remove superfluous update of
8947 assembler buffer.
8948 (gdb-many-windows): Make settable outside gdb.
8949
8950 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8951
8952 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8953 Derive from fundamental-mode rather than text-mode.
8954
8955 2004-04-08 Juri Linkov <juri@jurta.org>
8956
8957 * info.el (Info-history): Doc fix.
8958 (Info-history-list): New var.
8959 (info-xref): Change magenta4 to blue, remove bold for dark and
8960 light backgrounds, change bold to underline for non-color classes.
8961 (info-xref-visited): New face.
8962 (Info-fontify-visited-nodes): New custom.
8963 (Info-hide-note-references): Add new value `hide'. Doc fix.
8964 (Info-reference-name): New var.
8965 (Info-selection-hook): New custom.
8966 (Info-edit-mode-hook): New var.
8967 (Info-find-file): New fun.
8968 (Info-find-node): Move part of code to Info-find-file.
8969 (Info-find-node-2): Add anchors to Info-history-list. Move point
8970 to the place with the reference name if name is defined.
8971 (Info-select-node): Add current node to Info-history-list.
8972 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8973 (Info-search-whitespace-regexp): New custom.
8974 (Info-search-case-fold): New var.
8975 (Info-search): Add "case-sensitively" to the prompt.
8976 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8977 (Info-search-case-sensitively, Info-search-next): New fun.
8978 (Info-up): Move point to the menu item of the current node.
8979 (Info-history): New fun. Add *info-history* to
8980 same-window-buffer-names.
8981 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8982 (Info-insert-toc): New fun.
8983 (Info-build-toc): New fun.
8984 (Info-follow-reference): Add new arg `fork'. Doc fix.
8985 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8986 with the same name prefer the reference closest to point.
8987 (Info-next-reference): Replace * by + in the *Note regexp.
8988 Add regexp for http:// and ftp://. Skip the *Note prefix.
8989 (Info-prev-reference): Replace * by + in the *Note regexp.
8990 Add regexp for http:// and ftp://. Skip the *Note prefix.
8991 (Info-follow-nearest-node): Add new arg `fork'.
8992 (Info-try-follow-nearest-node): Add new arg `fork'.
8993 Call browse-url for http:// and ftp:// references.
8994 Set Info-reference-name for index entries.
8995 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8996 Info-search-next, Info-history, Info-toc, clone-buffer.
8997 (Info-menu-update): Replace * by + in the *Note regexp.
8998 (Info-mode): Add documentation for Info-history, Info-toc,
8999 Info-search-case-sensitively, Info-search-next, clone-buffer.
9000 (Info-fontify-menu-headers): Remove fun. Move code to
9001 Info-fontify-node.
9002 (Info-fontify-node): Add docstring. Add local vars
9003 fontify-visited-p and not-fontified-p. If not-fontified-p is t
9004 then fontify header line, titles, menu headers, http and ftp
9005 references, refill paragraphs. If not-fontified-p is t or
9006 fontify-visited-p is t then fontify cross references, menu items.
9007 Fontify menu headers. Fontify http and ftp references.
9008 Change regexp for cross references to require whitespace after *Note,
9009 add matching groups for file and node names. Remove hack for quote.
9010 Use display property for Info-hide-note-references=t. Use fifth
9011 or fourth match for help-echo. Display visited nodes in a
9012 different face. Unhide file names of external references.
9013 Unhide newlines. Display visited menu items in a different face.
9014
9015 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * progmodes/compile.el: Require CL.
9018 (compilation-mode-font-lock-keywords): Re-install the "line as
9019 function" patch.
9020
9021 * help-fns.el (help-C-source-directory): New var.
9022 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9023 (describe-function-1, describe-variable): Use them.
9024
9025 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9026 to C source files specially.
9027
9028 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
9029
9030 * info.el (Info-hide-cookies-node): New function.
9031 (Info-select-node): Use it.
9032 (Info-display-images-node): Remove message with image file name.
9033
9034 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
9035
9036 * progmodes/compile.el (compilation-warning-face)
9037 (compilation-info-face, compilation-skip-threshold)
9038 (compilation-skip-visited, compilation-context-lines):
9039 Declare :version when added to Emacs.
9040 (compilation-error-regexp-alist-alist): Extend caml and irix.
9041 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9042 (compilation-mode-font-lock-keywords): Temporarily undo line as
9043 function patch, which wasn't ready.
9044
9045 2004-04-07 Kenichi Handa <handa@m17n.org>
9046
9047 * international/latin1-disp.el (latin1-display-setup): Check each
9048 character is displayable or not instead of calling
9049 latin1-display-check-font.
9050
9051 2004-04-06 Kenichi Handa <handa@m17n.org>
9052
9053 * language/ethio-util.el (ethio-sera-being-called-by-w3):
9054 New variable.
9055 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9056 instead of sera-being-called-by-w3.
9057 (ethio-fidel-to-sera-buffer): Likewise.
9058 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9059 instead of sera-being-called-by-w3.
9060 (ethio-write-file): Likewise.
9061
9062 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9063
9064 * printing.el: Doc fix.
9065
9066 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
9067
9068 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9069 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9070 (gdb-setup-windows): Only use separate IO buffer if required.
9071
9072 2004-04-06 Kim F. Storm <storm@cua.dk>
9073
9074 * term.el (term-is-xemacs): Remove.
9075 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9076 (term-window-width): New function.
9077 (term-mode, term-check-size): Use it.
9078 (term-mode): Disable overflow-newline-into-fringe in term buffer.
9079
9080 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
9081
9082 * cus-edit.el (custom-add-parent-links): Change unbound variable
9083 `symbol' to `name'.
9084
9085 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9086 * info.el (info-apropos): New function.
9087 (Info-mode-menu): Add it.
9088 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9089
9090 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9091 inherited docstring.
9092
9093 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9094
9095 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9098
9099 * progmodes/compile.el (font-lock): Don't require any more.
9100 (compilation-error-properties, compilation-start, compilation-sentinel)
9101 (compilation-filter, next-error): Use with-current-buffer.
9102 (compilation-skip-to-next-location, compilation-skip-threshold)
9103 (compilation-skip-visited): Move to silence the byte-compiler.
9104 (compilation-setup): Simplify.
9105 (compilation-next-error): Use line-(beginning|end)-position.
9106 Make sure `pt' is non-nil before using compilation-loop.
9107 (compile-goto-error): Add optional event arg. Use it.
9108 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9109 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9110 Update the binding for mouse-2.
9111 (first-error): Set compilation-current-error to nil rather than bob.
9112 (compilation-parsing-end, compilation-parse-errors-function)
9113 (compilation-error-list, compilation-old-error-list):
9114 "New" compatibility variables.
9115 (compile-buffer-substring, compilation-compat-error-properties)
9116 (compilation-compat-parse-errors, compilation-forget-errors):
9117 New compatibility functions.
9118 (compilation-mode-font-lock-keywords): Use them.
9119
9120 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9121
9122 * autorevert.el (auto-revert-handler): If point (or a window
9123 point) is at the end of the buffer, keep it there after
9124 reverting. This allows to tail a file.
9125 Mention this in the `Commentary'.
9126
9127 * format.el (format-write-file): Add optional argument CONFIRM
9128 and make it behave like the analogous argument to `write-file'.
9129
9130 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9131
9132 * progmodes/ebnf2ps.el: Doc fix.
9133 (ebnf-version): New version number (4.2).
9134 (ebnf-syntax): Customization and docstring fix.
9135 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9136 Put autoloaded funs before first use.
9137 (ebnf-style-database): Add dtd entry.
9138 (ebnf-syntax-alist): Add dtd initialization.
9139 (ebnf-token-sequence): New fun.
9140 (ebnf-comment-table): Add new comment action character.
9141 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9142
9143 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9144 Type Definition for XML).
9145
9146 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9147 * progmodes/ebnf-bnf.el (ebnf-sequence):
9148 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9149 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9150 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9151 Code simplification: call ebnf-token-sequence.
9152
9153 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9154
9155 * calendar/timeclock.el (timeclock-relative)
9156 (timeclock-get-project-function, timeclock-get-workday-function)
9157 (timeclock-query-out, timeclock-when-to-leave)
9158 (timeclock-when-to-leave-string, timeclock-log-data)
9159 (timeclock-generate-report, timeclock-in): Doc fixes.
9160
9161 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * url/: New dir. Import the URL package from its repository.
9164
9165 2004-04-03 Andreas Schwab <schwab@suse.de>
9166
9167 * diff-mode.el (diff-mode): Fix missing quote.
9168
9169 2004-04-03 Juri Linkov <juri@jurta.org>
9170
9171 * descr-text.el (describe-property-list): Add `font-lock-face'.
9172
9173 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9174
9175 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9176
9177 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9178 Use utf-16le on little endian machines and utf-16be otherwise.
9179
9180 2004-04-02 David Kastrup <dak@gnu.org>
9181
9182 * net/browse-url.el (browse-url-generic): Use call-process
9183 instead of start-process to allow browsers that fork and detach.
9184
9185 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9186
9187 * compile.el (compilation-current-error): New var.
9188 (compilation-setup, compile-mouse-goto-error)
9189 (compile-goto-error, next-error): Use it.
9190 (compilation-skip-to-next-location): Default to t, which gives
9191 contiguous skipping like old compile (where this was redundant).
9192 (compilation-next-error): Prevent previous-* commands from moving
9193 back to message at or just before point.
9194
9195 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9196
9197 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9198 (gdb-source-info): Don't display source at startup, if required.
9199 (gdb-show-main): New option.
9200 (gdba): Update documentation.
9201 (gdb-source): Cover case of auto-display output.
9202
9203 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * autorevert.el: Delete obsolete autoload's and defvar's.
9206 (auto-revert-check-vc-info): New user option.
9207 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9208 (auto-revert-handler-vc): Delete.
9209 (auto-revert-handler): Treat return value `fast' of
9210 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9211
9212 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9213 return `fast'.
9214
9215 * files.el (buffer-stale-function): Doc change.
9216
9217 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9218
9219 * printing.el: New tip on Tips section.
9220 (pr-version): New version number (6.7.4).
9221 (pr-shell-file-name): Initialization fix.
9222
9223 2004-03-31 Juri Linkov <juri@jurta.org>
9224
9225 * dired.el: Add autoload for `dired-do-touch'.
9226 (dired-touch-program): New var.
9227 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9228 (dired-no-confirm): Add `touch' to docstring.
9229
9230 * dired-aux.el (dired-do-touch): New fun.
9231 (dired-do-chxxx): Add argument -t for touch operation.
9232
9233 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9234 `dired-move-to-filename-regexp'.
9235
9236 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
9237
9238 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9239
9240 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9241
9242 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9243 and only if the buffer was modified.
9244
9245 2004-03-30 Kenichi Handa <handa@m17n.org>
9246
9247 * international/characters.el: Delete pairs for U+2308..U+230B.
9248
9249 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9250
9251 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9252 to detect the beginning of a level 2 or 3 annotation.
9253
9254 2004-03-29 Kenichi Handa <handa@m17n.org>
9255
9256 * international/ucs-tables.el (ucs-insert): Fix the error message.
9257
9258 2004-03-29 Kenichi Handa <handa@m17n.org>
9259
9260 * international/mule-util.el (char-displayable-p): Fix generation
9261 of XLFD file name.
9262
9263 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9264 before finding directories by `find'.
9265
9266 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * subr.el (interactive-form): Delete. Now implemented in C.
9269
9270 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9271
9272 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9273 (vc-diff-label): New fun.
9274 (vc-diff-internal): Use it.
9275
9276 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9277
9278 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9279
9280 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9281
9282 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9283 specify XML (EBNFX).
9284
9285 * progmodes/ebnf2ps.el: Doc fix.
9286 (ebnf-version): New version number (4.1).
9287 (ebnf-syntax): Adjust customization.
9288 (ebnf-style-database): Add ebnfx entry.
9289 (ebnf-syntax-alist): Add ebnfx initialization.
9290 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9291
9292 * printing.el: Doc fix.
9293 (pr-version): New version number (6.7.3).
9294 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9295 returns nil for mouse position. Reported by Drew Adams
9296 <drew.adams@oracle.com>.
9297 (pr-update-menus): Modify interactive declaration. Reported by Drew
9298 Adams <drew.adams@oracle.com>.
9299
9300 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9301
9302 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9303 (gud-gdba-marker-filter): Log the process input and output, if
9304 required. From Stefan Monnier.
9305 (gdb-debug-log, gdb-enable-debug-log): New variables.
9306 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9307
9308 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9311 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9312
9313 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9314
9315 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9316 Call vc-find-file-hook here instead of in auto-revert-buffers.
9317 (auto-revert-buffers): Delete call to vc-find-file-hook.
9318 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9319 (global-auto-revert-mode, auto-revert-set-timer)
9320 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9321
9322 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9323
9324 * woman.el (woman-change-fonts): Rename local variable
9325 woman-font-alist to font-alist to avoid a compiler warning.
9326
9327 2004-03-27 Dave Love <fx@gnu.org>
9328
9329 * emacs-lisp/rx.el (rx): Doc fix.
9330 Fix copyright years.
9331
9332 * strokes.el (strokes-global-set-stroke-string): New function.
9333 (strokes-list-strokes): Cope with strings, not just commands.
9334 Set foreground colour of image.
9335 (strokes-global-set-stroke): Doc fix.
9336
9337 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9338
9339 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9340 Auto Revert mode.
9341 (Buffer-menu-files-only): New variable.
9342 (Buffer-menu-toggle-files-only): New function.
9343 (Buffer-menu-mode-map): Bind it to `T'.
9344 (Buffer-menu-mode): Mention `T' in docstring.
9345 Set buffer-stale-function.
9346 (list-buffers-noselect): Mark buffer non-modified and set
9347 Buffer-menu-files-only.
9348
9349 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9350
9351 * autorevert.el (auto-revert-handler): Print revert message
9352 before, rather than after, reverting.
9353 (buffer-stale-function): Move to files.el.
9354
9355 * files.el (buffer-stale-function): Move here from autorevert.el.
9356
9357 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9360
9361 * calc/calc.el (calc-mode-map): Use mapc.
9362
9363 * apropos.el (apropos-mode): Don't autoload.
9364 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9365 (apropos): Use it.
9366 (apropos-print): Add optional `text' argument.
9367 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9368 Don't assume point-min == 1.
9369
9370 * bs.el (bs-buffer-list): Use buffer-local-value.
9371 (bs--set-toggle-to-show): Use with-current-buffer.
9372
9373 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9374 New funs.
9375 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9376
9377 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9378
9379 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9380 (dabbrev--find-expansion): Use pop.
9381 (dabbrev--search): Use match-string-no-properties.
9382
9383 * dired.el (dired-mode): Use run-mode-hooks.
9384 (dired-move-to-end-of-filename): Use match-string.
9385
9386 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9387 is bound before using it.
9388 (ediff-verbose-p): Make it into a var since it's not constant.
9389
9390 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9391
9392 * faces.el (read-face-font): Don't cons up unnecessarily.
9393 (header-line, tool-bar): Share common parts.
9394
9395 * files.el (file-relative-name): Use compare-strings.
9396
9397 * finder.el (finder-mode): Follow coding convention.
9398
9399 * subr.el (read-number): New function.
9400
9401 * ses.el (ses-read-number): Move to subr.el.
9402 (ses-set-header-row): Use read-number.
9403
9404 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9405
9406 * vc-hooks.el (vc-arg-list): New function, which handles both
9407 compiled and uncompiled code.
9408 (vc-default-workfile-unchanged-p): Use it.
9409
9410 * vc.el (vc-print-log): Undo prev change, use new function
9411 vc-arg-list from vc-hooks.el.
9412
9413 2004-03-26 Masatake YAMATO <jet@gyve.org>
9414
9415 * simple.el (completion-setup-function): Emphasize the
9416 first uncommon characters in the completions; and de-emphasize
9417 the common prefix substrings.
9418 (completion-emphasis): New face.
9419 (completion-de-emphasis): New face.
9420
9421 2004-03-25 Juanma Barranquero <lektu@terra.es>
9422
9423 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9424 Comment out (it's unused and unfinished code).
9425
9426 2004-03-25 Sam Steingold <sds@gnu.org>
9427
9428 * vc.el (vc-print-log): Fix a bug in the last patch:
9429 backend-function may be a byte-compiled object, not a lambda.
9430
9431 2004-03-25 Juri Linkov <juri@jurta.org>
9432
9433 * descr-text.el (describe-property-list): Add a button
9434 for `face' property that calls `describe-face'.
9435 Suggested by luis fernandes <elf@ee.ryerson.ca>
9436
9437 * international/mule.el (keyboard-coding-system):
9438 * kmacro.el (kmacro-call-macro): Fix docstring.
9439
9440 * dired.el: Fix comments.
9441
9442 * textmodes/fill.el (fill): Fix Info link.
9443
9444 * font-lock.el (fast-lock, lazy-lock):
9445 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9446 Info node.
9447
9448 * eshell/eshell.el (eshell): Fix broken info-link.
9449
9450 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9451 * eshell/em-banner.el (eshell-banner):
9452 * eshell/em-smart.el (eshell-smart):
9453 * eshell/esh-cmd.el (eshell-cmd):
9454 Comment out broken info-links to incomplete Info manual.
9455
9456 * info-xref.el: Fix commentary.
9457
9458 2004-03-25 Kevin Ryde <user42@zip.com.au>
9459
9460 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9461 Remove spurious node duplicate suppression, doesn't work, not wanted.
9462 (info-xref-output): Take format style args, add "sit-for 0" to let
9463 user see the results as they progress.
9464 (info-xref-check-all-custom): New function.
9465
9466 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9467
9468 * gdb-ui.el: Moved to progmodes.
9469
9470 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9473
9474 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9475
9476 * calendar/appt.el (appt-check): Remove superfluous progn.
9477 When finished with diary buffer: if it was not being displayed
9478 before, kill it; otherwise restore its original state.
9479 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9480
9481 * calendar/calendar.el (calendar-set-mode-line): Use total
9482 available mode-line width, rather than frame-width.
9483
9484 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9485 after mode change so effect not lost.
9486
9487 2004-03-23 Dave Love <fx@gnu.org>
9488
9489 * dired.el (dired) <defgroup>: Add link to manual.
9490 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9491 (dired-revert): Use dolist.
9492 (dired-mode-map): Add U binding.
9493 (dired-mode): Add font-lock-beginning-of-syntax-function.
9494 (dired-garbage-files-regexp): Make it a defcustom.
9495
9496 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9499 is equivalent to nil.
9500 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9501 (vc-arch-mode-line-string): Accept `added' state.
9502 (vc-arch-state): Use inode-sigs if available.
9503 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9504 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9505 (vc-arch-tagline-re): New var.
9506 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9507 New functions.
9508 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9509 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9510
9511 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9512 (vc-file-not-found-hook): Use it.
9513
9514 * diff-mode.el (diff-default-read-only): Change default.
9515 (diff-mode-hook): Make it a defcustom. Add some options.
9516 (diff-mode-map): Bind diff-refine-hook.
9517 (diff-yank-handler): New var.
9518 (diff-yank-function): New fun.
9519 (diff-font-lock-keywords): Use them.
9520 (diff-end-of-file): Handle case where file-header looks like diff text.
9521 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9522 (diff-file-kill): Delete a subsequent empty line, if applicable.
9523 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9524 (diff-find-file-name): Use it.
9525 (diff-tell-file-name): New command.
9526 (diff-mode): Be careful with view-mode.
9527 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9528 New functions, for use in diff-mode-hook.
9529 (diff-find-source-location): Catch "regex too large" errors.
9530 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9531 (diff-refine-hunk): New command.
9532
9533 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9534 (smerge-context-menu-map): Remove unused var.
9535 (smerge-keep-all): Preserve markers.
9536 (smerge-keep-n): New fun.
9537 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9538 (smerge-keep-current, smerge-ediff): Use it.
9539 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9540 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9541 (smerge-resolve): Resolve trivial 3-part conflicts.
9542
9543 2004-03-23 Juri Linkov <juri@jurta.org>
9544
9545 * man.el (Man-width): New var.
9546 (Man-getpage-in-background): Use it.
9547 (Man-support-local-filenames): New var and fun.
9548 (Man-build-man-command): Don't add a second %s.
9549 (Man-fontify-manpage): Clean up message.
9550 (Man-mode): Set outline-regexp, outline-level,
9551 imenu-generic-expression.
9552
9553 * woman.el (woman-fill-frame): Doc fix.
9554 (woman-decode-region): Use window-width instead of frame-width.
9555
9556 * abbrevlist.el (list-one-abbrev-table):
9557 * descr-text.el (describe-char):
9558 * international/mule-diag.el (describe-current-coding-system):
9559 * international/quail.el (quail-insert-decode-map):
9560 Use window-width instead of frame-width.
9561
9562 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9563 (jka-compr-mode-alist-additions): Add tbz.
9564 (jka-compr-write-region, jka-compr-insert-file-contents):
9565 Add message for undefined compress-program.
9566 (jka-compr-write-region): Remove redundant var bindings.
9567
9568 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9569 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9570 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9571 (dired-man): Use dired-guess-shell-command.
9572 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9573 Change default nil to t.
9574
9575 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9576 (dired-compare-directories): Add default value for empty input.
9577
9578 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9579
9580 * time.el (display-time-string-forms): Fix help-echo date format.
9581
9582 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9585 (buffer-stale-function): New variable.
9586 (auto-revert-list-diff, auto-revert-dired-file-list)
9587 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9588 (auto-revert-handler): Take over some functionality of deleted
9589 functions.
9590 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9591
9592 * dired.el (dired-directory-changed-p): New fun, extracted from
9593 dired-internal-noselect.
9594 (dired-buffer-stale-p): New fun.
9595 (dired-internal-noselect): Use dired-directory-changed-p.
9596 Eliminate revert messages.
9597 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9598
9599 2004-03-23 Kenichi Handa <handa@m17n.org>
9600
9601 * international/characters.el: Setup syntaxes for more parentheses
9602 Unicode characters.
9603
9604 * international/mule-cmds.el (select-safe-coding-system):
9605 Merge coding-system and auto-cs before comparing them.
9606
9607 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9610
9611 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9612 normal-auto-fill-function and comment-indent-function.
9613 The default values now work just as well.
9614 Don't set font-lock-beginning-of-syntax-function since we already set
9615 syntax-begin-function.
9616 (lisp-outline-level): Put ;;;###autoload at same level as (.
9617 (prin1-char): Quote special chars.
9618
9619 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9620 than with-no-warnings.
9621
9622 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9623 if the source location can't be found.
9624 (edebug-compute-previous-result): Use prin1-char.
9625
9626 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9627 (debug-ignored-errors): Add an entry.
9628
9629 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9630 (byte-compile-file): Output warning when deleting a file.
9631
9632 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9633 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9634
9635 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9636 (byte-compile-inline-expand): Use backquote.
9637 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9638 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9639
9640 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9641
9642 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9643
9644 2004-03-22 Juri Linkov <juri@jurta.org>
9645
9646 * finder.el (finder-known-keywords): Fix data, tex, unix.
9647
9648 * play/landmark.el: Fix keywords.
9649
9650 * language/ethio-util.el (ethio-find-file): Doc fix.
9651
9652 * emacs-lisp/warnings.el: Doc fix.
9653
9654 * textmodes/ispell.el (ispell-help): Doc fix.
9655
9656 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9657
9658 * format.el (format-insert-file): Always return a list of two
9659 elements, like insert-file-contents does.
9660
9661 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9662
9663 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9664 and vc-BACKEND-diff.
9665 (vc-print-log): If the print-log implementation supports it, use
9666 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9667 (vc-version-diff, vc-diff-internal): Doc fixes.
9668
9669 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9670 implementation supports it, let diff output go to *vc*,
9671 not *vc-diff*, since this is an internal call.
9672
9673 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9674
9675 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9676
9677 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9678
9679 2004-03-21 Dave Love <fx@gnu.org>
9680
9681 * progmodes/cfengine.el (cfengine-mode):
9682 Set parse-sexp-ignore-comments.
9683
9684 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9685
9686 2004-03-21 Juanma Barranquero <lektu@terra.es>
9687
9688 * allout.el (allout-mode): Fix docstring.
9689
9690 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9693
9694 * autorevert.el (auto-revert-interval): Make new value take
9695 effect immediately when set through Custom.
9696 (auto-revert-set-timer): Add interactive declaration.
9697
9698 2004-03-19 David Ponce <david@dponce.com>
9699
9700 * ruler-mode.el (ruler-mode-header-line-format-old):
9701 Don't `make-variable-buffer-local'.
9702 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9703 (ruler-mode-header-line-format): Simply funcall the above.
9704 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9705 to save/restore a previous header line format.
9706 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9707 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9708 fringes and margins width.
9709 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9710
9711 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * log-edit.el (log-edit-font-lock-keywords): Typo.
9714
9715 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9716 (tex-send-tex-command): Rather than here.
9717 (tex-compilation-parse-errors): Simplify.
9718
9719 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9720
9721 * time.el (display-time-string-forms): Add help-echo with date on time.
9722
9723 * composite.el (compose-region): Use restore-buffer-modified-p.
9724
9725 * disp-table.el (standard-display-8bit): Simplify.
9726
9727 * server.el (server-process-filter): Delete temp frame.
9728
9729 * add-log.el (add-change-log-entry): Simplify.
9730
9731 2004-03-19 Kim F. Storm <storm@cua.dk>
9732
9733 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9734 (hexl-follow-line): Don't require 'fringe.
9735
9736 * progmodes/compile.el (compilation-start): Always set
9737 compilation-last-buffer and return it.
9738
9739 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9740
9741 * simple.el (clone-buffer): Doc fix.
9742
9743 2004-03-18 Juanma Barranquero <lektu@terra.es>
9744
9745 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9746
9747 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * log-edit.el (log-edit-font-lock-keywords): New var.
9750 (log-edit-mode): Use it.
9751
9752 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9753
9754 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9755 properly for watching in speedbar.
9756
9757 2004-03-17 Masatake YAMATO <jet@gyve.org>
9758
9759 * smerge-mode.el (smerge-popup-context-menu):
9760 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9761
9762 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9765 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9766 Take sealed revisions into account.
9767 (vc-arch-checkin): Extract a summary line from the message.
9768
9769 2004-03-16 Masatake YAMATO <jet@gyve.org>
9770
9771 * register.el (register): Provide `register' feature.
9772
9773 2004-03-15 Masatake YAMATO <jet@gyve.org>
9774
9775 Added context menu support in smerge mode.
9776 Most of the part is written by Stefan Monnier.
9777
9778 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9779 New keymap and menu.
9780 (smerge-text-properties): New function.
9781 (smerge-remove-props): New function.
9782 (smerge-popup-context-menu): New function.
9783 (smerge-resolve): Call `smerge-remove-props'.
9784 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9785 (smerge-keep-current): Ditto.
9786 (smerge-kill-current): New function.
9787 (smerge-match-conflict): Put text properties.
9788 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9789
9790 2004-03-15 David Ponce <david@dponce.com>
9791
9792 * ruler-mode.el: (ruler-mode-left-fringe-cols)
9793 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9794 (ruler-mode-right-scroll-bar-cols): Remove.
9795 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9796 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9797 Use fringe-columns and scroll-bar-columns.
9798
9799 2004-03-15 Masatake YAMATO <jet@gyve.org>
9800
9801 * hl-line.el (hl-line-range-function): New variable.
9802 (hl-line-move): New function.
9803 (global-hl-line-highlight): Use `hl-line-move'.
9804 (hl-line-highlight): Ditto.
9805
9806 * scroll-bar.el (scroll-bar-columns):
9807 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9808
9809 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9810 (ruler-mode-left-fringe-cols)
9811 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9812 (ruler-mode-right-scroll-bar-cols)
9813 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9814 (ruler-mode-ruler-function): New variable.
9815 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9816 if the value for `ruler-mode-ruler-function'is given.
9817
9818 * hexl.el (hexl-mode-hook): Make the hook customizable.
9819 (hexl-address-area, hexl-ascii-area): New customize variables.
9820 (hexlify-buffer): Put font-lock-faces on the address area and
9821 the ascii area.
9822 (hexl-activate-ruler): New function.
9823 (hexl-follow-line): New function.
9824 (hexl-highlight-line-range): New function.
9825 (hexl-mode-ruler): New function.
9826
9827 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9830 (vc-default-find-file-hook): New fun.
9831 (vc-find-file-hook): Call new find-file-hook operation.
9832
9833 * vc-arch.el: New file.
9834
9835 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9836
9837 * info-look.el (info-lookup): Reuse an existing Info window.
9838
9839 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9840
9841 * woman.el (woman-preserve-ascii): Default value changed to t and
9842 doc string revised.
9843
9844 2004-03-12 Richard M. Stallman <rms@gnu.org>
9845
9846 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9847 Fix minor bug.
9848
9849 * replace.el (occur-engine): Change message for count of matches.
9850
9851 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9852 For strings, do compare text properties.
9853
9854 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9855
9856 * progmodes/compile.el (compile-auto-highlight)
9857 (compilation-error-list, compilation-old-error-list)
9858 (compilation-parse-errors-function, compilation-parsing-end)
9859 (compilation-error-message, compilation-directory-stack)
9860 (compilation-enter-directory-regexp-alist)
9861 (compilation-leave-directory-regexp-alist)
9862 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9863 (compilation-current-file, compilation-regexps): Remove vars.
9864
9865 (compile-error-at-point, compilation-error-filedata)
9866 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9867 (compilation-next-error-locus, compilation-forget-errors)
9868 (count-regexp-groupings, compilation-parse-errors)
9869 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9870
9871 (compile-internal): Make obsolete.
9872
9873 (compilation-first-column, compilation-error)
9874 (compilation-directory-matcher, compilation-page-delimiter)
9875 (compilation-mode-font-lock-keywords, compilation-debug)
9876 (compilation-error-face, compilation-warning-face)
9877 (compilation-info-face, compilation-line-face)
9878 (compilation-column-face, compilation-enter-directory-face)
9879 (compilation-leave-directory-face, compilation-skip-threshold)
9880 (compilation-skip-visited, compilation-context-lines): New vars.
9881
9882 (compilation-warning-face, compilation-info-face)
9883 (compilation-message-face): New faces.
9884
9885 (compilation-error-regexp-alist-alist): New constant.
9886
9887 (compilation-face, compilation-directory-properties)
9888 (compilation-assq, compilation-error-properties, compilation-start)
9889 (define-compilation-mode, compilation-loop)
9890 (compilation-set-window): New functions.
9891
9892 (compile): Additional argument for interactive compiles like TeX.
9893
9894 * progmodes/grep.el (kill-grep): Move here from compile.el
9895 (grep-error, grep-hit-face, grep-error-face)
9896 (grep-mode-font-lock-keywords): New variables.
9897 (grep-regexp-alist): Simplify regexp and add `binary' case.
9898 (grep-mode): New mode.
9899 (grep-process-setup): Simplify.
9900
9901 2004-03-11 Jason Rumney <jasonr@gnu.org>
9902
9903 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9904 letters on DOS/Windows.
9905
9906 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * server.el (server-name): New var.
9909 (server-socket-dir): New var to replace server-socket-name.
9910 (server-start): Use them.
9911
9912 2004-03-11 Simon Josefsson <jas@extundo.com>
9913
9914 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9915 died to avoid infloop. Reported by Jonathan Glauner
9916 <jglauner@sbum.org>.
9917
9918 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9921 (smerge-mode-menu): Use it to deactivate menu entries.
9922 (smerge-keep-current): New fun.
9923 (smerge-keep-current): Use it.
9924
9925 2004-03-10 John Paul Wallington <jpw@gnu.org>
9926
9927 * foldout.el (foldout-fold-list, foldout-modeline-string):
9928 Declare them as variables, not constants.
9929
9930 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9931
9932 * ps-print.el: Modification to print *Messages* buffer.
9933 (ps-print-version): New version 6.6.4.
9934 (ps-message-log-max): New fun.
9935 (ps-spool-without-faces, ps-spool-with-faces)
9936 (ps-count-lines-preprint): Code fix.
9937
9938 * printing.el: New tips in Tips section.
9939
9940 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9941
9942 * delim-col.el: Doc fix.
9943
9944 * printing.el: Doc fix. New doc section (Tips).
9945
9946 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * type-break.el (type-break-emacs-variant): Remove.
9949 (type-break-run-at-time, type-break-cancel-function-timers):
9950 Use fboundp rather than version name and number.
9951
9952 2004-03-09 Masatake YAMATO <jet@gyve.org>
9953
9954 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9955 `make-variable-buffer-local'.
9956
9957 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9958
9959 * find-dired.el (find-dired): Call `shell-command' instead of
9960 `start-process-shell-command'. By this, Tramp takes over
9961 handling of remote directories.
9962
9963 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * newcomment.el (comment-use-global-state): New var.
9966 (comment-search-forward): Use it.
9967
9968 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9969
9970 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9971
9972 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9973 (enable-kinsoku): Make it a defcustom.
9974 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9975 paragraph to same-comment-start-marker.
9976
9977 2004-03-07 Dave Love <fx@gnu.org>
9978
9979 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9980 (browse-url-mail): Use it.
9981
9982 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9983 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9984
9985 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9986
9987 * woman.el (woman-man.conf-path): Doc fix.
9988 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9989
9990 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9991
9992 * sort.el (sort-columns): Remove ms-dos from the list of systems
9993 where the external `sort' command is not used.
9994
9995 2004-03-07 Kim F. Storm <storm@cua.dk>
9996
9997 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9998 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9999 from overlay-arrow-variable-list.
10000 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10001
10002 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
10003
10004 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10005 overlay arrow string properly for the assembler buffer.
10006
10007 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * mail/sendmail.el (mail-mode): Fix last change.
10010
10011 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
10012
10013 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10014 for the assembler buffer.
10015 (gdb-assembler-custom): Position the overlay arrow.
10016 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10017
10018 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10021
10022 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10023 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10024
10025 * mail/sendmail.el (mail-mode): Set comment-start-skip.
10026
10027 * newcomment.el (uncomment-region): Allow non-terminated comment.
10028 (comment-normalize-vars): Check the user-specified comstart marker.
10029
10030 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10031
10032 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10033 Otherwise, do use it if the region only contains font-lock text
10034 properties.
10035
10036 2004-03-04 Masatake YAMATO <jet@gyve.org>
10037
10038 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10039 as the callback function for eldoc.
10040 (hexl-print-current-point-info): New function.
10041 (hexl-current-address): Print the address in both decimal
10042 and hexadecimal format.
10043
10044 2004-03-04 Richard M. Stallman <rms@gnu.org>
10045
10046 * mail/rmail.el (rmail-convert-to-babyl-format):
10047 Specify t for UNIBYTE when calling mail-unquote-printable-region.
10048
10049 * mail/mail-utils.el (mail-unquote-printable-region):
10050 New arg UNIBYTE.
10051
10052 * startup.el (command-switch-alist): Doc fix.
10053
10054 * simple.el (undo): Temporarily set this-command to `undo-start',
10055 then set it to `undo' once undo-start returns without error.
10056
10057 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10058
10059 * simple.el (kill-line): Don't disregard trailing whitespace
10060 in eol condition, if show-trailing-whitespace is set.
10061
10062 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10063 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10064 When disabling, restore old values only if mouse-sel-has-been-enabled.
10065
10066 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10067 (isearch-{-char): New function.
10068 (isearch-mode-map): Bind { to isearch-{-char.
10069
10070 * font-lock.el (lisp-font-lock-keywords-2):
10071 Turn off the CL with-... and do-... general patterns.
10072 Instead, recognize several specific with... and do... constructs.
10073
10074 * files.el (switch-to-buffer-other-window):
10075 Bind same-window-buffer-names and same-window-regexps to nil.
10076 (switch-to-buffer-other-frame): Likewise.
10077
10078 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10081 recognizing leading comment on code line.
10082
10083 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10086 hidden files/directories.
10087
10088 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10091 only comment-start (in case the mode hasn't set it).
10092
10093 * Makefile.in (AUTOGENEL): New var.
10094 (bootstrap-prepare): Rename from bootstrap-clean.
10095 Don't remove elc files.
10096 (maintainer-clean): New target.
10097
10098 * xml.el (xml-get-attribute-or-nil): Simplify.
10099
10100 2004-03-02 Juri Linkov <juri@jurta.org>
10101
10102 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10103 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10104 URL to prevent their substitution with the environment variable
10105 values by browsers.
10106
10107 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10108
10109 * ps-print.el: Doc fix.
10110 (ps-print-version): New version number (6.6.3).
10111 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10112 Docstring fix.
10113 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10114 before printing.
10115 (ps-time-stamp-yyyy-mm-dd): New fun.
10116 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10117
10118 2004-03-02 Kim F. Storm <storm@cua.dk>
10119
10120 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10121
10122 2004-03-01 Juanma Barranquero <lektu@terra.es>
10123
10124 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10125
10126 * desktop.el (desktop-file-version)
10127 (desktop-after-read-hook): Fix typos.
10128 (desktop-clear-preserve-buffers): Remove redundant info in
10129 docstring already shown by the obsolescence message.
10130 (desktop-truncate, desktop-internal-v2s)
10131 (desktop-value-to-string): Change argument name to match docstring.
10132
10133 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10134
10135 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10136 docstring.
10137
10138 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10139
10140 * printing.el: Replace "As Is..." in PostScript file print/preview by
10141 "No Preprocessing...". Suggested by Colin Marquardt
10142 <_marquardt_@zmd.de>.
10143 (pr-insert-section-4): Adjust buffer interface.
10144
10145 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10146
10147 Version 2.0.39 of Tramp released.
10148
10149 * net/tramp.el (tramp-handle-file-local-copy)
10150 (tramp-handle-write-region, tramp-open-connection-rsh):
10151 Variable name typo. Small change. From Patrick Tullmann
10152 <tullmann@flux.utah.edu>.
10153 (tramp-process-connection-type): New variable.
10154 (tramp-maybe-open-connection): Use it.
10155 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10156 (tramp-touch): Set last-modified time of a remote file.
10157 (tramp-handle-write-region): Say which function is used when encoding.
10158
10159 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10160
10161 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10162 case of non-existing filename, too. Reported by Christoph Bauer
10163 <c_bauer@informatik.uni-kl.de>.
10164 (tramp-smb-get-file-entries): The directory in question should
10165 have permissions "drwxrwxrwx". Just virtual, because we don't
10166 know the real permissions. Don't we know?
10167 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10168 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10169 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10170 output. If it was received chunkwise, there have been problems.
10171 Remove the "prompt not found" error message; it is obvious.
10172 Simplify algorithm.
10173 (tramp-smb-process-running): Remove. Since we acknowledge the
10174 virtual prompt for shares, there's no need for distinction of
10175 reading shares (process ends afterwards) and interactive mode of
10176 smblient.
10177 (tramp-smb-open-connection): Setting process sentinel removed.
10178 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10179 "NT_STATUS_NETWORK_ACCESS_DENIED".
10180 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10181 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10182 (top-level): Setting default value in `tramp-default-method-alist'
10183 corrected. Order of USER and HOST have been wrong.
10184 Nobody complained for months ...
10185 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10186 (tramp-smb-open-connection): Clear password cache if login has failed.
10187
10188 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10189 `tramp-unified-filenames'.
10190 (tramp-completion-mode): Make test for XEmacs explicitely.
10191 `event-to-character' can exists in Emacs packages too.
10192 Reported by Matt Swift <swift@alum.mit.edu>.
10193 (tramp-buffer-name): Buffer name must contain the user if exists.
10194 Reported by Adrian Phillips <a.phillips@met.no>.
10195 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10196 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10197 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10198 `tramp-do-copy-or-rename-file-one-local', because it handles also
10199 the case both files use the same out-of-band method.
10200 Implementation added.
10201 (tramp-handle-file-local-copy, tramp-handle-write-region):
10202 Out-of-band handling removed. `copy-file' called instead, which
10203 calls `tramp-do-copy-or-rename-file-out-of-band'.
10204 (tramp-action-password): Check for out-of-band method removed.
10205 This function is used for 'login-program.
10206 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10207 appropriate.
10208 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10209 and `tramp-parse-sknownhosts'.
10210 (tramp-completion-function-alist): It's a defvar now, because we
10211 want to apply the optimized `tramp-set-completion-function'
10212 instead of a static list.
10213 (tramp-set-completion-function): Implementation tuned.
10214 Avoid double entries, and entries where the function or the
10215 file/directory doesn't exist.
10216 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10217 for SSH2.
10218 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10219 (tramp-handle-dired-compress-file): New function.
10220 (tramp-async-proc): New variable.
10221 (tramp-handle-shell-command): Adding asynchronous processes.
10222 They are far from being perfect, but it works at least for
10223 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10224 (top-level): Require password.el if visible. Should be mandatory
10225 once No Gnus has found its way into (X)Emacs.
10226 (tramp-read-passwd): Invoke `password-read' if available,
10227 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10228 fallback any longer.
10229 (tramp-clear-passwd): New function.
10230 (tramp-process-actions, tramp-process-multi-actions):
10231 Clear password cache if login has failed.
10232
10233 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10234 its own module.
10235 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10236 `ange-ftp-ftp-name-res'. There could be incorrect values from
10237 previous calls in case the "ftp" method is used in the Tramp file
10238 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10239
10240 2004-02-28 Richard M. Stallman <rms@gnu.org>
10241
10242 * term.el (term-mouse-paste): Call mouse-set-point.
10243
10244 * thumbs.el: New file.
10245
10246 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10247
10248 * progmodes/ebnf-abn.el: Doc fix.
10249
10250 * progmodes/ebnf-bnf.el: Doc fix.
10251 (ebnf-repeat): Code fix.
10252
10253 * progmodes/ebnf2ps.el: Doc fix.
10254 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10255
10256 2004-02-28 Juri Linkov <juri@jurta.org>
10257
10258 * ffap.el (dired-at-point): Additional writability test for
10259 relative directory names.
10260 (dired-at-point-prompter): Treat directories as a directory, get
10261 the directory component from files.
10262 (ffap-string-at-point): Return string from region if region is active.
10263 (ffap-file-at-point): Remove redundant code.
10264
10265 2004-02-28 Kim F. Storm <storm@cua.dk>
10266
10267 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10268 Initialize margin area images to nil.
10269 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10270 (breakpoint-enabled-bitmap-face)
10271 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10272 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10273 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10274 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10275 (gdb-reset): Use gdb-remove-breakpoint-icons.
10276 (gdb-put-string): Add dprop arg to specify alternative display
10277 property (for setting fringe bitmap).
10278 (gdb-remove-strings): Doc fix.
10279 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10280 icon in fringe (if available), or else as icon or text in display
10281 margin. Creates necessary icons in breakpoint-bitmap,
10282 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10283 Also make left window margin if required.
10284 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10285 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10286 no longer needed.
10287 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10288 gdb-put-breakpoint-icon.
10289 (gdb-assembler-mode): Don't set left-margin-width here.
10290
10291 2004-02-27 Kevin Ryde <user42@zip.com.au>
10292
10293 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10294 comma, so that it DTRT in macros.
10295
10296 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10297
10298 * progmodes/sh-script.el (sh-shell-arg)
10299 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10300 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10301
10302 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * faces.el (face-spec-set-match-display): Add a new attribute,
10305 `min-colors'.
10306 (region, highlight, secondary-selection): Use `min-colors'.
10307
10308 * custom.el (defface): Add documentation for `min-colors'.
10309
10310 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10311 (font-lock-keyword-face, font-lock-function-name-face)
10312 (font-lock-variable-name-face, font-lock-constant-face):
10313 Use `min-colors'.
10314
10315 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10316
10317 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10318
10319 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10320 define assq-delete-all if it's not defined.
10321 (ebnf-generate-region): Code fix.
10322
10323 * printing.el: Doc fix.
10324 (pr-version): New version number (6.7.2).
10325 (pr-command): Return empty string if command is an empty string.
10326
10327 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10328
10329 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10330
10331 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10332 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10333 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10334 "tt" ["test"] ). Reported by Markus Dreyer
10335 <mdreyer@ix.urz.uni-heidelberg.de>.
10336 (ebnf-version): New version number (4.0).
10337 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10338 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10339 (ebnf-delete-style): New commands.
10340 (ebnf-directory, ebnf-file): New funs.
10341 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10342 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10343 (ebnf-syntax-alist): New var.
10344 (ebnf-element-width): New fun replacing ebnf-list-width.
10345 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10346 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10347 (ebnf-prologue): Adjust vars.
10348 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10349 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10350 (ebnf-check-style-values, ebnf-generate-production)
10351 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10352 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10353 (ebnf-token-repeat): Code fix.
10354
10355 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10356 %right, %left and %prec. Suggested by Matthew K. Junker
10357 <junker@alum.mit.edu>.
10358 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10359
10360 * progmodes/ebnf-iso.el: Doc fix.
10361 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10362 (ebnf-iso-lex): Code fix.
10363
10364 * progmodes/ebnf-bnf.el: Doc fix.
10365 (ebnf-bnf-lex): Code fix.
10366
10367 * progmodes/ebnf-otz.el: Doc fix.
10368
10369 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10370
10371 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10372 (abbrev-prefix-mark): Doc fix.
10373
10374 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10375
10376 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10377 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10378 (gdb-var-delete): Make interactive (really).
10379 (gdb-edit-value): Make non-interactive.
10380
10381 * progmodes/gud.el (gud-speedbar-menu-items):
10382 Add gdb-var-delete and, indirectly, gdb-edit-value.
10383 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10384 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10385 (gud-gdb-marker-filter): Add comment for annotations.
10386
10387 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10388
10389 * calendar/calendar.el (generate-calendar)
10390 (calendar-read-date): Prevent display of BC calendars once more -
10391 reverts 2003-10-01 change.
10392 (generate-calendar-month): Doc fix.
10393
10394 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10395
10396 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10397 return value of increment-calendar-month.
10398
10399 2004-02-21 Stephen Compall <s11@member.fsf.org>
10400
10401 * saveplace.el (save-place-forget-unreadable-files)
10402 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10403 (save-place-forget-unreadable-files): New function.
10404 (save-place-alist-to-file): Use it to filter out files that are
10405 no longer readable.
10406
10407 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10408 current Texinfo environment, using the same method as in
10409 `texinfo-insert-@end', and insert a space rather than a newline if
10410 point in a @table environment.
10411
10412 2004-02-21 Juri Linkov <juri@jurta.org>
10413
10414 * ffap.el (ffap-file-at-point): Try parent directories.
10415
10416 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10417
10418 * vcursor.el (vcursor-modifiers): New defcustom.
10419 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10420 hard-coded list.
10421
10422 2004-02-21 Masatake YAMATO <jet@gyve.org>
10423
10424 * play/animate.el (animate-birthday-present): Accept names other
10425 than `Sarah', too.
10426
10427 2004-02-21 Juri Linkov <juri@jurta.org>
10428
10429 * startup.el: Remove table of command line arguments from the
10430 Commentary section.
10431
10432 2004-02-20 John Wiegley <johnw@newartisans.com>
10433
10434 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10435 again" modifier from 'e' to 'E', since 'e' is also used by the
10436 "file extension" modifier.
10437
10438 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10439
10440 * help-fns.el (describe-categories): Doc fix.
10441
10442 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10443
10444 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10445 temporary file for buffer already visiting one. This change makes
10446 output likely to be directly usable by patch program.
10447 Suggested by Adrian Aichner <adrian@xemacs.org>
10448
10449 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10450
10451 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10452 case of variables defined in compound statements.
10453 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10454 Simplify constructions using switch-to-buffer.
10455
10456 2004-02-19 Simon Josefsson <jas@extundo.com>
10457
10458 * play/morse.el: Fix typo.
10459 (morse-code): Add @.
10460
10461 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10462
10463 * calendar/appt.el (appt-display-format): Change default to
10464 'ignore, for backwards compatibility.
10465 (appt-display-message): If appt-display-format is 'ignore,
10466 respect old vars appt-msg-window and appt-visible.
10467 (appt-activate): Don't depend on return value of cancel-timer.
10468
10469 * calendar/calendar.el (calendar-holidays): Doc fix.
10470
10471 * calendar/cal-coptic.el (coptic-prompt-for-date):
10472 Use assoc-string instead of assoc-ignore-case.
10473 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10474 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10475 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10476 * calendar/cal-islam.el (calendar-goto-islamic-date)
10477 (mark-islamic-diary-entries): Ditto.
10478 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10479 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10480 (calendar-read-mayan-tzolkin-date): Ditto.
10481 * calendar/calendar.el (calendar-read-date): Ditto.
10482 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10483
10484 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10485
10486 * progmodes/executable.el (executable-command-find-posix-p):
10487 Fix choice of the directory.
10488
10489 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10490
10491 * simple.el (interprogram-cut-function)
10492 (interprogram-paste-function, kill-new, kill-append):
10493 Doc fixes.
10494 (kill-region): Make it return nil. Doc fix.
10495 (yank-pop): Make its argument optional.
10496 (yank): Make ARG `-' equivalent to `-1'.
10497
10498 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10499
10500 * mail/rmail.el (rmail-get-new-mail): Don't reference
10501 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10502
10503 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10504
10505 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10506 if one of global-auto-revert-non-file-buffers or autorevert-mode
10507 is non-nil.
10508
10509 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10510
10511 * subr.el (delete-dups): A better implementation from Karl Heuer
10512 <kwzh@gnu.org>.
10513
10514 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10515
10516 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10517 correct place.
10518 * progmodes/icon.el (icon-indent-command): Ditto.
10519 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10520
10521 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10522
10523 * progmodes/grep.el (grep-compute-defaults): Undo change from
10524 2004-01-29: don't use executable-command-find-posix-p.
10525
10526 2004-02-16 Richard Sharman <rsharman@pobox.com>
10527
10528 * hilit-chg.el: Use require instead of eval-and-compile.
10529 (highlight-compare-buffers): New function.
10530
10531 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10532
10533 * man.el (Man-fontify-manpage): Render section headings in
10534 `Man-overstrike-face' even when overstrike was not used by man
10535 formatter for section headings.
10536
10537 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10538
10539 * rmail-spam-filter.el: (vm-use-spam-filter)
10540 (rsf-min-region-length-added-to-spam-list): New variables.
10541 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10542 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10543 spam testing. Don't delete spam message if automatic deletion
10544 after output via variable rmail-delete-after-output is turned on.
10545 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10546 rsf-bbdb-dont-create-entries-for-spam.
10547 (check-field): New function, extracted from code in
10548 rmail-spam-filter to ease addition of header fields like content-type.
10549 (message-content-type): New variable to check the content-type:
10550 field added, also in defcustom of rsf-definitions-alist.
10551 (rmail-spam-filter): Replace repeated test code for header fields
10552 by calls to check-field; change the call to
10553 rmail-output-to-rmail-file such that rmail-current-message stays
10554 the same to avoid wrong deletion of unseen flags.
10555 (rsf-add-contents-type): New function to convert old format
10556 of rmail-spam-definitions-alist into new one.
10557 Change prefixes of all variables and functions from
10558 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10559
10560 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10561
10562 * loadhist.el (unload-hook-features-list): New defvar.
10563
10564 2004-02-16 Dave Love <fx@gnu.org>
10565
10566 * loadhist.el (unload-feature): Doc fix. Rename flist to
10567 unload-hook-features-list.
10568
10569 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
10570
10571 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10572 cookie. Don't check if we are looking-at open-formula.
10573
10574 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10575
10576 * subr.el (match-string-no-properties): Use substring-no-properties.
10577
10578 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10579
10580 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10581 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10582 Use lower-case "rx" in all error message.
10583
10584 2004-02-16 Dave Love <fx@gnu.org>
10585
10586 * emacs-lisp/rx.el (rx-or): Put group around result.
10587 (rx-constituents): Add backref.
10588 (rx-syntax): Add string-delimiter, comment-delimiter.
10589 (rx-categories): Add combining-diacritic.
10590 (rx-check-not, rx-greedy, rx): Doc fix.
10591 (rx-backref, rx-check-backref): New.
10592
10593 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10594
10595 * newcomment.el (uncomment-region): Allow eob as comment end.
10596
10597 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10598
10599 * filecache.el: All message and error commands now use prefix
10600 "Filecache:" to make it easy to read *Messages* buffer.
10601
10602 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10603
10604 * autorevert.el: Add support to detect changed dired and VC buffers.
10605 (auto-revert-active-p, auto-revert-list-diff)
10606 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10607 (auto-revert-handler, auto-revert-active-p): New functions.
10608 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10609 and `auto-revert-active-p'.
10610 (eval-when-compile): Defvar dired-directory and vc-mode.
10611 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10612 (auto-revert-handler-vc): New functions.
10613
10614 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10615
10616 * progmodes/compile.el (compilation-directory): New defvar.
10617 (compile): Save current directory in compilation-directory.
10618 (recompile): Bind default-directory to compilation-directory if
10619 that is non-nil.
10620
10621 2004-02-16 Dave Love <fx@gnu.org>
10622
10623 * newcomment.el (comment-insert-comment-function)
10624 (comment-region-function, uncomment-region-function): New.
10625 (comment-indent): Use comment-insert-comment-function.
10626 (uncomment-region): Use uncomment-region-function.
10627 (comment-region): Use comment-region-function.
10628
10629 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10630
10631 2004-02-16 Richard Stallman <rms@gnu.org>
10632
10633 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10634 loaddefs* and ldefs-boot*.
10635
10636 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10637
10638 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10639 and email address at the beginning and end of the address.
10640
10641 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10642 anchored at the beginning of the email address.
10643
10644 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10645
10646 * international/ccl.el (ccl-compile-write): Pass `left' to
10647 ccl-embed-code to generate correct code of write-expr-register.
10648
10649 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10650
10651 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10652
10653 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10654
10655 * x-dnd.el: Mention support for Motif in commentary.
10656 (x-dnd-handle-drag-n-drop-event): Ditto.
10657
10658 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10659
10660 * ses.el: Use "ses--" prefixes for buffer-local variables.
10661 Use (point-min) instead of 1, even when we know the buffer
10662 is unnarrowed.
10663 (ses-build-load-map): Delete. Distribute its content to defconst's for
10664 the three maps.
10665 (ses-menu, ses-header-line-menu): New menus.
10666 (ses-mode-map): Use them.
10667 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10668
10669 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10670
10671 * Makefile.in: Fix the CC Mode recompile kludge so it works
10672 when building in a different directory.
10673
10674 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10675
10676 * simple.el (kill-new): Put yank-handler property on the entire string.
10677
10678 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * diff.el: Don't use compile any more, use diff-mode instead.
10681 (diff-regexp-alist, diff-old-file, diff-new-file)
10682 (diff-parse-differences, diff-process-setup): Remove.
10683 (diff-sentinel): New fun.
10684 (diff): Use it. Run the process ourselves.
10685 Use diff-mode for the rest of the processing.
10686
10687 * diff.el (diff): Simplify code handling `switch'.
10688
10689 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * pcvs-defs.el (cvs-menu): Add `tag'.
10692
10693 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10694
10695 * simple.el (kill-append): Doc fix.
10696
10697 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10698 Adapt outline-regexp to the new conventions for commenting out code.
10699
10700 2004-02-11 John Paul Wallington <jpw@gnu.org>
10701
10702 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10703
10704 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * diff.el (diff-switches): New fun.
10707 (diff, diff-backup): Use it.
10708 (diff): Clean up the args construction. Use backquote.
10709 Use listp instead of consp to avoid putting a nil arg.
10710 (diff): Add a revert-buffer function.
10711
10712 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10713
10714 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10715 handled by x-dnd-handle-file-name.
10716 (x-dnd-known-types): Add COMPOUND_TEXT.
10717 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10718 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10719 x-dnd-empty-state.
10720 (x-dnd-forget-drop): Ditto.
10721 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10722 (x-dnd-handle-one-url): Return private when inserting text.
10723 (x-dnd-insert-ctext): New function.
10724 (x-dnd-handle-file-name): New function for FILE_NAME.
10725 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10726 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10727 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10728
10729 2004-02-10 Kenichi Handa <handa@m17n.org>
10730
10731 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10732 instead of while loop.
10733
10734 2004-02-10 Miles Bader <miles@gnu.org>
10735
10736 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10737
10738 2004-02-09 Kenichi Handa <handa@m17n.org>
10739
10740 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10741 have end-of-line.
10742
10743 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10744
10745 * Makefile.in: Added extra dependencies in the recompile target
10746 needed to cope with the compile time macro expansions in CC Mode.
10747
10748 2004-02-09 Kim F. Storm <storm@cua.dk>
10749
10750 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10751 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10752 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10753 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10754 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10755 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10756 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10757 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10758 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10759 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10760 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10761
10762 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10765 Don't allow shrink if there's a window on our right.
10766
10767 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10768 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10769 Bring together declaration and initialization.
10770 (prolog-mode-variables): Don't set the syntax table.
10771 Don't set paragraph-start and comment-indent-function.
10772 Add /*..*/ to the comment regexps.
10773 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10774 (prolog-mode-map): Don't bind TAB.
10775 (prolog-mode): Set the syntax table.
10776 (prolog-comment-indent): Remove.
10777 (inferior-prolog-mode-map): Initialize in the declaration.
10778 (inferior-prolog-mode-syntax-table)
10779 (inferior-prolog-mode-abbrev-table): New vars.
10780 (inferior-prolog-mode): Derive from comint-mode.
10781 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10782 minibuffer windows.
10783
10784 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10785 in file names, as long as it is unabmiguous.
10786
10787 2004-02-08 Andreas Schwab <schwab@suse.de>
10788
10789 * textmodes/reftex-toc.el
10790 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10791 format. Doc fix.
10792
10793 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10794 format string arguments.
10795
10796 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10797 string argument.
10798
10799 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10800
10801 * play/zone.el (zone-call): Fix format string.
10802
10803 * net/webjump.el (webjump-builtin): Add missing format string argument.
10804
10805 * midnight.el (midnight-delay-set): Remove extra format string argument.
10806
10807 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10808
10809 * hexl.el (hexl-insert-char): Add missing format string argument.
10810
10811 * format.el (format-decode): Fix format string.
10812
10813 * emulation/vi.el (vi-mode): Remove extra format string argument.
10814 (vi-repeat-last-search): Likewise.
10815 (vi-reverse-last-search): Likewise.
10816 (vi-goto-mark): Likewise.
10817 (vi-reverse-last-find-char): Likewise.
10818 (vi-repeat-last-find-char): Likewise.
10819 (vi-locate-def): Likewise.
10820
10821 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10822
10823 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10824 string argument.
10825 (ediff-toggle-regexp-match): Likewise.
10826
10827 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10828 format string argument.
10829
10830 * calc/calc-map.el (calc-get-operator): Remove extra format
10831 string argument.
10832
10833 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10834
10835 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10836 string argument.
10837
10838 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10839
10840 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10841
10842 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10843
10844 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10845 (cl-struct-setf-expander): Likewise.
10846
10847 * vc.el (with-vc-file): Fix unsafe uses of error.
10848 (vc-cancel-version): Likewise.
10849
10850 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
10851
10852 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10853 thousands separator; fixes <class>:<line-number> regexp for
10854 non-english locales.
10855
10856 2004-02-08 Andreas Schwab <schwab@suse.de>
10857
10858 * view.el (view-mode-enable): Revert previous change.
10859
10860 2004-02-07 Kim F. Storm <storm@cua.dk>
10861
10862 * simple.el (line-number-at-pos): Rename from line-at-pos.
10863 Uses changed (what-line and vc-annotate-warp-version).
10864
10865 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10868 (diff-mode): Remove aborted attempt at support for compile.el.
10869 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10870
10871 2004-02-06 Andreas Schwab <schwab@suse.de>
10872
10873 * view.el (view-mode-enable): Add view-mode-map to
10874 minor-mode-overriding-map-alist.
10875
10876 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10877
10878 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10879
10880 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10883 with point inside rather than after the paragraph.
10884
10885 2004-02-04 Sam Steingold <sds@gnu.org>
10886
10887 * mail/smtpmail.el (smtpmail-try-auth-methods):
10888 Do not try authentication when no mechanism is available.
10889 Pass port-name as defaultport to `netrc-machine'.
10890
10891 2004-02-04 Stephen Eglen <stephen@gnu.org>
10892
10893 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10894 to show how minibuffer height can be constrained.
10895
10896 2004-02-04 John Paul Wallington <jpw@gnu.org>
10897
10898 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10899
10900 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10901
10902 * x-dnd.el: New file for drag and drop.
10903
10904 * term/x-win.el: require x-dnd, set after-make-frame-functions
10905 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10906 drag-n-drop event.
10907
10908 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10909 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10910 (dired-dnd-handle-file): New functions for drag and drop support.
10911 (dired-mode): Initialize drag and drop if x-dnd present.
10912
10913 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10916 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10917 (cperl-mode): Set fill-paragraph-function.
10918 (cperl-fill-paragraph): Make it non-interactive.
10919
10920 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10921
10922 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10923
10924 2004-02-02 David Kastrup <dak@gnu.org>
10925
10926 * replace.el (perform-replace): Allow 'literal argument in
10927 regexp-flag to indicate literal replacement.
10928 (query-replace-regexp-eval): Use it.
10929
10930 2004-02-01 Andreas Schwab <schwab@suse.de>
10931
10932 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10933
10934 2004-02-01 Stephen Eglen <stephen@gnu.org>
10935
10936 * info-look.el: Add support for maxima-mode. Update commentary
10937 because info-lookup-symbol is now bound to C-h S.
10938
10939 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10940
10941 * simple.el (edit-and-eval-command): Bind print-level and
10942 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10943 Correct initial position in command-history.
10944
10945 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10946
10947 * files.el (read-directory-name): Adapt the docstring to recent
10948 change in Fread_file_name.
10949
10950 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10951
10952 * ses.el (ses-print-cell): If print format too wide for column
10953 width, truncate decimal places if that helps to avoid "#####" fill.
10954 * ses.el (ses-initial-column-width): Revert previous change.
10955
10956 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10959 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10960 Add edebug info.
10961 (jit-lock-mode): Setup/cancel the new timer.
10962 (jit-lock-context-fontify): New fun. Extracted from
10963 context fontification code of jit-lock-stealth-fontify.
10964 (jit-lock-stealth-fontify): Don't do context fontification any more.
10965
10966 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10967 (jit-lock-fontify-now): Handle the `quit' case.
10968 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10969
10970 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10971
10972 * progmodes/executable.el (executable-command-find-posix-p):
10973 New. Check if find handles arguments Posix-style.
10974
10975 * progmodes/grep.el (grep-compute-defaults):
10976 Use executable-command-find-posix-p.
10977 (grep-find): Check `grep-find-command'.
10978
10979 * filecache.el (file-cache-find-posix-p): Delete.
10980 (file-cache-add-directory-using-find):
10981 Use `executable-command-find-posix-p'.
10982
10983 2004-01-29 Dave Love <fx@gnu.org>
10984
10985 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10986 Iterate the hook function if arg is given.
10987 (mark-defun, narrow-to-defun): Change order of finding the limits.
10988
10989 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10990 (byte-compile-format-warn): New.
10991 (byte-compile-callargs-warn): Use it.
10992 (Format, message, error): Add byte-compile-format-like property.
10993 (byte-compile-maybe-guarded): New.
10994 (byte-compile-if, byte-compile-cond): Use it.
10995 (byte-compile-lambda): Compile interactive forms,
10996 just to make warnings about them.
10997
10998 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10999
11000 * ses.el (ses-initial-column-width): Increase to 14, so it will
11001 work well with the default printer of "%.7g" for extreme values
11002 like "-1.234567e+07".
11003
11004 2004-01-29 Kenichi Handa <handa@m17n.org>
11005
11006 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11007
11008 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
11009
11010 * dos-w32.el: Added support for the `default-printer-name' function.
11011
11012 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * server.el (server-socket-name): Don't use the hostname in the
11015 socket name since /tmp is local to the host anyway.
11016
11017 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11018 robust check of widening and fix var-naming.
11019
11020 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
11021
11022 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11023 or rmail-spam- to rsf- in all function and variable names.
11024 (rsf-min-region-to-spam-list): New variable.
11025 (rsf-bbdb-auto-delete-spam-entries): Rename from
11026 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
11027 scanned together with the recipients field for spam testing; Don't
11028 delete spam message if rmail-delete-after-output is non-nil;
11029 (rsf-check-field): New function, extracted from code in
11030 rmail-spam-filter to ease addition of header fields like
11031 content-type:;
11032 (message-content-type): New variable. The content-type: field was
11033 added also in defcustom of rsf-definitions-alist;
11034 (rmail-spam-filter): Replace repeated test code for header fields
11035 by calls to check-field; change the call to
11036 rmail-output-to-rmail-file such that rmail-current-message stays
11037 the same to avoid wrong deletion of unseen flags.
11038 (rmail-use-spam-filter): Add autoload cookie.
11039
11040 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
11041
11042 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
11043 (file-cache-add-directory-using-find): Add Cygwin support.
11044 (file-cache-find-command-posix-flag): New user variable.
11045
11046 * filecache.el (file-cache-add-directory): Check for
11047 directories an remove them from dir-files.
11048
11049 2004-01-27 Richard M. Stallman <rms@gnu.org>
11050
11051 * man.el (Man-fontify-manpage): Clean up message.
11052
11053 2004-01-27 Kenichi Handa <handa@m17n.org>
11054
11055 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11056 (sentence-end): Define using sentence-end-without-space.
11057
11058 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11059 a sentence ends with one of a character in sentence-end-without-space.
11060
11061 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * font-lock.el (font-lock): Add jit-lock as explicit group member.
11064 (jit-lock): Group declaration moved to jit-lock.el.
11065 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11066 when necessary.
11067
11068 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11069 (jit-lock-context-unfontify-pos): Rename from
11070 jit-lock-first-unfontify-pos.
11071 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11072
11073 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11074
11075 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11076 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11077 (fortran-fill): When filling a string, adjust re-search-backward
11078 argument for special case of string just on fill-column.
11079 When filling non-string, allow one extra char if
11080 fortran-break-before-delimiters is non-nil.
11081 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11082 Use fortran-break-delimiters-re and fortran-no-break-re to
11083 correctly handle cases such as "**".
11084
11085 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11086 (f90-no-break-re): Add some extra tokens. Doc fix.
11087
11088 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11089
11090 * mail/rmail-spam-filter.el:
11091 Use two semicolons as Commentary line prefix.
11092 Add ";;; Code:" stylized comment.
11093 Delete end-of-line whitespace.
11094 Wrap (require 'cl) with `eval-when-compile'.
11095
11096 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11097
11098 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11099 at the top level of vc.el.
11100
11101 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11102
11103 * vc.el (vc-current-line): Function removed. This is now done by
11104 the new function line-at-pos in simple.el.
11105 (vc-annotate-warp-version): Use line-at-pos instead of
11106 vc-current-line.
11107
11108 2004-01-22 Kim F. Storm <storm@cua.dk>
11109
11110 * simple.el (line-at-pos): New defun.
11111 (what-line): Use it. Optimize by only counting lines in narrowed
11112 region once.
11113
11114 2004-01-22 Kenichi Handa <handa@m17n.org>
11115
11116 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11117 point (register r1) only for charset mule-unicode-0100-24ff.
11118
11119 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11120
11121 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11122 trailing white space and ensure a final newline.
11123
11124 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11125 Add autoload cookie.
11126
11127 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11128
11129 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11130 activate view-mode explicitly.
11131
11132 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11133
11134 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11135 use clipboard first.
11136
11137 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11140 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11141 (vc-mcvs-cvs): Remove.
11142 (vc-mcvs-command): Remove use of assert.
11143
11144 * outline.el (outline-insert-heading): Tighten up match.
11145 (outline-demote, outline-move-subtree-down): Don't assume anything
11146 about outline-regexp.
11147
11148 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11149 (texinfo-show-structure): Explicitly add ^, and simplify.
11150
11151 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11152
11153 * calendar/appt.el (appt-check): Restore usage of
11154 appt-issue-message deleted in previous change.
11155 (top-level): Activate package when loaded (needed for backwards
11156 compatibility).
11157
11158 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11159
11160 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11161 following previous change to smtpmail-send-data.
11162
11163 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11164
11165 * vc.el (vc-default-previous-version): Doc enhancement.
11166 (vc-default-next-version): New function.
11167 (vc-print-log): New arg FOCUS-REV.
11168 (vc-annotate-mode): Derive from view-mode.
11169 (vc-annotate): New args REVISION, DISPLAY-MODE.
11170 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11171 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11172 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11173 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11174 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11175
11176 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11177
11178 2004-01-19 Karl Berry <karl@gnu.org>
11179
11180 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11181 or "TexInfo".
11182
11183 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * subr.el (delete-dups): New function.
11186
11187 2004-01-19 Karl Berry <karl@gnu.org>
11188
11189 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11190 with ^, since that's what texinfo-show-structure
11191 documentation says (plus it works much better in texinfo.txi).
11192
11193 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11194
11195 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11196
11197 2004-01-18 David Ponce <david@dponce.com> (tiny change)
11198
11199 * progmodes/which-func.el (which-function-mode): Don't cancel
11200 which-func-update-timer if not set.
11201
11202 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11203
11204 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11205 Remove spurious left square bracket in XX:XXam regexp.
11206
11207 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11208
11209 * progmodes/cc-defs.el: Do not require cl at run time.
11210
11211 2004-01-16 Richard M. Stallman <rms@gnu.org>
11212
11213 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11214 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11215
11216 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11217 Call rmail-spam-filter. Delete and expunge spam.
11218 Print number of spam messages deleted.
11219 Save and restore the deletion status of old messages when reading
11220 new mail with spam filter, so that expunging spam does not expunge
11221 msgs deleted by the user.
11222 (rmail-only-expunge): Add an optional argument dont-show to
11223 prevent showing message after expunge.
11224
11225 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11226
11227 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11228 * subr.el (declare): New macro.
11229
11230 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11231
11232 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11233
11234 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11237 Test window-system rather than system-type (for X11/Mac).
11238
11239 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11240
11241 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11242
11243 2004-01-12 Richard M. Stallman <rms@gnu.org>
11244
11245 * mail/rmail.el (rmail-convert-to-babyl-format):
11246 Use mail-unquote-printable-region.
11247 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11248 (rmail-hex-char-to-integer): Functions deleted.
11249
11250 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11251 (mail-unquote-printable-region): New arg NOERROR.
11252 For invalid encoding, either signal an error to just return nil.
11253
11254 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11255
11256 * calendar/appt.el: Update copyright and commentary.
11257 (appt-issue-message): Make obsolete.
11258 (appt-visible, appt-msg-window): Make obsolete, in favour of
11259 appt-display-format.
11260 (appt-display-mode-line, appt-display-duration)
11261 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11262 (appt-prev-comp-time, appt-display-count, appt-timer)
11263 (appt-convert-time): Doc change.
11264 (appt-disp-window-function, appt-delete-window-function):
11265 Use defcustom rather than defvar.
11266 (appt-display-format): New variable.
11267 (appt-display-message): New function with display code from appt-check.
11268 (appt-check): Add optional FORCE argument. Doc change.
11269 Add appt-make-list to diary-hook if displaying diary.
11270 Remove checking of view-diary-entries-initially.
11271 Message display section removed to new function appt-display-message.
11272 (appt-display-window): Doc change. Remove unused internal var
11273 this-buffer. Do not beep, since appt-display-message does that.
11274 (appt-make-list): Doc change. Use caar.
11275 (appt-sort-list): Simplify by using builtin sort function.
11276 (appt-update-list): New function for updating appts when diary is
11277 saved.
11278 (appt-activate): New autoloaded function to toggle package
11279 functionality.
11280
11281 * calendar/cal-x.el: (calendar-one-frame-setup)
11282 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11283
11284 * calendar/calendar.el: Update copyright.
11285 (view-diary-entries-initially, european-calendar-style): Doc change.
11286 (calendar-setup): Make defcustom rather than defvar.
11287 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11288 in let binding so local to function.
11289
11290 * calendar/diary-lib.el: Update copyright.
11291 (diary, diary-entry-time): Doc change.
11292 (list-diary-entries): Doc change. Trivial logic change.
11293 (fancy-diary-display): Restore make-face command mistakenly
11294 deleted 2003-05-08.
11295 (show-all-diary-entries): Allow to pop-up frame if needed.
11296
11297 2004-01-09 John Paul Wallington <jpw@gnu.org>
11298
11299 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11300 Temporarily select EVENT's window for changing eol type.
11301
11302 2004-01-09 Deepak Goel <deego@gnufans.org>
11303
11304 * calendar/diary-lib.el (diary-entry-time):
11305 Also accept time in the form XX[.XX][am/pm/AM/PM].
11306 (fancy-diary-font-lock-keywords): Likewise.
11307 (diary-font-lock-keywords): Likewise.
11308 * calendar/appt.el (appt-add): Likewise.
11309 (appt-make-list): Likewise.
11310 (appt-convert-time): Likewise.
11311
11312 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11313
11314 * gdb-ui.el (gdb-ann3): Revert previous change.
11315 (gdb-source-info): Allow for case of where compilation directory
11316 is not recorded.
11317
11318 2004-01-08 John Paul Wallington <jpw@gnu.org>
11319
11320 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11321
11322 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11323
11324 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11325
11326 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11327 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11328 problems.
11329 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11330
11331 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11332
11333 * files.el (write-file-functions, write-contents-functions):
11334 Clarify docstrings.
11335
11336 2004-01-07 Kenichi Handa <handa@m17n.org>
11337
11338 * international/mule.el (set-auto-coding): Fix for the case that
11339 end-of-line is only CR.
11340
11341 2004-01-07 Kim F. Storm <storm@cua.dk>
11342
11343 * subr.el (event-start, event-end): Doc fix.
11344 (posn-string, posn-image): New defuns.
11345 (posn-object): Return either image or string object.
11346 (posn-object-x-y): Return 8th element of position.
11347 (posn-object-width-height): New defun.
11348
11349 2004-01-06 Andreas Schwab <schwab@suse.de>
11350
11351 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11352 output.
11353
11354 2004-01-05 Karl Berry <karl@gnu.org>
11355
11356 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11357 / and *, too.
11358
11359 2003-12-31 Simon Josefsson <jas@extundo.com>
11360
11361 * files.el (before-save-hook): Add.
11362 (basic-save-buffer): Use before-save-hook.
11363
11364 * emacs-lisp/copyright.el: Fix comment to recommend
11365 before-save-hook instead of write-file-functions.
11366
11367 2004-01-05 Richard M. Stallman <rms@gnu.org>
11368
11369 * finder.el (finder-commentary): Call delete-other-windows.
11370
11371 * net/ange-ftp.el (ange-ftp-file-attributes):
11372 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11373
11374 2004-01-04 Karl Berry <karl@gnu.org>
11375
11376 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11377 comment characters % and # in the copyright year notice,
11378 as well as ;.
11379
11380 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11381
11382 * wid-edit.el (default): Define dummy :value-delete.
11383 Reported by Jesper Harder <harder@ifa.au.dk>.
11384
11385 2004-01-03 Richard M. Stallman <rms@gnu.org>
11386
11387 * progmodes/compile.el (compile-internal): Use point, not point-min,
11388 for set-window-point.
11389
11390 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11391
11392 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11393
11394 * progmodes/grep.el (grep-mode-map):
11395 Don't remap next-line, previous-line.
11396
11397 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11398
11399 * speedbar.el (speedbar-edit-line): Change regexp to position
11400 the cursor on the first character of this line's button.
11401
11402 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11403
11404 * subr.el (functionp): Doc fix.
11405
11406 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
11407
11408 * progmodes/idlwave.el (idlwave-make-tags):
11409 * textmodes/flyspell.el (flyspell-large-region):.
11410 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11411 * emulation/viper-util.el (viper-glob-unix-files):
11412 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11413 * man.el (Man-init-defvars):
11414 * jka-compr.el (jka-compr-call-process):
11415 * files.el (get-free-disk-space,insert-directory):
11416 * ediff-ptch.el (ediff-test-patch-utility):
11417 * ediff-diff.el (ediff-test-utility):
11418 * dired-aux.el (dired-check-process):
11419 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11420 test the return value of call-process, because it can be a string.
11421
11422 2003-12-31 John Paul Wallington <jpw@gnu.org>
11423
11424 * bindings.el (completion-ignored-extensions): Add .pfsl.
11425
11426 2003-12-31 Kim F. Storm <storm@cua.dk>
11427
11428 * ido.el (ido-nonreadable-directory-p): New defun to check for
11429 nonreadable directory without activating tramp (to avoid problems
11430 with checking incomplete tramp paths).
11431 (ido-set-current-directory, ido-file-internal)
11432 (ido-file-name-all-completions1): Use it.
11433
11434 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11437 documentation if the anchor (or node) name is preceded by `info
11438 anchor' or `Info anchor' in addition to earlier `info node' and
11439 `Info node'.
11440 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11441
11442 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11443
11444 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11445 error in arguments to base64-decode-region. Remove ^M characters
11446 after decoding base64.
11447
11448 2003-12-30 Simon Josefsson <jas@extundo.com>
11449
11450 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11451 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11452 have only been distributed with Emacs for some years.
11453 (texinfo-mode-hook): Customize.
11454
11455 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11456
11457 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11458 cleaner (suggested by Richard Stallman).
11459
11460 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11461 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11462 file-name clashes on 8+3 DOS filesystems.
11463
11464 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11465 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11466 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11467 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11468 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11469 file-name clashes on 8+3 filesystems.
11470
11471 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11472 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11473 file-name clashes on 8+3 DOS filesystems.
11474
11475 2003-12-29 Richard M. Stallman <rms@gnu.org>
11476
11477 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11478 Upcase the character.
11479
11480 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11481 Search for header separator alone on a line, literally,
11482 and search for it backward, not forward.
11483 (flyspell-abbrev-table): Always use global-abbrev-table
11484 if there is no local one.
11485
11486 * progmodes/sh-script.el (sh-get-indent-info):
11487 Don't move point back if at bob.
11488
11489 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11490
11491 * play/handwrite.el (handwrite): Make the handwrite credit message
11492 a comment rather than an output command.
11493
11494 * obsolete/sc.el: Display message that this file is obsolete.
11495
11496 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11497
11498 * mail/rfc822.el (rfc822-address-start): Declare variable.
11499 Renamed from address-start. All uses changed.
11500
11501 * term.el (term-exec): Set up sentinel.
11502 (term-sentinel): New function.
11503 (term-handle-exit): New function.
11504
11505 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11506 Use assoc-string, and mark them obsolete.
11507 (delay-mode-hooks): Mark as permanent local.
11508
11509 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11510
11511 * register.el (copy-rectangle-to-register): Doc fix.
11512
11513 * info.el (Info-insert-dir): Use assoc-string.
11514
11515 * info-look.el (info-lookup): Use assoc-string.
11516
11517 * frame.el (pop-up-frame-function): Use quote, not `function'.
11518 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11519 copying with lists as coordinate values.
11520
11521 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11522
11523 * find-dired.el (kill-find): New command.
11524 (find-dired): Make buffer read-only.
11525 Set up a keymap with C-c C-k running kill-find.
11526 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11527
11528 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11529
11530 * filecache.el (file-cache-ignore-case): New variable.
11531 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11532
11533 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11534 (comint-dynamic-complete-as-filename): Rename local vars.
11535 (comint-dynamic-list-filename-completions): Likewise.
11536
11537 * comint.el (comint-dynamic-list-completions-config): New var.
11538 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11539
11540 * comint.el (comint-file-name-chars): Add [].
11541 (comint-word): Use skip-chars-backward, not search.
11542
11543 * shell.el (shell-file-name-chars): Add [].
11544
11545 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11546
11547 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11548
11549 * generic.el (define-generic-mode): Doc fix.
11550
11551 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11552
11553 * files.el (kill-some-buffers): Doc fix.
11554
11555 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
11556
11557 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11558 arg to send-invisible
11559 (send-invisible): Doc fix. The argument is now a prompt, not the
11560 string to send.
11561 (comint-read-noecho): Doc fix.
11562
11563 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11564
11565 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11566 "@", as required by some ISP hosting service. Fix defcustom
11567 argument syntax errors that prevented use of customization.
11568
11569 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11570
11571 * xml.el (xml-get-attribute-or-nil): Doc fix.
11572
11573 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11574
11575 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11576 write-file-hooks.
11577
11578 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
11579
11580 * autorevert.el (auto-revert-interval): Doc fix.
11581
11582 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11583
11584 * xml.el (xml-get-attribute-or-nil): New function, like
11585 xml-get-attribute, but returns nil if the attribute was not found.
11586 (xml-get-attribute): Convert to defsubst, uses
11587 xml-get-attribute-or-nil.
11588
11589 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11590
11591 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11592
11593 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11594
11595 * custom.el (custom-declare-theme): Use `value' when putting
11596 properties on `theme'.
11597
11598 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11599
11600 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11601 for each yank-handler segment.
11602 (insert-for-yank-1): New function, with the body of the previous
11603 insert-for-yank.
11604
11605 * textmodes/table.el (table-yank-handler): New defcustom.
11606 (table--put-cell-indicator-property): Put yank-handler property
11607 that indicates the yank handler for the table cell.
11608
11609 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11610
11611 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11612 set of keywords.
11613
11614 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11615
11616 * international/mule-cmds.el (reset-language-environment)
11617 (set-language-environment): Don't invoke fontset-related functions
11618 if fontset-list is not fboundp.
11619
11620 2003-12-29 Kenichi Handa <handa@m17n.org>
11621
11622 * international/mule-cmds.el (reset-language-environment):
11623 Call set-overriding-fontspec-internal with nil.
11624 (set-language-environment): Call set-overriding-fontspec-internal
11625 if the language environment specify `overriding-fontspec'.
11626 (language-info-alist): Doc added.
11627
11628 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11629 characters of mule-unicode-0100-24ff.
11630 (ccl-encode-windows-1251-font): New CCL program.
11631 ("Bulgarian"): Specify overriding-fontspec.
11632 ("Belarusian"): Likewise.
11633
11634 2003-12-28 Sam Steingold <sds@gnu.org>
11635
11636 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11637 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11638
11639 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11640
11641 * progmodes/gud.el (gud-gdb-command-name): Set default to
11642 "gdb --annotate=3".
11643 (gud-gdb-marker-filter): Look out for annotations.
11644 (gdb-first-pre-prompt): New variable.
11645 Remove trailing white space.
11646
11647 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11648 if necessary.
11649 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11650 annotations are detected.
11651 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11652 instead of a local one to allow transition from
11653 gud-gdb-marker-filter.
11654 Remove trailing white space.
11655
11656 2003-12-27 Kim F. Storm <storm@cua.dk>
11657
11658 * ido.el: Handle non-readable directories.
11659 (ido-decorations): Add 9th element for non-readable directory.
11660 (ido-directory-nonreadable): New dynamic var.
11661 (ido-set-current-directory): Set it.
11662 (ido-read-buffer, ido-file-internal):
11663 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11664 (ido-file-name-all-completions1): Return empty list for
11665 non-readable directory.
11666 (ido-exhibit): Print [Not readable] if directory is not readable.
11667 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11668 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11669 Use it.
11670
11671 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11672
11673 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11674 calls to directory-files-and-attributes and file-attributes.
11675 (ls-lisp-format): Remove system dependent handling of user and
11676 group id's.
11677
11678 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11679
11680 * ffap.el (ffap-read-file-or-url): Revert previous change.
11681
11682 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11683
11684 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11685 new list of included files called `files-with-node-lines', that
11686 only have node lines. This way @include commands can include any
11687 file, such as version and update files without node lines, not
11688 just files that are chapters.
11689
11690 2003-12-25 Andreas Schwab <schwab@suse.de>
11691
11692 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11693 file not found.
11694
11695 2003-12-08 Miles Bader <miles@gnu.org>
11696
11697 * dired.el (dired-between-files): Always use dired-move-to-filename,
11698 which is more robust in non-english locales.
11699
11700 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11701
11702 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11703
11704 2003-12-24 Andreas Schwab <schwab@suse.de>
11705
11706 * shell.el (shell-file-name-quote-list): Add backslash.
11707
11708 * comint.el (comint-quote-filename): Correctly handle backslash
11709 in comint-file-name-quote-list.
11710
11711 2003-12-24 Kenichi Handa <handa@m17n.org>
11712
11713 * international/mule-cmds.el (set-default-coding-systems):
11714 Call ucs-set-table-for-input for all buffers that don't have local
11715 value of buffer-file-coding-system.
11716
11717 * international/ucs-tables.el (ucs-set-table-for-input):
11718 If translation-table-for-encode is a symbol, get its
11719 translation-table property.
11720
11721 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11722
11723 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11724 to `completing-read' on a recently fixed bug.
11725
11726 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11727 instead of SPACE, to get the list of possible fringe modes.
11728 SPACE only works if both `partial-completion-mode' and
11729 `completion-auto-help' are nil.
11730
11731 * complete.el (PC-is-complete-p): Delete.
11732 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11733 calls to `test-completion'.
11734
11735 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11736
11737 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11738 to edit values when there are no children.
11739
11740 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11741 a mode called "Assembler" already exists.
11742 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11743 (gud-watch): Use format option. Remove font properties from string.
11744 (gdb-var-create-handler, gdb-var-list-children-handler):
11745 Don't bother about properties as there are none.
11746 (gdb-var-create-handler, gdb-var-list-children-handler)
11747 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11748 with two arguments.
11749 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11750 Let speedbar show value changes with a different font.
11751 (gdb-edit-value): New defun.
11752 (gdb-clear-partial-output, gdb-clear-inferior-io)
11753 (def-gdb-auto-update-handler): Use erase-buffer.
11754 (gdb-frame-handler): Display watch expressions in
11755 FUNCTION::VARIABLE format if required.
11756
11757 2003-12-23 John Paul Wallington <jpw@gnu.org>
11758
11759 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11760 (Info-goto-emacs-command-node): Doc fixes.
11761
11762 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11763
11764 * cus-edit.el (custom-add-parent-links): Define "many".
11765
11766 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11767
11768 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11769 (widget-child-validate, widget-type-value-create)
11770 (widget-type-default-get, widget-type-match): New functions.
11771 (lazy): New widget.
11772 (menu-choice, checklist, radio-button-choice, editable-list)
11773 (group, documentation-string): Remove redundant (per 2003-10-25
11774 change) calls to `widget-children-value-delete'.
11775 (widget-choice-value-get, widget-choice-value-inline): Remove.
11776 (menu-choice): Update widget.
11777
11778 2003-12-03 Kenichi Handa <handa@m17n.org>
11779
11780 * language/cyrillic.el: Register "microsoft-cp1251" in
11781 ctext-non-standard-encodings-alist.
11782 ("Bulgarian"): Add ctext-non-standard-encodings.
11783 ("Belarusian"): Likewise.
11784
11785 * international/mule-conf.el (compound-text-with-extensions):
11786 Change the type to 2 (iso-2022 base).
11787
11788 * international/mule.el (ctext-non-standard-encodings-alist):
11789 Change the format.
11790 (ctext-non-standard-encodings): New variable.
11791 (ctext-post-read-conversion): Fully re-written.
11792 (ctext-non-standard-designations-alist): Delete it.
11793 (ctext-non-standard-encodings-table): New function.
11794 (ctext-pre-write-conversion): Fully re-written.
11795
11796 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11797
11798 * cus-edit.el (custom-add-parent-links): Add documentation links
11799 for parent, if the item has none of its own.
11800
11801 2003-11-30 Richard M. Stallman <rms@gnu.org>
11802
11803 * dired-aux.el (dired-do-query-replace-regexp):
11804 Report files visited read-only.
11805
11806 2003-11-30 Juri Linkov <juri@jurta.org>
11807
11808 * dired-aux.el (dired-compare-directories): New command.
11809 (dired-file-set-difference, dired-files-attributes): New functions.
11810
11811 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11812 Version 2.0.38 of Tramp released.
11813
11814 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11815 Charles Curley <charlescurley@charlescurley.com>.
11816 (tramp-multi-connection-function-alist): Add ssht entry which adds
11817 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11818 Aichner.
11819 (tramp-get-method-parameter): New function to retrieve a method
11820 parameter. This allows for omission of method parameters.
11821 Callers adjusted.
11822
11823 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11824
11825 * net/tramp.el: Add new optional parameter ID-FORMAT to
11826 `file-attributes'. Calls of `file-attributes' won't use this
11827 parameter for backward compatibility reasons.
11828 (tramp-perl-file-attributes): Add a new parameter to Perl script
11829 in order to handle uid/gid as strings, if desired.
11830 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11831 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11832 order to make the function more general.
11833 (tramp-handle-file-attributes): Replace proprietary optional
11834 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11835 (tramp-handle-file-attributes-with-perl): Handle parameter
11836 NONNUMERIC if set. This wasn't done in the past.
11837 (tramp-post-connection): Apply second parameter "$2" if
11838 `tramp-remote-perl' is called.
11839
11840 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11841 Correct cut'n'waste error (`filename' instead of `directory').
11842 (tramp-smb-handle-directory-files-and-attributes)
11843 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11844 introduced parameter ID-FORMAT.
11845 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11846 error (`directory' instead of `ldir').
11847
11848 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11849 `file-attributes' has a second parameter. If yes, apply it with
11850 value "'integer". Otherwise, don't use that parameter (default is
11851 integer format).
11852
11853 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11854
11855 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11856 (help-for-help): Add `C-h .' to the listed Help options.
11857 Remove trailing whitespace.
11858
11859 * help-at-pt.el: New file.
11860
11861 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11862
11863 * subr.el (noreturn, 1value): New macros for test coverage.
11864 See `testcover.el'.
11865
11866 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11867
11868 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11869 for macro `1value'.
11870 (testcover-1value): New function. Checks that a 1value form
11871 actually returns only one value. Requested by RMS.
11872
11873 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11874
11875 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11876 (gdb-var-list-children, gdb-var-list-children-handler)
11877 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11878 gdb commands that use mi to keep them out of the command history.
11879
11880 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11881
11882 * cus-start.el (all): Add use-file-dialog.
11883
11884 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11887
11888 2003-11-27 Kim F. Storm <storm@cua.dk>
11889
11890 * subr.el (posn-object-x-y): New defun.
11891
11892 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11895 Don't use `space' for \\\n.
11896 Be more selective as to which # are comment-starters.
11897
11898 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11899
11900 * subr.el (number-sequence): Improve handling of floating point
11901 arguments (suggested by Kim Storm). Allow negative arguments.
11902
11903 2003-11-26 Kenichi Handa <handa@m17n.org>
11904
11905 * international/mule-cmds.el (standard-display-european-internal):
11906 Cancel the standard-display-table setting for ` and '.
11907
11908 2003-11-26 Kim F. Storm <storm@cua.dk>
11909
11910 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11911 New defcustoms to add ffap-like functionality to ido.
11912 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11913 (ido-no-final-slash): New defun.
11914 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11915 (ido-read-file-name): ): Toggle VC checking via
11916 vc-handled-backends instead of vc-master-templates.
11917 (ido-file-internal): Handle ido-use-url-at-point and
11918 ido-use-filename-at-point via code borrowed from ffap-guesser.
11919 Handle new ido-exit code ffap.
11920 (ido-sort-list): Ignore final slash when sorting file names.
11921
11922 2003-11-25 Kim F. Storm <storm@cua.dk>
11923
11924 * emulation/cua-base.el (cua--standard-movement-commands):
11925 Add forward-sentence and backward-sentence.
11926
11927 2003-11-25 Stephen Eglen <stephen@gnu.org>
11928
11929 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11930 iswitchb-exit is set to 'usefirst when user selects buffer at head
11931 of list using RET. (Selecting buffers at the head of the list was
11932 broken if the substring was also a complete buffername.)
11933
11934 2003-11-23 Kim F. Storm <storm@cua.dk>
11935
11936 * progmodes/compile.el (grep-command, grep-use-null-device)
11937 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11938 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11939 (grep-regexp-alist, grep-program, find-program)
11940 (grep-find-use-xargs, grep-history, grep-find-history)
11941 (grep-process-setup, grep-compute-defaults)
11942 (grep-default-command, grep, grep-tag-default, grep-find)
11943 (grep-expand-command-macros, grep-tree-last-regexp)
11944 (grep-tree-last-files, grep-tree): Move grep variables, functions
11945 and commands to new file grep.el.
11946 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11947 (compilation-process-setup-function): Doc fix.
11948 (compilation-highlight-regexp, compilation-highlight-overlay): New
11949 defvars used for highlighting current compile error in source buffer.
11950 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11951 LOCAL-MAP which overrides compilation-highlight-regexp and
11952 compilation-mode-map for this compilation.
11953 Delay calling compilation-set-window-height until after running
11954 compilation-process-setup-function so it can buffer-local override
11955 compilation-window-height.
11956 Check buffer-local value of compilation-scroll-output.
11957 (compilation-set-window-height): Use buffer-local value of
11958 compilation-window-height.
11959 (compilation-revert-buffer): Don't pass (undefined)
11960 preserve-modes arg to revert-buffer.
11961 (next-error-no-select, previous-error-no-select): New commands.
11962 (compilation-goto-locus): Temporarily highlight current match in
11963 source buffer using compilation-highlight-regexp.
11964
11965 * progmodes/grep.el: New file with grep code from compile.el.
11966 (grep): New defcustom group.
11967 (grep-window-height): New defcustom, like compilation-window-height.
11968 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11969 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11970 (grep-command, grep-use-null-device, grep-find-command)
11971 (grep-tree-files-aliases, grep-tree-ignore-case)
11972 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11973 (grep-setup-hook): New hook variable.
11974 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11975 (grep-last-buffer): New defvar, override compilation-last-buffer.
11976 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11977 Call compile-internal with args highlight-regexp and grep-mode-map.
11978
11979 2003-11-23 Kim F. Storm <storm@cua.dk>
11980
11981 * subr.el (event-start, event-end): Doc fix.
11982 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11983 (posn-area, posn-actual-col-row, posn-object): New defuns.
11984 (posn-col-row): Simplify doc. Rewrite to use cond.
11985 (posn-point): Also return buffer position for events outside text
11986 area (that info is now present in the event position).
11987
11988 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11989 mouse-set-point so that hscroll still works now that clicks on
11990 fringes generate specific mouse events.
11991 (mouse-set-point): Note that it now works in fringes and margins
11992 too due to new semantics of posn-point in fringes and margins.
11993
11994 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11995 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11996
11997 2003-11-20 Kim F. Storm <storm@cua.dk>
11998
11999 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12000 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12001 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12002 to 100 for icons to avoid increasing line height when shown.
12003
12004 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12005
12006 * newcomment.el (comment-normalize-vars): Initialize properly if
12007 comment-start was nil.
12008
12009 2003-11-19 Andreas Schwab <schwab@suse.de>
12010
12011 * simple.el (set-variable): Fix indentation.
12012
12013 2003-11-17 Kenichi Handa <handa@m17n.org>
12014
12015 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12016 Fix docstring.
12017
12018 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12019
12020 * international/latin1-disp.el (latin1-display): Fix docstring.
12021
12022 2003-11-16 John Wiegley <johnw@newartisans.com>
12023
12024 * eshell/em-ls.el (eshell-ls-file): There are times with
12025 size-width is nil and uncomputed (when directories are created in
12026 dired, for example); in this case, 4 is reasonable default value,
12027 although it may caused skewed new entries (which could be avoided
12028 by returning the original value of 8 in all cases, but 99% of the
12029 time this is a waste of whitespace).
12030
12031 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12032
12033 * cc-engine.el (c-guess-continued-construct)
12034 (c-guess-basic-syntax): Check a little more carefully if it's a
12035 function declaration when an unknown construct followed by a block
12036 is found inside a statement context. This avoids macros followed
12037 by blocks to be taken as function declarations.
12038
12039 (c-guess-continued-construct): Change the analysis of a statement
12040 continuation with a brace open to `substatement-block', for
12041 consistency with recognized statements.
12042
12043 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12044 start is in a position so that `c-beginning-of-statement-1' jumped
12045 to the beginning of the same statement.
12046
12047 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12048 Don't accept binary operators in the arglist if we're in a function
12049 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
12050 template recognition in cases like "if (a < b || c > d)".
12051
12052 (c-restricted-<>-arglists): New more appropriate name for
12053 `c-disallow-comma-in-<>-arglists'.
12054
12055 Accessing functions updated for the variable name change.
12056
12057 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12058 match data could get clobbered if NOT-INSIDE-TOKEN is used.
12059
12060 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12061 labels.
12062
12063 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12064 instead of duplicating parts of it. This fixes bogus label
12065 recognition.
12066
12067 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12068 of checking the context in which to apply the minimum indentation,
12069 so that it isn't enforced in e.g. namespace blocks.
12070
12071 * cc-vars.el (c-inside-block-syms): New constant used by
12072 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
12073 to somewhat reduce the risk of becoming stale.
12074
12075 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12076 cc-cmds to cc-engine to allow use from cc-align.
12077
12078 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12079 qualified identifiers containing "::".
12080
12081 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12082 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12083
12084 * cc-vars.el (c-emacs-features): Use a space in front of the name
12085 of the temporary buffer. That also avoids dumping problems in
12086 XEmacs due to undo info being left around after the buffer is killed.
12087
12088 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12089 arglist to see if it's a K&R style declaration.
12090
12091 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12092 before returning `knr-argdecl-intro'.
12093
12094 2003-11-16 John Wiegley <johnw@newartisans.com>
12095
12096 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12097 field in a long-listing always 8 characters, use `size-width',
12098 which has already been computed.
12099
12100 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12101
12102 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12103
12104 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12105
12106 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12107 Support operation while narrowed, with `diff-restrict-view'.
12108
12109 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12110
12111 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12112 Take additional optional arg NARROWFUN. For the generated functions:
12113 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12114 include frags that arrange to check for and save narrowing state before
12115 the move and then conditionally call NARROWFUN after the move.
12116
12117 2003-11-14 John Wiegley <johnw@newartisans.com>
12118
12119 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12120 that was optional, but obviously missing based on surrounding code.
12121
12122 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12123 string arguments to numbers unless the whole argument was seen as
12124 a number.
12125
12126 2003-11-14 Kenichi Handa <handa@m17n.org>
12127
12128 * international/mule.el (ctext-non-standard-encodings-alist):
12129 Fix coding systems.
12130
12131 2003-11-10 Kenichi Handa <handa@m17n.org>
12132
12133 * language/kannada.el ("Kannada"): Add sample-text.
12134
12135 * language/knd-util.el (kannada-compose-region)
12136 (kannada-compose-string, kannada-post-read-conversion):
12137 Add autoload cookie.
12138
12139 * international/quail.el (quail-completion): Change the message
12140 "corresponding translations" to "corresponding characters".
12141
12142 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12143
12144 * descr-text.el (describe-char): Fix typo.
12145
12146 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12147
12148 These changes are to support Kannada language/script.
12149
12150 * Makefile.in (DONTCOMPILE): Add kannada.el.
12151
12152 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12153
12154 * loadup.el: Preload kannada.el.
12155
12156 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12157 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12158 New variables.
12159
12160 * language/kannada.el: New file.
12161
12162 * language/knd-util.el: New file.
12163
12164 2003-11-07 Andreas Schwab <schwab@suse.de>
12165
12166 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12167 Also highlight AH_*.
12168
12169 * xml.el (xml-parse-dtd): Fix misplaced paren.
12170
12171 2003-11-07 Kenichi Handa <handa@m17n.org>
12172
12173 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12174
12175 2003-11-05 Juri Linkov <juri@jurta.org>
12176
12177 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12178 (desktop-buffer-file): Use saved buffer-file-coding-system
12179 for file reading. Set auto-insert to nil to prevent automatic
12180 insertion into restored empty files.
12181
12182 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12183
12184 * files.el (risky-local-variable-p): Make second argument optional.
12185
12186 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * subr.el (add-hook): Fix last change.
12189
12190 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12191
12192 * mail/rmail.el (rmail-convert-to-babyl-format):
12193 If base64-decode-region signals an error, catch it and silently
12194 ignore it.
12195
12196 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12197
12198 * xml.el (xml-parse-region): Allow comments to appear after the
12199 topmost element has closed.
12200 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12201 (xml-ns-expand-attr): New functions to do namespace handling.
12202 (xml-intern-attrlist): Back-compatible handling of attribute names.
12203 (xml-parse-tag): Move namespace handling to separate functions.
12204 Now produces elements in the form ((:ns . "element") (attr-list)
12205 children) instead of ('ns:element (attr-list) children).
12206 (xml-parse-attlist): Fix attribute parsing.
12207 (xml-parse-dtd): Change parsing so that it produces strings
12208 instead of interned symbols.
12209
12210 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
12211
12212 * dired.el (dired-ls-sorting-switches): Doc fix.
12213
12214 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12215
12216 * emacs-lisp/rx.el (rx-or): Fix the case of
12217 "(rx (and ?a (or ?b ?c) ?d))".
12218
12219 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12220
12221 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12222 (texinfo-format-region): Use it.
12223 (texinfo-format-buffer-1): Ditto.
12224
12225 2003-11-01 Alan Mackenzie <acm@muc.de>
12226
12227 Changes to allow scrolling whilst in isearch mode:
12228 * isearch.el (isearch-unread-key-sequence): New function,
12229 extracted from isearch-other-meta-char.
12230 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12231 "scrollable" standard functions.
12232 (isearch-allow-scroll): New customizable variable.
12233 (isearch-string-out-of-window, isearch-back-into-window)
12234 (isearch-reread-key-sequence-naturally)
12235 (isearch-lookup-scroll-key): New functions.
12236 (isearch-other-meta-char): Doc string and functionality enhanced.
12237 Now accepts a prefix argument.
12238 (isearch-lazy-highlight-window-end): New variable.
12239 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12240 end (thru isearch-lazy-highlight-window-end), not only its start.
12241
12242 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12243 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12244 (universal-argument, universal-argument-more, negative-argument)
12245 (digit-argument, universal-argument-other-key): Minor changes.
12246
12247 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12248
12249 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12250 recursively if the last message is deleted, thus avoiding an
12251 infinite loop.
12252
12253 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12256 (tex-main-file): Don't add .tex if the extension is already present.
12257 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12258
12259 2003-10-29 Lute Kamstra <lute@gnu.org>
12260
12261 * progmodes/octave-inf.el (inferior-octave-prompt):
12262 Recognize version number in prompt.
12263
12264 2003-10-28 Dave Love <fx@gnu.org>
12265
12266 * international/characters.el: Fix some Unicode ranges.
12267
12268 2003-10-28 Kenichi Handa <handa@m17n.org>
12269
12270 * disp-table.el (standard-display-8bit)
12271 (standard-display-default, standard-display-ascii)
12272 (standard-display-g1, standard-display-graphic)
12273 (standard-display-underline): Assure that standard-display-table
12274 is a display table.
12275
12276 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12279 reindenting the first line.
12280
12281 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12282
12283 * wid-edit.el (widget-default-delete): Always delete child widgets.
12284
12285 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12288 if the line has code.
12289 Don't try to line up with something that's too far left.
12290
12291 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12292 (octave-mode-syntax-table): Add % as a comment starter.
12293 (octave-point): Remove.
12294 (octave-in-comment-p, octave-in-string-p)
12295 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12296 (octave-blink-matching-block-open, octave-auto-fill):
12297 Use line-(beginning|end)-position instead.
12298
12299 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
12300
12301 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12302 for Francesco Potort\e,Al\e(B.
12303
12304 2003-10-23 Dave Love <fx@gnu.org>
12305
12306 * international/mule-cmds.el (locale-charset-to-coding-system):
12307 Don't rely on nil being a coding system.
12308
12309 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12310 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12311 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12312
12313 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12314
12315 * gdb-ui.el (gdb-current-language): New variable.
12316 (gdb-update-flag): Remove variable.
12317 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12318 (gdb-take-last-elt): Remove function.
12319 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12320 (gdb-post-prompt): Check for variable object changes here.
12321
12322 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12323 object changes in gdb-ui.el.
12324
12325 2003-10-21 Richard M. Stallman <rms@gnu.org>
12326
12327 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12328
12329 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12330 Don't check for foo*/ wildcard form here.
12331 (insert-directory): Recognize foo*/ as a wildcard.
12332 Separate wildcard-regexp variable from the arg, wildcard.
12333
12334 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12335 (remove-hook): Correctly handle strange cases about local hooks.
12336
12337 2003-10-21 David Ponce <david@dponce.com>
12338
12339 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12340 argument REAL, to return a real number instead of a rounded
12341 integer value. Define as inline function.
12342 (ruler-mode-right-fringe-cols): Likewise.
12343 (ruler-mode-scroll-bar-cols): New function.
12344 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12345 (ruler-mode-right-scroll-bar-cols): Likewise.
12346 (ruler-mode-space): New function.
12347 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12348 scroll bar mode and margins in a more robust way.
12349
12350 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12351
12352 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12353 (antlr-c-init-language-vars): New function.
12354 (antlr-mode): Use it with cc-mode before v5.29.
12355 (antlr-c-common-init): Don't set some local vars here.
12356 (antlr-mode): Set them here.
12357 (antlr-c-forward-sws): New function alias.
12358 (antlr-mode): Redefine with cc-mode before v5.30.
12359 (antlr-skip-sexps): Use it.
12360 (antlr-skip-exception-part): Ditto.
12361 (antlr-skip-file-prelude): Ditto.
12362 (antlr-outside-rule-p): Ditto.
12363 (antlr-end-of-body): Ditto.
12364 (antlr-option-kind): Ditto.
12365 (antlr-insert-option-area): Ditto.
12366 (antlr-file-dependencies): Ditto.
12367
12368 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12369
12370 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12371 Move backward only if point was not inside an entry.
12372
12373 2003-10-21 Richard M. Stallman <rms@gnu.org>
12374
12375 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12376
12377 2003-10-21 Juri Linkov <juri@jurta.org>
12378
12379 * compare-w.el: Automatically skip non-matching text to resync.
12380 (compare-windows-whitespace): Doc fix.
12381 (compare-windows-sync, compare-windows-sync-string-size)
12382 (compare-windows-recenter, compare-ignore-whitespace)
12383 (compare-windows-highlight, compare-windows-face): New variables.
12384 (compare-windows): Use compare-windows-sync.
12385 (compare-windows-highlight, compare-windows-dehighlight)
12386 (compare-windows-sync-regexp)
12387 (compare-windows-sync-default-function): New functions.
12388
12389 2003-10-21 Juri Linkov <juri@jurta.org>
12390
12391 * diff.el (diff-parse-differences): Don't visit the files now;
12392 instead, just record the error locus.
12393
12394 2003-10-21 Dave Love <fx@gnu.org>
12395
12396 * progmodes/cfengine.el: New file.
12397
12398 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12401 default-directory when completing file names.
12402
12403 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12404
12405 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12406 followed by the word `face', it gets treated as a face, even if
12407 it is also defined as a variable or a function.
12408
12409 2003-10-20 Dave Love <fx@gnu.org>
12410
12411 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12412 Avoid incf in macro expansion.
12413
12414 2003-10-20 John Paul Wallington <jpw@gnu.org>
12415
12416 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12417 `evenp' so we don't implicitly require cl library at runtime.
12418
12419 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12420
12421 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12422 (help-make-xrefs): Only make cross-references for faces if
12423 preceded or followed by the word `face'. Do not make a
12424 cross-reference for variables without variable documentation,
12425 unless preceded by the word `variable' or `option'. Update doc
12426 string accordingly.
12427
12428 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12429
12430 * progmodes/hideshow.el: Rewrite one-armed `if'
12431 constructs using either `when' or `unless'.
12432 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12433
12434 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12435
12436 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12437 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12438 instead of 12x12.
12439
12440 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12441
12442 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12443 message while converting to Babyl.
12444
12445 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12446
12447 * allout.el (allout-mode): Doc fix.
12448
12449 2003-10-16 Lute Kamstra <lute@gnu.org>
12450
12451 * subr.el (force-mode-line-update): Fix docstring.
12452
12453 2003-10-14 Dave Love <fx@gnu.org>
12454
12455 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12456 (default-input-method): Add :link, improve :type.
12457 (locale-charset-language-names): Fix utf-8 pattern.
12458 (locale-charset-match-p, locale-charset-alist)
12459 (locale-charset-to-coding-system): New.
12460 (set-locale-environment): Deal with codeset part of locale specs.
12461
12462 2003-10-14 Lute Kamstra <lute@gnu.org>
12463
12464 * fringe.el (fringe-mode): Use active voice in docstring.
12465 (set-fringe-style): Ditto.
12466
12467 2003-10-13 Lute Kamstra <lute@gnu.org>
12468
12469 * fringe.el (fringe-mode): Fix docstring.
12470 (set-fringe-style): Ditto.
12471
12472 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12473
12474 * ediff-mult.el (ediff-filegroup-action):
12475 Use ediff-default-filtering-regexp.
12476
12477 * ediff-util.el (ediff-recenter): Don't call
12478 ediff-restore-highlighting twice.
12479 (ediff-select-difference): Set current difference.
12480 (ediff-unselect-and-select-difference): Add comment.
12481
12482 * ediff.el (ediff-directories,ediff-directory-revisions)
12483 (ediff-directories3,ediff-merge-directories)
12484 (ediff-merge-directories-with-ancestor)
12485 (ediff-merge-directory-revisions)
12486 (ediff-merge-directory-revisions-with-ancestor):
12487 Use ediff-default-filtering-regexp.
12488
12489 2003-10-12 Andreas Schwab <schwab@suse.de>
12490
12491 * international/mule-cmds.el (locale-charset-language-names):
12492 Simplify regex by removing unused grouping.
12493
12494 2003-10-10 Dave Love <fx@gnu.org>
12495
12496 * bindings.el: Don't bind stop.
12497
12498 2003-10-08 Miles Bader <miles@gnu.org>
12499
12500 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12501 face instead of attempting to emulate it.
12502
12503 2003-10-07 Kenichi Handa <handa@m17n.org>
12504
12505 * international/mule-diag.el (list-coding-systems-1): List coding
12506 systems that are loaded automatically.
12507
12508 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12509
12510 * international/mule.el (autoload-coding-system): New function.
12511
12512 2003-10-07 Andreas Schwab <schwab@suse.de>
12513
12514 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12515 change-log-default-name in the buffer visiting the file.
12516
12517 2003-10-06 Dave Love <fx@gnu.org>
12518
12519 * files.el (find-file-hook): Customize.
12520 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12521
12522 * bindings.el (completion-ignored-extensions): Remove .log.
12523 (global-map): Add again, open, stop keys.
12524
12525 2003-10-05 Richard M. Stallman <rms@gnu.org>
12526
12527 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12528 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12529 Use sh-modify directly.
12530 (sh-select): Use sh-append, not eval.
12531
12532 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12533
12534 * info.el (Info-following-node-name): New function.
12535
12536 * loadhist.el (unload-feature-special-hooks):
12537 Rename from loadhist-hook-functions.
12538 (loadhist-hook-functions): Now an alias.
12539
12540 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12541
12542 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12543 file-name clashes on 8+3 filesystems.
12544
12545 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12546 Rename loaddefs-boot.el to ldefs-boot.el
12547
12548 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12549 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12550
12551 2003-10-03 Lute Kamstra <lute@gnu.org>
12552
12553 * info.el (Info-mode): Revert previous change.
12554 (Info-escape-percent): New function.
12555 (Info-fontify-node): Use it.
12556
12557 2003-10-02 Andreas Schwab <schwab@suse.de>
12558
12559 * loaddefs-boot.el: Regenerated.
12560
12561 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12562
12563 * ffap.el: Remove defadvice related code from CVS since `complete'
12564 provides a `PC-completion-as-file-name-predicate' variable that
12565 ffap can override.
12566
12567 2003-10-02 Kenichi Handa <handa@m17n.org>
12568
12569 * international/utf-8.el (ccl-decode-mule-utf-8):
12570 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12571
12572 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12573 * international/subst-big5.el: Likewise.
12574 * international/subst-gb2312.el: Likewise.
12575 * international/subst-ksc.el: Likewise.
12576
12577 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12578
12579 * calendar/calendar.el (increment-calendar-month)
12580 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12581 (generate-calendar, calendar-read-date, calendar-interval)
12582 (calendar-day-of-week): Handle years BC.
12583 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12584
12585 2003-10-01 Dave Love <fx@gnu.org>
12586
12587 * language/cyrillic.el (cp1251): Alias for windows-1251.
12588
12589 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12590 bootstrap.
12591
12592 2003-10-01 Lute Kamstra <lute@gnu.org>
12593
12594 * files.el: Fix typo.
12595 * imenu.el (imenu--generic-function): Docstring fix.
12596
12597 2003-09-30 Richard M. Stallman <rms@gnu.org>
12598
12599 * dired.el (dired-mode): Handle dired-directory as a list.
12600
12601 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12602
12603 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12604
12605 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12606
12607 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12608 Replace gud-display with gud-watch.
12609 (gud-speedbar-buttons): Add stuff for watching expressions
12610 in the speedbar when using M-x gdba. Use dolist on old part
12611 of this function.
12612
12613 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12614 (gdb-update-flag): New variables.
12615 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12616 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12617 (gud-watch, gdb-var-create-handler) : New functions.
12618 (gdb-var-list-children, gdb-var-list-children-handler)
12619 (gdb-var-create-regexp, gdb-var-update-regexp)
12620 (gdb-var-list-children-regexp): New constants.
12621 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12622 (gdb-annotation-rules): Reduce annotation set (level 3).
12623 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12624 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12625 updates.
12626 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12627 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12628 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12629 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12630 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12631 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12632 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12633 (gud-display, gud-display1)
12634 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12635 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12636 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12637 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12638 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12639 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12640 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12641 (gdb-display-display-buffer, gdb-toggle-display)
12642 (gdb-delete-display, gdb-expressions-popup-menu)
12643 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12644 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12645 to display buffer.
12646
12647 2003-09-30 Richard M. Stallman <rms@gnu.org>
12648
12649 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12650 Instead, set which-func-functions.
12651
12652 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12653 (which-func-functions): New variable.
12654 (which-function): Use that.
12655
12656 * info.el (Info-mode): Double each `%' in header line.
12657
12658 * emacs-lisp/lisp-mnt.el (lm-with-file):
12659 When FILE is nil, run BODY in current buffer.
12660
12661 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12662
12663 * help.el (describe-mode): Start with a brief list of minor modes.
12664 Find them thru minor-mode-list so as to find them all.
12665 Show them in alphabetical order.
12666
12667 * mail/sendmail.el (mail-aliases): Doc fix.
12668
12669 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12670
12671 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12672
12673 * mail/rmailsum.el (rmail-make-summary-line-1):
12674 Change comma after last label to a space.
12675 (rmail-summary-font-lock-keywords): Adapt to that change.
12676
12677 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12678
12679 * progmodes/scheme.el (scheme-mode-variables): When setting
12680 `font-lock-defaults', also specify that "#" should
12681 be interpreted with `word' syntax.
12682 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12683
12684 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12685
12686 * desktop.el: A lot of comments updated.
12687 (desktop-save-mode): Minor mode introduced.
12688 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12689 (desktop-load-default): Function made obsolete.
12690 (desktop-locals-to-save): Variable made customizable.
12691 (desktop-read): Optional parameter `dirname' added.
12692 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12693 `desktop-read' used.
12694 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12695
12696 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12697
12698 * whitespace.el (whitespace-clean-msg): Add user customizable message
12699 for displaying ``clean'' output.
12700 (whitespace-buffer): Use `whitespace-clean-msg'.
12701 (whitespace-global-mode): Fix typo.
12702
12703 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12704
12705 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12706
12707 2003-09-29 Lute Kamstra <lute@gnu.org>
12708
12709 * bindings.el (mode-line-modes): Remove superfluous :propertize
12710 construct in initialization.
12711 (mode-line-position): Change cons cell into proper list in
12712 initialization.
12713
12714 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12715
12716 * international/mule.el (decode-coding-inserted-region): Use car
12717 of the return value of find-operation-coding-system.
12718
12719 2003-09-29 Kenichi Handa <handa@m17n.org>
12720
12721 * descr-text.el (describe-char): Fix previous change.
12722
12723 2003-09-28 Kenichi Handa <handa@m17n.org>
12724
12725 * descr-text.el (describe-char-display): New function.
12726 (describe-char): Pay attention to display table on describing how
12727 a character is displayed.
12728
12729 * international/mule-cmds.el (encoded-string-description):
12730 Prepend "0x" to each encoded byte.
12731
12732 2003-09-28 Andreas Schwab <schwab@suse.de>
12733
12734 * find-file.el (ff-special-constructs): Add autoload cookie.
12735
12736 2003-09-28 Kevin Ryde <user42@zip.com.au>
12737
12738 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12739 makeinfo appends to duplicate index entries.
12740
12741 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12742
12743 * dired-x.el (dired-clean-tex): Doc fix.
12744
12745 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12746 using a Chinese tutorial.
12747
12748 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12749
12750 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12751 between "MAIL FROM:" and "RCPT TO:" and the following address.
12752
12753 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12754
12755 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12756
12757 2003-09-28 David Ponce <david@dponce.com>
12758
12759 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12760 (recentf-load-list): When `recentf-initialize-file-name-history'
12761 is non-nil, initialize an empty `file-name-history' with the
12762 recent list.
12763
12764 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12765
12766 * man.el (Man-default-man-entry): Remove the leading `*' from the
12767 word at point.
12768
12769 2003-09-26 Lute Kamstra <lute@gnu.org>
12770
12771 * bindings.el (mode-line-position): Mention size indication in
12772 docstring.
12773
12774 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12775
12776 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12777
12778 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12779 because it's autoloaded now.
12780
12781 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12782
12783 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12784 (sh-font-lock-keywords, sh-feature): Fix previous change of
12785 sh-feature to avoid infloop with sh-font-lock-keywords.
12786
12787 2003-09-25 Kim F. Storm <storm@cua.dk>
12788
12789 * frame.el (frame-current-scroll-bars): New defun.
12790
12791 * window.el (window-current-scroll-bars): New defun.
12792
12793 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12794
12795 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12796 cause errors when the state cache contains info on parts that have
12797 been narrowed out.
12798
12799 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12800
12801 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12802 `c-setup-paragraph-variables' has to be used when this variable is
12803 changed; it doesn't work to reinitialize the mode since that
12804 typically clobbers the variable.
12805
12806 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12807 Make it interactive.
12808
12809 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12810
12811 * progmodes/cc-fonts.el (c-font-lock-declarations):
12812 Fix recognition of constructors and destructors for classes whose
12813 names are matched by `*-font-lock-extra-types'.
12814
12815 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12816 followed by an identifier in C++ then it's a type.
12817
12818 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12819
12820 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12821 problem that primarily affected XEmacs. Don't use faces to find
12822 unterminated strings since Emacs and XEmacs fontify strings
12823 differently - this function should now work better in XEmacs.
12824
12825 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12826
12827 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12828 `expand-abbrev' workaround which caused braces to misbehave inside
12829 macros.
12830
12831 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12832 handling. This bug could cause interactive font locking to bail out.
12833
12834 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12835
12836 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12837 Handle paren-style types in Pike. Also fixed some cases of
12838 insufficient handling of unbalanced parens.
12839
12840 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12841
12842 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12843 common shell prompts that are not common filename or URL characters.
12844 (ffap-file-at-point): Use the new regexp to strip the prompts from
12845 the file names. This is an issue mostly for user prompts that
12846 don't have a trailing space and find-file-at-point is invoked from
12847 within a shell inside Emacs.
12848
12849 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12850
12851 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12852 stamps numerically, rather than textually.
12853
12854 2003-09-24 Kenichi Handa <handa@m17n.org>
12855
12856 * language/devan-util.el (devanagari-post-read-conversion):
12857 * language/mlm-util.el (malayalam-post-read-conversion):
12858 * language/tml-util.el (tamil-post-read-conversion):
12859 Add autoload cookie.
12860
12861 * international/utf-8.el (utf-8-post-read-conversion):
12862 Call post-read-conversion functions for Devanagari, Malayalam,
12863 and Tamil.
12864
12865 2003-09-23 Dave Love <fx@gnu.org>
12866
12867 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12868
12869 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12870
12871 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12872 Update gud-remove.
12873
12874 2003-09-22 Richard M. Stallman <rms@gnu.org>
12875
12876 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12877 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12878 (sh-mode-syntax-table-input): New variable.
12879 (sh-require-final-newline): Don't use eval.
12880 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12881 (sh-variables, sh-font-lock-keywords): Don't use eval.
12882 (sh-set-shell): When setting require-final-newline,
12883 treat value = `require-final-newline' as don't change it.
12884 Set sh-mode-syntax-table locally based on
12885 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12886
12887 * progmodes/compile.el (compile-internal):
12888 Call compilation-set-window-height before setting window start.
12889
12890 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12891
12892 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12893 Clear out byte-compile-last-warned-form.
12894
12895 2003-09-22 Richard M. Stallman <rms@gnu.org>
12896
12897 * woman.el (woman-file-name, woman-follow-word):
12898 If current-word returns nil, use "".
12899
12900 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12901
12902 2003-09-22 Richard M. Stallman <rms@gnu.org>
12903
12904 * emacs-lisp/lisp-mnt.el (lm-with-file):
12905 Don't visit the file, just use insert-file-contents in temp buffer.
12906
12907 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12908
12909 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12910 Add surrounding \\( and \\) around the header, as in
12911 for lm-history-header 'Change Log\\|History'.
12912
12913 2003-09-22 John Paul Wallington <jpw@gnu.org>
12914
12915 * progmodes/ld-script.el: Add Commentary section,
12916 minor cleanup of file header.
12917 (ld-script-font-lock-keywords): Doc fix.
12918 (toplevel): Provide `ld-script' feature.
12919
12920 2003-09-21 Kim F. Storm <storm@cua.dk>
12921
12922 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12923 new built-in variable default-frame-scroll-bars.
12924 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12925 scroll-bar-mode; notably, use it instead of t when we toggle
12926 scroll-bars on.
12927 (toggle-scroll-bar): Use default-frame-scroll-bars.
12928
12929 2003-09-19 Masatake YAMATO <jet@gyve.org>
12930
12931 * pcvs.el (cvs-do-removal): Change the prompt depending on
12932 `filter' value.
12933
12934 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12935
12936 * startup.el (command-line-1): Stop startup-echo-area-message
12937 being hidden by "Loading image..." message.
12938 (use-fancy-splash-screens-p, display-splash-screen):
12939 Move display-graphic-p test from latter to former.
12940
12941 * progmodes/sh-script.el (sh-font-lock-keywords):
12942 Highlight escaped EOLs differently from other backslash constructs.
12943
12944 2003-09-19 Richard M. Stallman <rms@gnu.org>
12945
12946 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12947 New functions.
12948 (edebug-enter, edebug-outside-excursion): Use them.
12949
12950 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12951 Fix the condition for whether to print "In WHERE".
12952
12953 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12954
12955 * finder.el (finder-mode-hook): New variable.
12956 (finder-mode): Run hook finder-mode-hook
12957
12958 2003-09-18 Masatake YAMATO <jet@gyve.org>
12959
12960 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12961
12962 2003-09-17 Mario Lang <mlang@delysid.org>
12963
12964 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12965 "p %e" to actually print the value in the GUD buffer.
12966
12967 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12968
12969 From David Ponce <david.ponce@wanadoo.fr>:
12970 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12971 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12972 from loaddefs-boot.el if necessary.
12973
12974 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12975
12976 * progmodes/gud.el (gud-find-class): Make jdb work again since
12977 cc-mode changed the syntactic information.
12978
12979 2003-09-15 David Ponce <david@dponce.com>
12980
12981 * recentf.el: (recentf-exclude): Accept predicates too.
12982 (recentf-file-readable-p): New function.
12983 (recentf-include-p): Handle predicates in recentf-exclude.
12984 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12985 (recentf-cleanup): Likewise.
12986 (recentf-save-list): Use write-file to handle backup of
12987 recentf-save-file.
12988
12989 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12990
12991 * loaddefs-boot.el: Renamed from `loaddefs.el'
12992 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12993 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12994 necessary.
12995
12996 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12997
12998 * electric.el (Electric-pop-up-window): For the `one-window' case,
12999 no longer disconcertingly move point in the original buffer.
13000
13001 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13004
13005 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
13006
13007 * dired.el (dired-mode-map): Fix typo.
13008
13009 2003-09-11 Richard M. Stallman <rms@gnu.org>
13010
13011 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13012
13013 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13014
13015 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13016 the function is less noisy. Now only `kill-buffer' can ask questions.
13017
13018 2003-09-10 Mario Lang <mlang@delysid.org>
13019
13020 * battery.el: Update Commentary and Copyright.
13021 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13022 appear due to wrong ordering of the expressions in `or'.
13023
13024 2003-09-09 Lute Kamstra <lute@gnu.org>
13025
13026 * misc.el (upcase-char): Fix docstring.
13027 (zap-up-to-char): New command.
13028
13029 2003-09-08 David Ponce <david@dponce.com>
13030
13031 Ensure that recentf correctly updates the menu bar.
13032 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13033 (recentf-menu-bar): New function.
13034 (recentf-clear-data): Use it
13035 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
13036 of easy-menu-change.
13037
13038 2003-09-08 Lute Kamstra <lute@gnu.org>
13039
13040 * simple.el (size-indication-mode): New.
13041 * bindings.el (mode-line-position): Add buffer size indicator.
13042
13043 2003-09-04 Mario Lang <mlang@delysid.org>
13044
13045 * battery.el (battery-linux-proc-acpi): New function.
13046 (battery-status-function): Modify default value calculation to also
13047 check for availability of ACPI.
13048 (battery-echo-area-format): Ditto.
13049 (battery-mode-line-format): Ditto.
13050
13051 2003-09-06 Dave Love <fx@gnu.org>
13052
13053 * ielm.el (ielm-mode-hook): Add :options.
13054
13055 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13056 (eldoc-print-current-symbol-info): Use it.
13057
13058 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
13059
13060 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13061 being displayed in GUD buffer.
13062 (gdb-idle-input-queue): Remove var. Use just one queue.
13063 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13064 Remove functions. Use just one queue.
13065 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13066 (gdb-invalidate-assembler, gdb-get-current-frame):
13067 Modify functions. Use just one queue.
13068
13069 2003-09-04 Dave Love <fx@gnu.org>
13070
13071 * cus-start.el: Add blink-cursor-alist.
13072
13073 * ruler-mode.el (ruler-mode-fill-column-char)
13074 (ruler-mode-current-column-char): Use char-displayable-p,
13075 not window-system.
13076
13077 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13078
13079 * language/european.el (windows-1252): Move from code-pages.
13080
13081 * language/cyrillic.el ("Windows-1251"): Delete.
13082 ("Bulgarian", "Belarusian"): Remove `features'.
13083 (windows-1251): Move from code-pages.
13084
13085 * international/mule-diag.el (non-iso-charset-alist):
13086 Remove `codepage' stuff.
13087 (print-designation, list-coding-systems-1): Output fixes.
13088
13089 * international/code-pages.el (cp-make-translation-table)
13090 (cp-valid-codes): Made defsubsts.
13091 (cp-fix-safe-chars): Delete.
13092 (mule-diag): Don't require.
13093 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13094 (top-level): Check for defined coding system when defining
13095 cp... aliases. Change w32-add-charset-info test to avoid warning.
13096 (non-iso-charset-alist): Defvar when compiling.
13097 (cp-make-coding-system): Doc fix.
13098
13099 2003-09-02 Jason Rumney <jasonr@gnu.org>
13100
13101 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13102 line-ends from CVS before doing conversion.
13103
13104 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13105
13106 * calendar/diary-lib.el (diary-header-line-flag)
13107 (diary-header-line-format): New variables.
13108 (list-diary-entries): Use them to set header line in simple diary.
13109
13110 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13111 other than font-lock-string-face to highlight backslashes.
13112
13113 2003-09-01 Jason Rumney <jasonr@gnu.org>
13114
13115 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13116 regexp.
13117
13118 2003-09-01 Dave Love <fx@gnu.org>
13119
13120 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13121
13122 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13123 and :help; also line and column numbers labels.
13124
13125 * international/mule-util.el (char-displayable-p): Move from
13126 latin1-disp, rename and autoload.
13127
13128 * international/latin1-disp.el (latin1-char-displayable-p):
13129 Now obsolete alias. Replace uses with char-displayable-p.
13130 (latin1-display-ucs-per-lynx): Fix last change.
13131
13132 * international/mule-cmds.el (standard-display-european-internal):
13133 Don't use char code for Latin-1 NBSP.
13134 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13135 U+2018, U+2019 for `'.
13136 (select-safe-coding-system): Message fix.
13137
13138 2003-09-01 Kenichi Handa <handa@m17n.org>
13139
13140 * international/fontset.el (setup-default-fontset): For Thai
13141 font, specify "*" family.
13142
13143 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13144
13145 * progmodes/compile.el (previous-error): Accept a prefix
13146 argument, similarly to next-error.
13147
13148 2003-08-31 Masatake YAMATO <jet@gyve.org>
13149
13150 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13151 the number of files. Bind the number of files to a local
13152 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13153
13154 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13155
13156 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13157 2003-07-26: msdos-long-file-names is a function, not a variable.
13158
13159 2003-08-29 Richard M. Stallman <rms@gnu.org>
13160
13161 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13162 Do nothing with mail-personal-alias-file if it is nil.
13163
13164 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13165 Do nothing if mail-personal-alias-file is nil.
13166
13167 * term.el (term-exec-1): Bind coding-system-for-read.
13168
13169 * dired.el (dired-mouse-find-file-other-window):
13170 Use dired-view-command-alist here, as in dired-view-file.
13171 (dired-view-command-alist): Use %s to substitute file name.
13172 Handle .ps_pages, .eps, .jpg, .gif, .png.
13173
13174 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13175
13176 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13177 `Info-prev-reference', instead of M-tab.
13178
13179 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13180
13181 * simple.el (blink-matching-open): Work correctly on chars that
13182 are designated as parens through the syntax-table text property.
13183
13184 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13185
13186 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13187 line break position in the middle of a non-kinsoku (e.g. latin)
13188 word, making it skip until either a space or a character with
13189 category "|".
13190 (kinsoku-longer): Test for end of buffer.
13191
13192 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13193
13194 * mail/rmail.el (rmail-convert-to-babyl-format):
13195 Detect quoted-printable- and base64-encoded messages and decode them
13196 automatically. Set the message's encoding from the charset=
13197 header, if any. Decode base64-encoded messages in Mail format as well.
13198
13199 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13200
13201 * mail/smtpmail.el: Fix previous change.
13202 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13203 calling smtpmail-via-smtp.
13204 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13205
13206 2003-08-26 John Paul Wallington <jpw@gnu.org>
13207
13208 * image.el (image-jpeg-p): Don't search beyond length of data.
13209
13210 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13211
13212 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13213 misfeature in `expand-abbrev' which caused electric keywords like
13214 "else" to disappear if an open brace was typed directly afterwards.
13215
13216 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13217
13218 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13219 mandatory in `define-widget'.
13220
13221 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13222 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13223
13224 (c-assignment-operators): New language constant that only contains
13225 the assignment operators.
13226
13227 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13228
13229 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13230
13231 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13232 Safeguard against unbalanced sexps.
13233
13234 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13235
13236 * version.el (emacs-version): Check for gtk. Include gtk version info.
13237
13238 2003-08-25 John Paul Wallington <jpw@gnu.org>
13239
13240 * man.el (Man-default-man-entry): Don't whizz past the section
13241 number before looking for it.
13242
13243 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13244
13245 * progmodes/gud.el (gud-display-line): Don't set window-point if
13246 source buffer is not visible. (Only happens with M-x gdba.)
13247
13248 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13249 documentation.
13250 (gdb-source, gdb-source-info): Update to assembler unnecessary
13251 as its done after each GDB command anyway.
13252 (gdb-pre-prompt): Use with-current-buffer.
13253 (gdb-insert-field): Add help-echo text.
13254 (gdb-invalidate-assembler): Re-display of assembler now done in
13255 gdb-info-breakpoints-custom.
13256 (gdb-info-breakpoints-custom): Force re-display of assembler to
13257 happen *after* update of breakpoints buffer.
13258 (gdb-display-source-buffer): Don't choke if gdb-source-window
13259 isn't visible.
13260 (gdb-put-string, gdb-put-arrow): Remove free variables.
13261
13262 2003-08-24 John Paul Wallington <jpw@gnu.org>
13263
13264 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13265
13266 * man.el (Man-default-man-entry): Strip text properties when
13267 snarfing parts of entry because `format' preserves properties.
13268
13269 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13270
13271 * files.el (file-newest-backup): Use `expand-file-name'.
13272
13273 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13274 Allow the diary to pop up a new frame, if needed.
13275
13276 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13277 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13278 (smtpmail-send-it): Make treatment of envelope-from consistent with
13279 sendmail.el.
13280
13281 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13282 (sh-leading-keywords): Add the bash `time' reserved word.
13283 (sh-variables): Add some bash variables.
13284 (sh-add-completer): Fix nil branch of case statement.
13285
13286 2003-08-24 Masatake YAMATO <jet@gyve.org>
13287
13288 * progmodes/ld-script.el: New file.
13289
13290 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13291
13292 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13293
13294 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13295
13296 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13297 Better explain obsolescence, and what to use instead.
13298
13299 2003-08-23 Masatake YAMATO <jet@gyve.org>
13300
13301 * pcvs.el (cvs-do-removal): Show the deleted file name
13302 on the prompt.
13303
13304 2003-08-20 Dave Love <fx@gnu.org>
13305
13306 * international/mule.el (make-coding-system)
13307 (set-buffer-file-coding-system): Doc fix.
13308
13309 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13310
13311 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13312
13313 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13314
13315 * international/utf-16.el: Add mime-text-unsuitable coding system
13316 properties.
13317
13318 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13319
13320 * cus-edit.el: Add some :links.
13321 (bib): Remove.
13322
13323 * textmodes/bib-mode.el (bib): Add :group external.
13324
13325 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13326
13327 * wid-edit.el (widget-echo-help): Make it handle expressions that
13328 evaluate to strings.
13329
13330 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13331
13332 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13333
13334 Simplify selection of SQL products to define highlighting and
13335 interactive mode. Includes detailed instructions on adding
13336 support for new products.
13337
13338 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13339 product for use in highlighting and interactive mode.
13340 (sql-interactive-product): New variable. SQL product for
13341 sql-interactive-mode.
13342 (sql-product-support): New variable. Specifies product-specific
13343 parameters to drive highlighting and interactive mode.
13344 (sql-imenu-generic-expression): Add more object types.
13345 (sql-sqlite-options): Correct comment.
13346 (sql-ms-program): Use "osql" rather than "isql".
13347 (sql-prompt-regexp, sql-prompt-length): Update comment.
13348 (sql-mode-menu): Add "Start SQLi session" entry.
13349 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13350 (sql-mode-abbrev-table): Add abbreviations. Support of
13351 SYSTEM-FLAG on define-abbrev. Support was removed with last
13352 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13353 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13354 names.
13355 (sql-mode-ansi-font-lock-keywords): Set as default value.
13356 (sql-mode-oracle-font-lock-keywords): Set as default value.
13357 Support Oracle 9i keywords.
13358 (sql-mode-postgres-font-lock-keywords): Set as default value.
13359 (sql-mode-linter-font-lock-keywords): Set as default value.
13360 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13361 SQLServer 2000.
13362 (sql-mode-sybase-font-lock-keywords)
13363 (sql-mode-interbase-font-lock-keywords)
13364 (sql-mode-sqlite-font-lock-keywords)
13365 (sql-mode-strong-font-lock-keywords)
13366 (sql-mode-mysql-font-lock-keywords)
13367 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13368 keywords.
13369 (sql-mode-font-lock-defaults): Update comment.
13370 (sql-product-feature): New function. Returns feature associated
13371 with a product from `sql-product-support' alist.
13372 (sql-product-font-lock): New function. Set font-lock support
13373 based on `sql-product'.
13374 (sql-add-product-keywords): New function. Add font-lock rules to
13375 product-specific keyword variables.
13376 (sql-set-product): New function. Set `sql-product' and apply
13377 appropriate font-lock highlighting.
13378 (sql-highlight-product): New function. Set font-lock support
13379 based on a product. Also set mode name to include product name.
13380 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13381 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13382 Use `sql-set-product'.
13383 (sql-highlight-ms-keywords)
13384 (sql-highlight-sybase-keywords)
13385 (sql-highlight-interbase-keywords)
13386 (sql-highlight-strong-keywords)
13387 (sql-highlight-mysql-keywords)
13388 (sql-highlight-sqlite-keywords)
13389 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13390 (sql-get-login): Prompt in the same order as the tokens.
13391 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13392 (sql-product-interactive): New function. Common portions of
13393 product-specific interactive mode wrappers.
13394 (sql-interactive-mode): Rewritten to use product features.
13395 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13396 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13397 (sql-db2, sql-linter): Use `sql-product-interactive'.
13398 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13399 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13400 (sql-connect-ingres, sql-connect-postgres)
13401 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13402 New functions. Format command line parameters and invoke comint on
13403 the appropriate interpreter. Code was in the corresponding
13404 `sql-xyz' function before.
13405 (sql-connect-ms): New function. Support -E argument to use
13406 operating system credentials for authentication.
13407
13408 2003-08-18 Kenichi Handa <handa@m17n.org>
13409
13410 * international/mule.el (encode-char): Fix for the ASCII case.
13411
13412 2003-08-15 Kenichi Handa <handa@m17n.org>
13413
13414 * international/fontset.el (setup-default-fontset): Change "*" to
13415 nil in the specifications of font family.
13416
13417 2003-08-18 Kim F. Storm <storm@cua.dk>
13418
13419 * kmacro.el (kmacro-keymap): Group related bindings in
13420 initialization for clarity. Bind C-s to start macro.
13421 Remove C-r binding.
13422 (kmacro-initial-counter-value): New defvar to hold initial counter
13423 value in case we set the value before defining a macro.
13424 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13425 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13426 not defining or executing macro. Doc fix.
13427 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13428 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13429 temporarily view older elements on the macro ring without cycling
13430 the ring.
13431 (kmacro-display): Doc fix.
13432 (kmacro-exec-ring-item): New helper function.
13433 (kmacro-call-ring-2nd): Use it.
13434 (kmacro-call-ring-2nd-repeat): Doc fix.
13435 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13436 (kmacro-end-or-call-macro): Execute last viewed macro (using
13437 kmacro-exec-ring-item) from ring if this follows
13438 kmacro-view-macro. This allows us to find a macro on the ring
13439 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13440 the ring to bring it to the head of the ring.
13441 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13442 Allow binding to reserved keys without specifying C-x C-k prefix.
13443 Ask for confirmation if entered key sequence is already bound to
13444 a non-macro command.
13445 (kmacro-view-macro): Repeating command will show older elements
13446 on the macro ring; C-k will execute the last viewed macro.
13447 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13448 property from 'ring to 'head.
13449
13450 2003-08-17 Alan Shutko <ats@acm.org>
13451
13452 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13453 keeping December out of the alist.
13454
13455 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13456
13457 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13458 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13459 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13460 (calendar-flatten): New function.
13461 (calendar-mouse-view-other-diary-entries)
13462 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13463 in the menu title and to show multi-line diary entries correctly
13464 in the menu.
13465
13466 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13467
13468 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13469 defcustom, because the default was recently changed.
13470
13471 2003-08-16 Richard M. Stallman <rms@gnu.org>
13472
13473 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13474
13475 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13476 New subroutine, broken out of eval-last-sexp-1.
13477 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13478
13479 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13480
13481 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13482
13483 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13484
13485 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13486
13487 * progmodes/compile.el (compilation-error-regexp-alist):
13488 Add Java ANt error detection as described in document
13489 http://ant.apache.org/faq.html
13490
13491 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13492
13493 * simple.el (backward-word, forward-to-indentation)
13494 (backward-to-indentation): Argument changed to optional.
13495 (next-line, previous-line): Use `or' instead of `unless'.
13496
13497 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13498
13499 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13500 instead of a constant.
13501
13502 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13503
13504 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13505
13506 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13507
13508 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13509 (vc-sccs-workfile-version): Search the entire delta table, rather
13510 than just the first entry, because that might be a deleted version.
13511
13512 2003-08-11 Karl Fogel <kfogel@red-bean.com>
13513
13514 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13515 [save-place] binding in the Options menu. Have it require
13516 'saveplace' and then toggle the variable manually, to avoid an an
13517 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13518 for the bug report.
13519
13520 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13521
13522 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13523 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13524 (gdb-info-threads-custom): Add help-echo text.
13525 (gdb-display-back): Don't use purecopy.
13526 (gdb-info-breakpoints-custom, gdb-reset)
13527 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13528 icons can be displayed.
13529
13530 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13531
13532 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13533
13534 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13535
13536 * bookmark.el (bookmark-completing-read):
13537 Return a string, instead of a list of one string.
13538 Use a popup menu if activated from the mouse.
13539 (bookmark-edit-annotation): Remove unused vars.
13540 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13541 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13542 to bookmark-completing-read.
13543 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13544 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13545 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13546 and erase-buffer.
13547 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13548 (bookmark-menu-jump, bookmark-menu-insert)
13549 (bookmark-popup-menu-and-apply-function)
13550 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13551 (bookmark-menu-build-paned-menu): Remove by folding it into
13552 bookmark-menu-popup-paned-menu.
13553 (menu-bar-bookmark-map): Move the define-key statements here.
13554 Use the "non-menu" commands since they now pop up a menu if needed.
13555 (bookmark-exit-hook-internal): Simplify.
13556
13557 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13558
13559 * reftex-toc.el (reftex-toc-rename-label): New function.
13560 (reftex-toc-check-docstruct): New function.
13561
13562 * reftex.el (reftex-region-active-p): New function.
13563
13564 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13565 regexp to find the \bibliography macro.
13566
13567 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13568 which does not exist in LaTeX.
13569 (reftex-cite-format-builtin): Added amsrefs support.
13570 (reftex-toc-confirm-promotion): New option
13571
13572 * reftex-toc.el
13573 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13574 (reftex-toc-demote, reftex-toc-promote)
13575 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13576 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13577 (reftex-toc-newhead-from-alist)
13578 (reftex-toc-load-all-files-for-promotion): New functions.
13579 (reftex-toc-help): Added description of new keys.
13580 (reftex-toc-split-windows-fraction): New option.
13581 (reftex-recenter-toc-when-idle): Search *toc* window on all
13582 visible frames.
13583 (reftex-toc): Additional parameter REUSE
13584 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13585 with REUSE argument.
13586 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13587 the call of `reftex-toc'.
13588 (reftex-make-separate-toc-frame): New function .
13589 (reftex-toc-recenter): When called with triple prefix arg, call
13590 `reftex-make-separate-toc-frame' first.
13591 (reftex-toc-toggle-dedicated-frame): New command.
13592 (reftex-toc-quit): Adapted to delete frame when called in
13593 dedicated frame.
13594
13595 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13596 all enclosing macros.
13597
13598
13599 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13600
13601 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13602 first use.
13603
13604 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13605
13606 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13607
13608 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13609
13610 * calendar/calendar.el (list-diary-entries-hook)
13611 (diary-display-hook, nongregorian-diary-listing-hook)
13612 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13613 Add some customize options for these hooks.
13614 (calendar-abbrev-construct): Don't try to take a substring longer
13615 than the original string.
13616
13617 2003-08-05 Richard M. Stallman <rms@gnu.org>
13618
13619 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13620 (testcover-reinstrument-clauses): Doc fix.
13621
13622 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13623 (warning-type-format): Rename from warning-group-format.
13624
13625 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13626 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13627 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13628 to prevent warnings about defvar for an obsolete variable.
13629
13630 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13631 warning-group-format renamed to warning-type-format.
13632
13633 * subr.el (read-passwd): Use clear-string instead of fillarray.
13634
13635 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13636 Use vconcat instead of concat.
13637 (edmacro-sanitize-for-string): New function.
13638
13639 2003-08-05 Dave Love <fx@gnu.org>
13640
13641 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13642 line-number-display-limit-width.
13643
13644 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13645
13646 2003-08-05 Kenichi Handa <handa@m17n.org>
13647
13648 * international/code-pages.el: Don't require mule-diag.
13649
13650 * international/mule-diag.el (non-iso-charset-alist):
13651 Add autoload cookie.
13652
13653 * language/devan-util.el (dev-glyph-order): Add an entry for the
13654 glyph code #xC4.
13655
13656 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13657
13658 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13659 (european-calendar-style, diary-date-forms)
13660 (calendar-day-name-array, calendar-month-name-array): Doc change.
13661 (generate-calendar-month): Adapt for new behaviour of
13662 `calendar-day-name' function.
13663 (calendar-abbrev-length, calendar-day-abbrev-array)
13664 (calendar-month-abbrev-array): New variables.
13665 (calendar-abbrev-construct): New function.
13666 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13667 rather than fixing abbrevs at some width. Calling syntax change.
13668 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13669 (calendar-date-string): Adapt for new behaviours of
13670 `calendar-day-name' and `calendar-month-name' functions.
13671
13672 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13673 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13674 (diary-name-pattern): Use abbrev arrays, rather than fixing
13675 abbrevs at three chars. Calling syntax change.
13676 (mark-diary-entries): Adapt for new behaviours of
13677 `diary-name-pattern' and `calendar-make-alist' functions.
13678 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13679 `diary-name-pattern' function.
13680 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13681 fixing abbrevs at three chars. Calling syntax change.
13682 (cal-hebrew, cal-islam): Require when compiling.
13683 (diary-font-lock-keywords): Adapt for new behaviour of
13684 `font-lock-diary-date-forms' function.
13685
13686 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13687 (calendar-hebrew-month-name-array-common-year)
13688 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13689 (list-hebrew-diary-entries): Adapt for new behaviours of
13690 `calendar-day-name' and `add-to-diary-list' functions.
13691 (mark-hebrew-diary-entries): Adapt for new behaviours of
13692 `diary-name-pattern' and `calendar-make-alist' functions.
13693
13694 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13695 Add doc string.
13696 (list-islamic-diary-entries): Adapt for new behaviours of
13697 `calendar-day-name' and `add-to-diary-list' functions.
13698 (mark-islamic-diary-entries): Adapt for new behaviours of
13699 `diary-name-pattern' and `calendar-make-alist' functions.
13700
13701 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13702 `calendar-month-name' function.
13703
13704 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13705
13706 * calendar/solar.el (solar-seasons-data): Move definition before use.
13707
13708 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13709 (cal-tex-LaTeX-hourbox): Move definition before use.
13710
13711 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13712 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13713 lunar.el, solar.el
13714 (displayed-month, displayed-year): Define for compiler.
13715
13716 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13717
13718 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13719 MODE. Renamed from c-init-c-language-vars'.
13720 (c-initialize-cc-mode): Change accordingly.
13721 (c-common-init): Ditto.
13722 (c-mode): Ditto.
13723 (c++-mode): Use `c-init-language-vars-for'.
13724 (objc-mode): Ditto.
13725 (java-mode): Ditto.
13726 (idl-mode): Ditto.
13727 (pike-mode): Ditto.
13728 (awk-mode): Ditto.
13729
13730 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13731
13732 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13733 or not the point moved.
13734
13735 (c-search-decl-header-end): Don't trip up on operator identifiers
13736 in C++ and operators like == in all languages.
13737
13738 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13739 Detect leading labels correctly.
13740
13741 2003-08-02 Andreas Schwab <schwab@suse.de>
13742
13743 * textmodes/ispell.el: Don't redo key bindings on loading, put
13744 them only in loaddefs.el.
13745 * bookmark.el: Likewise.
13746 * dabbrev.el: Likewise.
13747 * emerge.el: Likewise.
13748
13749 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13750 has more than one member.
13751
13752 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13753
13754 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13755
13756 * lpr.el (printify-region): It was ending conversion before the
13757 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13758
13759 2003-07-31 John Paul Wallington <jpw@gnu.org>
13760
13761 * net/browse-url.el (browse-url-epiphany): Doc fix.
13762
13763 2003-07-30 Kenichi Handa <handa@m17n.org>
13764
13765 * international/fontset.el (setup-default-fontset):
13766 Change registry names of Akurti fonts.
13767
13768 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13769
13770 * comint.el (comint-read-noecho): Use `clear-string' instead of
13771 `fillarray'.
13772
13773 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13774
13775 * outline.el (outline-mode-hook): Add defvar.
13776
13777 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13778
13779 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13780 Restore assembler in source window if that is what has been selected.
13781 (menu): Add gdb-restore-windows to menu. Make gdba
13782 specific menus only visible from gdba.
13783
13784 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13785
13786 * progmodes/compile.el (compilation-environment): New user variable.
13787 (compile-internal): Respect it.
13788
13789 2003-07-23 Masatake YAMATO <jet@gyve.org>
13790
13791 * progmodes/gud.el (gdb-script-font-lock-keywords):
13792 Put `font-lock-function-name-face' on a symbol which includes
13793 `-' like `hook-run'. Put font-lock-variable-name-face
13794 on a symbol starting with $.
13795
13796 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13797
13798 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13799
13800 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13801
13802 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13803
13804 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13805
13806 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13807 Use with-no-warnings.
13808 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13809 rather than to find-file-not-found-hook, which doesn't exist.
13810
13811 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13812
13813 * international/quail.el (quail-translate-key): Fix previous change.
13814
13815 2003-07-25 John Paul Wallington <jpw@gnu.org>
13816
13817 * server.el (server-start): Check `server-process' is non-nil
13818 before killing it to avoid killing current buffer's process.
13819
13820 * simple.el (choose-completion-string): Use `minibufferp';
13821 test `completion-reference-buffer' if `buffer' arg is nil.
13822 (push-mark): Use `when' and `unless'.
13823 (pop-mark): Use `when'.
13824
13825 * mouse-sel.el (mouse-sel-get-selection-function):
13826 Check `x-last-selected-text-primary'. Don't barf if it or
13827 `x-last-selected-text' aren't bound.
13828
13829 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13830
13831 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13832
13833 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13834
13835 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13836
13837 2003-07-23 John Paul Wallington <jpw@gnu.org>
13838
13839 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13840
13841 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13842
13843 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13844 string. Defvar the derived hook.
13845
13846 * macros.el (insert-kbd-macro): Escape double quote character.
13847 From Thomas W Murphy <twm@andrew.cmu.edu>.
13848
13849 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13850
13851 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13852 to match the specific mark rather than reusing comment-start-skip.
13853
13854 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13855
13856 * progmodes/hideshow.el (hs-special-modes-alist):
13857 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13858
13859 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13860
13861 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13862 value using ?\s.
13863
13864 2003-07-21 John Paul Wallington <jpw@gnu.org>
13865
13866 * subr.el (with-selected-window): Add closing paren.
13867
13868 2003-07-21 Richard M. Stallman <rms@gnu.org>
13869
13870 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13871 (lisp-mode): Likewise.
13872
13873 * subr.el (with-selected-window): Copy code form save-selected-window
13874 so as to call select-window with norecord arg.
13875 (dynamic-completion-table): Doc fix.
13876 (lazy-completion-table): Doc fix.
13877
13878 * international/mule-cmds.el (set-locale-environment):
13879 langinfo renamed to locale-info.
13880
13881 * international/mule.el (auto-coding-functions): Doc fix.
13882
13883 2003-07-21 Kenichi Handa <handa@m17n.org>
13884
13885 * international/quail.el (quail-translate-key):
13886 Update quail-current-str correctly.
13887
13888 2003-07-21 Andreas Schwab <schwab@suse.de>
13889
13890 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13891 ?, to "_".
13892
13893 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13894 Version 2.0.36 of Tramp released.
13895
13896 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13897 tramp-password-end-of-line.
13898 (tramp-password-end-of-line): New method parameter.
13899 (tramp-get-password-end-of-line): Function to access method
13900 parameter `tramp-password-end-of-line', or variable
13901 `tramp-default-password-end-of-line' (default value).
13902 (tramp-methods): Add entries for new parameter
13903 tramp-password-end-of-line.
13904 (tramp-enter-password): Use new function
13905 `tramp-get-password-end-of-line'.
13906 (tramp-handle-insert-file-contents): Do not
13907 unconditionally inhibit the file operation file-local-copy, only
13908 do that when the inhibit-file-name-operation is currently
13909 insert-file-contents. This fixes finding remote CVS-controlled
13910 files. (It would barf on inserting the CVS/Entries file
13911 literally, because the file-local-copy handler wasn't called.)
13912 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13913 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13914 (tramp-initial-commands): New variable.
13915 (tramp-process-initial-commands): New function, using the variable.
13916 (tramp-open-connection-setup-interactive-shell): Call the new function.
13917 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13918 method into the buffer name, never use nil. Reported by Hanak
13919 David <dhanak@inf.bme.hu>.
13920 (tramp-open-connection-setup-interactive-shell): Erase buffer
13921 before sending "stty -onlcr".
13922
13923 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13924
13925 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13926
13927 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13928
13929 2003-07-19 John Paul Wallington <jpw@gnu.org>
13930
13931 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13932 (artist-draw-rect, artist-draw-square): Doc fixes.
13933
13934 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13935
13936 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13937
13938 2003-07-19 Kenichi Handa <handa@m17n.org>
13939
13940 * international/kkc.el (kkc-show-conversion-list-update):
13941 Highlight the correct candidate in the message.
13942
13943 2003-07-18 John Paul Wallington <jpw@gnu.org>
13944
13945 * simple.el (current-word): Don't include punctuation char when
13946 `really-word' arg is non-nil.
13947
13948 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13949
13950 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13951 moved to the directory obsolete.
13952
13953 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13954
13955 * info.el (Info-menu-entry-name-re): Allow newlines in
13956 menu entry names.
13957
13958 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13959 syntax-ppss-after-change-function.
13960 (syntax-ppss-after-change-function): New alias. Update uses.
13961 (syntax-ppss): Catch the case where the buffer is narrowed.
13962
13963 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13964
13965 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13966 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13967
13968 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13969
13970 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13971 since it might be modified.
13972
13973 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13974 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13975 names to these language constants.
13976
13977 2003-07-15 Kim F. Storm <storm@cua.dk>
13978
13979 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13980 All uses changed.
13981
13982 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13983
13984 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13985 Namespace support.
13986
13987 2003-07-13 Juanma Barranquero <lektu@terra.es>
13988
13989 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13990 papers received).
13991
13992 2003-07-13 Karl Eichwalder <ke@suse.de>
13993
13994 * textmodes/po.el (po-find-charset): White space at the start of the
13995 Content-Type field body is non-mandatory.
13996
13997 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13998
13999 * textmodes/texinfo.el (texinfo-section-list):
14000 Append appendixsection; a synonym for appendixsec.
14001
14002 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
14003
14004 * man.el (Man-translate-cleanup): New.
14005 (Man-translate-references): Call `Man-translate-cleanup' to clean
14006 leading, trailing and middle spaces.
14007
14008 2003-07-13 Lars Hansen <larsh@math.ku.dk>
14009
14010 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14011 Handle `dired-directory' being a list.
14012
14013 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
14014
14015 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14016 it doesn't exist.
14017
14018 2003-07-12 Richard M. Stallman <rms@gnu.org>
14019
14020 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14021
14022 * progmodes/cc-defs.el (c-make-keywords-re):
14023 Don't use delete-duplicates.
14024 (c-lang-const): Don't use mapcan.
14025
14026 * apropos.el (apropos-show-scores): Make it customizable.
14027 Document new meaning.
14028 (apropos): Compute scores from symbols.
14029 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14030
14031 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14032
14033 * ps-bdf.el: Fix copyright line.
14034 (bdf-directory-list): Fix initialization code.
14035
14036 2003-07-11 John Paul Wallington <jpw@gnu.org>
14037
14038 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14039 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14040 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14041
14042 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
14043
14044 * emacs-lisp/ring.el (ring-elements): Doc fix.
14045
14046 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14047
14048 * calendar/timeclock.el (timeclock-relative)
14049 (timeclock-ask-before-exiting, timeclock-use-display-time):
14050 Doc changes.
14051 (timeclock-modeline-display): Give a message if
14052 `timeclock-use-display-time' is non-nil but `display-time-mode'
14053 is not active.
14054
14055 2003-07-11 Kenichi Handa <handa@m17n.org>
14056
14057 * international/mule-cmds.el (set-language-environment):
14058 Set current-language-environment to the correct string.
14059
14060 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14061
14062 * ps-print.el: Print line number correctly in a region. Reported by
14063 Tim Allen <timallen@ls83.fsnet.co.uk>.
14064 (ps-print-version): New version number (6.6.2).
14065 (ps-printing-region): Code fix.
14066
14067 2003-07-10 John Paul Wallington <jpw@gnu.org>
14068
14069 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14070 this function can be called from `add-completions-from-tags-table'.
14071
14072 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
14073
14074 * calendar/timeclock.el (timeclock-use-display-time)
14075 (timeclock-day-over-hook, timeclock-workday-remaining)
14076 (timeclock-status-string, timeclock-when-to-leave)
14077 (timeclock-when-to-leave-string, timeclock-log-data)
14078 (timeclock-find-discrep, timeclock-day-base)
14079 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14080 (timeclock-modeline-display): Set the variable
14081 `timeclock-modeline-display'.
14082 (timeclock-update-modeline): Doc fix. Respect value of
14083 `timeclock-relative'.
14084
14085 2003-07-09 Richard M. Stallman <rms@gnu.org>
14086
14087 * textmodes/reftex-parse.el (reftex-all-document-files):
14088 Add autoload cookie.
14089
14090 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14091 (reftex-scanning-info-available-p): Add autoload cookie.
14092
14093 * international/mule-cmds.el
14094 (set-display-table-and-terminal-coding-system): Delete duplicate
14095 aset on standard-display-table.
14096
14097 * view.el (view-file): If existing buffer's major mode is special,
14098 don't go into view mode.
14099
14100 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14101
14102 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14103
14104 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14105 buffer changes; there's third party code that calls this function
14106 directly.
14107
14108 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14109
14110 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14111 (autodoc-font-lock-keywords): Don't byte compile on font lock
14112 initialization when running from byte compiled files.
14113
14114 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14115
14116 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14117 statement ends with auto-increment "++".
14118
14119 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14120
14121 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14122 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14123 these are changed, so declare them as variables and not constants.
14124
14125 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14126
14127 * subr.el (dolist, dotimes): Doc fix.
14128
14129 2003-07-08 Kim F. Storm <storm@cua.dk>
14130
14131 * international/mule-cmds.el
14132 (set-display-table-and-terminal-coding-system): Don't break
14133 bootstrap if standard-display-table isn't setup yet.
14134
14135 2003-07-07 Richard M. Stallman <rms@gnu.org>
14136
14137 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14138 Give it a doc string, and autoload it.
14139
14140 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14141 Use with-no-warnings.
14142
14143 * info.el (Info-search): If find invisible text, search again.
14144
14145 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14146
14147 * man.el (Man-name-regexp): Match + as part of name.
14148
14149 * simple.el (visible-mode): Rename from vis-mode.
14150 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14151
14152 * simple.el (current-word): New arg REALLY-WORD specifies
14153 don't include punctuation chars.
14154
14155 * emacs-lisp/debug.el (debug, debugger-env-macro):
14156 Use with-no-warnings while accessing and binding unread-command-char.
14157
14158 * international/mule-cmds.el
14159 (set-display-table-and-terminal-coding-system): Use explicit loop
14160 instead of calling standard-display-default.
14161
14162 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14163 Use condition-case to catch error in ange-ftp-get-files.
14164
14165 * net/browse-url.el (browse-url-browser-function):
14166 Add alternative for Epiphany.
14167 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14168 (browse-url-epiphany-startup-arguments)
14169 (browse-url-epiphany-new-window-is-tab): New variables.
14170 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14171
14172 * progmodes/compile.el (compile-auto-highlight): Default now t.
14173 (compile): Doc fix.
14174 (compilation-next-error): Fix previous change.
14175
14176 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14177
14178 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14179
14180 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14181
14182 * gdb-ui.el (gdb-source-info): Display current frame when
14183 attaching to an existing process.
14184 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14185 while laying out windows when attaching to an existing process.
14186
14187 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14188
14189 * info.el (Info-menu): Use Info-menu-entry-name-re.
14190
14191 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14192
14193 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14194 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14195
14196 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14197 to match the same text.
14198
14199 2003-07-06 John Paul Wallington <jpw@gnu.org>
14200
14201 * vc.el (vc-annotate-offset): Move defvar up.
14202
14203 2003-07-06 Kim F. Storm <storm@cua.dk>
14204
14205 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14206 This should fix the infinite loop when extracting menu names.
14207
14208 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14209
14210 * files.el (auto-mode-alist, interpreter-mode-alist):
14211 Remove entries to CC Mode modes to avoid duplicates; they are now added
14212 with autoload directives in cc-mode.el.
14213
14214 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14215
14216 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14217 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14218 these are changed, so declare them as variables and not constants.
14219
14220 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14221 ensure that the entry for ".c" extension comes before the one for
14222 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14223 Fix incorrect entries that were added to `interpreter-mode-alist'.
14224 Move the autoload directives for AWK to the top level since they
14225 aren't recognized anywhere else. Do not use the new AWK mode doc
14226 in the autoload form for the old AWK mode.
14227
14228 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14229
14230 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14231 (bibtex-sort-ignore-string-entries): Default value t.
14232 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14233 erroneously in previous version.
14234 (bibtex-string-files): Docstring reflects new parsing scheme.
14235 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14236 docstring, add # as one of the chars to crush
14237 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14238 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14239 (bibtex-autokey-name-change-strings)
14240 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14241 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14242 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14243 (bibtex-autokey-title-terminators)
14244 (bibtex-autokey-titlewords-stretch)
14245 (bibtex-autokey-titleword-ignore)
14246 (bibtex-autokey-titleword-case-convert)
14247 (bibtex-autokey-titleword-abbrevs)
14248 (bibtex-autokey-titleword-abbrevs)
14249 (bibtex-autokey-titleword-change-strings)
14250 (bibtex-autokey-titleword-length)
14251 (bibtex-autokey-titleword-separator)
14252 (bibtex-autokey-name-year-separator)
14253 (bibtex-autokey-year-title-separator)
14254 (bibtex-autokey-before-presentation-function)
14255 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14256 Fix docstring.
14257 (bibtex-strings, bibtex-reference-keys):
14258 Use lazy-completion-table and make-variable-buffer-local.
14259 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14260 (bibtex-braced-string-syntax-table)
14261 (bibtex-quoted-string-syntax-table): New variables.
14262 (bibtex-parse-nested-braces): Remove.
14263 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14264 (bibtex-parse-association): Simplify.
14265 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14266 (bibtex-parse-field-text): Simplify.
14267 (bibtex-search-forward-field, bibtex-search-backward-field):
14268 argument BOUND can take value t.
14269 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14270 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14271 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14272 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14273 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14274 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14275 and ending of entry. Update for changes of bibtex-search-entry.
14276 Simplify.
14277 (bibtex-map-entries): FUN is called with three arguments.
14278 (bibtex-search-entry): Return a cons pair with buffer positions of
14279 beginning and end of entry.
14280 (bibtex-enclosing-field): Simplify.
14281 (bibtex-format-entry): Use booktitle to set a missing title.
14282 (bibtex-autokey-get-names): Fiddle with regexps.
14283 (bibtex-generate-autokey): Use identity.
14284 (bibtex-parse-keys): Use simplified parsing algorithm if
14285 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14286 arguments. Return alist of keys.
14287 (bibtex-parse-strings): Simplify. Return alist of strings.
14288 (bibtex-complete-string-cleanup): Fix docstring.
14289 (bibtex-read-key): New function.
14290 (bibtex-mode): Fix docstring. Do not parse for keys and
14291 strings when the mode is entered. Set fill-paragraph-function to
14292 bibtex-fill-field. Setup font-lock-mark-block-function the way
14293 font-lock intended.
14294 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14295 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14296 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14297 (bibtex-Preamble): Avoid hard coded constants.
14298 (bibtex-make-field): Fix docstring. Simplify.
14299 (bibtex-beginning-of-entry): Always return new position of point.
14300 (bibtex-end-of-entry): Rearrange cond clauses.
14301 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14302 Update for changes of bibtex-map-entries.
14303 (bibtex-ispell-abstract): Do not move point.
14304 (bibtex-entry-index): Use downcase. Simplify.
14305 (bibtex-lessp): Handle catch-all.
14306 (bibtex-find-crossref): Turn into a command.
14307 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14308 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14309 preamble entries.
14310 (bibtex-fill-field-bounds): New function.
14311 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14312 (bibtex-fill-entry): Use bibtex-fill-field-bounds
14313 (bibtex-String): Use bibtex-strings. Always obey
14314 bibtex-sort-ignore-string-entries.
14315
14316 2003-07-05 John Paul Wallington <jpw@gnu.org>
14317
14318 * cus-theme.el (customize-create-theme):
14319 Call `customize-create-theme' in Reset widget's notify function.
14320
14321 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14322 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14323 (define-ibuffer-column name): Add summarizer.
14324 (define-ibuffer-column size): Likewise.
14325 (define-ibuffer-column filename): Likewise.
14326 (define-ibuffer-column process): Likewise. Change BODY's output too.
14327 (define-ibuffer-column filename-and-process): Likewise, likewise.
14328 (ibuffer): Remove local vars `already-in' and `need-update'.
14329
14330 * ibuf-ext.el: Don't require `derived' at compile-time.
14331
14332 2003-07-05 Kim F. Storm <storm@cua.dk>
14333
14334 * info.el: Disable paragraph refilling.
14335 (Info-refill-paragraphs): New defcustom.
14336 (Info-fontify-node): Use it.
14337
14338 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14339
14340 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14341 thingies from constructors created by defstruct.
14342
14343 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14344 the default value of the variable.
14345 (byte-code-meter): Move declaration to top level.
14346
14347 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14348
14349 * info.el (Info-following-node-name-re): New fun.
14350 (Info-following-node-name): Remove.
14351 (Info-insert-dir): Use the new fun.
14352 (Info-extract-pointer): Don't save restriction; use new fun.
14353 (Info-menu-entry-name-re): New const.
14354 (Info-menu-entry-name-re): Use it along with new fun.
14355 (Info-node-spec-re): Use new fun.
14356 (Info-complete-menu-item, Info-fontify-node): Use new const.
14357 (Info-goto-node, Info-follow-reference, Info-menu-update):
14358 Use match-string.
14359 (Info-follow-reference): Use assoc-string.
14360 Use a list of strings for the completion table.
14361 (Info-fontify-node): Use match-string, line-end-position.
14362 Limit the search for `node:' to the first line.
14363
14364 * newcomment.el (uncomment-region): Remove padding coming from
14365 comment-start rather than just from comment-padding.
14366
14367 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14368 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14369 (vc-cvs-rename-file): Remove (use the default).
14370 (vc-cvs-register): Register parent dir if needed.
14371 (vc-cvs-could-register): Return non-nil if parent can be registered.
14372 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14373 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14374
14375 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14376 (vc-svn-update): Fix the arguments to `svn'.
14377 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14378 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14379 Simple implementations, assuming `name' is a URL.
14380
14381 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14382 set of chars allowed unquoted in a case pattern.
14383
14384 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14385
14386 * font-lock.el (font-lock-extra-types-widget)
14387 (c-font-lock-extra-types, c++-font-lock-extra-types)
14388 (objc-font-lock-extra-types, java-font-lock-extra-types)
14389 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14390 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14391 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14392 (font-lock-match-c++-structor-declaration)
14393 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14394 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14395 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14396 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14397 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14398 (java-font-lock-keywords-3, java-font-lock-keywords)
14399 (java-font-lock-syntactic-face-function): Remove obsolete code
14400 and constants. It's all in cc-fonts.el now.
14401
14402 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14403
14404 * mail/sendmail.el (mail-specify-envelope-from)
14405 (mail-envelope-from): Doc fix.
14406
14407 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14408
14409 * generic-x.el: Do away with the dependency on `c-emacs-features'
14410 when populating `rul-generic-mode-syntax-table'; we already know
14411 this isn't XEmacs.
14412
14413 See ChangeLog.10 for earlier changes.
14414
14415 ;; Local Variables:
14416 ;; coding: iso-2022-7bit
14417 ;; End:
14418
14419 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
14420 Copying and distribution of this file, with or without modification,
14421 are permitted provided the copyright notice and this notice are preserved.
14422
14423 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1