ChangeLog fixes
[bpt/emacs.git] / lisp / ChangeLog.11
1 2004-12-31 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4 for "var-" at the beginning of the minibuffer.
5
6 2004-12-31 Richard M. Stallman <rms@gnu.org>
7
8 * faces.el (read-face-name):
9 Don't treat an attribute spec as a list of faces.
10
11 * simple.el (undo): Use undo-equiv-table to detect
12 unexpected changes since previous undo.
13 (undo-list-saved): Variable deleted.
14 (buffer-disable-undo): Don't alter undo-list-saved.
15
16 * files.el (require-final-newline): Allow `visit' and `visit-save'.
17 (mode-require-final-newline): New option.
18 (after-find-file): Handle require-final-newline with new values.
19 (basic-save-buffer): Handle new values of require-final-newline.
20
21 * progmodes/sh-script.el (sh-require-final-newline):
22 Alist value now controls whether to use mode-require-final-newline.
23 (sh-set-shell): Implement that new meaning.
24
25 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
26 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
27 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
28 Delete old-Emacs compatibility code.
29 (antlr-c-common-init): Function deleted.
30
31 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
32 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
33 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
34 * progmodes/python.el (python-mode): Use mode-require-final-newline.
35 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
36 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
37 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
38 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
39 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
40 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
41 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
42 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
43 * progmodes/cfengine.el (cfengine-mode): Use
44 mode-require-final-newline.
45 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
46 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
47 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
48
49 2004-12-31 Jay Belanger <belanger@truman.edu>
50
51 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
52 way to return to Calc.
53
54 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
55 finish, C-xk as the way to cancel the edit. Add cancel routine to
56 kill-buffer-hook.
57
58 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
59 MacEdit code.
60
61 * calc/calc-prog.el: Remove obsolete MacEdit code.
62 (calc-macro-edit-algebraic, calc-macro-edit-variable)
63 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
64
65 2004-12-31 Kenichi Handa <handa@m17n.org>
66
67 * international/mule.el (buffer-file-coding-system-explicit):
68 Rename for explicit-buffer-file-coding-system.
69 (after-insert-file-set-coding): Adjust for the above change.
70
71 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
72 to buffer-file-coding-system-explicit.
73 (basic-save-buffer-1): Likewise.
74
75 2004-12-30 Richard M. Stallman <rms@gnu.org>
76
77 * textmodes/artist.el (artist-butlast-fn): Var deleted.
78 (artist-butlast, artist-last): Functions deleted.
79 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
80 (artist-compute-key-compl-table): Call remq directly.
81 (artist-remove-nulls): Function deleted.
82 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
83 (artist-push, artist-pop): Macro deleted.
84
85 2004-12-30 Andreas Leue <al@sphenon.de>
86
87 * textmodes/artist.el (artist-version): 1.2.6.
88 (artist-prev-next-op-alist): New variable.
89 (artist-select-next-op-in-list): New function.
90 (artist-select-prev-op-in-list): New function.
91 (artist-make-prev-next-op-alist): New function.
92 (artist-is-in-op-list-p): New function.
93 (artist-get-first-non-nil-op): New function.
94 (artist-get-last-non-nil-op): New function.
95 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
96 artist-prev-next-op-alist.
97 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
98 change drawing operation.
99
100 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
101
102 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
103
104 2004-12-31 Masatake YAMATO <jet@gyve.org>
105
106 * server.el (server-process-filter): Suppress `error', too.
107
108 2004-12-30 Jay Belanger <belanger@truman.edu>
109
110 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
111 Change the way a variable is displayed in a message.
112
113 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
114 (calc-user-define-permanent, calc-execute-kbd-macro):
115 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
116
117 2004-12-30 Kenichi Handa <handa@m17n.org>
118
119 * files.el (basic-save-buffer-1):
120 Set explicit-buffer-file-coding-system to last-coding-system-used.
121 (revert-buffer): Pay attention to
122 explicit-buffer-file-coding-system (not buffer-file-coding-system)
123 on bind coding-system-for-read.
124
125 * international/mule.el (explicit-buffer-file-coding-system):
126 New buffer local variable.
127 (after-insert-file-set-coding): Set it to coding-system-for-read.
128
129 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
130
131 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
132
133 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
134
135 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
136 that include line numbers.
137
138 2004-12-29 Milan Zamazal <pdm@zamazal.org>
139
140 * files.el (hack-local-variables): If no PREFIX, set it to "^".
141 Redundant variable PREFIXLEN removed.
142
143 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
144
145 * eshell/em-hist.el (eshell-previous-matching-input):
146 Start the deletion from the end of the output.
147
148 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
149
150 * term/mac-win.el: Require x-dnd.
151 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
152
153 2004-12-29 David Kastrup <dak@gnu.org>
154
155 * international/mule.el (decode-coding-inserted-region):
156 Don't barf if `buffer-undo-list' is already set to `t'.
157
158 2004-12-29 Jay Belanger <belanger@truman.edu>
159
160 * calc/calc-prog.el (calc-user-define-formula): Put default values
161 for function names in prompts.
162 (calc-user-define-permanent, calc-user-define-composition)
163 (calc-user-define-formula): Remove the need for "calcFunc-" in the
164 default input for algebraic functions.
165
166 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
167
168 * vc-rcs.el (vc-rcs-annotate-command):
169 Fix omission bug: Call `vc-setup-buffer'.
170
171 2004-12-29 Kenichi Handa <handa@m17n.org>
172
173 * international/mule.el (recode-region): New function.
174
175 2004-12-28 Richard M. Stallman <rms@gnu.org>
176
177 * simple.el (undo-extra-outer-limit): New variable.
178 (undo-outer-limit-truncate): Test and set it.
179
180 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
181 enables the feature to extend the existing region.
182
183 * simple.el (mark-word): New arg ALLOW-EXTEND
184 enables the feature to extend the existing region.
185
186 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
187 enables the feature to extend the existing region.
188
189 * startup.el (site-run-file): Don't allow setting it with Custom.
190
191 * simple.el (buffer-disable-undo): Fix previous change.
192
193 2004-12-27 Masatake YAMATO <jet@gyve.org>
194
195 * hexl.el (hexlify-buffer): Remove fontification here.
196 Use font lock mechanism instead.
197 (hexl-font-lock-keywords): New font lock keywords.
198 (hexl-mode-old-font-lock-keywords): New variable.
199 (hexl-mode): Store the old font lock keywords.
200 (hexl-mode-exit): Restore the old font lock keywords.
201
202 2004-12-27 Richard M. Stallman <rms@gnu.org>
203
204 * simple.el (undo): Fix previous change.
205
206 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
207
208 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
209 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
210 Call x-open-connection on Mac OS X.
211
212 2004-12-27 Richard M. Stallman <rms@gnu.org>
213
214 * files.el (buffer-save-without-query): New var (buffer-local).
215 (save-some-buffers): Save those buffers first, w/o asking.
216
217 * files.el (insert-directory-ls-version): New variable.
218 (insert-directory): When ls returns an error, test the version
219 number to decide what the return code means.
220 With --dired output format, detect and distinguish lines
221 that are really error messages.
222 (insert-directory-adj-pos): New function.
223
224 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
225
226 * battery.el (battery-mode-line-format): Remove initial spaces.
227
228 * uniquify.el (uniquify-rationalize-file-buffer-names):
229 Delete interactive spec.
230
231 * type-break.el (type-break-mode): Set buffer-save-without-query.
232 Remove code that tried to set save-some-buffers-always.
233 (type-break-file-keystroke-count): Bind deactivate-mark.
234
235 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
236
237 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
238 Test that the buffer is live, and maybe reject current buffer too.
239 Clarify.
240 (next-error-find-buffer): Rewrite for clarity.
241
242 * loadup.el: Don't use buffer-disable-undo; do it directly.
243
244 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
245 (describe-variable): Call symbol-file with `defvar'.
246
247 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
248 (symbol-file): Rewritten to handle new load-history format.
249 Now takes an arg TYPE to specify looking for a particular
250 type of definition only.
251
252 * emacs-lisp/debug.el (debugger-make-xrefs):
253 Call symbol-file with `defun'.
254
255 * emacs-lisp/find-func.el (find-function-noselect):
256 Call symbol-file with `defun'.
257 (find-variable-noselect): Call symbol-file with `defvar'.
258
259 * eshell/esh-cmd.el (eshell-find-alias-function):
260 Call symbol-file with `defun'.
261
262 * eshell/esh-test.el (eshell-test-goto-func):
263 Call symbol-file with `defun'.
264
265 * mail/rmail.el (rmail-resend):
266 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
267
268 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
269
270 * progmodes/compile.el (compilation-find-buffer): Rename arg.
271
272 * textmodes/texinfmt.el (texinfo-format-buffer-1):
273 Call buffer-disable-undo.
274
275 * simple.el (undo-list-saved): New variable (buffer-local).
276 (undo): Set and test it.
277 (buffer-disable-undo): Move here from buffer.c.
278 Clear out undo-list-saved.
279
280 * international/mule.el (decode-coding-inserted-region):
281 Set buffer-undo-list in a correct and optimal way.
282
283 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
284 (cperl-font-lock-unfontify-region-function): No need to save and
285 restore info, since font-lock.el does it for us.
286
287 * ansi-color.el (save-buffer-state): Definition deleted.
288 (ansi-color-unfontify-region): Don't use save-buffer-state.
289
290 2004-12-27 Dave Love <fx@gnu.org>
291
292 * wid-edit.el (function): Use restricted-sexp as parent.
293
294 2004-12-27 Kevin Ryde <user42@zip.com.au>
295
296 * simple.el (next-matching-history-element): Use same
297 `interactive' form as previous-matching-history-element.
298
299 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
300 it can appear unencoded and has been seen from yahoo.
301
302 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
303
304 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
305 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
306
307 2004-12-27 Kenichi Handa <handa@m17n.org>
308
309 * international/utf-8.el (utf-translate-cjk-load-tables):
310 Bind coding-system-for-read to nil while loading subst-*.
311
312 2004-12-26 Jay Belanger <belanger@truman.edu>
313
314 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
315 default input.
316
317 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
318
319 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
320 before reverting and disable undo recording while reverting.
321
322 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
323
324 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
325 (hs-make-overlay): New function.
326 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
327 (hs-flag-region): Delete function.
328 (hs-hide-comment-region): No longer use `hs-flag-region'.
329 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
330 (hs-hide-block-at-point): Likewise.
331 (hs-hide-level-recursive): Use `hs-discard-overlays'.
332 (hs-hide-all, hs-show-all): Likewise.
333 (hs-show-block): Likewise.
334 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
335
336 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
337
338 * progmodes/hideshow.el: Require `cl' when compiling.
339 Remove XEmacs and Emacs 19 compatibility.
340 Use `dolist' and `add-to-list' for load-time actions.
341 (hs-discard-overlays): Use `dolist'.
342 (hs-show-block): Likewise.
343
344 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
345
346 * faces.el (mode-line, mode-line-inactive): Use min-colors.
347
348 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
349
350 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
351 When extending backwards, move outside the current comment first.
352
353 2004-12-22 Kenichi Handa <handa@m17n.org>
354
355 * international/quail.el (quail-start-translation): Fix prompt
356 string for the case if input-method-use-echo-area being non-nil.
357 (quail-start-conversion): Likewise.
358 (quail-show-guidance): Don't show guidance if
359 input-method-use-echo-area is non-nil.
360
361 2004-12-21 Richard M. Stallman <rms@gnu.org>
362
363 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
364
365 2004-12-21 Markus Rost <rost@ias.edu>
366
367 * calendar/diary-lib.el (mark-diary-entries):
368 Set mark-diary-entries-in-calendar only after checking for diary-file.
369
370 2004-12-21 Richard M. Stallman <rms@gnu.org>
371
372 * faces.el (escape-glyph): Use blue against light foreground.
373
374 * simple.el (undo-outer-limit-truncate): New function.
375 (undo-outer-limit-function): Use undo-outer-limit-truncate.
376
377 2004-12-21 Eli Barzilay <eli@barzilay.org>
378
379 * calculator.el (calculator-radix-grouping-mode)
380 (calculator-radix-grouping-digits)
381 (calculator-radix-grouping-separator):
382 New defcustoms for the new radix grouping mode functionality.
383 (calculator-mode-hook): Now used in electric mode too.
384 (calculator): Call it.
385 (calculator-mode-map): Some new keys.
386 (calculator-message): New function. Some new calls.
387 (calculator-op, calculator-set-register): Use it.
388 (calculator-string-to-number): New function, mostly moved and
389 updated code from calculator-curnum-value.
390 (calculator-curnum-value): Use it.
391 (calculator-paste): Use it, and update grabbing the current-kill.
392 (calculator-rotate-displayer)
393 (calculator-rotate-displayer-back): Toggle digit grouping when
394 in radix mode, use calculator-message.
395 (calculator-displayer-prev, calculator-displayer-next):
396 Change digit group size when in radix mode.
397 (calculator-number-to-string): Rename from
398 calculator-num-to-string. Now deals with digit grouping in
399 radix mode.
400 (calculator-update-display, calculator-put-value): Use the new name.
401 (calculator-fact): Return a floating point number.
402 (calculator-mode): Doc fix.
403
404 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
405
406 * calendar/calendar.el (view-other-diary-entries): Add autoload.
407 * calendar/diary-lib.el (view-other-diary-entries):
408 Use current-prefix-arg in interactive spec.
409
410 2004-12-19 Jay Belanger <belanger@truman.edu>
411
412 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
413 adjust the syntax of both delimiters of half-open intervals.
414
415 2004-12-19 Kim F. Storm <storm@cua.dk>
416
417 * mouse.el (mouse-1-click-follows-link): Doc fix.
418
419 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
420
421 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
422 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
423 instead of centraleuropean as the name
424
425 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
426
427 Sync with Tramp 2.0.46.
428
429 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
430 parameters wrt Tramp convention.
431 (tramp-handle-file-attributes-with-perl)
432 (tramp-handle-directory-files-and-attributes): Apply it.
433 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
434 `copy-program'. Reported by Zack Weinberg
435 <zack@codesourcery.com>.
436 (top): Set `edebug-form-spec' property directly rather than
437 calling `def-edebug-spec'.
438
439 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
440 advice less fragile. Surround temporary redefinition of
441 `substitute-in-file-name' with `unwind-protect'. Suggested by
442 Matt Hodges <MPHodges@member.fsf.org>.
443
444 2004-12-17 Juri Linkov <juri@jurta.org>
445
446 * replace.el (occur-accumulate-lines, occur-engine):
447 Make forcing deferred font-lock fontification jit-specific.
448
449 2004-12-17 Kim F. Storm <storm@cua.dk>
450
451 * mouse.el (mouse-1-click-follows-link): New defcustom.
452 (mouse-on-link-p): New function.
453 (mouse-drag-region-1): Implement mouse-1-click-follows-link
454 functionality. Map a mouse-1 click event into a mouse-2 (or
455 other) event when position is inside a link.
456
457 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
458 prefix in tooltip text with "mouse-1" when this is a link
459 recognized by mouse-1-click-follows-link functionality.
460
461 * help.el (describe-key): Report effective and original binding
462 for mouse-1 when clicked on a link.
463 (describe-mode): Add follow-link property to "minor-mode" button.
464
465 * help-fns.el (describe-variable): Add follow-link property to
466 "below" button.
467
468 * help-mode.el (help-xref): Add follow-link property.
469
470 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
471 (apropos-command, apropos-variable, apropos-face, apropos-group)
472 (apropos-widget, apropos-plist): Add follow-link property.
473
474 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
475 checks if position is in a filename, rather than some other
476 clickable item. Function looks for cvs-filename-face at position.
477
478 * wid-edit.el (widget-specify-field, widget-specify-button):
479 Map a :follow-link keyword into a follow-link property.
480 (link): Add :follow-link keyword, map to RET binding.
481
482 * dired.el (dired-mode-map): Map follow-link to mouse-face.
483
484 * progmodes/compile.el (compilation-minor-mode-map)
485 (compilation-button-map, compilation-mode-map): Likewise.
486
487 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
488
489 * play/zone.el (zone): Init `line-spacing' from orig buffer.
490 (zone-replace-char): Take `count' and `del-count'
491 instead of `direction'. Update callers. When `del-count' is
492 non-nil, delete that many characters, otherwise `count' characters
493 backwards. Insert the newly-replaced string `count' times.
494 (zone-fret): Handle chars w/ width greater than one.
495 (zone-fall-through-ws): No longer take window width `ww'.
496 Update callers. Add handling for `char-width' greater than one.
497 (zone-pgm-drip): Update var holding window-end position every cycle.
498
499 2004-12-17 Andre Spiegel <spiegel@gnu.org>
500
501 * vc.el (vc-default-update-changelog): Use insert-file-contents,
502 rather than insert-file.
503
504 2004-12-16 Jay Belanger <belanger@truman.edu>
505
506 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
507 (math-init-random-base, math-random-digit): Check to see if
508 var-RandSeed is bound.
509 (math-random-last): Declare it.
510 (math-random-digit): Don't make math-random-last local.
511
512 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
513
514 * play/zone.el (zone): Fix omission bug: Use a self-disabling
515 one-shot thunk for uniform (error, quit, normal) recovery.
516 Reported by John Paul Wallington.
517 (zone-pgm-random-life): Fix bug:
518 Recognize empty initial field by lack of "@" chars.
519
520 2004-12-16 Juri Linkov <juri@jurta.org>
521
522 * help.el (function-called-at-point):
523 * help-fns.el (variable-at-point): As a last resort try stripping
524 non-word prefixes and suffixes.
525
526 * descr-text.el (describe-property-list): Don't treat syntax-table
527 specially. Use describe-text-sexp which inserts [show] button
528 for large objects and handles printing errors. Sort properties
529 by names in alphabetical order instead of by value sizes.
530 Add `mouse-face' to list of properties for `describe-face' widget.
531 (describe-char): Mask out face-id from 19 bits of character.
532 Print face-id separately.
533
534 * replace.el (occur-accumulate-lines, occur-engine):
535 Fontify unfontified matching lines in the source buffer
536 before copying them.
537 (occur-engine): Don't put mouse-face on context lines.
538 (occur-next-error): Set point to line beginning/end
539 before searching for prev/next property to skip multiple
540 matches on a line (not supported by occur engine).
541 Remove redundant prefix-numeric-value.
542
543 2004-12-15 Juri Linkov <juri@jurta.org>
544
545 * replace.el (match): New face.
546 (list-matching-lines-face): Change default from `bold' to `match'.
547
548 * progmodes/grep.el (grep-match-face): New defvar.
549 (grep-mode-font-lock-keywords): Use grep-match-face instead of
550 compilation-column-face to highlight grep matches.
551
552 * apropos.el (apropos-match-face): Change default from
553 `secondary-selection' to `match'.
554
555 * info-look.el (info-lookup-highlight-face): Change default from
556 `highlight' to `match'.
557
558 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
559
560 * progmodes/executable.el (executable-interpret): Eliminate
561 obsolete compile-internal, and switch to comint for interaction.
562
563 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
564
565 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
566 `&&' when skipping multiple statements on a line.
567
568 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
569
570 * play/zone.el (zone): Set `truncate-lines'.
571 Also, init `tab-width' with value from original buffer.
572 (zone-shift-up): Rewrite for speed.
573 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
574 (zone-pgm-jitter): Remove redundant entries from ops vector.
575 (zone-exploding-remove): Reduce iteration count.
576 (zone-cpos): Convert to defsubst.
577 (zone-replace-char): New defsubst.
578 (zone-park/sit-for): Likewise.
579 (zone-fret): Take window-start arg.
580 Update callers. Use `zone-park/sit-for'.
581 (zone-fill-out-screen): Rewrite.
582 (zone-fall-through-ws): Likewise. Update callers.
583 (zone-pgm-drip): Use `zone-replace-char'.
584 Move var inits before while-loop. Use `zone-park/sit-for'.
585 (zone-pgm-random-life): Handle empty initial field.
586 Use `zone-replace-char' and `zone-park/sit-for'.
587
588 2004-12-15 Juri Linkov <juri@jurta.org>
589
590 * isearch.el (isearch-update): Test isearch-lazy-highlight
591 before calling isearch-lazy-highlight-new-loop.
592 (isearch-lazy-highlight-new-loop):
593 Don't test isearch-lazy-highlight.
594
595 * replace.el (perform-replace): Add isearch-case-fold-search.
596 Use delimited-flag for isearch-regexp.
597 Reset isearch-lazy-highlight-last-string to force lazy
598 highlighting when called from isearch mode.
599 (query-replace-highlight): Revert defcustom type to boolean.
600 (query-replace-lazy-highlight): New defcustom.
601 (query-replace): New face.
602 (perform-replace, replace-highlight, replace-dehighlight):
603 Test query-replace-lazy-highlight instead of special value
604 `isearch' of query-replace-highlight.
605 (replace-dehighlight): Don't call isearch-dehighlight.
606 (replace-highlight): Don't call isearch-highlight.
607 Use face `query-replace' unconditionally.
608
609 2004-12-14 Kim F. Storm <storm@cua.dk>
610
611 * simple.el (inhibit-mark-movement): Remove defvar.
612 (beginning-of-buffer, end-of-buffer): Don't use it.
613
614 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
615 Don't use inhibit-mark-movement.
616
617 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
618 (cua--undo-push-mark): Remove.
619 (cua--pre-command-handler, cua--post-command-handler):
620 Don't fiddle with inhibit-mark-movement.
621
622 2004-12-14 Juri Linkov <juri@jurta.org>
623
624 * buff-menu.el (list-buffers-noselect): Collect internal info
625 for every buffer in BUFFER-LIST arg too.
626 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
627 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
628 Bind same-window-buffer-names and same-window-regexps to nil.
629
630 2004-12-13 Juri Linkov <juri@jurta.org>
631
632 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
633
634 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
635 (sc-cite-region, sc-uncite-region, sc-recite-region):
636 Fix previous change to handle not alist as a symbol, but
637 a citation frame as a symbol that represents a variable name.
638
639 2004-12-13 Richard M. Stallman <rms@gnu.org>
640
641 * filecache.el (file-cache-add-directory-using-find):
642 Only set up file-cache-find-command-posix-flag if we will use it.
643
644 * bindings.el (mode-line-buffer-identification-keymap):
645 Don't cancel the mode-line's usual down-mouse-1 binding.
646
647 * cus-edit.el (custom-face-selected): Handle `default' specs.
648 (custom-face-edit): Increase extra-offset.
649 (custom-display): Handle `default' specs.
650
651 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
652
653 * emacs-lisp/elint.el (elint-standard-variables)
654 (elint-unknown-builtin-args): Move definitions up.
655
656 * net/browse-url.el (browse-url-url-at-point): Add autoload.
657
658 * info.el (info-xref-visited): Use `default' instead of t.
659 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
660
661 * faces.el (header-line, mode-line-inactive, tool-bar):
662 Use `default' instead of t for setting the defaults.
663 (face-spec-choose): Separate `t' from `default'.
664
665 * subr.el (while-no-input): New macro.
666
667 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
668
669 * filecache.el (file-cache-add-directory-using-find):
670 Only test file-cache-find-command-posix-flag on some systems.
671
672 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
675 Reported by Ville Skyttä <scop@xemacs.org>.
676 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
677 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
678 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
679 annotate.
680
681 2004-12-12 Juri Linkov <juri@jurta.org>
682
683 * files.el (find-file-other-window, find-file-other-frame):
684 Add the first buffer to the returned value to return the complete
685 list of all visited buffers.
686 (find-file-read-only, find-file-read-only-other-window)
687 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
688 `find-file-read-args'. Signal an error about non-existent file
689 only if file name doesn't contain wildcards. Toggle read-only in
690 all visited buffers.
691 (find-alternate-file, find-alternate-file-other-window):
692 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
693 called interactively. Pass arg `wildcards' to other functions.
694 (find-file-noselect): Doc fix.
695
696 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
697 Doc fix.
698 (ffap-directory-finder): New variable.
699 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
700 (ffap-file-at-point): Add /* to immediately rejected names.
701 Return absolute file names matching ffap-dired-wildcards.
702 (ffap-read-file-or-url): Set default value for `completing-read'
703 to `buffer-file-name'.
704 (find-file-at-point): When filename matches ffap-dired-wildcards,
705 call ffap-file-finder with t arg `wildcards', instead of dired.
706 (ffap-other-window, ffap-other-frame): Return visited buffers.
707 (ffap-read-only, ffap-read-only-other-window)
708 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
709 (dired-at-point): Call ffap-directory-finder instead of dired.
710 (ffap-dired-other-window, ffap-dired-other-frame)
711 (ffap-list-directory): New commands.
712 (ffap-bindings): New keybindings for new commands.
713
714 2004-12-12 Juri Linkov <juri@jurta.org>
715
716 * simple.el (beginning-of-buffer, end-of-buffer):
717 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
718 Do not push mark when mark is active in transient-mark-mode.
719
720 * simple.el (mark-word):
721 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
722 * textmodes/paragraphs.el (mark-paragraph):
723 Extend the region when mark is active in transient-mark-mode,
724 regardless of the last command. Doc fix.
725
726 * simple.el (mark-word): Preserve direction when repeating.
727 Make arg optional. Interactive "p" -> "P".
728 (transient-mark-mode, inhibit-mark-movement): Doc fix.
729
730 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
731 preserving direction, to mark forward instead of backward when mark
732 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
733
734 2004-12-12 Juri Linkov <juri@jurta.org>
735
736 * isearch.el (isearch-edit-string): Set 7th arg of
737 `read-from-minibuffer' to `t' to inherit the current input
738 method (whose name is indicated by [IM] in the minibuffer prompt)
739 from the current buffer to the minibuffer.
740 (isearch-lazy-highlight-update): Put body to `with-local-quit'
741 to allow C-g quitting for lazy highlighting looping inside the
742 search with nested repetition operators. Add overlay to the list
743 before setting its face and other properties to avoid the case of
744 code quitting after placing the new overlay but before it's
745 recorded on the list. Select the window where isearch was
746 activated, to highlight matches in the right window when isearch
747 switches the current window to the minibuffer.
748
749 * international/isearch-x.el
750 (isearch-process-search-multibyte-characters):
751 Use `isearch-message' as initial input for `read-string' instead
752 of adding it to the minibuffer prompt. After reading a string
753 remove the initial value of `isearch-message' from the string.
754
755 * replace.el (replace-match-maybe-edit): Doc fix.
756 (perform-replace): Don't call `replace-highlight' when automatic
757 replacement is requested in literal mode, since it is intended
758 only to highlight words during entering a new replacement string
759 for \? in non-literal mode.
760
761 * replace.el (query-replace-highlight): Add new value `isearch'
762 that allows query replacement to use isearch highlighting.
763 Change type from `boolean' to `choice'. Doc fix.
764 (replace-highlight, replace-dehighlight, perform-replace):
765 Use isearch highlighting if query-replace-highlight eq `isearch'.
766
767 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
770 (checkdoc-message-text, checkdoc-defun): Fix format messages for
771 `error'.
772
773 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
774 case of \end{verbatim}.
775
776 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
777
778 * term.el (term-termcap-format): Synchronize with terminfo.
779 (term-emulate-terminal): Handle reset.
780 (term-reset-terminal): New function.
781
782 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
783
784 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
785 (zone-fill-out-screen): New func.
786 (zone-pgm-drip): Use `zone-fill-out-screen'.
787 Also, no longer go to point-min on every cycle.
788 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
789 (zone-pgm-random-life-wait): New user var.
790 (zone-pgm-random-life): New func.
791
792 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
793
794 * files.el (auto-mode-alist): Map .com to DCL mode.
795
796 2004-12-09 Richard M. Stallman <rms@gnu.org>
797
798 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
799
800 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
801
802 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
803 buffer with a display margin.
804
805 2004-12-08 Jay Belanger <belanger@truman.edu>
806
807 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
808 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
809
810 2004-12-08 Richard M. Stallman <rms@gnu.org>
811
812 * faces.el: Delete code to set display table.
813 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
814
815 2004-12-08 Jay Belanger <belanger@truman.edu>
816
817 * calc/calc.el: Add math-read-preprocess-string to autoloads.
818
819 * calc/calc-ext.el (math-read-replacement-list)
820 (math-read-superscripts, math-read-preprocess-string): Move to
821 calc-aent.el.
822
823 * calc/calc-aent.el (math-read-replacement-list)
824 (math-read-superscripts, math-read-preprocess-string): Move from
825 calc-ext.el.
826
827 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * isearch.el (isearch-quote-char): Fix up typo in last change.
830
831 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
832
833 * mouse.el (mouse-set-font): Handle the case where the command was
834 not invoked using the mouse.
835
836 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
837 (edmacro-finish-edit): Further update for keyboard macros that are
838 lambda forms.
839 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
840
841 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * font-lock.el (font-lock-unfontify-region): Save buffer state.
844 (font-lock-default-unfontify-region): Don't save buffer state any more.
845
846 2004-12-07 Jay Belanger <belanger@truman.edu>
847
848 * calc/calc-help.el (calc-describe-key):
849 Set calc-summary-indentation even when Calc Summary buffer exists.
850
851 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
852
853 * calendar/holidays.el (holiday-easter-etc): Make arguments
854 optional for backwards compatibility. Doc fix.
855 Remove un-necessary local vars mandatory, output-list.
856 (holiday-advent): Make arguments optional for backwards
857 compatibility. Doc fix.
858
859 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * paren.el (show-paren-function): Fix last change (2004-12-02).
862
863 * international/mule-util.el (char-displayable-p): Return nil for
864 unibyte mode.
865
866 * subr.el (subregexp-context-p): New function.
867
868 * isearch.el (isearch-quote-char): Use it.
869
870 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
871 (regexp-opt-not-groupie*-re): Remove.
872 (regexp-opt): Properly handle inputs with duplicate entries.
873
874 2004-12-06 Richard M. Stallman <rms@gnu.org>
875
876 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
877
878 * cus-edit.el (custom-file): Doc fix.
879
880 * textmodes/org.el: New file.
881
882 2004-12-06 Kenichi Handa <handa@m17n.org>
883
884 * ldefs-boot.el: Update international/mule-util.el section.
885
886 2004-12-05 Sam Steingold <sds@gnu.org>
887
888 * net/tramp.el (tramp-handle-file-accessible-directory-p):
889 Fix `tramp-time-diff' comparison logic.
890
891 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
892
893 * progmodes/which-func.el (which-function):
894 Use `run-hook-with-args-until-success' instead of a custom loop.
895 Fixes bug with local hooks.
896
897 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
898
899 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
900 Use delete-dups when calculating the initial value.
901 (bibtex-autokey-get-title): Use <=.
902 (bibtex-goto-line): New function.
903 (bibtex-reposition-window): Use line numbers instead of point
904 positions. Use window-body-height.
905 (bibtex-find-crossref): Use bibtex-reposition-window.
906 (bibtex-find-entry): Use bibtex-reposition-window. Always return
907 position of entry if key is found or nil if not found.
908
909 2004-12-05 Richard M. Stallman <rms@gnu.org>
910
911 * cus-edit.el (custom-file): Doc fix.
912
913 * progmodes/sh-script.el (sh-indent-for-then): Change default.
914
915 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * simple.el (blink-matching-open):
918 * textmodes/tex-mode.el (tex-validate-region):
919 Obey syntax-table text properties.
920
921 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
922
923 * wid-edit.el (widget-specify-field): Add `real-field' property to
924 boundary.
925 (widget-field-at): Use it.
926
927 2004-12-02 Richard M. Stallman <rms@gnu.org>
928
929 * progmodes/cc-mode.el (awk-mode autoload):
930 Supply t meaning interactive function.
931
932 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
933 (isearch-mode-map): No special definition for space.
934 (isearch-whitespace-chars): Command deleted.
935 (isearch-forward-regexp): Doc fix.
936 (isearch-quote-char): When a space is not inside brackets,
937 use `[ ]' instead of just space.
938 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
939
940 * imenu.el (imenu--generic-function): Delete code to exclude
941 matches in comments.
942
943 * man.el (Man-reverse-face): Change default to `highlight'.
944
945 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
946 (occur-engine): Use `face' prop rather than `font-lock-face'
947 when specifying use of `match-face'.
948 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
949
950 * emacs-lisp/elint.el (elint-standard-variables): Update list.
951
952 * add-log.el (add-log-current-defun): Handle the case where point
953 is in the header part of a DEFUN construct.
954
955 2004-12-02 Dave Love <fx@gnu.org>
956
957 * progmodes/python.el (python-font-lock-syntactic-keywords):
958 Fix previous change.
959
960 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
961
962 * paren.el (show-paren-function): Check for matching chars
963 specified by text props.
964
965 2004-12-02 Jay Belanger <belanger@truman.edu>
966
967 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
968 when reading a new key sequence.
969
970 2004-12-02 Kim F. Storm <storm@cua.dk>
971
972 * faces.el (escape-glyph): Rename from glyph.
973 (standard-display-table): Set it here. Add escape-glyph face to
974 extra slot characters.
975
976 * disp-table.el: Undo 2004-12-01 change. Display table is now
977 setup in faces.el.
978
979 2004-12-02 Mark A. Hershberger <mah@everybody.org>
980
981 * xml.el (xml-parse-dtd): Don't show validity messages when
982 xml-validating-parser is nil.
983 (xml-substitute-special): Fix validity error messages to
984 actually show the unexpandable entity. Added validity error if &
985 isn't followed by an entity.
986 (xml-parse-tag): Concatenate any string following the a
987 <![CDATA[]]> section to the parsed CDATA.
988 (xml-parse-dtd): Skip parameter entity declarations and use of
989 parameter entities.
990
991 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
992
993 * kmacro.el (kmacro-default-counter-format): New var.
994 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
995 (kmacro-display): Remove `nil' from `and' form. Delete call to
996 `format' inside `message'.
997 (kmacro-start-macro): Use `kmacro-default-counter-format'.
998
999 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * pcvs.el (cvs-header-msg): New function.
1002 (cvs-update-header): Use it. Change calling convention.
1003 Correctly handle the case of having simultaneous active processes.
1004 (cvs-sentinel): Don't call cvs-update-header any more.
1005 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1006
1007 2004-12-01 Jay Belanger <belanger@truman.edu>
1008
1009 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1010 Change message.
1011
1012 2004-12-01 Juri Linkov <juri@jurta.org>
1013
1014 * progmodes/prolog.el (prolog-mode-variables):
1015 Fix imenu-generic-expression.
1016
1017 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1018
1019 * faces.el (glyph): New face.
1020
1021 * disp-table.el: Add an autoloaded table, that doesn't require
1022 this library, with glyph face.
1023
1024 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1025 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1026 (conf-quote-normal): Allow normalizing only ' or ".
1027 (conf-mode): Regexp-quote constructed comment-start and don't
1028 match section {} where "name" contains braces.
1029
1030 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1031 files.
1032
1033 2004-12-01 Kenichi Handa <handa@m17n.org>
1034
1035 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1036 (x-select-text): Don't treat eight-bit-control/graphic chars
1037 specially. Store the encoded text in the X cut buffer.
1038 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1039 with x-last-selected-text-cut-encoded.
1040
1041 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1044
1045 2004-11-30 Markus Rost <rost@ias.edu>
1046
1047 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1048 AUCTeX.
1049
1050 2004-11-30 Jay Belanger <belanger@truman.edu>
1051
1052 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1053 on signs of intervals.
1054 (math-pow-of-zero): Strengthen checks for positive and negative
1055 exponents.
1056
1057 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1058 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1059 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1060 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1061 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1062 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1063 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1064 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1065 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1066 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1067 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1068 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1069 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
1070 functions with provide statements.
1071
1072 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1073
1074 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
1075 autoloads.
1076
1077 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1078 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1079 functions by require statements.
1080 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1081
1082 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1083 (calc-gnuplot-print): Give them values.
1084
1085 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1086 autoloads.
1087 Add calc-do-embedded-activate to autoloads.
1088 (calc-gnuplot-name, calc-gnuplot-plot-command)
1089 (calc-gnuplot-print-command): Move them to calc-graph.el.
1090
1091 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1092
1093 * term/mac-win.el (ccl-encode-mac-roman-font)
1094 (ccl-encode-mac-cyrillic-font)
1095 (ccl-encode-mac-centraleuropean-font, encoder-list)
1096 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1097 Support Cyrillic, CentralEuropean, and Dingbat font display
1098
1099 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1100
1101 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1102
1103 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1104 still nil.
1105
1106 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1107
1108 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1109 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1110
1111 2004-11-29 Jay Belanger <belanger@truman.edu>
1112
1113 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1114 cases of the base and exponent.
1115
1116 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1117
1118 * simple.el (next-error-buffer-p): Allow for inclusive and
1119 exclusive tests for finding a buffer.
1120 (next-error-find-buffer): Pass the exclusive and inclusive tests
1121 to next-error-buffer-p.
1122
1123 * replace.el (occur-next-error): Switch to the Occur buffer when
1124 appropriate, use the exclusive filter to next-error-find-buffer to
1125 do it. Use the absolute value of the motion amount.
1126
1127 2004-11-29 Kenichi Handa <handa@m17n.org>
1128
1129 * startup.el (command-line): Decode all default-directory by
1130 locale-coding-system.
1131
1132 2004-11-29 Jay Belanger <belanger@truman.edu>
1133
1134 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1135 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1136 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1137 Replace calls to calc-extensions by appropriate require, replace
1138 calc-extensions-loaded by appropriate featurep.
1139
1140 * calc/calc-ext.el: Move require to end of file. Remove redundant
1141 loading of calc.el.
1142 (calc-extensions-loaded): Remove unnecessary variable.
1143 (calc-extensions): Remove unnecessary function.
1144 (calc-load-everything): Replace calc-need-macros by appropriate
1145 require.
1146
1147 * calc/calc-macs.el: Move provide to end of file.
1148 (calc-need-macros): Remove unnecessary function.
1149
1150 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1151 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1152 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1153 Replace calc-extensions by appropriate require.
1154 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1155
1156 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1157 Replace calc-need-macros by appropriate require.
1158
1159 * calc/calc.el: Move require to end of file.
1160 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1161 Remove unnecessary variable.
1162 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1163 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1164 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1165 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1166 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1167 (math-format-number, math-format-bignum, math-read-number)
1168 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1169 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1170 by appropriate require.
1171 (calc-check-defines): Replace calc-need-macros by appropriate require.
1172
1173 2004-11-29 Kim F. Storm <storm@cua.dk>
1174
1175 * macros.el (insert-kbd-macro): Handle kmacro functions.
1176
1177 2004-11-28 Juri Linkov <juri@jurta.org>
1178
1179 * compare-w.el (compare-windows-highlight): Attach each overlay
1180 to its window to properly highlight differences while comparing
1181 two windows of the same buffer. Fix arguments.
1182 (compare-windows-sync-default-function): Fix arguments of
1183 `compare-windows-highlight'.
1184
1185 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1186 Use `read-expression-history'. Set initial contents only if
1187 `edebug-global-break-condition' is non-nil. Set histpos to 1
1188 if initial contents is equal to the last history element.
1189 (edebug-set-conditional-breakpoint): Instead of temporarily
1190 prepending the current condition to the history, set initial
1191 contents to the current condition. Set histpos to 1 if initial
1192 contents is equal to the last history element.
1193
1194 * info.el (Info-search-whitespace-regexp): Remove shy group.
1195 (Info-search): Forward line if search is on the header line.
1196 Use search-whitespace-regexp in two other places.
1197
1198 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1199
1200 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1201 warning. Delay real definition, which uses
1202 `set-fringe-indicators-1' till after the definition of that function.
1203
1204 2004-11-28 Kim F. Storm <storm@cua.dk>
1205
1206 * fringe.el (fringe): New defgroup.
1207 (fringe-mode): Move to fringe group.
1208 (fringe-indicators): New defcustom.
1209 (set-fringe-indicators-1): New defun.
1210
1211 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1212 (menu-bar-showhide-fringe-ind-menu): New keymap.
1213 (menu-bar-showhide-fringe-ind-empty)
1214 (menu-bar-showhide-fringe-ind-mixed)
1215 (menu-bar-showhide-fringe-ind-box)
1216 (menu-bar-showhide-fringe-ind-right)
1217 (menu-bar-showhide-fringe-ind-left)
1218 (menu-bar-showhide-fringe-ind-none): New defuns.
1219 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1220
1221 2004-11-27 Richard M. Stallman <rms@gnu.org>
1222
1223 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1224
1225 * generic.el (define-generic-mode): Doc fix.
1226
1227 * menu-bar.el (menu-bar-options-save): For the options
1228 that are toggled with menu-bar-make-mm-toggle, don't check
1229 for customized-value prop.
1230
1231 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1232
1233 * mail/supercite.el (sc-cite-region): Handle the case where
1234 sc-cite-frame-alist is a symbol.
1235 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1236 a symbol.
1237 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1238 a symbol.
1239
1240 2004-11-27 Arne Jørgensen <arne@arnested.dk> (tiny change)
1241
1242 * wid-edit.el (widget-narrow-to-field): New function.
1243 (widget-complete): Use it.
1244
1245 2004-11-27 Jay Belanger <belanger@truman.edu>
1246
1247 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1248 variable.
1249 (calc-eval-error): Don't check if the variable calc-eval-error is
1250 bound.
1251 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1252 (math-alg-inequalities): Move declaration to earlier in the file.
1253
1254 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1255 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1256 Declare them.
1257
1258 * calc/calc-lang.el (math-expr-data, math-expr-token)
1259 (math-exp-old-pos): Declare them.
1260
1261 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1262 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1263
1264 2004-11-27 Kim F. Storm <storm@cua.dk>
1265
1266 * progmodes/flymake.el: Use (featurep 'xemacs).
1267 (flymake-makehash): Change to defsubst. Use fboundp.
1268 (flymake-time-to-float): Remove.
1269 (flymake-float-time): Merge code from flymake-time-to-float here.
1270 (flymake-replace-regexp-in-string): Change to defsubst.
1271 (flymake-split-string-remove-empty-edges):
1272 Rename to flymake-split-string.
1273 (flymake-split-string): Remove previous defalias.
1274 (flymake-get-temp-dir): Change to defsubst.
1275 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1276 Define for xemacs only.
1277 (flymake-master-file-count-limit): Change into compiler defvar only.
1278 (flymake-find-possible-master-files): Let-bind it dynamically while
1279 sorting files using flymake-master-file-compare.
1280
1281 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1284 of defun-prompt-regexp matches inside a comment/string but the
1285 beginning is correctly outside everything.
1286
1287 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1288 appears within a string or a comment.
1289
1290 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1291 rather than make-symbol for symbols which are used in
1292 a symbol-macrolet or equivalent.
1293
1294 2004-11-26 Jay Belanger <belanger@truman.edu>
1295
1296 * calc/calc-misc.el (calc-last-why-command): Declare it.
1297
1298 * calc/calc-vec.el (math-grade-vec): New variable.
1299 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1300 Replace variable grade-vec by declared variable.
1301 (math-rb-close): New variable.
1302 (math-read-brackets, math-read-vector): Replace variable close by
1303 declared variable.
1304
1305 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1306 (calc-one-window, calc-edit-handler, calc-restore-trail)
1307 (calc-allow-ret): Declare them.
1308
1309 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1310 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1311 (math-radix-float-cache-tag, math-random-cache)
1312 (math-max-digits-cache, math-integral-cache, math-units-table)
1313 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1314 (math-moc-func): New variable.
1315 (math-map-over-constants, math-map-over-constants-rec):
1316 Replace variable func by declared variable.
1317
1318 * calc/calc-store.el (calc-given-value, calc-store-opers):
1319 Declare them.
1320 (calc-var-name-map): Move declaration to earlier in the file.
1321 (calc-pv-pos): New variable.
1322 (calc-permanent-variable, calc-insert-permanent-variable):
1323 Replace variable pos by declared variable.
1324
1325 * calc/calc-mtx.el (calc-det-lu): New variable.
1326 (math-det-raw, math-det-step): Replace variable lu by declared
1327 variable.
1328
1329 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1330 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1331 and arg by declared variables.
1332 (calcFunc-reducer): Fix incorrect variable.
1333 (math-inner-mul-func, math-inner-add-func): New variables.
1334 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1335 and add-func by declared variables.
1336
1337 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1338 (calc-digit-value): Declare them.
1339
1340 * calc/calc-help.el (Info-history): Declare it.
1341 (calc-describe-key): Make calc-summary-indentation a local variable.
1342 (calc-help-long-names): Move declaration to earlier in file.
1343
1344 * calc/calc-embed.el (calc-original-buffer): Declare it.
1345 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1346 (calc-embed-bot): New variables.
1347 (calc-do-embedded, calc-embedded-mark-formula)
1348 (calc-embedded-find-bounds, calc-embedded-duplicate)
1349 (calc-embedded-new-formula, calc-embedded-make-info):
1350 Replace vars outer-top, outer-bot, bot and top by declared variables.
1351 (calc-embed-prev-modes): New variable.
1352 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1353 prev-modes with declared variable.
1354 (calc-embed-vars-used): New variable.
1355 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1356 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1357 vars-used by declared variable.
1358
1359 * calc/calc-bin.el (math-format-radix-float): Make pos a local
1360 variable.
1361 (math-format-radix-float): Remove unnecessary setq.
1362 (math-radix-float-cache): Declare it.
1363
1364 * calc/calcsel2.el (calc-keep-selection): Declare it.
1365
1366 * calc/calc-maint.el: Remove file.
1367
1368 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1369
1370 * textmodes/bibtex.el (bibtex-sort-entry-class)
1371 (bibtex-comment-start): Use defcustom.
1372 (bibtex-entry-field-alist): Use nil if initial content of the
1373 field is undefined. Fix docstring.
1374 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1375 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1376 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1377 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1378 Fix docstring.
1379 (bibtex-autokey-title-terminators): Use only one regexp.
1380 (bibtex-string-maybe-empty-head): New variable.
1381 (bibtex-remove-delimiters-string): New function.
1382 (bibtex-text-in-field-bounds, bibtex-text-in-string):
1383 Use bibtex-remove-delimiters-string.
1384 (bibtex-progress-message, bibtex-field-left-delimiter)
1385 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1386 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1387 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1388 Simplify.
1389 (bibtex-format-entry): Use save-excursion for inherited booktitle.
1390 Use eq and bibtex-remove-delimiters-string. For end markers use
1391 insertion type so that marker stays after inserted text.
1392 (bibtex-autokey-get-names): Return empty string if name is missing.
1393 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1394 calling bibtex-autokey-name-case-convert.
1395 (bibtex-autokey-demangle-title):
1396 Call bibtex-autokey-titleword-case-convert. Remove call to
1397 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1398 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1399 (bibtex-read-key): New optional arg global.
1400 (bibtex-files-expand): New optional arg force.
1401 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1402 (bibtex-complete-crossref-cleanup): Rename from
1403 bibtex-complete-key-cleanup. Simplify code.
1404 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
1405 Operate on current entry.
1406 (bibtex-button): Add docstring.
1407 (bibtex-entry): Simplify.
1408 (bibtex-make-field): Replace optional arg called-by-yank with more
1409 specific args move and interactive.
1410 (bibtex-end-of-entry): Use forward-sexp.
1411 (bibtex-find-entry-globally): Remove.
1412 (bibtex-find-crossref): Allow for crossref key located in other buffer.
1413 Bound to C-c C-x.
1414 (bibtex-find-entry): New optional args global and display.
1415 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
1416 (bibtex-validate): Use arg force of bibtex-files-expand.
1417 (bibtex-clean-entry): Bugfix, clean string entries properly.
1418 Always keep point at beginning of entry.
1419 (bibtex-complete): Bugfix. Handle string entries properly.
1420 Call cleanup functions only if needed.
1421 (bibtex-String): Use bibtex-read-string-key.
1422 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
1423 case of replacement text.
1424
1425 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1426
1427 * net/tramp.el (tramp-handle-directory-files-and-attributes):
1428 New function.
1429 (tramp-perl-directory-files-and-attributes): New constant.
1430 (tramp-file-name-handler-alist): Delete file-directory-files, add
1431 directory-files-and-attributes.
1432 (tramp-perl-file-attributes): Surround uid and gid by double
1433 quotes. Change parameter id-format from nonnumeric.
1434 (tramp-convert-file-attributes): New function.
1435 (tramp-handle-file-attributes): Use it.
1436 (tramp-maybe-send-perl-script): New function.
1437 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1438 file mode. Change parameter id-format from nonnumeric.
1439 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1440 from nonnumeric.
1441 (tramp-post-connection): Don't send tramp-perl-file-attributes
1442 script. Reset connection property "perl-scripts".
1443 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1444 in use.
1445
1446 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1447
1448 * desktop.el (desktop-read): Replace mapcar with mapc.
1449 (desktop-create-buffer): Replace mapcar with mapc.
1450 Remove redundant piece of code.
1451
1452 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1453
1454 * progmodes/gud.el (gud-display-line): Use display-buffer
1455 for GDB-UI as for GUD.
1456
1457 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1458 Delete variables.
1459 (gdb-ann3): Don't make GUD buffer dedicated.
1460 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1461 (gdb-display-source-buffer): Delete function.
1462 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1463 (menu): Delete menu bindings for viewing source/assembler.
1464 (gdb-setup-windows, gdb-restore-windows):
1465 Don't dedicate GUD. No assembler now.
1466 (gdb-reset): No need to undedicate source buffers now.
1467 (gdb-source-info): No assembler now.
1468
1469 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1470
1471 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1472 width to those for special frames.
1473 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1474 Use display-buffer.
1475 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1476 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1477 (gdb-frame-assembler-buffer): Rework like
1478 gdb-frame-breakpoints-buffer.
1479
1480 2004-11-25 Richard M. Stallman <rms@gnu.org>
1481
1482 * progmodes/flymake.el: Reindent.
1483 (flymake-split-string): Turn into defalias.
1484 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1485 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1486 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1487 (flymake-build-relative-filename): Rename from ...path.
1488 Fix error message.
1489
1490 2004-11-25 Cheng Gao <chenggao@gmail.com>
1491
1492 * progmodes/flymake.el: Much whitespace and capitalization change.
1493 Move `provide' to end. Require `compile' only when compiling.
1494
1495 2004-11-24 Jay Belanger <belanger@truman.edu>
1496
1497 * calc/calc-alg.el: Added comment.
1498 (math-polynomial-base): Replace variable mpb-top-expr by
1499 math-poly-base-top-expr.
1500
1501 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1502 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1503 variable.
1504 (math-poly-base-total-base): New variable.
1505 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1506 mpb-total-base by declared variable.
1507 (math-factored-vars, math-to-list): Declare it.
1508 (math-fact-expr): New variable.
1509 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1510 (math-factor-expr-try, math-factor-expr-part): Replace variable
1511 expr by declared variable.
1512 (math-fet-x): New variable.
1513 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1514 by declared variable.
1515 (math-factor-poly-coefs): Make temp a local variable.
1516
1517 * calc/calc-units.el (calc-convert-units): Make units a local
1518 variable.
1519 (calc-num-units, calc-den-units): New variables.
1520 (calc-explain-units, calc-explain-units-rec): Replace variables
1521 num-units and den-units by declared variables.
1522 (math-cu-unit-list): New variable.
1523 (math-build-units-table, math-compare-unit-names)
1524 (math-convert-units, math-convert-units-rec): Replace variable
1525 unit-list by declared variable.
1526 (math-fbu-base, math-fbu-entry): New variables.
1527 (math-find-base-units, math-find-base-units-rec): Replace variables
1528 base and entry by declared variables.
1529 (math-which-standard): New variable.
1530 (math-to-standard-units, math-to-standard-rec): Replace variable
1531 which-standard by declared variable.
1532 (math-fcu-u): New variable.
1533 (math-find-compatible-unit, math-find-compatible-unit-rec):
1534 Replace variable u by declared variable.
1535 (math-cu-new-units, math-cu-pure): New variables.
1536 (math-convert-units, math-convert-units-rec): Replace variables
1537 new-units and pure by declared variables.
1538 (math-try-cancel-units): New variable.
1539 (math-simplify-units-quotient): Replace variable try-cancel-units by
1540 declared variable.
1541
1542 2004-11-24 Richard M. Stallman <rms@gnu.org>
1543
1544 * textmodes/ispell.el (ispell-check-version):
1545 If default-directory is nonexistent, use home dir.
1546
1547 * progmodes/grep.el (grep-regexp-alist):
1548 Don't match parens around line numbers.
1549
1550 * progmodes/cperl-mode.el (cperl-indent-region)
1551 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1552 Don't print progress messages.
1553
1554 * progmodes/compile.el (compilation-mode-map):
1555 Don't inherit from compilation-minor-mode-map;
1556 copy its bindings instead. But the menu bar Compile
1557 entry now does inherit from compilation-menu-map.
1558
1559 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1560 Use with-no-warnings around compiler-macroexpand.
1561
1562 * imenu.el: Don't always require newcomment.
1563 (imenu--generic-function): Call comment-normalize-vars
1564 if we have a comment syntax.
1565 Exit the loop if REGEXP matches the null string.
1566 Test comment-start as well as comment-start-skip
1567 when deciding whether to check for comments.
1568
1569 * tooltip.el (tooltip-mode): Doc fix.
1570
1571 * term.el (term-escape-char, term-mode): Doc fixes.
1572
1573 2004-11-24 Dave Love <fx@gnu.org>
1574
1575 * progmodes/python.el (python-font-lock-syntactic-keywords):
1576 Check for escapes in the regexp.
1577 (python-quote-syntax): Don't do it here.
1578
1579 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1580
1581 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1582 (gdb-frames-mode-map, gdb-threads-mode-map)
1583 (gdb-registers-mode-map, gdb-locals-mode-map)
1584 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1585 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1586
1587 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1588 (dedicated-switch-to-buffer): Rework.
1589 (gdb-var-evaluate-expression-handler, gdb-put-string):
1590 Remove unused variable bindings.
1591 (gdb-setup-windows, gdb-display-buffer):
1592 Simplify. Use pop-to-buffer.
1593 (gdb-view-source-function): Simplify.
1594 (gdb-frame-breakpoints-buffer):
1595 Use pop-to-buffer, special-display-regexps.
1596
1597 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1598
1599 * progmodes/f90.el (f90-smart-end)
1600 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1601 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1602 (f90-end-of-block): Doc fix. Make check of outermost block
1603 conditional on value of `f90-smart-end'.
1604 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1605 Handle case where END-BLOCK is nil.
1606 (f90-match-end): Handle un-named PROGRAM blocks.
1607 (f90-backslash-not-special): New function.
1608
1609 2004-11-24 Jay Belanger <belanger@truman.edu>
1610
1611 * calc/calc.el (calc-embedded-active): Removed unnecessary
1612 declaration.
1613 (calc-show-banner): Removed redundant declaration.
1614
1615 * calc/calc-graph.el (calc-gnuplot-default-device)
1616 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1617 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1618 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1619 Remove redundant initial values.
1620
1621 * calc/calc-arith.el (math-scalar-functions)
1622 (math-nonscalar-functions, math-scalar-if-args-functions)
1623 (math-real-functions, math-positive-functions)
1624 (math-nonnegative-functions, math-real-scalar-functions)
1625 (math-real-if-arg-functions, math-integer-functions)
1626 (math-num-integer-functions, math-rounding-functions)
1627 (math-float-rounding-functions, math-integer-if-args-functions)
1628 (math-super-types): Move declarations to earlier in file.
1629 (math-unit-prefixes): Declared it.
1630 (math-floor-prec, math-trunc-prec): New variables.
1631 (math-trunc-fancy): Replace variable prec by declared variable.
1632 (math-floor-fancy): Replace variable prec by declared variable.
1633 (math-com-bterms): New variable.
1634 (math-commutative-equal, math-commutative-collect):
1635 Replace variable bterms by declared variable.
1636
1637 * calc/calc-misc.el (math-trunc): Replace variable prec by
1638 math-trunc-prec.
1639 (math-floor): Replace variable prec by math-floor-prec.
1640
1641 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1642 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1643 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1644 (math-format-date, math-format-date-part): Replace variables
1645 date, dt, year, month, day, weekday, hour, minute, second and
1646 bc-flag by declared variables.
1647 (math-pd-str): New variable.
1648 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1649 Replace variable str by declared variable.
1650 (math-daylight-savings-hook, math-tzone-names): Move definitions
1651 to earlier in the file.
1652 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1653 (math-sh-year): New variable.
1654 (math-setup-add-holidays, math-setup-holidays)
1655 (math-setup-year-holidays): Replace variable `year' by declared
1656 variable.
1657
1658 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1659 New variables.
1660 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1661 n, nf and nfm1 by declared variables.
1662 (math-nri-n): New variable.
1663 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1664 n by declared variable.
1665 (calcFunc-log): Removed misplaced condition.
1666
1667 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1670
1671 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1674 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1675 Dedicate gdb-related windows.
1676 (gdb-display-buffer): Dedicate gdb-related windows.
1677 Don't grab other frames.
1678 (gdb-reset): Remove dedicated property after debugging.
1679
1680 2004-11-24 Jay Belanger <belanger@truman.edu>
1681
1682 * calc/calc-sel.el: Add comment.
1683
1684 * calc/calc.el (math-stack-value-offset): Replace variables c,
1685 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1686
1687 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1688 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1689 (math-stack-value-offset-fancy): Replace variables c, wid and off
1690 by declared variables.
1691 (math-comp-just, math-comp-comma-spc): New variables.
1692 (math-compose-expr, math-compose-matrix): Replace variables `just'
1693 and comma-spc by declared variable.
1694 (math-comp-vector-prec): New variable.
1695 (math-compose-expr, math-compose-matrix, math-compose-rows):
1696 Replace variable vector-prec by declared variable.
1697 (math-comp-left-bracket, math-comp-right-bracket)
1698 (math-comp-comma): New variables.
1699 (math-compose-expr, math-compose-rows): Replace variables
1700 left-bracket, right-bracket and comma by declared variables.
1701 (math-comp-full-width): New variable.
1702 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1703 Replace variable full-width by declared variable.
1704 (math-comp-highlight, math-comp-word, math-comp-level)
1705 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1706 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1707 New variables.
1708 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1709 (math-comp-sel-flat-term): Replace variables comp-highlight,
1710 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1711 declared variables.
1712 (math-comp-simplify, math-comp-simplify-term)
1713 (math-comp-add-string, math-comp-add-string-sel):
1714 Replace variables comp-highlight, comp-buf, comp-base,
1715 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1716
1717 2004-11-23 Jan Djärv <jan.h.d@swipnet.se>
1718
1719 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1720
1721 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1722 and x-server-version may throw.
1723
1724 2004-11-23 Kim F. Storm <storm@cua.dk>
1725
1726 * subr.el (substitute-key-definition-key): Optimize.
1727 Don't call indirect-function for nil defn (always signals error).
1728
1729 * ido.el (ido-read-internal): Fix require-match check when
1730 ido-directory-too-big is set.
1731
1732 2004-11-23 Jay Belanger <belanger@truman.edu>
1733
1734 * calc/calc-ext.el (math-read-replacement-list)
1735 (math-read-superscripts): New variables.
1736 (math-read-preprocess-string): New function.
1737 (math-read-expr): Filter input through math-read-preprocess-string.
1738
1739 * calc/calc-aent.el (math-read-exprs): Filter input through
1740 math-read-preprocess-string.
1741
1742 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1743
1744 * progmodes/compile.el (compilation-start): In cd command use
1745 substitute-env-vars -- not quite shell compatible but better than
1746 nothing.
1747 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1748 handle the newer versions messages, which are more parsable.
1749
1750 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * reveal.el (reveal-mode-map): New var.
1753 (reveal-mode): Use it.
1754
1755 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1758 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1759
1760 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1763 header-line when needed.
1764 Use fixed-pitch only in the header-line.
1765 Build the underline automatically. Use emdash if available.
1766
1767 2004-11-22 Richard M. Stallman <rms@gnu.org>
1768
1769 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1770 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1771
1772 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * progmodes/gdb-ui.el (gdb-resync): New function.
1775 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1776 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1777 Use it to fail more gracefully.
1778 (gdb-variables): Delete variable.
1779 Re-order variables to reduce byte-compiler warnings.
1780
1781 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * descr-text.el (describe-char):
1784 * paren.el (show-paren-function):
1785 * subr.el (syntax-after): Undo last change.
1786
1787 * progmodes/python.el (run-python): Don't hard code *Python*.
1788 Don't modify global process-environment.
1789 (python-send-region, python-load-file): Don't assume that
1790 python-buffer == (process-buffer (python-proc)).
1791 (python-switch-to-python): Simplify.
1792
1793 * dired.el (dired-align-file): Don't assume line starts with spaces.
1794
1795 2004-11-21 Jay Belanger <belanger@truman.edu>
1796
1797 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1798 Replace variable `lines' by math-read-big-lines.
1799 (math-read-big-expr): Replace variables the-baseline, the-h2
1800 and err-msg by math-read-big-baseline, math-read-big-h2 and
1801 math-read-err-msg.
1802 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1803
1804 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1805 (math-read-big-balance): Replace unbound variable by value.
1806 (math-read-big-lines): New variable.
1807 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1808 (math-read-big-error, math-read-big-balance): Replace variable
1809 `lines' by declared variable.
1810 (math-read-big-baseline, math-read-big-h2): New variables.
1811 (math-read-big-rec): Replace variables the-baseline and the-h2
1812 by declared variables.
1813 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1814 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1815 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1816 declared variables.
1817 (math-read-big-err-msg): New variable.
1818 (math-read-big-error): Replace variable err-msg by declared variable.
1819
1820 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * ses.el: Add coding cookie.
1823 Fix up docstrings, follow new commenting conventions.
1824 (ses-header-line-menu): Fix missing variable rename for header-row.
1825 (ses-cell-size): Remove.
1826 (ses-make-cell): New function.
1827 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1828 (ses-calculate-cell): Remove unused var `symbol'.
1829 (ses-narrowed-p): New function.
1830 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1831 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1832 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1833 (ses-setup): Use restore-buffer-modified-p.
1834 (ses-cleanup): Remove unused var `end'.
1835 (ses-header-string-left-offset): Remove.
1836 (ses-create-header-string): Adjust to new behavior of `align-to'.
1837 Truncate excessively large fields to preserve alignment.
1838 (ses-reconstruct-all): Remove unused var `refs'.
1839 (ses-read-cell-printer): Remove unused var `prompt'.
1840 (ses-delete-row): Remove unused var `pos'.
1841 (ses-delete-column): Remove unused var `new'.
1842
1843 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1844
1845 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1846 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1847 Eliminate eval-and-compile usage.
1848 (ps-insert-file): Use insert-file-contents instead of insert-file.
1849 (ps-setup): Code fix.
1850
1851 * printing.el (pr-setup, lpr-setup): Code fix.
1852
1853 2004-11-21 Jay Belanger <belanger@truman.edu>
1854
1855 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1856 (calc-original-buffer): Declare them.
1857 (calc-user-formula-alist): New variable.
1858 (calc-user-define-formula, calc-fix-user-formula)
1859 (calc-user-define-composition, calc-finish-formula-edit):
1860 Replace variable `alist' by declared variable.
1861 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1862 (var-q7, var-q7, var-q8, var-q9): Declare them.
1863 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1864 are bound.
1865 (calcFunc-typeof): Replace undeclared variable by expression.
1866 (math-exp-env): New variable.
1867 (math-define-body, math-define-exp): Replace exp-env by declared var.
1868 (math-define-exp): Replace misplaced variable by expression.
1869
1870 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1871 (calc-curve-model, calc-curve-coefnames): New variables.
1872 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1873 varnames, model and coefnames by declared variables.
1874 (math-root-widen): New variable.
1875 (math-search-root, math-find-root): Replace variable root-widen by
1876 declared variable.
1877 (var-DUMMY): Declare it.
1878 (math-root-vars, math-min-vars): Move the declarations to earlier in
1879 the file.
1880 (math-brent-min): Make d a local variable.
1881 (math-find-minimum): Replace non-existent variable.
1882 (math-ninteg-romberg): Remove unnecessary variable.
1883 (math-ninteg-temp): New variable.
1884 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1885 integ-temp by declared variable.
1886 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1887 New variables.
1888 (math-general-fit): Replace variables first-var, first-coef and
1889 new-coefs by declared variables.
1890 (calcFunc-fitvar): Replace variable first-var by declared variable.
1891 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1892 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1893 (math-all-vars-vars, math-all-vars-found): New variables.
1894 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1895 found by declared variable math-all-vars-vars.
1896
1897 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1898
1899 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1900 of `defconst'.
1901
1902 2004-11-20 Richard M. Stallman <rms@gnu.org>
1903
1904 * isearch.el (isearch-mode-map): Don't bind SPC.
1905 (isearch-whitespace-chars): Function deleted.
1906 (isearch-search): Bind search-spaces-regexp.
1907 (isearch-lazy-highlight-search): Likewise.
1908 (search-whitespace-regexp): Doc fix.
1909 (isearch-forward-regexp): Doc fix.
1910
1911 * emacs-lisp/bytecomp.el (byte-compile-form):
1912 Move the calls to byte-compile-set-symbol-position,
1913 to avoid having two for the same symbol occurrence.
1914
1915 * comint.el (comint-input-ring-size): Increase to 150.
1916
1917 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1918 New variables.
1919 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1920 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1921
1922 * imenu.el (imenu--generic-function):
1923 Ensure we keep moving backward even if BEG isn't further back.
1924
1925 * replace.el (query-replace-read-to, query-replace-read-from):
1926 Specify t for KEEP-ALL in read-from-minibuffer.
1927
1928 * progmodes/python.el (python-switch-to-python):
1929 If Python isn't running, start it.
1930 Don't alter debug-ignored-errors.
1931
1932 * progmodes/cperl-mode.el (cperl-indent-region):
1933 Don't mind imenu-scanning-message.
1934
1935 * bindings.el (global-map): Bind C-e to move-end-of-line.
1936
1937 * simple.el (line-move-finish): New arg FORWARD.
1938 Ignore invisible newlines, not intangible ones.
1939 Conditions for acceptable stopping positions depend on FORWARD.
1940 (line-move): Pass FORWARD arg to line-move-finish.
1941
1942 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1943 of HEADER. Compensate for this change in the code to add display
1944 properties. Don't make the first line intangible.
1945
1946 * info.el (Info-search): Fix previous change.
1947
1948 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1949
1950 * Makefile.in (recompile): Revert 2004-11-19 change.
1951 (compile): Likewise.
1952
1953 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1954
1955 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1956
1957 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1958
1959 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1960 defgroup and defcustom. Eliminate eval-and-compile usage.
1961
1962 * progmodes/ebnf-otz.el: Fix typos.
1963
1964 2004-11-19 Jay Belanger <belanger@truman.edu>
1965
1966 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1967 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1968 disp-trail by declared variable.
1969
1970 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1971 (calc-finish-selection-edit): Replace variable disp-trail by
1972 declared variable.
1973 (calc-selection-cache-entry): Move declaration to earlier in the file.
1974 (calc-selection-cache-num, calc-selection-cache-comp)
1975 (calc-selection-cache-offset, calc-selection-true-num)
1976 (calc-final-point-line, calc-final-point-column)
1977 (calc-original-buffer): Declare them.
1978 (calc-fnp-op, calc-fnp-num): New variables.
1979 (calc-find-nth-part, calc-find-nth-part-rec)
1980 (calc-select-previous): Replace op and num by declared variables.
1981 (calc-rsf-old, calc-rsf-new): New variables.
1982 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1983 Replace variables old and new by declared variables.
1984 (calc-sel-reselect): New variable.
1985 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1986 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1987 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1988 reselect with declared variable.
1989
1990 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1991 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1992 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1993 (math-import-list, math-rewrite-phase): Declare them.
1994 (math-rewrite): Use let* to declare variables.
1995 (calc-rewrite-selection): Make rules a local variable.
1996 (calc-rewr-sel): New variable.
1997 (calc-rewrite-selection, calc-locate-selection-marker)
1998 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1999 of sel.
2000 (math-rewrite-whole-expr): New variable.
2001 (math-rewrite, math-rewrite-phase): Replace variable expr by
2002 declared variable.
2003 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2004 (math-rewrite-heads-blanks): New variables.
2005 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2006 heads, skips and blanks by declared variables.
2007 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2008 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2009 New variables.
2010 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2011 old, new, old-func and new-func by declared variables.
2012 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2013 Remove unnecessary variable.
2014 (math-apply-rw-regs): New variable.
2015 (math-apply-rewrites, math-rwapply-replace-regs)
2016 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2017 (math-apply-rw-ruleset): New variable.
2018 (math-apply-rewrites, math-rwapply-remember): Replace variable
2019 ruleset by declared variable.
2020
2021 2004-11-19 Richard M. Stallman <rms@gnu.org>
2022
2023 * info.el (Info-search): Use search-whitespace-regexp.
2024
2025 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2026
2027 * vc-rcs.el (vc-rcs-parse): New function.
2028 (vc-rcs-annotate-command): Likewise.
2029 (vc-rcs-annotate-current-time): Likewise.
2030 (vc-rcs-annotate-time): Likewise.
2031 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2032
2033 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2034
2035 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2036
2037 2004-11-18 Jay Belanger <belanger@truman.edu>
2038
2039 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2040
2041 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2042
2043 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2044 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2045 Use make-temp-file to generate PostScript files in any situation.
2046 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2047 (pr-interactive-p): Eliminate var.
2048 (pr-save-interactive): Eliminate macro.
2049 (pr-interface, pr-ps-directory-preview)
2050 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2051 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2052 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2053 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2054 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2055 (pr-ps-region-ps-print, pr-ps-mode-preview)
2056 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2057 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2058 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2059 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2060 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2061 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2062 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2063 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2064 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2065 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2066 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2067 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2068 Eliminate pr-save-interactive usage.
2069 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2070 Eliminate pr-interactive-p usage.
2071 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2072 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2073 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2074 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2075 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2076 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2077 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2078 New funs.
2079 (pr-ps-file): Use make-temp-file to generate a temporary file.
2080
2081 2004-11-17 Jay Belanger <belanger@truman.edu>
2082
2083 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2084 a local variable.
2085 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2086 (math-top-only): New variable.
2087 (math-simplify, math-simplify-step): Replace variable top-only by
2088 declared variable math-top-only.
2089 (math-simplify-expr): Declare it.
2090 Replace argument expr in all calls of math-defsimplify by
2091 math-simplify-expr.
2092 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2093 (math-simplify-divisor, math-simplify-one-divisor)
2094 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2095 (math-simplify-pow): Replace variable expr by declared variable
2096 math-simplify-expr.
2097 (math-simplify-divisor): Remove local variables temp and op.
2098 (math-simplify-one-divisor): Make temp and op local variables.
2099 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2100 New variables.
2101 (math-simplify-divisor, math-simplify-one-divisor):
2102 Replace variables nover and dover by declared variables.
2103 (math-expr-subst-new, math-expr-subst-old): New variables.
2104 (math-expr-subst, math-expr-subst-rec): Replace variables new
2105 and old by declared variables.
2106 (math-is-poly-degree, math-is-poly-loose): New variables.
2107 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2108 and loose by declared variables.
2109 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2110 (math-polynomial-base, math-polynomial-base-rec):
2111 Replace variables const-ok and mpb-pred by declared variables.
2112
2113 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2114
2115 * calc/calc-ext.el (math-defsimplify): Change the argument in
2116 the created function to math-simplify-expr.
2117
2118 * calc/calc-units.el (math-simplify-expr): Declare it.
2119 Replace argument expr in all calls of math-defsimplify by
2120 math-simplify-expr.
2121 (math-simplify-units-prod): Replace variable expr by declared
2122 variable math-simplify-expr.
2123
2124 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2127 Replace mapcar->dolist, format->string.
2128
2129 2004-11-17 Miles Bader <miles@gnu.org>
2130
2131 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2132 * progmodes/idlwave.el: Remove RCS keywords.
2133
2134 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2135
2136 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2137 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2138 Update to IDLWAVE version 5.5. Too many changes to list them here.
2139 * progmodes/idlw-help.el: New file.
2140
2141 2004-11-16 Richard M. Stallman <rms@gnu.org>
2142
2143 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2144 Discard spaces after \i according to TeX rules.
2145
2146 * international/mule.el (set-buffer-file-coding-system):
2147 New arg NOMODIFY.
2148 (after-insert-file-set-coding): Pass that new arg.
2149 Prevent set-buffer-multibyte from trying to lock the file.
2150
2151 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2152
2153 * saveplace.el (save-place): Doc fix.
2154
2155 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2156 temporarily widen before finding the following word to copy.
2157
2158 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2159 (cl-map-keymap): Definition deleted.
2160
2161 * subr.el (map-keymap-internal): New function.
2162
2163 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2166 when pressing rather than when releasing mouse-2. Simplify.
2167
2168 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2171 (compilation-mode): Set it here instead.
2172
2173 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2174
2175 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2176 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2177
2178 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * progmodes/compile.el (compilation-internal-error-properties):
2181 Fix up a transposition-typo. Check end-col before using it.
2182
2183 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2184
2185 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2186 Discard whitespace after macro \i when converting it.
2187
2188 2004-11-16 Juri Linkov <juri@jurta.org>
2189
2190 * emacs-lisp/find-func.el (find-function-regexp):
2191 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2192 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2193 Remove invalid `\W' from [^cgv\W]. Doc fix.
2194 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2195
2196 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2197
2198 * play/life.el: Maintainer is now FSF.
2199 (life-patterns, life-neighbor-deltas, life-window-start)
2200 (life-current-generation, life-generation-string): Use defvar
2201 instead of defconst.
2202
2203 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * progmodes/compile.el (compilation-move-to-column): New fun.
2206 (compilation-internal-error-properties)
2207 (compilation-next-error-function): Use it to make sure we don't go past
2208 the end of line.
2209
2210 2004-11-15 John Paul Wallington <jpw@gnu.org>
2211
2212 * autoinsert.el (auto-insert-alist): Insert the user's name in
2213 copyright notice, rather than Free Software Foundation, for the
2214 Emacs Lisp header case too.
2215
2216 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2217
2218 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2219 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2220 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2221 return the list of string in a string.
2222 (pr-call-process): Message if calling process returns an error, that
2223 is, the exit status is different of zero.
2224
2225 2004-11-15 Jay Belanger <belanger@truman.edu>
2226
2227 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2228 variable var-thing.
2229 (math-integ-depth, math-integ-level, math-integral-limit)
2230 (math-enable-subst, math-any-substs, math-integ-msg)
2231 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2232 (math-int-threshold, math-int-factors, math-double-roots)
2233 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2234 (var-GenCount): Declare these variables.
2235 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2236 (math-integral-cache, math-integral-cache-state):
2237 Move declarations to earlier in the file.
2238 (math-deriv-var, math-deriv-total, math-deriv-symb)
2239 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2240 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2241 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2242 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2243 (math-solve-res): New variables.
2244 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2245 (math-integral, math-replace-integral-parts)
2246 (math-integrate-by-parts, calc-dump-integral-cache)
2247 (math-try-integral, math-do-integral, math-do-integral)
2248 (math-do-integral-methods, math-try-solve-for)
2249 (math-try-solve-prod, math-solve-poly-funny-powers)
2250 (math-solve-crunch-poly, math-decompose-poly)
2251 (math-solve-find-root-term, math-find-root-in-prod)
2252 (math-integ-try-linear-substitutions)
2253 (math-integ-try-substitutions, math-expr-rational-in)
2254 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2255 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2256 (math-solve-for, math-solve-system, math-solve-system-rec)
2257 (math-solve-get-sign, math-solve-get-int)
2258 (math-solve-system-subst): Replace undeclared variables with newly
2259 declared variables.
2260
2261 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * winner.el (winner-active-region, winner-edges, winner-window-list):
2264 Define at toplevel.
2265 (winner-mode-map): Move init inside declaration.
2266
2267 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2268
2269 * files.el (convert-standard-filename): Doc fix.
2270
2271 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2272
2273 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2274 passwd, group, shadow, default/* and pam.d/*.
2275
2276 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2277
2278 * printing.el (pr-menu-spec): Adjust menu specification.
2279
2280 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2281
2282 * printing.el: Doc fix. Insert :version tag into all defcustom.
2283 Handle interactive-p as is recommended in Emacs Lisp Reference.
2284 Set the file permission bits for newly created files.
2285 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2286 The printing menu specification (in `pr-menu-spec') was merged.
2287 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2288 (pr-version): New version number (6.8.3).
2289 (pr-file-modes): New option.
2290 (pr-interactive-p): New var.
2291 (pr-save-interactive, pr-save-file-modes): New macros.
2292 (pr-setup): Code fix.
2293 (pr-menu-spec): Menu specification merged.
2294 (pr-call-process, pr-text2ps): Set file permission bits.
2295 (pr-despool-print): Set file permission bits. Handle interactive-p as
2296 is recommended.
2297 (pr-interface, pr-ps-directory-preview)
2298 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2299 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2300 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2301 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2302 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2303 (pr-ps-region-ps-print, pr-ps-mode-preview)
2304 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2305 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2306 (pr-despool-using-ghostscript, pr-despool-ps-print)
2307 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2308 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2309 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2310 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2311 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2312 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2313 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2314 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2315 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2316 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2317 Handle interactive-p as is recommended.
2318
2319 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2322 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2323
2324 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2325 so it doesn't forget to highlight the beginning of the region either.
2326
2327 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2328
2329 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2330 (c-font-lock-init): Eliminate obsolete make-local-hook.
2331 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2332 (awk-mode): Use run-mode-hooks.
2333
2334 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2335
2336 2004-11-13 Kim F. Storm <storm@cua.dk>
2337
2338 * mouse.el (mouse-drag-copy-region): Add :version.
2339 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2340 while dragging mode line, so mode line can be dragged downwards.
2341 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2342 while pressing mouse button so window doesn't scroll until we
2343 release the mouse if clicking on partially visible line.
2344
2345 2004-11-12 Jay Belanger <belanger@truman.edu>
2346
2347 * calc/calc-graph.el (calc-dumb-map): Declare it.
2348 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2349 than unbound.
2350 (calc-graph-name): Made `end' a local variable.
2351 (calc-graph-lookup): Made `varname' a local variable.
2352 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2353 Declare them.
2354 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2355 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2356 the unused variable y3vec.
2357 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2358 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2359 calc-graph-prev-kill-hook.
2360 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2361 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2362 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2363 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2364 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2365 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2366 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2367 (calc-graph-y3value, calc-graph-y3name)
2368 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2369 (calc-graph-stepcount, calc-graph-is-splot)
2370 (calc-graph-surprise-splot, calc-graph-blank)
2371 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2372 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2373 (calc-graph-recompute-2d, calc-graph-compute-3d)
2374 (calc-graph-format-data): Replace undeclared variables with the
2375 above newly declared variables.
2376
2377 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2378
2379 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2380 `rsf-beep' and `rsf-sleep-after-message'.
2381
2382 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2383 list if `message-sender' is non-nil.
2384
2385 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2386
2387 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2388 consing by using mapc instead of mapcar.
2389
2390 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2391
2392 * tooltip.el (require): Explain why CL is needed.
2393
2394 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2395
2396 * printing.el: Insert :version into defgroup (printing). All reference
2397 to Files option in menubar were changed to File.
2398 (pr-version): New version number (6.8.2).
2399 (pr-get-symbol): Call easy-menu-intern.
2400 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2401 compilation gripes.
2402
2403 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2406 new byte-compile-function-environment binding to t.
2407
2408 * font-lock.el (font-lock-fontify-syntactically-region):
2409 Don't forget to highlight the last char when we hit `end'.
2410
2411 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2412 (mwheel-scroll): Adjust accordingly.
2413
2414 * cvs-status.el: Reduce spurious warnings.
2415 (cvs-status-checkout): Remove.
2416 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2417
2418 * pcvs.el (cvs-mode-checkout): New command.
2419
2420 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2421
2422 * tooltip.el: Require CL.
2423
2424 * emacs-lisp/bytecomp.el: Use push.
2425 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2426 (defalias): Remove the `byte-compile' property and add
2427 a `byte-hunk-handler'.
2428
2429 2004-11-11 Juri Linkov <juri@jurta.org>
2430
2431 * info.el (Info-search): Save match data for isearch.
2432 Skip Tag Table node.
2433
2434 * descr-text.el (describe-char): Replace syntax-after with code
2435 from its previous version.
2436
2437 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2438 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2439
2440 * international/mule.el (sgml-html-meta-auto-coding-function):
2441 Remove > after <html to allow HTML attributes.
2442
2443 2004-11-11 Jay Belanger <belanger@truman.edu>
2444
2445 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2446 a variable.
2447 (calcFunc-dfac): Replace unbound max by n.
2448 (math-stirling-local-cache): New variable.
2449 (math-stirling-number, math-stirling-1, math-stirling-2):
2450 Replace the variable `cache' by the declared variable
2451 math-stirling-local-cache.
2452 (var-RandSeed): Declare it as a variable.
2453 (math-init-random-base, math-random-digit): Don't check to see if
2454 var-RandSeed is bound.
2455 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2456 Declare them instead of just setting them.
2457 (math-init-random-base): Made i a local variable.
2458 (math-random-digit): Made math-random-last a local variable.
2459 (math-prime-test-cache): Move declaration to before it is used.
2460 (math-prime-test-cache-k, math-prime-test-cache-q)
2461 (math-prime-test-cache-nm1, math-prime-factors-finished):
2462 Declare them as variables.
2463
2464 2004-11-11 Jay Belanger <belanger@truman.edu>
2465
2466 * calc/calc-ext.el (math-defcache): Use defvar for the new
2467 variables it creates.
2468
2469 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2470
2471 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2472 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2473 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2474 (desktop-save): Add :version.
2475
2476 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * printing.el (pr-get-symbol): Don't downcase.
2479
2480 2004-11-10 Jay Belanger <belanger@truman.edu>
2481
2482 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2483 string to kill-ring.
2484
2485 * calc/calc-aent.el (calc-alg-exp, math-toks)
2486 (math-exp-pos,math-exp-old-pos, math-exp-token)
2487 (math-exp-keep-spaces, math-exp-str): New variables.
2488 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2489 (calcAlg-enter): Use declared variable calc-alg-exp.
2490 (math-build-parse-table, math-find-user-token): Use declared
2491 variable math-toks.
2492 (math-read-exprs, math-read-token, calc-check-user-syntax)
2493 (calc-match-user-syntax, match-factor-after, math-read-factor):
2494 Use declared variables math-exp-pos math-exp-old-pos.
2495 (math-read-exprs, math-read-token, math-read-expr-level)
2496 (calc-check-user-syntax, calc-match-user-syntax)
2497 (match-factor-after, math-read-factor): Use declared variable
2498 math-exp-token.
2499 (math-read-exprs, math-read-expr-list, math-read-token)
2500 (math-read-factor): Use declared variable math-exp-keep-spaces.
2501 (math-read-exprs, math-read-token): Use declared variable
2502 math-exp-str.
2503 (calc-match-user-syntax): Make m a local variable.
2504
2505 * calc/calc-ext.el (math-read-expr): Use declared variables
2506 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2507 math-exp-keep-spaces.
2508
2509 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2510 variables math-exp-pos, math-exp-str.
2511
2512 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2513 math-exp-old-pos.
2514 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2515 (math-parse-eqn-prime): Use declared variable math-exp-token.
2516
2517 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2518 Use declared variable math-exp-pos.
2519 (math-check-for-commas): Use declared variable math-exp-str.
2520 (math-read-brackets): Use declared variables math-exp-old-pos,
2521 math-exp-keep-spaces.
2522 (math-read-brackets, math-read-vector, math-read-matrix):
2523 Use declared variable math-exp-token.
2524
2525 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2528 where the keymap is a symbol.
2529 (easy-menu-add-item): Use keymap-prompt. Simplify.
2530
2531 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2532
2533 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2534 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2535
2536 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2537
2538 * ebuff-menu.el: Doc fixes throughout.
2539 (electric-buffer-menu-mode-hook): New defvar.
2540
2541 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2542
2543 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
2544 The resulting compiler warnings appear to be harmless.
2545
2546 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2547
2548 * textmodes/conf-mode.el: New file.
2549
2550 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2551
2552 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2555
2556 2004-11-09 Jay Belanger <belanger@truman.edu>
2557
2558 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2559
2560 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2561 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2562 (calc-z-prefix-help, calc-user-function-list): Use declared
2563 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2564 (math-map-tree, math-map-tree-rec): Use declared variables
2565 math-mt-many, math-mt-func.
2566 (math-read-expression, math-read-string): Use declared variable
2567 math-expr-data.
2568
2569 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2570 variable math-normalize-a.
2571
2572 * calc/calc.el (math-normalize-a): New variable.
2573 (math-normalize): Use declared variable math-normalize-a.
2574
2575 * calc/calc-poly.el (math-expand-form): Use declared variable
2576 math-mt-many.
2577
2578 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2579 Use declared variable math-mt-many.
2580 (math-rewrite): Use declared variable math-mt-func.
2581
2582 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2583 (math-read-matrix): Use declared variable math-expr-data.
2584
2585 * calc/calc-lang.el (math-parse-fortran-vector)
2586 (math-parse-fortran-vector-end, math-parse-tex-sum)
2587 (math-parse-eqn-matrix, math-parse-eqn-prime)
2588 (math-read-math-subscr): Use declared variable math-expr-data.
2589
2590 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2591 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2592 (calc-match-user-syntax, math-read-if, math-factor-after)
2593 (math-read-factor): Use declared variable math-expr-data.
2594
2595 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2596
2597 * calendar/diary-lib.el (diary-from-outlook)
2598 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2599 interactive-p; but rather new optional argument NOCONFIRM.
2600
2601 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2604 (easy-menu-name-match): Revert correspondingly.
2605
2606 2004-11-09 Richard M. Stallman <rms@gnu.org>
2607
2608 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2609 Turn off warnings for the new function even if definition not constant.
2610 If the definition isn't a quoted symbol, record (FUNCTION . t).
2611 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2612 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2613 (display-call-tree, byte-compile-arglist-warn):
2614 Handle t returned by byte-compile-fdefinition.
2615
2616 2004-11-09 Jan Djärv <jan.h.d@swipnet.se>
2617
2618 * Makefile.in (maintainer-clean): Depend on distclean.
2619
2620 * help-fns.el (help-C-file-name): File name must be in build-files
2621 to be returned.
2622
2623 2004-11-09 Jay Belanger <belanger@truman.edu>
2624
2625 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2626 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2627
2628 * calc/calc.el (calc, calc-trail-display, calc-mode):
2629 Remove obsolete sections.
2630
2631 * calc/calc.el (calc-x-paste-text): Remove.
2632
2633 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2634 mouse-2.
2635
2636 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2637
2638 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2639 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2640 current frame (in case of recursive calls).
2641 (gdb-show-changed-values): Add :version keyword.
2642
2643 2004-11-09 Kenichi Handa <handa@m17n.org>
2644
2645 * international/mule-cmds.el: Change coding: tag back to
2646 iso-2022-7bit.
2647
2648 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * international/mule-cmds.el: Change coding-system to utf-8.
2651 (select-safe-coding-system-interactively):
2652 New function extracted from select-safe-coding-system.
2653 (select-safe-coding-system): Use it.
2654
2655 2004-11-08 Richard M. Stallman <rms@gnu.org>
2656
2657 * subr.el (syntax-after): Doc fix.
2658
2659 * paren.el (show-paren-function): Change calls to syntax-after
2660 for new way of returning the value.
2661
2662 * menu-bar.el (menu-bar-file-menu): Make this the real name
2663 and menu-bar-files-menu the alias. Use the former.
2664 (global-map): Use `file', not `files', as the symbol.
2665
2666 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2667
2668 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2669 Don't use beginning-of-buffer.
2670 (filesets-cmd-show-result): Use with-no-warnings.
2671
2672 2004-11-08 Juri Linkov <juri@jurta.org>
2673
2674 * progmodes/compile.el (compile): Don't overwrite last command in
2675 minibuffer history with default command if they are not equal.
2676
2677 2004-11-08 Jay Belanger <belanger@truman.edu>
2678
2679 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2680 non-linear substitutions.
2681
2682 2004-11-08 Jay Belanger <belanger@truman.edu>
2683
2684 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2685 (math-do-integral): Set `math-linear-subst-tried' to nil.
2686 (math-do-integral-methods): Use `math-linear-subst-tried' to
2687 determine what type of substitution to try.
2688 (math-integ-try-linear-substitution):
2689 Set `math-linear-subst-tried' to t.
2690
2691 2004-11-08 Kim F. Storm <storm@cua.dk>
2692
2693 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2694
2695 2004-11-07 Juri Linkov <juri@jurta.org>
2696
2697 * info-look.el (info-lookup): Allow reusing in the current buffer
2698 not only *info* buffer, but all (even renamed) Info buffers
2699 by checking for major-mode instead of *info* buffer name.
2700 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2701 (octave-mode, maxima-mode) <doc-spec>:
2702 Allow long dashes generated by Texinfo 4.7 before definitions.
2703 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2704 definitions with argument separated by space.
2705
2706 2004-11-06 Richard M. Stallman <rms@gnu.org>
2707
2708 * simple.el (next-error group, face): Move before first use.
2709 (next-error-highlight, next-error-highlight-no-select): Likewise.
2710
2711 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2712 (line-move): New args NOERROR and TO-END.
2713 Return t if succeed in moving specified number of lines.
2714 (move-end-of-line): New function.
2715
2716 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2717 (end-of-buffer-other-window): Likewise.
2718
2719 * simple.el (line-move-ignore-invisible): Default to t.
2720
2721 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2722
2723 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2724
2725 * international/iso-cvt.el (iso-cvt-define-menu):
2726 Rename menu-bar-files-menu to menu-bar-file-menu.
2727
2728 * net/browse-url.el (browse-url-gnome-moz-program)
2729 (browse-url-gnome-moz-arguments): Move up before first use.
2730
2731 * net/tramp.el (tramp group): Add :version.
2732
2733 * progmodes/ada-xref.el (ada-gdb-application):
2734 Use goto-char instead of beginning-of-buffer.
2735
2736 * progmodes/cperl-mode.el (cperl-info-on-command):
2737 Use goto-char instead of beginning-of-buffer.
2738
2739 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2740 Move up before first use.
2741 (idlwave-shell-temp-pro-file): Likewise.
2742 (idlwave-shell-temp-rinfo-save-file): Likewise.
2743 (idlwave-shell-temp-file): Minor doc fix.
2744
2745 * textmodes/flyspell.el (flyspell-external-point-words):
2746 Use goto-char instead of beginning-of-buffer.
2747
2748 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2749
2750 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2751 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2752 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2753
2754 2004-11-06 David Ponce <david@dponce.com>
2755
2756 * recentf.el (recentf-menu-path): Use menu item name.
2757
2758 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2759
2760 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2761 display doesn't support images.
2762
2763 2004-11-06 Andreas Schwab <schwab@suse.de>
2764
2765 * tempo.el (tempo-match-finder): Doc fix.
2766
2767 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2768
2769 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2772 (easy-menu-lookup-name): New fun to replace it.
2773 (easy-menu-get-map): Use it to obey menu item names (rather than just
2774 keys) when looking up `path'.
2775 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2776 (easy-menu-convert-item-1): Adjust to new name.
2777
2778 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2779
2780 * outline.el (hide-body): Don't hide lines at the top of the file
2781 that precede the first header line.
2782
2783 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2784
2785 * align.el (align-areas): Delete whitespace before reindenting, so
2786 that tabs are never placed after spaces.
2787
2788 2004-11-06 Alan Shutko <ats@acm.org>
2789
2790 * macros.el (insert-kbd-macro): Do completions based on macros,
2791 rather than all commands.
2792
2793 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2794
2795 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2796 to solve a bug whereby tags with 'b' don't match.
2797
2798 2004-11-05 Juri Linkov <juri@jurta.org>
2799
2800 * info.el (Info-search): Don't search in node header lines
2801 and file headers.
2802
2803 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2804 symbol-constituent characters after dot, not only digits.
2805
2806 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2807
2808 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2809
2810 2004-11-04 Jan Djärv <jan.h.d@swipnet.se>
2811
2812 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2813 if a dialog will be used, read-file-name otherwise.
2814
2815 2004-11-04 Richard M. Stallman <rms@gnu.org>
2816
2817 * textmodes/table.el (table group): Add :version.
2818
2819 * textmodes/ispell.el (ispell-word):
2820 Don't alter args; set them only thru `interactive' spec.
2821
2822 * textmodes/flyspell.el (flyspell-word):
2823 Don't alter FOLLOWING; set it only thru `interactive' spec.
2824
2825 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2826
2827 * net/browse-url.el (browse-url-maybe-new-window):
2828 Use called-interactively-p.
2829
2830 * mail/supercite.el (sc-cite-region):
2831 Don't use interactive-p. Add arg INTERACTIVE.
2832 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2833
2834 * international/mule-cmds.el (set-input-method, toggle-input-method):
2835 Don't use interactive-p. Add arg INTERACTIVE.
2836
2837 * eshell/esh-mode.el (eshell-show-maximum-output):
2838 Don't use interactive-p.
2839 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2840
2841 * mouse.el (mouse-show-mark): Get positions to delete from mark
2842 and point, not from mouse-drag-overlay.
2843
2844 * imenu.el (imenu-eager-completion-buffer): Add :version.
2845
2846 * filesets.el (filesets group): Add :version.
2847
2848 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2849
2850 * files.el (xml-based-modes): Delete var.
2851 (magic-mode-alist): New more general var.
2852 (set-auto-mode): Use it.
2853
2854 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2855 when clicking from another window.
2856
2857 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2858
2859 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2860 (vc-cvs-annotate-time): Incorporate value of deleted var.
2861 Remove special-case handling of beginning-of-buffer cruft.
2862 Cache ending position (point) and return value in text property
2863 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2864
2865 * vc-cvs.el (vc-cvs-annotate-command):
2866 Delete extraneous lines from beginning of buffer.
2867 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2868
2869 * progmodes/grep.el (grep-default-command): Take empty string
2870 for tag if all other methods yield nil. Shell-quote the tag.
2871
2872 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2873 spec in `interactive' form, and mention it in the docstring.
2874 Also, make sure point is at bol after calling `annotate-time'.
2875
2876 2004-11-02 Richard M. Stallman <rms@gnu.org>
2877
2878 * cus-edit.el (customize-group-other-window):
2879 Select the window that displays the custom buffer.
2880 (custom-buffer-create-other-window): Likewise.
2881
2882 * comint.el (comint-insert-input): Fix previous change.
2883
2884 * emacs-lisp/elp.el (elp-instrument-function):
2885 Use called-interactively-p.
2886
2887 * emacs-lisp/easymenu.el (easy-menu-intern):
2888 Don't downcase; rather, case-flip the first letter of each word.
2889
2890 * emacs-lisp/easy-mmode.el (define-minor-mode):
2891 Use called-interactively-p.
2892
2893 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2894 Add interactive-only.
2895 (byte-compile-warnings): Add interactive-only as option.
2896 (byte-compile-interactive-only-functions): New variable.
2897 (byte-compile-form): Warn about calls to functions
2898 in byte-compile-interactive-only-functions.
2899
2900 * emacs-lisp/autoload.el (update-file-autoloads):
2901 Don't use interactive-p; take new arg SAVE-AFTER.
2902
2903 * emacs-lisp/advice.el (ad-make-advised-definition):
2904 Use called-interactively-p.
2905
2906 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2907
2908 * files.el (find-file-existing): New function.
2909
2910 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2911 find-file-existing. Add "New File..." that calls find-file.
2912
2913 * diropen.pbm, diropen.xpm: New files.
2914
2915 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2916 icon diropen. New tool bar item find-file-existing uses icon open.
2917
2918 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2919 instead of read-file-name.
2920
2921 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2922
2923 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2924 (icalendar--split-value): Change name of work buffer.
2925 (icalendar--get-weekday-abbrev): Return nil on error.
2926 (icalendar--date-to-isodate): New function.
2927 (icalendar-convert-diary-to-ical)
2928 (icalendar-extract-ical-from-buffer): Use only two args for
2929 make-obsolete (XEmacs compatibility).
2930 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2931 (icalendar-export-region): Doc fix.
2932 If error, return non-nil and write errors to a buffer.
2933 Use correct weekday for weekly recurring events.
2934 Check whether date has been parsed for ordinary events.
2935 Make weekly events start in the year 2000.
2936 DTEND is non-inclusive, shift end date by one day if
2937 necessary (not for entries that have date and time).
2938 Rename local let variables: oops -> found-error, datestring ->
2939 startdatestring.
2940
2941 2004-11-02 Kim F. Storm <storm@cua.dk>
2942
2943 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2944 keep-mode-if-same variable. Add it as optional arg instead.
2945 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2946
2947 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2948 substitute-command-keys will select lower-case bindings like those
2949 used in the static help texts.
2950
2951 * descr-text.el (describe-text-properties): Don't err if called in
2952 the *Help* buffer; output to *Help-2* buffer instead.
2953
2954 * kmacro.el (group kmacro): Add :version.
2955 (kmacro-keyboard-quit): New function to cleanup on C-g.
2956 (kmacro-start-macro): Set defining-kbd-macro to append when
2957 appending to last macro.
2958
2959 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2960
2961 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2962
2963 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2964 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2965 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2966 Add :version keyword.
2967
2968 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2969
2970 * progmodes/flymake.el (flymake-err-line-patterns):
2971 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2972 `compilation-error-regexp-alist-alist' to internal Flymake format.
2973
2974 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2975
2976 2004-11-01 Jay Belanger <belanger@truman.edu>
2977
2978 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2979 with `interactive "s"'.
2980
2981 2004-11-01 Jan Djärv <jan.h.d@swipnet.se>
2982
2983 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2984 Revert change from 2004-10-16. '*' checks the current buffer, but the
2985 mouse click may be in another buffer.
2986
2987 2004-11-01 John Paul Wallington <jpw@gnu.org>
2988
2989 * files.el (large-file-warning-threshold): Add :version keyword.
2990 (kill-some-buffers): Doc fix.
2991
2992 * thumbs.el (group thumbs): Add :version keyword.
2993
2994 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2995
2996 2004-11-01 Richard M. Stallman <rms@gnu.org>
2997
2998 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2999
3000 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3001
3002 * allout.el (allout group): Add :version.
3003 (allout-init): Don't use interactive-p.
3004 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3005 (allout-forward-current-level, allout-backward-current-level):
3006 Don't use interactive-p.
3007
3008 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3009 (bibtex-find-text): Likewise.
3010
3011 * progmodes/vhdl-mode.el (vhdl-fill-region)
3012 (vhdl-beginning-of-statement): Don't use interactive-p.
3013
3014 * progmodes/idlwave.el (idlwave-update-routine-info):
3015 Don't use interactive-p.
3016
3017 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3018 Don't use interactive-p.
3019
3020 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3021 Don't use interactive-p.
3022
3023 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3024 Don't use interactive-p.
3025
3026 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3027 (fortune-in-buffer): Doc fix.
3028
3029 * play/5x5.el (5x5-new-game): Set up the buffer even if not
3030 interactive.
3031
3032 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3033 don't select the temporary buffer.
3034 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3035 (eudc-get-phone): Likewise.
3036
3037 2004-11-01 Kim F. Storm <storm@cua.dk>
3038
3039 * man.el (Man-xref-normal-file): Fix help-echo.
3040
3041 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * reveal.el (reveal-last-tick): New var.
3044 (reveal-post-command): Use it to avoid closing overlays when we're
3045 appending text to them.
3046
3047 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3048
3049 * textmodes/bibtex.el: Require button.
3050 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3051 (bibtex-reference-keys): Distinguish between header keys and
3052 crossref keys.
3053 (bibtex-beginning-of-field): New function.
3054 (bibtex-url-map): Remove.
3055 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3056 (bibtex-font-lock-url-regexp): Assume that field names begin at
3057 the beginning of a line.
3058 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3059 Remove field delimiters. Use bibtex-beginning-of-field.
3060 Bugfix, point can be inside a field with a url.
3061 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3062 New functions.
3063 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3064 (bibtex-key-in-head): Simplify.
3065 (bibtex-current-line): Use bolp.
3066 (bibtex-parse-keys): Remove unused arg `add'.
3067 Use bibtex-type-in-head and bibtex-key-in-head.
3068 (bibtex-parse-entry, bibtex-autofill-entry):
3069 Use bibtex-type-in-head and bibtex-key-in-head.
3070 (bibtex-autokey-get-field): Do not alter case of replacement text.
3071 (bibtex-autokey-get-names): Do all processing of name list.
3072 (bibtex-autokey-get-year): New function.
3073 (bibtex-autokey-get-title): Do all processing of title words.
3074 (bibtex-generate-autokey): Simplify.
3075 (bibtex-string-files-init): Use default-directory.
3076 Allow for absolute file names in bibtex-string-files.
3077 (bibtex-files, bibtex-file-path): New variables.
3078 (bibtex-files-expand): New function.
3079 (bibtex-find-entry-globally): New command.
3080 (bibtex-summary-function): New variable.
3081 (bibtex-summary): Default value of bibtex-summary-function.
3082 (bibtex-find-crossref): New optional args pnt and split.
3083 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3084 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3085 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3086 Fix handling of required and alternative fields.
3087 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3088 Use cons and display-buffer.
3089 (bibtex-validate-globally): New command.
3090 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3091 bibtex-parse-keys and bibtex-parse-strings for updating
3092 bibtex-reference-keys and bibtex-strings.
3093 (bibtex-realign): Remove blank lines past the last entry.
3094 (bibtex-reformat): Use bibtex-entry-format as default.
3095 (bibtex-choose-completion-string): Remove.
3096 (bibtex-complete): Do not use bibtex-choose-completion-string.
3097 (bibtex-url): Simplify.
3098
3099 2004-10-31 Jan Djärv <jan.h.d@swipnet.se>
3100
3101 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3102 (x-dnd-types-alist, x-dnd-open-file-other-window)
3103 (x-dnd-known-types): Add :version.
3104
3105 2004-10-31 John Paul Wallington <jpw@gnu.org>
3106
3107 * ibuffer.el (group ibuffer): Add :version keyword.
3108
3109 2004-10-31 Kim F. Storm <storm@cua.dk>
3110
3111 * ido.el (group ido): Add :version keyword.
3112 (ido-mode): Remove :version keyword.
3113
3114 * emulation/cua-base.el (group cua): Add :version keyword.
3115 (cua-mode): Remove :version keyword.
3116
3117 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3118
3119 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3120
3121 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3122 compiler warning.
3123 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3124 function.
3125 (help-at-pt-display-when-idle): Remove autoload.
3126
3127 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3130
3131 2004-10-30 Juri Linkov <juri@jurta.org>
3132
3133 * help.el (function-called-at-point):
3134 * help-fns.el (variable-at-point): Read -> intern.
3135
3136 2004-10-30 Simon Josefsson <jas@extundo.com>
3137
3138 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3139 Recognize AS_* too.
3140
3141 2004-10-29 Simon Josefsson <jas@extundo.com>
3142
3143 * subr.el (read-passwd): Move back from password.el.
3144
3145 * net/password.el: Remove, not ready yet.
3146
3147 2004-10-29 Andreas Schwab <schwab@suse.de>
3148
3149 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3150
3151 2004-10-29 Sam Steingold <sds@gnu.org>
3152
3153 * mouse.el (mouse-show-mark): Replace the last occurrence of
3154 x-lost-selection-hooks with x-lost-selection-functions.
3155
3156 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3159 x-lost-selection-functions is bound.
3160
3161 * mouse-sel.el (mouse-sel-mode):
3162 * emacs-lisp/lselect.el: Adjust to new names for
3163 x-(lost|sent)-selection-functions.
3164
3165 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3166 New obsolete aliases of x-lost-selection-functions and
3167 x-sent-selection-functions.
3168
3169 2004-10-28 Kim F. Storm <storm@cua.dk>
3170
3171 * imenu.el (imenu-scanning-message): Remove.
3172 (imenu-progress-message): Make it a no-op.
3173
3174 2004-10-28 John Paul Wallington <jpw@gnu.org>
3175
3176 * files.el (set-auto-mode): Call `throw' correctly.
3177
3178 2004-10-28 Juri Linkov <juri@jurta.org>
3179
3180 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3181 to search `Info-...' commands in `info' manual.
3182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3183 Add 'info-file "emacs" property.
3184 (Info-find-emacs-command-nodes): Fix index line number regexp.
3185 Set real line number (instead of fake 0) in first element of the
3186 returned list.
3187 (Info-goto-emacs-command-node): Use line number of first element
3188 to set point in the first found Info node.
3189
3190 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3191 code to `grep-mode-font-lock-keywords'.
3192 (grep-mode-font-lock-keywords): Delete grep markers instead
3193 of making them invisible.
3194
3195 2004-10-28 Jan Djärv <jan.h.d@swipnet.se>
3196
3197 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3198 and x-server-version in bug report.
3199
3200 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3201
3202 * files.el (set-auto-mode-0): New function.
3203 (set-auto-mode): Use it to handle aliased modes and to
3204 be consistent between C-x C-f and C-x C-w.
3205
3206 2004-10-28 Kenichi Handa <handa@m17n.org>
3207
3208 * international/utf-8.el (utf-translate-cjk-charsets):
3209 Add katakana-jisx0201.
3210
3211 * international/subst-jis.el: Add data for JISX0201.
3212
3213 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * obsolete/hilit19.el (hilit-mode): New function.
3216 Move all the toplevel side-effecting stuff into it, so that loading
3217 hilit19 doesn't mess everything up any more.
3218
3219 2004-10-27 Richard M. Stallman <rms@gnu.org>
3220
3221 * add-log.el (add-change-log-entry): Set up mailing address
3222 and full name later, and don't alter add-log-mailing-address
3223 or add-log-full-name.
3224
3225 * elide-head.el (elide-head): Change error to message.
3226 (elide-head-show): Likewise.
3227
3228 * apropos.el (apropos-macrop): Doc fix.
3229
3230 * mouse.el (mouse-show-mark): Do most processing the same
3231 regardless of transient-mark-mode.
3232
3233 * shadowfile.el (shadow-copy-files): Use interactive-p
3234 only to control whether to print a message.
3235
3236 * tar-mode.el (tar-mode): Use write-contents-functions,
3237 not write-contents-hooks.
3238
3239 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3240 directory-sep-char.
3241
3242 2004-10-27 Richard M. Stallman <rms@gnu.org>
3243
3244 * strokes.el (strokes-unload-hook): Fix previous change.
3245
3246 * type-break.el (type-break-run-at-time): Always use run-at-time;
3247 forget the alternatives.
3248 (type-break-cancel-function-timers): Always use cancel-function-timers;
3249 forget the alternatives.
3250
3251 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3252
3253 2004-10-27 Kenichi Handa <handa@m17n.org>
3254
3255 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3256
3257 * international/subst-gb2312.el: Likewise.
3258
3259 * international/subst-big5.el: Likewise.
3260
3261 * international/subst-ksc.el: Likewise.
3262
3263 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3264 New variable.
3265 (utf-translate-cjk-set-unicode-range): New function.
3266 (utf-translate-cjk-unicode-range): Make it customizable.
3267 (utf-8-post-read-conversion):
3268 Use utf-translate-cjk-unicode-range-string.
3269 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3270 Unicode ranges.
3271
3272 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3273
3274 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3275 trivial variants to shorten the list.
3276 (xml-based-modes): New var.
3277 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3278 declaration higher priority than auto-mode-alist.
3279
3280 * find-file.el (cc-other-file-alist): Bring it in line with
3281 cc-mode's auto-mode-alist entries and use \' instead of $.
3282
3283 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3284 and add "Id" and "Name" submenus to it.
3285
3286 * imenu.el (imenu--generic-function): Skip matches in comments.
3287
3288 2004-10-26 Jay Belanger <belanger@truman.edu>
3289
3290 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3291 (full-calc-keypad, calc-trail-display): Use an extra argument
3292 instead of `interactive-p'.
3293
3294 * calc/calc-misc.el (calc-other-window): Use an extra argument
3295 instead of `interactive-p'.
3296
3297 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3298 `interactive-p'.
3299
3300 2004-10-26 Kim F. Storm <storm@cua.dk>
3301
3302 * help.el (describe-key): Describe both down-event and up-event
3303 for a mouse click.
3304
3305 2004-10-26 Richard M. Stallman <rms@gnu.org>
3306
3307 * woman.el (woman): Don't call interactive-p.
3308
3309 * pcomplete.el (pcomplete): Instead of interactive-p,
3310 use an arg set non-nil by the interactive spec.
3311
3312 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3313 use an arg set non-nil by the interactive spec.
3314
3315 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3316 use an arg set non-nil by the interactive spec.
3317
3318 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3319
3320 * progmodes/flymake.el (flymake-split-string):
3321 Use `flymake-split-string-remove-empty-edges' in any case.
3322
3323 2004-10-26 Masatake YAMATO <jet@gyve.org>
3324
3325 * progmodes/flymake.el (flymake-err-line-patterns):
3326 Use `compilation-error-regexp-alist-alist' instead of
3327 `compilation-error-regexp-alist'.
3328
3329 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3332 verbatim face on the \ of \end{verbatim}.
3333
3334 2004-10-25 Jay Belanger <belanger@truman.edu>
3335
3336 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3337 erasing minibuffer.
3338
3339 2004-10-25 Simon Josefsson <jas@extundo.com>
3340
3341 * subr.el (read-passwd): Move to net/password.el.
3342
3343 * net/password.el (read-passwd): Add. Autoload it.
3344
3345 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3346
3347 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3348
3349 * simple.el (process-file): Fix logic.
3350
3351 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3352
3353 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3354 (increase-right-margin): Remove erroneous call to `interactive-p'.
3355
3356 2004-10-24 Kim F. Storm <storm@cua.dk>
3357
3358 * help.el (describe-mode): Fix 2004-10-13 change.
3359 Copy pure "Auto Fill" string so it can be propertized later
3360 without causing a read-only error.
3361
3362 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3363
3364 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3365 style indexes.
3366
3367 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3368
3369 * simple.el (process-file): Accept nil for INFILE. Reported by
3370 Luc Teirlinck.
3371
3372 2004-10-24 Masatake YAMATO <jet@gyve.org>
3373
3374 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3375 Handle periods and underscores in a function name.
3376 Remove the address fontification.
3377
3378 2004-10-24 Masatake YAMATO <jet@gyve.org>
3379
3380 * progmodes/asm-mode.el (asm-font-lock-keywords):
3381 Use font-lock-variable-name-face for registers.
3382
3383 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3386 kill-all-local-variables.
3387 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3388 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3389 Use kill-all-local-variables and provide mode-hooks.
3390 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3391 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3392 Suggested by Masatake YAMATO <jet@gyve.org>.
3393
3394 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3395
3396 * simple.el (process-file): New function, similar to call-process
3397 but supports file handlers.
3398 * vc.el (vc-do-command): Use it, instead of call-process.
3399 * net/tramp-vc.el (vc-do-command): Do not advise it if
3400 process-file is fboundp.
3401 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3402 process-file.
3403 (tramp-handle-process-file): New function.
3404 (tramp-file-name-for-operation): Support process-file.
3405
3406 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3407
3408 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3409 (icalendar-weekdayabbrev-table)
3410 (icalendar-monthnumber-table): Delete.
3411 (icalendar--get-month-number): Use calendar-month-name-array.
3412 (icalendar--get-weekday-number): New function.
3413 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3414 (icalendar-export-region): Handle multi-line entries.
3415 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3416
3417 2004-10-23 John Paul Wallington <jpw@gnu.org>
3418
3419 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3420 `wildcards' set to t in interactive spec.
3421
3422 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3423 interactive spec rather than use `interactive-p'.
3424 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3425 rather than use function `interactive-p'.
3426
3427 2004-10-22 Kenichi Handa <handa@m17n.org>
3428
3429 * international/mule.el (translate-region): Implement it in Lisp
3430 as a front end of translate-region-internal.
3431
3432 2004-10-21 Jay Belanger <belanger@truman.edu>
3433
3434 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3435 Declare these variables with defvar.
3436
3437 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3438 is bound, only check to see if it is bound.
3439
3440 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3443 Don't output messages.
3444
3445 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3446
3447 2004-10-21 John Paul Wallington <jpw@gnu.org>
3448
3449 * calc/calc-graph.el (calc-graph-init):
3450 Use `set-process-query-on-exit-flag'.
3451
3452 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3453
3454 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3455 dir right and also allow argumentless cd.
3456
3457 2004-10-19 Richard M. Stallman <rms@gnu.org>
3458
3459 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3460
3461 * eshell/em-unix.el (eshell-grep):
3462 Don't bind compilation-process-setup-function.
3463
3464 * comint.el (comint-insert-input): Use @ in `interactive'.
3465 (comint-input-filter-functions): Doc fix.
3466 (comint-kill-whole-line, comint-get-source): Doc fix.
3467
3468 * progmodes/compile.el (compilation-setup):
3469 Don't set buffer-read-only if MINOR is non-nil.
3470
3471 2004-10-19 Jay Belanger <belanger@truman.edu>
3472
3473 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3474 (calc-emacs-type-gnu19): Remove.
3475 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3476 Remove check for old emacs versions.
3477
3478 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3479 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3480 for current Emacs.
3481
3482 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3483 the end of the minibuffer.
3484 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3485 copy `esc-map'.
3486
3487 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3488
3489 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3490 call that would be given when the current emacs was used.
3491
3492 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3493
3494 * calendar/icalendar.el: Set coding to utf-8.
3495 (icalendar-version): Increase to 0.07.
3496 (icalendar-monthnumber-table): Change March pattern.
3497 (icalendar-get-all-event-properties)
3498 (icalendar-set-event-property): Delete.
3499 (icalendar-all-events): No longer interactive.
3500 (icalendar-convert-diary-to-ical)
3501 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3502 their replacements.
3503 (icalendar-export-file, icalendar-export-region): New functions;
3504 essentially old `icalendar-convert-diary-to-ical' but appending to
3505 target rather than overwriting.
3506 (icalendar-import-file): Append to target file rather than
3507 overwriting. Fourth arg deleted.
3508 (icalendar-import-buffer): New name for old
3509 `icalendar-extract-ical-from-buffer'.
3510 (icalendar--convert-string-for-import): New name for
3511 old `icalendar-convert-for-import'.
3512 (include-icalendar-files): Delete.
3513 Prefix for all internal functions changed from `icalendar-'
3514 to `icalendar--'.
3515
3516 2004-10-19 Richard M. Stallman <rms@gnu.org>
3517
3518 * paths.el (news-path): Fix previous change.
3519
3520 2004-10-18 Jay Belanger <belanger@truman.edu>
3521
3522 * calc/calc-help.el (calc-describe-bindings):
3523 Set `buffer-read-only' to nil while working in the keybindings buffer;
3524 remove some extra information from the keybindings buffer.
3525
3526 2004-10-18 David Ponce <david@dponce.com>
3527
3528 * mouse.el (mouse-drag-move-window-top): New function.
3529 (mouse-drag-mode-line-1): Use it.
3530
3531 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3532
3533 * info.el (Info-fontify-node): For multiline refs,
3534 arrange to unfontify newline and surrounding whitespace.
3535
3536 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3539 directory is missing.
3540
3541 2004-10-17 John Paul Wallington <jpw@gnu.org>
3542
3543 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3544 New customizable variable; whether to display buffers that match
3545 `ibuffer-maybe-show-predicates' by default.
3546 (ibuffer-maybe-show-predicates): Mention it in docstring.
3547 (ibuffer-display-maybe-show-predicates): New variable.
3548 (ibuffer-update): Prefix arg now toggles whether buffers that
3549 match `ibuffer-maybe-show-predicates' should be displayed.
3550 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3551 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3552 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3553
3554 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3557 work correctly.
3558
3559 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3560
3561 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3562 (Buffer-menu-beginning): New helper function.
3563 (Buffer-menu-execute): Use it.
3564 (Buffer-menu-select): Use it.
3565 (Buffer-menu-sort): Use it and also keep markers.
3566
3567 2004-10-17 Richard M. Stallman <rms@gnu.org>
3568
3569 * paths.el (news-directory): Rename from news-path. Old name alias.
3570 (rmail-spool-directory): Use defvar.
3571 (sendmail-program): Use defcustom.
3572 (remote-shell-program): Use defcustom.
3573 (term-file-prefix): Use defvar.
3574 (abbrev-file-name): Use defvar.
3575
3576 * term.el: Add maintainer.
3577
3578 * subr.el (with-local-quit): Return nil if there's a quit.
3579 (read-passwd): Use with-local-quit. Doc fix.
3580
3581 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3582 (strokes-unload-hook): Set as a variable with add-hook.
3583
3584 * startup.el (fancy-splash-tail, normal-splash-screen):
3585 Update copyright year.
3586
3587 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3588
3589 * server.el (server-unload-hook): Set as a variable with add-hook.
3590
3591 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3592
3593 * frame.el (special-display-popup-frame):
3594 Make the buffer current as its frame is created.
3595
3596 * delsel.el (delsel-unload-hook): Set as a variable.
3597
3598 * comint.el (comint-output-filter-functions):
3599 Add comint-watch-for-password-prompt.
3600 (comint-read-noecho): Function deleted.
3601 (send-invisible): Use read-passwd.
3602
3603 * fringe.el (fringe-mode-initialize): New function.
3604 (fringe-mode): Use fringe-mode-initialize as :initialize.
3605
3606 2004-10-17 Kim F. Storm <storm@cua.dk>
3607
3608 * language/indian.el (indian-script-language-alist): Swap value
3609 and doc.
3610 (indian-font-char-index-table): Doc fix.
3611
3612 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3615
3616 2004-10-16 Juri Linkov <juri@jurta.org>
3617
3618 * progmodes/compile.el (compilation-start): Move let-binding of
3619 `process-environment' into `with-current-buffer' body.
3620 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3621
3622 2004-10-16 Richard M. Stallman <rms@gnu.org>
3623
3624 * pcvs-util.el (cvs-bury-buffer):
3625 Don't call get-buffer-window for effect.
3626
3627 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3628
3629 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3630
3631 * msb.el (msb-unload-hook): Set the variable.
3632
3633 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3634 Use * to err if buffer is readonly.
3635
3636 * subr.el (looking-back): Return only t or nil.
3637
3638 * whitespace.el (whitespace-unload-hook): Set the variable.
3639
3640 * view.el (view-mode-enable): Set view-page-size and
3641 view-half-page-size to nil.
3642 (view-set-half-page-size-default): view-half-page-size = nil
3643 means the default.
3644 (View-scroll-page-forward): Use view-page-size-default.
3645 (View-scroll-page-backward): Likewise.
3646 (view-page-size, view-half-page-size): Doc fixes.
3647
3648 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3649
3650 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3651
3652 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3653 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3654 (byte-compile-log-1): Bind inhibit-read-only.
3655 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3656 (byte-compile-log-warning): Likewise.
3657 (byte-compile-file-form-require): Detect "cl" from the arg value.
3658
3659 * progmodes/compile.el (compilation-start): Assume compilation-mode
3660 will make the buffer read-only.
3661 (compilation-mode): Take arg name-of-mode.
3662 (compilation-setup): Make buffer read-only.
3663 (compilation-handle-exit): Bind inhibit-read-only.
3664
3665 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3666 (ispell-message): Likewise.
3667 (ispell-show-choices): Don't call get-buffer-window uselessly.
3668 (ispell-init-process): Use set-process-query-on-exit-flag.
3669
3670 2004-10-16 Kim F. Storm <storm@cua.dk>
3671
3672 * fringe.el (fringe-bitmaps): Only initialize when defined.
3673
3674 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3675 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3676
3677 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3678
3679 2004-10-15 Simon Josefsson <jas@extundo.com>
3680
3681 * net/password.el: Add.
3682
3683 2004-10-14 Masatake YAMATO <jet@gyve.org>
3684
3685 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3686 (gdb-script-end-of-defun): New function.
3687 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3688 `gdb-script-end-of-defun' as *-of-defun-function.
3689
3690 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3691
3692 * button.el (button-activate): Allow a marker to display as an action.
3693
3694 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3695
3696 * help.el (describe-mode): Use it to make minor mode list into
3697 hyperlinks.
3698
3699 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * vc.el (vc-annotate-display-select): Fix typo.
3702
3703 * subr.el (substitute-key-definition-key): New function.
3704 (substitute-key-definition): Use it with map-keymap.
3705 (event-modifiers): Use push.
3706 (mouse-movement-p, with-temp-buffer): Simplify.
3707
3708 2004-10-12 Jay Belanger <belanger@truman.edu>
3709
3710 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3711 New variables.
3712 (calc-help-index-entries): New function.
3713 (calc-describe-function): Use `calc-help-function-list' instead of
3714 obarray for completion.
3715 (calc-describe-variable): Use `calc-help-variable-list' instead
3716 of obarray for completion.
3717
3718 2004-10-12 Richard M. Stallman <rms@gnu.org>
3719
3720 * info-look.el (info-lookup-file): Add info-file property.
3721 (info-lookup-symbol): Likewise.
3722
3723 * info.el (info-xref): Add underlining.
3724 (info): Add info-file property.
3725 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3726
3727 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3728
3729 Sync with Tramp 2.0.45.
3730
3731 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3732 defined. This is not the case for XEmacs without package "edebug".
3733 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3734 remote files to the permissions of the original file. This is not
3735 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3736 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3737 (tramp-perl-decode): Fix an error in Perl implementation.
3738 $pending must be cleared every loop. Reported by Benjamin Place
3739 <benjaminplace@sprintmail.com>
3740
3741 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3742 Don't activate advice during definition. This is done later on,
3743 depending on test result of `substitute-in-file-name'.
3744 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3745
3746 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3749
3750 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3751
3752 2004-10-12 David Ponce <david@dponce.com>
3753
3754 * recentf.el (recentf-edit-list): Update the menu when the recentf
3755 list has been modified.
3756
3757 2004-10-12 Simon Josefsson <jas@extundo.com>
3758
3759 * net/tls.el (tls-certtool-program): New variable.
3760 (tls-certificate-information): New function, based on
3761 ssl-certificate-information.
3762
3763 2004-10-12 Kenichi Handa <handa@m17n.org>
3764
3765 * international/mule.el (coding-system-equal): Move from mule-util.el.
3766
3767 * international/mule-util.el (coding-system-equal): Move to mule.el.
3768
3769 2004-10-12 Kim F. Storm <storm@cua.dk>
3770
3771 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3772 reset kmacro-initial-counter-value if set.
3773 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3774 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3775 (kmacro-display): Show macro counter if non-zero.
3776
3777 * subr.el (substitute-key-definition): Mention command remapping
3778 in doc string.
3779
3780 2004-10-11 Jay Belanger <belanger@truman.edu>
3781
3782 * calc/calc-misc.el (calc-info-goto-node): New function.
3783 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3784 node in one step.
3785 (calc-describe-copying, calc-describe-distribution)
3786 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3787 Go to appropriate info node in one step.
3788
3789 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3792
3793 * font-lock.el (font-lock-apply-highlight): Fix last change.
3794
3795 2004-10-11 Simon Josefsson <jas@extundo.com>
3796
3797 * mail/smtpmail.el (smtpmail-open-stream): Look for
3798 starttls-gnutls-program instead of starttls-program iff
3799 starttls-use-gnutls is non-nil.
3800 (smtpmail-open-stream): Don't overwrite user settings of
3801 starttls-extra-arguments and starttls-extra-args.
3802
3803 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * comint.el (comint-mouse-insert-input): Remove.
3806 (comint-insert-input): Make it work for mouse bindings.
3807 (comint-mode-map): Move defs into the declaration.
3808 (comint-output-filter): Typo.
3809
3810 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3811
3812 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3813
3814 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3815 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3816 ange-ftp-remote-shell.
3817
3818 2004-10-10 Andreas Schwab <schwab@suse.de>
3819
3820 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3821 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3822 Reported by <sri@asu.edu>.
3823
3824 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3825
3826 * vc.el (vc-annotate-mode): Remove variable.
3827 (vc-annotate-display-select): Only call vc-annotate-mode
3828 if we're not in that mode already.
3829
3830 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3833 (imenu-choose-buffer-index): Check here for rescan instead.
3834
3835 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3836 where the face expression evals to nil.
3837
3838 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3839 (tex-font-lock-keywords-2): Use it.
3840 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3841
3842 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3843
3844 2004-10-09 Kim F. Storm <storm@cua.dk>
3845
3846 * subr.el (progress-reporter-update): Define before first usage.
3847 (make-progress-reporter): Doc fix.
3848
3849 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3850
3851 * textmodes/paragraphs.el (sentence-end-double-space)
3852 (sentence-end-without-period, sentence-end-without-space)
3853 (sentence-end): Doc fixes.
3854
3855 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3856
3857 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3858 Change paragraph-start regexp so we don't fill code starting with #'(.
3859
3860 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3861
3862 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3863 New defcustom.
3864 (extract-address-components): Use it.
3865
3866 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3867
3868 * subr.el (make-progress-reporter, progress-reporter-update)
3869 (progress-reporter-force-update, progress-reporter-do-update)
3870 (progress-reporter-done): New functions.
3871
3872 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3873
3874 * progmodes/etags.el (etags-tags-completion-table): Use progress
3875 reporter.
3876 (etags-tags-apropos): Likewise.
3877
3878 2004-10-08 Alan Mackenzie <acm@muc.de>
3879
3880 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3881 of current line.
3882
3883 2004-10-08 Masatake YAMATO <jet@gyve.org>
3884
3885 * server.el (server-process-filter): Wrap `process-send-region'
3886 by `condition-case' to guard the case when the pipe to PROC is closed.
3887
3888 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3889
3890 * xml.el (xml-substitute-special): Limit handling of external entities.
3891
3892 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
3895
3896 2004-10-06 John Paul Wallington <jpw@gnu.org>
3897
3898 * xml.el (xml-parse-dtd): Fix `error' call.
3899
3900 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3901
3902 * xml.el (xml-substitute-special): Return a single string instead
3903 of a list of strings if an entity substitution is made.
3904
3905 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3906
3907 * calendar/icalendar.el: New file.
3908
3909 2004-10-05 Juri Linkov <juri@jurta.org>
3910
3911 * isearch.el (isearch-done): Set mark after running hook.
3912 Reported by Drew Adams <drew.adams@oracle.com>.
3913
3914 * info.el (Info-history, Info-toc): Fix Info headers.
3915 (Info-toc): Narrow buffer before Info-fontify-node.
3916 (Info-build-toc): Don't check for special Info file names.
3917 Set main-file to nil if Info-find-file returns a symbol.
3918
3919 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
3920
3921 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3922 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3923 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3924
3925 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3926
3927 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3928 for old interactive spec from calendar-goto-iso-date.
3929 (calendar-goto-iso-date): Use it.
3930 (calendar-goto-iso-week): New function. Suggested by Emilio
3931 C. Lopes <eclig@gmx.net>.
3932
3933 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3934
3935 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3936 `set-right-margin' bindings that follow the minor mode conventions.
3937
3938 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3941 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3942 (latex-block-args-alist): Add minipage and picture.
3943 (latex-block-body-alist): Use reftex-label if enabled.
3944 (latex-insert-block): Don't insert a \n if not necessary.
3945 (tex-compile-commands): Make sure dvips doesn't send to printer.
3946 (tex-compile-default): Handle the case where no executable is found.
3947 (latex-noindent-environments): New var.
3948 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3949 If tex-indent-allhanging is non-nil, make sure we only align for macros
3950 at beginning of line.
3951
3952 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3953
3954 * newcomment.el (comment-beginning): Doc fix and don't choke on
3955 unset `comment-end-skip' when at beginning of comment.
3956
3957 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3958
3959 * term.el (term-adjust-current-row-cache): Don't allow the current
3960 row to become negative.
3961 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3962 the end of the line. Fix scroll down. Add comments.
3963 (term-handle-ansi-escape): Don't exceed terminal width when moving
3964 right.
3965 (term-scroll-region): Move the cursor after setting the scroll region.
3966
3967 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3968
3969 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3970 to `width' for consistency with docstring. Doc fix.
3971
3972 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3973
3974 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3975 This is necessary for derived modes.
3976
3977 2004-09-30 Kim F. Storm <storm@cua.dk>
3978
3979 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3980 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3981
3982 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3983 kmacro-extract-lambda functions.
3984 (edit-kbd-macro): Handle kmacro lambda forms.
3985 Include counter and counter format in edit buffer.
3986 (edmacro-finish-edit): Get counter and format from edit buffer and
3987 update kmacro bindings when found.
3988
3989 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3990
3991 * textmodes/paragraphs.el (forward-paragraph):
3992 Avoid args-out-of-range error when point winds up at the beginning of
3993 the buffer and hard newlines are enabled.
3994
3995 * newcomment.el (comment-multi-line): Doc fix.
3996
3997 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4000 (diff-fixup-modifs): Catch unified-diff file-headers.
4001
4002 2004-09-29 Kim F. Storm <storm@cua.dk>
4003
4004 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4005 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4006 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4007
4008 * fringe.el (fringe-bitmap-p): New macro.
4009 (fringe-bitmaps): Add standard fringe bitmaps on load.
4010
4011 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * dired.el (dired-view-command-alist): Use more efficient regexps.
4014 Remove dubious arguments.
4015 (dired-align-file): New function.
4016 (dired-insert-directory): Use it.
4017 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4018 (dired-buffers-for-dir): Remove unused var `pattern'.
4019
4020 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
4021
4022 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4023 from diary display excursion. Store diary buffer's point for
4024 `simple-diary-display'.
4025 (simple-diary-display): Set window point and start when
4026 displaying buffer, to preserve point.
4027
4028 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4029
4030 * textmodes/enriched.el (enriched-translations): Replace defconst
4031 with defvar.
4032
4033 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4034
4035 * printing.el: Doc fix.
4036 (pr-version): New version number (6.8.1).
4037 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4038 make-temp-name.
4039 (pr-delete-file): Check if file exists before deleting it.
4040 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4041
4042 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * term.el (term-display-table): New variable.
4045 (term-mode): Use it.
4046 (term-exec-1): Set the coding system to binary.
4047 (term-emulate-terminal): Decode the string before inserting it.
4048
4049 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4052 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4053 (map): Bind S-prior, S-next and S-insert.
4054 (term-mode): Set `indent-tabs-mode' to nil.
4055 (term-paste): New function to be bound to S-insert.
4056 (term-send-del, term-send-backspace): Change the strings sent.
4057 (term-termcap-format): Synchronize with etc/e/eterm.ti.
4058 (term-handle-colors-array): Fix handling of underline and reverse.
4059 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4060 (term-erase-in-line): Fix comparison.
4061 (term-emulate-terminal): Fix line wrap handling.
4062 (term-start-output-log): Rename from `term-set-output-log'.
4063 (term-stop-output-log): Rename from `term-stop-photo'.
4064 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4065
4066 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * dired.el (dired-move-to-filename): Don't output a message if
4069 raise-error is non-nil. Fix return position and value.
4070
4071 * files.el (insert-directory): Obey --dired even with symlinks.
4072
4073 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4074
4075 * ls-lisp.el (ls-lisp-format): Mark file names with property
4076 dired-filename.
4077
4078 2004-09-25 Kim F. Storm <storm@cua.dk>
4079
4080 * ido.el (ido-max-directory-size): New defcustom.
4081 (ido-decorations): Add "too big" element.
4082 (ido-directory-too-big): New dynamic var.
4083 (ido-may-cache-directory): Don't cache big directories.
4084 (ido-directory-too-big-p): New defun.
4085 (ido-set-current-directory): Update ido-directory-too-big.
4086 (ido-read-internal): Make empty ido-cur-item if too-big.
4087 (ido-buffer-internal): Use ido-read-internal directly instead of
4088 ido-read-buffer.
4089 (ido-file-internal): Init ido-directory-too-big.
4090 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4091 and redo completion with full list.
4092 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4093 it, and show completions.
4094 (ido-all-completions): Let bind ido-directory-too-big to nil.
4095 (ido-exhibit): Handle ido-directory-too-big.
4096 (ido-read-buffer): Handle fallback to read-buffer.
4097 Init ido-directory-too-big.
4098 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4099 Init ido-directory-too-big.
4100
4101 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * subr.el (delay-mode-hooks): Doc fix.
4104
4105 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4106
4107 * textmodes/enriched.el
4108 (enriched-default-text-properties-local-flag): New variable.
4109 (enriched-mode): Make sure that enabling and disabling the mode is
4110 a no-op. Doc fix.
4111
4112 2004-09-23 HÃ¥kon Malmedal <hmalmedal@yahoo.no> (tiny change)
4113
4114 * calendar/holidays.el (holiday-advent): Report on a specified day
4115 offset from advent, not just advent.
4116 (holiday-easter-etc): Report on one specified day offset from
4117 easter, not all easter holidays. Various Easter holidays moved to
4118 `christian-holidays' variable in calendar.el.
4119 * calendar/calendar.el (christian-holidays): Adapt for new
4120 behavior of `holiday-advent' and `holiday-easter-etc' functions.
4121
4122 2004-09-23 Kim F. Storm <storm@cua.dk>
4123
4124 * image.el (insert-sliced-image): Add doc string.
4125
4126 * ido.el (ido-choice-list): New dynamic var for `list' context.
4127 (ido-context-switch-command): New dynamic var.
4128 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4129 (ido-read-internal): Handle new `list' context.
4130 Handle insert-buffer and insert-file ido-exit values.
4131 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4132 ido-context-switch-command. Handle insert-file ido-exit value.
4133 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4134 unless it is already bound by caller.
4135 (ido-file-internal): New arg switch-cmd. Use it to setup
4136 ido-context-switch-command. Handle insert-buffer ido-exit value.
4137 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4138 used for context switching.
4139 (ido-all-completions): Handle new `list' context.
4140 (ido-make-choice-list): Return choices for `list' context.
4141 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4142 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4143 (ido-insert-buffer, ido-insert-file): Setup context switching.
4144 (ido-exhibit): Handle `list' context.
4145 (ido-read-file-name): Disable context switching. Handle fallback.
4146 (ido-read-directory-name): Disable context switching.
4147 (ido-completing-read): New defun like completing-read. Setup and
4148 use new `list' context.
4149
4150 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4151
4152 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4153
4154 2004-09-21 Jay Belanger <belanger@truman.edu>
4155
4156 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4157 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4158 separate window.
4159
4160 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * subr.el (after-change-major-mode-hook): Doc fix.
4163
4164 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4165
4166 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4167 of ghostscript for monochrome PostScript file in Windows.
4168
4169 2004-09-21 Kenichi Handa <handa@m17n.org>
4170
4171 * descr-text.el (describe-char): Checking of quail activation fixed.
4172
4173 2004-09-21 Jay Belanger <belanger@truman.edu>
4174
4175 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4176
4177 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4178
4179 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4180 after the mode hooks instead of before. Doc fix.
4181
4182 2004-09-20 Jason Rumney <jasonr@gnu.org>
4183
4184 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4185 _emacs, but revert to .emacs if neither exists in home directory.
4186
4187 2004-09-20 John Paul Wallington <jpw@gnu.org>
4188
4189 * bindings.el (completion-ignored-extensions): Add .dfsl.
4190
4191 2004-09-20 Richard M. Stallman <rms@gnu.org>
4192
4193 * bindings.el (scroll-left): Make it disabled.
4194
4195 * files.el (enable-local-eval): Doc fix.
4196
4197 * indent.el (move-to-left-margin): Special case for minibuffer.
4198
4199 * term.el (term-emulate-terminal): Turn off undo for output.
4200 Use with-current-buffer and save-selected-window.
4201
4202 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4203
4204 * progmodes/make-mode.el (makefile-fill-paragraph):
4205 Don't insist on spaces when looking for comments. # is enough.
4206
4207 * files.el (hack-local-variables): Copy the variables list
4208 to another buffer, strip prefixes and suffixes there, then read.
4209 (enable-local-eval): Doc fix.
4210 (ignored-local-variables): Initialize to nil.
4211 (risky-local-variable-p): Don't check ignored-local-variables here.
4212 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4213
4214 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4217 of = to "." (punctuation).
4218
4219 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4222
4223 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4226 (enriched-before-change-major-mode): New function.
4227 Add it to `change-major-mode-hook'.
4228 (enriched-after-change-major-mode): New function.
4229 Add it to `after-change-major-mode-hook'.
4230 (enriched-mode): Make it work correctly if called from
4231 `after-change-major-mode-hook'.
4232 No longer set `indent-line-function'.
4233
4234 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4235
4236 * subr.el (after-change-major-mode-hook): New variable.
4237 (run-mode-hooks): Implement it.
4238
4239 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * battery.el (battery-linux-proc-apm): Use string-to-number.
4242 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4243 Use dolist (and less indentation). Use erase-buffer.
4244 Pre-initialize `design-capacity', `warn', and `low'.
4245 (battery-format): Use replace-regexp-in-string.
4246
4247 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4248
4249 * battery.el: Delete superfluous empty lines.
4250 (battery-linux-proc-acpi): Attempt to gather information from all
4251 battery subdirectories regardless of their file name.
4252 (battery-linux-proc-apm): Replace all occurrences of
4253 battery-hex-to-int-2 with string-to-int (base 16).
4254 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4255 (battery-hex-map): Delete variable.
4256
4257 2004-09-18 John Paul Wallington <jpw@gnu.org>
4258
4259 * calc/calc-units.el (calc-quick-units): Fix overzealous
4260 s/or/unless/.
4261
4262 2004-09-17 Jay Belanger <belanger@truman.edu>
4263
4264 * calc/calc.el (calc-mode-var-list): Fix the value of
4265 `calc-matrix-brackets'.
4266
4267 2004-09-17 Romain Francoise <romain@orebokech.com>
4268
4269 * ibuf-ext.el (define-ibuffer-filter filename):
4270 Expand dired-directory since buffer-file-name is absolute.
4271
4272 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4273
4274 * ediff-init.el (ediff-current-diff-face-A)
4275 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4276 (ediff-current-diff-face-Ancestor)
4277 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4278 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4279 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4280 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4281 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4282 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4283 Use min-colors.
4284
4285 * term.el (term-down): Perform vertical motion if DOWN is negative.
4286 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4287 (term-termcap-format): Synchronize with the eterm terminfo entry
4288 in etc/e/eterm.ti.
4289 (term-handle-colors-array): If the current foreground or
4290 background are zero (i.e. unspecified), use the foreground and
4291 background of the default face for reverse video.
4292 (term-ansi-at-eval-string, term-ansi-default-fg)
4293 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4294 (term-mem): Delete unused function.
4295 (term-protocol-version): Increment.
4296 (term-current-face): Set to default.
4297
4298 2004-09-15 Jay Belanger <belanger@truman.edu>
4299
4300 * calc/calc.el (calc-mode-var-list): Define this variable.
4301 (calc-always-load-extensions, calc-line-numbering)
4302 (calc-line-breaking, calc-display-just, calc-display-origin)
4303 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4304 (calc-group-char, calc-point-char, calc-frac-format)
4305 (calc-prefer-frac, calc-hms-format, calc-date-format)
4306 (calc-float-format, calc-full-float-format, calc-complex-format)
4307 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4308 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4309 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4310 (calc-matrix-brackets, calc-language, calc-language-option)
4311 (calc-left-label, calc-right-label, calc-word-size)
4312 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4313 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4314 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4315 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4316 (calc-window-height, calc-display-trail, calc-show-selections)
4317 (calc-use-selections, calc-assoc-selections)
4318 (calc-display-working-message, calc-auto-why, calc-timing)
4319 (calc-mode-save-mode, calc-standard-date-formats)
4320 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4321 (calc-user-parse-tables, calc-gnuplot-default-device)
4322 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4323 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4324 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4325 (calc-invocation-macro, calc-show-banner): Give these values as
4326 part of `calc-mode-var-list's initialization after the variables
4327 are declared with defvar.
4328 (calc-bug-address): Change email address to send bug reports to.
4329 Change the maintainer address at the top.
4330 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4331 than "\\.emacs" to determine if it is the user-init-file.
4332
4333 * calc/calc-embed.el (calc-embedded-set-modes): Use
4334 `calc-mode-var-list' correctly.
4335
4336 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4337
4338 * vc.el (annotate-time): Document point handling.
4339 (vc-annotate-display-autoscale): Doc fix.
4340
4341 2004-09-15 Miles Bader <miles@gnu.org>
4342
4343 * generic.el (generic-make-keywords-list): Use symbol rather than
4344 word anchors in regexp.
4345
4346 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4347
4348 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4349 no file name consider `dired-directory'.
4350
4351 2004-09-14 Kim F. Storm <storm@cua.dk>
4352
4353 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4354
4355 2004-09-14 Simon Josefsson <jas@extundo.com>
4356
4357 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4358
4359 * textmodes/dns-mode.el: Add.
4360
4361 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4364 (disabled-command-function): Make the ?\ char more obvious.
4365
4366 * vc-arch.el (vc-arch-root, vc-arch-registered):
4367 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4368
4369 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4370
4371 * windmove.el (windmove-frame-edges): Report coordinates of
4372 outside edges of frame, not inside edges.
4373 (windmove-coordinates-of-position): Convert into wrapper to new
4374 function `windmove-coordinates-of-window-position';
4375 `compute-motion' always applies to selected window.
4376 (windmove-coordinates-of-position): Update documentation to refer
4377 to Emacs 21 Lisp Reference Manual.
4378 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4379
4380 2004-09-13 Kim F. Storm <storm@cua.dk>
4381
4382 * isearch.el (isearch-resume-in-command-history): Rename from
4383 isearch-resume-enabled and change default to nil.
4384
4385 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4388 (vc-registered): Use it.
4389 (vc-find-root): New fun.
4390
4391 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4392 Don't tell to use \\{...} when it's already done.
4393
4394 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4395 Provide a sample complex default.
4396 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4397 (bibtex-entry): Use mapc.
4398
4399 2004-09-12 Kim F. Storm <storm@cua.dk>
4400
4401 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4402
4403 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4404 inhibit-field-text-motion to t so rectangles work in comint buffers.
4405
4406 * simple.el (choose-completion-string): Set buffer before running
4407 choose-completion-string-functions hook so it can be buffer-local.
4408
4409 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4410
4411 * progmodes/compile.el (compilation-start): Parse command to see
4412 if it starts with a cd, and if so perform it for the *compilation*
4413 buffer. Change the header to reflect this.
4414
4415 2004-09-11 Kim F. Storm <storm@cua.dk>
4416
4417 * ido.el (ido-enable-dot-prefix): Doc fix.
4418 (ido-enable-dot-prefix): New defcustom.
4419 (ido-set-matches1): Use it.
4420
4421 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * textmodes/bibtex.el (bibtex-mark-active)
4424 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4425
4426 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4427
4428 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4429 used in a case insensitive environment.
4430 (bibtex-mode-map): Rearrange order of menus.
4431 (bibtex-quoted-string-re): Obsolete.
4432 (bibtex-complete-key-cleanup): Variable replaced by new function.
4433 (bibtex-font-lock-keywords): Use backquotes.
4434 (bibtex-font-lock-url-regexp): New internal variable.
4435 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4436 "OPT" and "ALT".
4437 (bibtex-insert-current-kill, bibtex-make-field)
4438 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4439 (bibtex-parse-field-text): Simplify.
4440 (bibtex-string=): New helper function.
4441 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4442 (bibtex-map-entries): Use bibtex-string=.
4443 (bibtex-search-entry): Use not.
4444 (bibtex-enclosing-field): Fix docstring.
4445 (bibtex-assoc-regexp): Obsolete.
4446 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4447 (bibtex-autokey-get-names): Handle empty name field.
4448 (bibtex-parse-strings): Use assoc-string and unless.
4449 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4450 Use assoc-string.
4451 (bibtex-pop): Simplify.
4452 (bibtex-mode): Set font-lock-extra-managed-props.
4453 (bibtex-entry-update): Use assoc-string.
4454 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4455 (bibtex-autofill-entry): Use bibtex-string=.
4456 (bibtex-print-help-message): Simplify.
4457 (bibtex-find-entry): New optional arg START.
4458 (bibtex-validate): Use bibtex-string= and assoc-string.
4459 Do not call obsolete function compilation-parse-errors.
4460 (bibtex-remove-delimiters): Only remove delimiters if present.
4461 (bibtex-copy-entry-as-kill): Add docstring.
4462 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4463 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4464 (bibtex-complete): Use bibtex-predefined-month-strings,
4465 bibtex-string=, and new function bibtex-complete-key-cleanup.
4466 (bibtex-generate-url-list): New variable.
4467 (bibtex-url): New command bound to C-c C-l and mouse-2.
4468 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4469 (bibtex-font-lock-url): New function.
4470
4471 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4474
4475 2004-09-09 Kim F. Storm <storm@cua.dk>
4476
4477 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4478 counter and format with binding.
4479 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4480 the declared macro uses own macro counter and format. Give symbol
4481 kmacro property.
4482 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4483 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4484 (kmacro-end-and-call-macro): Doc fix.
4485
4486 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4487
4488 * desktop.el (desktop-clear-preserve-buffers):
4489 Remove make-obsolete-variable.
4490
4491 2004-09-08 Richard M. Stallman <rms@gnu.org>
4492
4493 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4494 with the buffer as argument.
4495
4496 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4499
4500 2004-09-08 Juri Linkov <juri@jurta.org>
4501
4502 * replace.el (perform-replace): Use `query-replace-descr'.
4503
4504 * cus-start.el (history-delete-duplicates): Specify customization.
4505
4506 * diff-mode.el (diff-mode-map):
4507 * progmodes/compile.el (compilation-mode-map):
4508 * progmodes/grep.el (grep-mode-map):
4509 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4510 to `next-error-follow-minor-mode'.
4511
4512 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4513
4514 * isearch.el (isearch-lazy-highlight-update): Take into account
4515 the case of zero-length match at the search bound.
4516
4517 2004-09-08 Kim F. Storm <storm@cua.dk>
4518
4519 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4520 change. Use zero width overlays when necessary.
4521
4522 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4523
4524 * subr.el (split-string): Docfix.
4525
4526 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4527
4528 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4529 (display-call-tree): Ensure newline after caller/calls blocks.
4530
4531 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4532
4533 * startup.el (command-line-1): Make option
4534 --directory/-L modify `load-path' straight away.
4535
4536 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4537
4538 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4539
4540 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4541
4542 * emacs-lisp/autoload.el (make-autoload):
4543 Handle `define-compilation-mode'.
4544
4545 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4546 Specify `doc-string-elt' property.
4547
4548 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4549
4550 * bs.el (bs-mode): Doc fix.
4551
4552 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4553
4554 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4555
4556 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4557
4558 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4559
4560 2004-09-08 Kenichi Handa <handa@m17n.org>
4561
4562 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4563 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4564 ps-mule-next-point -> 1+).
4565
4566 * composite.el (encode-composition-rule): Add autoload cookie.
4567
4568 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * format.el (buffer-auto-save-file-format): Make it permanent local.
4571
4572 2004-09-07 Kim F. Storm <storm@cua.dk>
4573
4574 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4575 (authors-fixed-entries): Fix typo.
4576 (authors-canonical-author-name): Compact multiple spaces.
4577 Ignore trivial names (e.g. only first name).
4578
4579 * term.el (term-window-width): Only use full window width on
4580 window system if overflow-newline-into-fringe is enabled.
4581 (term-mode): Don't disable overflow-newline-into-fringe.
4582
4583 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4586 motion as seen on my Mac OS X xterms.
4587
4588 * newcomment.el (uncomment-region-default, comment-region-default):
4589 New functions extracted from uncomment-region and comment-region.
4590 (comment-region, comment-region-function, uncomment-region)
4591 (uncomment-region-function): Use them.
4592
4593 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4594
4595 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4596 It's not crucial but can make sense at times.
4597
4598 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4599 the first commit.
4600
4601 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4602 Disable obsolete code.
4603
4604 2004-09-07 Juri Linkov <juri@jurta.org>
4605
4606 * progmodes/grep.el (grep-highlight-matches): Change default from
4607 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4608 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4609 if grep option `--color' is available, or to `nil' otherwise.
4610 (grep-process-setup): Call `grep-compute-defaults' if
4611 `grep-highlight-matches' is not computed. Set env-vars only
4612 if `grep-highlight-matches' is `t'.
4613 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4614 is already defined).
4615
4616 * progmodes/compile.el (compilation-start): Use copy of
4617 `process-environment' created by `copy-sequence' to not
4618 modify env-vars in the global `process-environment'.
4619
4620 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4621
4622 * simple.el (next-error-follow-minor-mode): Fix last change.
4623
4624 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4625
4626 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4627 permanent local.
4628
4629 2004-09-04 Richard M. Stallman <rms@gnu.org>
4630
4631 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4632 highlighting if the search string is empty.
4633
4634 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4635
4636 * facemenu.el (facemenu-active-faces): Change condition of inner
4637 `while' loop to also check the first two elements of `face-atts'
4638 and `mask-atts'.
4639
4640 2004-09-04 John Paul Wallington <jpw@gnu.org>
4641
4642 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4643 (thumbs-view-image-mode): Make buffer read-only.
4644
4645 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4646
4647 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4648 (ispell-check-version): Set it.
4649 (ispell-send-replacement): New function.
4650 (ispell-process-line): Call ispell-send-replacement.
4651
4652 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4653
4654 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4655 Support choosing seconds with "s".
4656
4657 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4658
4659 * terminal.el (te-escape): Show `?' in prompt for help key.
4660
4661 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4662
4663 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4664
4665 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * simple.el (next-error-follow-minor-mode)
4668 (next-error-follow-mode-post-command-hook): New functions.
4669 (next-error-follow-last-line): New defvar.
4670
4671 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4672 * progmodes/compile.el (compilation-mode-map): Likewise.
4673 * progmodes/grep.el (grep-mode-map): Likewise.
4674 * replace.el (occur-mode-map): Likewise.
4675
4676 * newcomment.el (uncomment-region): Bind comment-use-global-state
4677 to nil.
4678
4679 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4682 locally around the call to `revert-buffer'.
4683
4684 2004-09-03 Juri Linkov <juri@jurta.org>
4685
4686 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4687 `isearch-adjusted' to `t'.
4688 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4689 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4690 (isearch-other-meta-char): Restore isearch-point unconditionally.
4691 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4692 Set point to start of match if region is not active in transient
4693 mark mode (to include the current match to region boundaries).
4694 Push the search string to `query-replace-from-history-variable'.
4695 Add prompt "Query replace regexp" for isearch-regexp.
4696 Add region beginning/end as last arguments of `perform-replace'.
4697 (isearch-query-replace-regexp): Replace code by the call to
4698 `isearch-query-replace' with arg `t'.
4699
4700 2004-09-03 Richard M. Stallman <rms@gnu.org>
4701
4702 * startup.el (normal-top-level): Undo previous TERM change.
4703
4704 2004-09-03 Kim F. Storm <storm@cua.dk>
4705
4706 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4707 highlight overlays; allow using RET when cursor is over a button.
4708 (cua--highlight-rectangle): Use it.
4709 (cua--rectangle-set-corners): Don't move backwards at eol.
4710 (cua--forward-line): Don't move into void after eob.
4711
4712 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4713 point is set (and displayed) inside rectangle.
4714 (cua--rectangle-operation): Fix for highlight of empty lines.
4715 (cua--highlight-rectangle): Fix highlight for tabs.
4716 Position cursor at left/right edge of rectangle using new `cursor'
4717 property on overlay strings.
4718 (cua--indent-rectangle): Don't tabify.
4719 (cua-rotate-rectangle): Ignore that point has moved.
4720
4721 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4722
4723 * term/mac-win.el: Add ASCII equivalents for some function keys.
4724 (mode-line-frame-identification): Sync with x-win.el.
4725
4726 2004-09-02 Juri Linkov <juri@jurta.org>
4727
4728 * progmodes/compile.el (compilation-buffer-name): Compare major
4729 mode with second element of compilation-arguments instead of third
4730 to reflect latest changes in compilation-arguments structure.
4731 (recompile): Use global variable `compilation-directory' to get
4732 recent compilation directory only when `recompile' is invoked NOT
4733 in the compilation buffer. Otherwise, use `default-directory' of
4734 the compilation buffer.
4735 (compilation-error-properties): Allow to funcall col and end-col.
4736 (compilation-mode-font-lock-keywords): Check col and end-col by
4737 `integerp'.
4738 (compilation-goto-locus): If end-mk is non-nil in transient mark
4739 mode don't activate the mark (and don't display message in
4740 push-mark), but highlight overlay between mk and end-mk.
4741
4742 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4743 (grep-regexp-alist): Add rule to highlight grep matches.
4744 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4745
4746 * info.el (Info-fontify-node): Don't compute other-tag
4747 if Info-hide-note-references=hide.
4748
4749 * help.el (function-called-at-point):
4750 * help-fns.el (variable-at-point):
4751 Try `find-tag-default' when other methods failed.
4752
4753 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4754 Do not push mark if inhibit-mark-movement is non-nil.
4755
4756 * textmodes/ispell.el (ispell-html-skip-alists):
4757 Fix backslashes in docstring.
4758
4759 2004-09-01 Juri Linkov <juri@jurta.org>
4760
4761 * isearch.el (isearch-wrap-function)
4762 (isearch-push-state-function): New defvars.
4763 (isearch-pop-fun-state): New defsubst.
4764 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4765 (isearch-push-state): Set the result of calling
4766 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4767 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4768 restore the mode-specific starting point of terminated search.
4769 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4770 (isearch-repeat): Call `isearch-wrap-function' if defined.
4771 (isearch-message-prefix): Don't add prefix "over" to the message
4772 for wrapped search if `isearch-wrap-function' is defined.
4773 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4774 restore the mode-specific starting point of failed search.
4775
4776 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4777 (Info-search): Add new optional arguments for the sake of isearch.
4778 Replace whitespace in Info-search-whitespace-regexp literally.
4779 Add backward search. Don't call `Info-select-node' if regexp is
4780 found in the same Info node. Don't add node to Info-history for
4781 wrapped isearch.
4782 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4783 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4784 (Info-mode): Set local variables `isearch-search-fun-function',
4785 `isearch-wrap-function', `isearch-push-state-function',
4786 `search-whitespace-regexp'.
4787
4788 * isearch.el: Remove ancient Change Log section.
4789 (isearch-string, isearch-message-string, isearch-point)
4790 (isearch-success, isearch-forward-flag, isearch-other-end)
4791 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4792 (isearch-barrier, isearch-within-brackets)
4793 (isearch-case-fold-search): Add suffix `-state' to state-related
4794 defsubsts to avoid name clashes with other function names.
4795
4796 * simple.el (next-error): New defgroup and defface.
4797 (next-error-highlight, next-error-highlight-no-select):
4798 New defcustoms.
4799 (next-error-no-select): Let-bind next-error-highlight to the value
4800 of next-error-highlight-no-select before calling `next-error'.
4801
4802 * progmodes/compile.el (compilation-goto-locus):
4803 Use `next-error' face instead of `region'. Set 4-th argument of
4804 `move-overlay' to `current-buffer' to move overlay to different
4805 source buffers. Use new variable `next-error-highlight'.
4806
4807 * simple.el (next-error-find-buffer): Move the rule
4808 "if current buffer is a next-error capable buffer" after the
4809 rule "if next-error-last-buffer is set to a live buffer".
4810 Simplify to test all rules in one `or'.
4811 (next-error): Doc fix.
4812 (next-error, previous-error, first-error)
4813 (next-error-no-select, previous-error-no-select):
4814 Make arguments optional.
4815
4816 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4817
4818 * macros.el (apply-macro-to-region-lines): Make it operate on all
4819 lines that begin in the region, rather than on all complete lines
4820 in the region.
4821
4822 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
4823
4824 * x-dnd.el (x-dnd-protocol-alist): Document update.
4825 (x-dnd-known-types): Defcustom it.
4826 (x-dnd-handle-motif): Print message-atom in error message.
4827
4828 2004-08-30 John Paul Wallington <jpw@gnu.org>
4829
4830 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4831 strings rather than programmatically constructing message.
4832
4833 2004-08-30 Richard M. Stallman <rms@gnu.org>
4834
4835 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4836 Don't return a string that would read as the wrong character code.
4837
4838 2004-08-29 Kim F. Storm <storm@cua.dk>
4839
4840 * emulation/cua-base.el (cua-auto-expand-rectangles):
4841 Remove automatic rectangle padding feature; replace by non-destructive
4842 virtual rectangle edges feature.
4843 (cua-virtual-rectangle-edges): New defcustom.
4844 (cua-auto-tabify-rectangles): New defcustom.
4845 (cua-paste): If paste into a marked rectangle, insert rectangle at
4846 current column, even if virtual; also paste exactly as many lines
4847 as has been marked (ignore additional lines or add empty lines),
4848 but paste whole source if only one line is marked.
4849 (cua--update-indications): No longer use overwrite-cursor to
4850 indicate rectangle padding
4851
4852 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4853 (cua--rectangle-virtual-edges): New defun.
4854 (cua--rectangle-get-corners): Remove optional PAD arg.
4855 (cua--rectangle-set-corners): Never do padding.
4856 (cua--forward-line): Remove optional PAD arg. Simplify.
4857 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4858 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4859 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4860 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4861 (cua--rectangle-move): Never do padding. Simplify.
4862 (cua--tabify-start): New defun.
4863 (cua--rectangle-operation): Add tabify arg. All callers changed.
4864 (cua--pad-rectangle): Remove.
4865 (cua--delete-rectangle): Handle delete with virtual edges.
4866 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4867 (cua--insert-rectangle): Handle insert at virtual column.
4868 Perform auto-tabify if necessary.
4869 (cua--activate-rectangle): Remove optional FORCE arg.
4870 Never do padding. Simplify.
4871 (cua--highlight-rectangle): Enhance for virtual edges.
4872 (cua-toggle-rectangle-padding): Remove command.
4873 (cua-toggle-rectangle-virtual-edges): New command.
4874 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4875 (cua--rectangle-post-command): Don't force rectangle padding.
4876 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4877
4878 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4879
4880 * indent.el (edit-tab-stops-buffer): Doc fix.
4881
4882 2004-08-28 Richard M. Stallman <rms@gnu.org>
4883
4884 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4885 (grep-tag-default): Function deleted.
4886
4887 * subr.el (find-tag-default): Move from etags.el.
4888
4889 * progmodes/etags.el (find-tag-default): Move to subr.el.
4890
4891 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4892 into the basic character if it has an uppercase form.
4893
4894 2004-08-27 Kenichi Handa <handa@m17n.org>
4895
4896 * international/utf-8.el (utf-8-post-read-conversion): If the
4897 buffer is unibyte, temporarily make it multibyte.
4898
4899 2004-08-27 Masatake YAMATO <jet@gyve.org>
4900
4901 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4902
4903 2004-08-25 John Paul Wallington <jpw@gnu.org>
4904
4905 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4906 0, 1, and many mismatches in message.
4907 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4908
4909 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4910 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4911
4912 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4915 vc-diff-switches differently.
4916
4917 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4918
4919 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4920 before and a real defvar after
4921 `speedbar-supported-extension-expressions'. This is to silence
4922 the compiler without breaking bootstrapping.
4923
4924 2004-08-22 Richard M. Stallman <rms@gnu.org>
4925
4926 * textmodes/flyspell.el (flyspell-word):
4927 Use set-process-query-on-exit-flag.
4928 (flyspell-highlight-duplicate-region): Take POSS as arg.
4929 (flyspell-word): Pass POSS as arg.
4930
4931 * progmodes/ada-xref.el: Many doc and style fixes.
4932 (ada-find-any-references): Use compilation-start.
4933 (ada-get-ali-file-name): Improve error msg.
4934 (ada-get-ada-file-name): Likewise.
4935
4936 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4937 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4938
4939 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4940 Add forward defvar.
4941
4942 * whitespace.el (global-whitespace-mode): New alias
4943 for whitespace-global-mode.
4944
4945 * speedbar.el (speedbar-file-regexp): Move definition up.
4946 (speedbar-mode, speedbar-set-mode-line-format):
4947 Use with-no-warnings.
4948 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4949
4950 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4951 controls whether to display the error buffer.
4952
4953 * ps-mule.el: Delete compatibility code for old Emacsen.
4954 (ps-mule-find-wrappoint): Don't use chars-in-region.
4955
4956 * frame.el (display-mouse-p, display-selections-p):
4957 Use with-no-warnings.
4958
4959 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4960
4961 2004-08-22 David Kastrup <dak@gnu.org>
4962
4963 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4964 information.
4965
4966 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4967
4968 2004-08-22 Andreas Schwab <schwab@suse.de>
4969
4970 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4971
4972 2004-08-22 Masatake YAMATO <jet@gyve.org>
4973
4974 * cvs-status.el (cvs-status-checkout): New function.
4975 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4976
4977 2004-08-21 David Kastrup <dak@gnu.org>
4978
4979 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4980 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4981 has been converted to use hashtables, the relation `nil=none' is
4982 no longer valid, as `nil' is not a hashtable. This patch tries to
4983 reduce the number of resulting errors.
4984
4985 2004-08-21 John Paul Wallington <jpw@gnu.org>
4986
4987 * subr.el (process-kill-without-query): Made obsolete in
4988 version 21.4, not 21.5.
4989
4990 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4991 (vc-previous-comment, vc-next-comment)
4992 (vc-comment-search-reverse, vc-comment-search-forward)
4993 (vc-comment-to-change-log): Likewise.
4994
4995 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4996
4997 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny change)
4998
4999 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5000 Correct indentation of DEFMETHODS with non-standard method
5001 combinations (e.g., PROGN, MIN, MAX).
5002
5003 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * startup.el (normal-top-level-add-subdirs-to-load-path):
5006 Avoid unnecessarily checking system-type.
5007 (normal-top-level): Set TERM to "dumb". Simplify.
5008
5009 * avoid.el (mouse-avoidance-ignore-p): New fun.
5010 Also ignore switch-frame, select-window, double, and triple clicks.
5011 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5012 (mouse-avoidance-fancy-hook): Use it.
5013
5014 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5015
5016 * avoid.el (mouse-avoidance-nudge-mouse)
5017 (mouse-avoidance-banish-destination): Stay within the current window
5018 to avoid problems with mouse-autoselect-window.
5019
5020 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5023 the newer format of some messages in cvs-1.12.1.
5024
5025 2004-08-19 Masatake YAMATO <jet@gyve.org>
5026
5027 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5028 (elp-results-jump-to-definition-by-mouse)
5029 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5030 (elp-output-result): Use elp-output-insert-symname.
5031
5032 2004-08-18 Kenichi Handa <handa@m17n.org>
5033
5034 * language/cyrillic.el: Register koi8-r in
5035 ctext-non-standard-encodings-alist.
5036 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5037
5038 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5041 that replaces 20xy with xy.
5042
5043 2004-08-17 John Paul Wallington <jpw@gnu.org>
5044
5045 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5046 (reb-force-update): Doc fix.
5047
5048 2004-08-16 Richard M. Stallman <rms@gnu.org>
5049
5050 * progmodes/which-func.el (which-func-update-1): Doc fix.
5051
5052 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5053 (sh-mode-abbrev-table): New variable.
5054
5055 * progmodes/compile.el (compilation-mode): Doc fix.
5056
5057 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5058 Don't cons a new symbol each time.
5059 (eval-last-sexp-fake-value): New variable.
5060
5061 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5062 (copyright-update-year): Detect continuation of list of years.
5063
5064 * term.el (term-default-fg-color, term-default-bg-color)
5065 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5066
5067 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5068
5069 2004-08-16 Stuart Herring <herring@lanl.gov>
5070
5071 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5072 (isearch-success, isearch-forward-flag, isearch-other-end)
5073 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5074 (isearch-barrier, isearch-within-brackets)
5075 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5076
5077 2004-08-16 Kenichi Handa <handa@m17n.org>
5078
5079 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5080
5081 2004-08-15 Kenichi Handa <handa@m17n.org>
5082
5083 * term/x-win.el (x-selection-value): If utf8 was successful but
5084 ctext was not, use utf8 string.
5085
5086 2004-08-14 Stuart Herring <herring@lanl.gov>
5087
5088 * isearch.el: Remove accidental changes of March 4. Fix backing
5089 up when a regexp isearch is made more general. Use symbolic
5090 accessor functions for isearch stack frames to make usage clearer.
5091 (search-whitespace-regexp): Made groups in documentation shy (as
5092 is the group in the default value).
5093 (isearch-fallback): New function, addresses problems with regexps
5094 liberalized by `\|', adds support for liberalization by `\}' (the
5095 general repetition construct), and incorporates behavior for
5096 `*'/`?'.
5097 (isearch-}-char): New command, calls `isearch-fallback' with
5098 arguments appropriate to a typed `}'.
5099 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5100 appropriately.
5101 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5102 (isearch-string, isearch-message,string, isearch-point)
5103 (isearch-success, isearch-forward-flag, isearch-other-end)
5104 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5105 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5106 New inline functions to read fields of a stack frame.
5107
5108 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5109
5110 * battery.el (battery-linux-proc-acpi): Look into battery
5111 directories matching the literal string "CMB", too (required for
5112 Linux kernel version 2.6.7).
5113
5114 2004-08-14 John Paul Wallington <jpw@gnu.org>
5115
5116 * cus-start.el (read-file-name-completion-ignore-case): Add.
5117 (blink-cursor-alist): Change version to "21.4".
5118
5119 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5120
5121 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5122
5123 * speedbar.el (speedbar-scan-subdirs): New option.
5124 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5125 dolist.
5126 (speedbar-insert-files-at-point): Take an extra argument and use
5127 it to optionally find out if a subdir is empty. Also unreadable
5128 files don't get expand buttons.
5129 (speedbar-directory): New image (unused pixmap already existed).
5130 (speedbar-expand-image-button-alist): Use it.
5131
5132 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5133
5134 CC Mode update to 5.30.9:
5135
5136 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5137 Move from cc-vars to cc-defs for dependency reasons. Fix the
5138 POSIX char class test to check that it works in
5139 `skip-chars-(forward|backward)' too.
5140
5141 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5142 first argument starts with a special brace list.
5143
5144 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5145 when `c-opt-type-concat-key' is used (i.e. in Pike).
5146
5147 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5148 Fix bug when the inner char pair doesn't have paren syntax,
5149 i.e. "(<>)".
5150
5151 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5152 whitespace safe.
5153
5154 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5155 position for `arglist-intro', `arglist-cont-nonempty' and
5156 `arglist-close' when there are two arglist open parens on the same
5157 line and there's nothing in front of the first.
5158
5159 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5160 locking of qualified names in Java, which previously could fontify
5161 common indexing expressions in many cases. The standard Java
5162 naming conventions are used to tell them apart.
5163
5164 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5165 Fix inconsistency wrt opening parens on the first line inside a paren
5166 block.
5167
5168 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5169 compile time for the sake of `c-major-mode-is'.
5170
5171 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5172 `c-major-mode-is' in the event that this is used inside a
5173 `c-lang-defconst'.
5174
5175 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5176 `c-lang-defconst' so that it works better with fallback languages.
5177
5178 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5179 it to fail to record the base mode.
5180
5181 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5182 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5183 is used. Reorder the syntax checks to get more efficient
5184 skipping in some situations.
5185
5186 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5187 continuation which might precede the newly inserted '{'.
5188
5189 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5190 Fix cases where it could loop indefinitely.
5191
5192 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5193 size specs correctly. Only fontify identifiers in front of '('
5194 with as functions - don't accept any paren char. Tighten up
5195 initializer skipping to stop before function and class blocks.
5196
5197 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5198 the point could be left directly after an open paren when finding
5199 the beginning of the first decl in the block.
5200
5201 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5202 table when filtering out legitimate open parens to be recorded.
5203 This could cause cache inconsistencies when e.g.
5204 `c++-template-syntax-table' was temporarily in use.
5205
5206 * progmodes/cc-engine.el (c-on-identifier)
5207 (c-simple-skip-symbol-backward): Small fix for handling "-"
5208 correctly in `skip-chars-backward'. Affected the operator lfun
5209 syntax in Pike.
5210
5211 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5212 Fix bug that could cause an error from `after-change-functions' when
5213 the changed region is at bob.
5214
5215 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5216
5217 CC Mode update to 5.30.9:
5218
5219 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5220 to say that <TAB> doesn't insert WS into a CPP line.
5221 (c-indent-command, c-tab-always-indent): Amend doc strings.
5222
5223 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5224 checks for user errors, thus eliminating cryptic and unhelpful
5225 Emacs error messages. (1) Check the arg to `c-set-style' is a
5226 string. (2) Check that settings to `c-offsets-alist' are not
5227 spuriously quoted.
5228
5229 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5230 which precedes the newly inserted `{'.
5231
5232 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5233
5234 Sync with Tramp 2.0.44.
5235
5236 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5237 function "tramp_file_attributes". Otherwise, file names
5238 containing spaces are misinterpreted. Reported by Magnus Henoch
5239 <mange@freemail.hu>.
5240 (tramp-handle-file-truename): FILENAME must be expanded first.
5241 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5242 obscure results. Reported by D. Goel <deego@gnufans.org>.
5243 (tramp-handle-verify-visited-file-modtime): If file does not
5244 exist, say it is not modified if and only if that agrees with the
5245 buffer's record. Check whether a file is visiting the buffer, or
5246 the buffer has no recorded last modification time. Return t in
5247 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5248 <teirllm@auburn.edu>.
5249 (tramp-handle-write-region): Pass modtime explicitly to
5250 `set-visited-file-modtime', because filename can be different
5251 from (buffer-file-name) if `file-precious-flag' is set.
5252 `set-visited-file-modtime' must be called always when `visit' is t
5253 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5254 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5255 nil, don't apply the whole body. If the file doesn't exists, set
5256 modtime to '(-1 65535). Suggested by Luc Teirlinck
5257 <teirllm@auburn.edu>.
5258
5259 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5260
5261 * help.el (describe-bindings): Doc fix.
5262
5263 * subr.el (kbd): Doc fix.
5264
5265 2004-08-08 John Paul Wallington <jpw@gnu.org>
5266
5267 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5268 instead of `string-to-int'.
5269 (define-ibuffer-column mode): Fix indentation.
5270
5271 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5272
5273 * wid-edit.el (widget-sexp-validate): Allow whitespace after
5274 expression.
5275
5276 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5277
5278 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5279
5280 * novice.el (disabled-command-function): New variable renamed from
5281 `disabled-command-hook'.
5282 (disabled-command-hook): Keep the _variable_ as alias for
5283 `disabled-command-function' and make obsolete.
5284 (disabled-command-function): Function renamed from
5285 `disabled-command-hook'. Adapt code to name change of the variable.
5286
5287 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu>
5288
5289 * simple.el (completion-root-regexp): New defvar.
5290 (completion-setup-function): Use it instead of a literal string.
5291
5292 2004-08-07 John Paul Wallington <jpw@gnu.org>
5293
5294 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5295 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5296 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5297 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5298
5299 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
5300
5301 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5302 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5303
5304 2004-08-04 Kenichi Handa <handa@m17n.org>
5305
5306 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5307 Fix previous change.
5308
5309 2004-08-03 Kenichi Handa <handa@m17n.org>
5310
5311 * international/encoded-kb.el: The following changes are to
5312 utilize key-translation-map instead of minor mode map.
5313 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5314 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5315 (encoded-kbd-last-key): New function.
5316 (encoded-kbd-iso2022-single-shift): New function.
5317 (encoded-kbd-iso2022-designation)
5318 (encoded-kbd-self-insert-iso2022-7bit)
5319 (encoded-kbd-self-insert-iso2022-8bit)
5320 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5321 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5322 key-translation-map.
5323 (encoded-kbd-setup-keymap): Setup key-translation-map.
5324 (saved-key-translation-map): New variable.
5325 (encoded-kbd-mode): Save/restore key-translation-map.
5326 Adjust for the change of encoded-kbd-setup-keymap.
5327
5328 2004-08-02 Kim F. Storm <storm@cua.dk>
5329
5330 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5331 and call compute-motion with nil for topos and width to get proper
5332 usable width and height for both window and non-window systems.
5333
5334 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5335 calculate usable window width and height.
5336
5337 * window.el (window-buffer-height): Call compute-motion with nil width.
5338
5339 2004-08-01 David Kastrup <dak@gnu.org>
5340
5341 * replace.el (query-replace-read-from):
5342 Use `query-replace-compile-replacement'.
5343 (query-replace-compile-replacement): New function.
5344 (query-replace-read-to): Use `query-replace-compile-replacement'
5345 for repeating the last command.
5346
5347 2004-08-01 John Paul Wallington <jpw@gnu.org>
5348
5349 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5350 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5351 (pr-switches): Remove period from end of error messages.
5352
5353 * help-mode.el (help-go-back): Likewise.
5354
5355 * abbrev.el (only-global-abbrevs): Doc fix.
5356 (edit-abbrevs-map): Define within defvar.
5357 (quietly-read-abbrev-file): Doc fix.
5358
5359 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5360
5361 * novice.el (enable-command, disable-command): Doc fixes.
5362
5363 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5364
5365 2004-07-30 Richard M. Stallman <rms@gnu.org>
5366
5367 * subr.el (with-local-quit): Doc fix.
5368
5369 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5370
5371 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5372
5373 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * custom.el (defcustom): Doc fix.
5376
5377 2004-07-28 Masatake YAMATO <jet@gyve.org>
5378
5379 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5380
5381 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * imenu.el (imenu-prev-index-position-function)
5384 (imenu-extract-index-name-function, imenu-name-lookup-function)
5385 (imenu--index-alist): Docstring redundancy fix.
5386
5387 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5388
5389 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5390 binding dired-backup-overwrite.
5391
5392 2004-07-25 John Paul Wallington <jpw@gnu.org>
5393
5394 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5395
5396 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5397
5398 * term/tty-colors.el (tty-color-approximate): Doc fix.
5399
5400 * select.el (x-get-selection, x-set-selection): Doc fixes.
5401
5402 * frame.el (make-frame): Doc fix.
5403
5404 2004-07-24 Richard M. Stallman <rms@gnu.org>
5405
5406 * mail/rmail.el (rmail-mime-charset-pattern):
5407 Don't include semicolon in the charset value.
5408
5409 * replace.el (occur-next-error): Call set-window-point.
5410 (occur-engine): Handle negative NLINES.
5411
5412 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5413
5414 * frame.el (modify-all-frames-parameters): Minor doc fix.
5415 (set-frame-configuration): Doc fix.
5416
5417 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5418
5419 * simple.el (completion-setup-function): Compute the common parts
5420 and the first difference place correctly when
5421 partial-completion-mode is on.
5422
5423 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5424
5425 * ps-print.el: Doc fix.
5426 (ps-print-version): New version 6.6.5.
5427 (ps-printing-region): Doc fix.
5428 (ps-generate-string-list): Comment fix.
5429 (ps-message-log-max): Code fix.
5430
5431 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5432
5433 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5434 generated PostScript.
5435
5436 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5437
5438 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5439 with Gnus v5_10 branch.)
5440
5441 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5442
5443 * calendar/time-date.el (time-to-number-of-days): New function.
5444 Imported from Gnus.
5445
5446 2004-07-22 Kim F. Storm <storm@cua.dk>
5447
5448 * progmodes/make-mode.el: Fix comments.
5449
5450 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5451
5452 * printing.el: Doc fix.
5453
5454 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5455
5456 * frame.el (modify-all-frames-parameters): Minor doc fix.
5457
5458 2004-07-20 Richard M. Stallman <rms@gnu.org>
5459
5460 * textmodes/fill.el (fill-nobreak-p): If this break point is
5461 at the end of the line, don't consider the newline which follows
5462 as a reason to return t.
5463
5464 2004-07-19 John Paul Wallington <jpw@gnu.org>
5465
5466 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5467
5468 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5469
5470 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5471 Delete irrelevant code.
5472
5473 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5474
5475 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5476 New docstring. From Luc Teirlinck.
5477
5478 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5479
5480 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5481 section.
5482 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5483 non-file buffers. We know it is nil.
5484
5485 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5486
5487 Sync with Tramp 2.0.43.
5488
5489 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5490 Remove outdated comment.
5491 (tramp-locked, tramp-locker): New variables for implementing a
5492 global lock.
5493 (tramp-sh-file-name-handler): Use them to implement the global lock.
5494
5495 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5496
5497 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5498 calls to respective `xxx` calls.
5499 (tramp-process-alive-regexp): Precise doc string.
5500 (tramp-multi-action-process-alive): New defun.
5501 (tramp-multi-actions): Use it.
5502 (tramp-handle-find-backup-file-name): `copy-tree' is available
5503 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
5504 in order to avoid this function.
5505 (tramp-handle-write-region): Set current buffer. If connection
5506 wasn't open, `file-modes' has changed it accidentally. Reported by
5507 David Kastrup <dak@gnu.org>.
5508 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5509 HOST.
5510 (tramp-action-password, tramp-multi-action-password): Apply it.
5511 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5512 name must still contain the port number. Otherwise, we have two
5513 Tramp buffers, with all the confusion. Reported by Myron Selby
5514 <myron@xytech.com> and Rolf Dubitzky
5515 <Dubitzky@physi.uni-heidelberg.de>.
5516
5517 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5518 HOST to `tramp-enter-passwd'.
5519
5520 * net/tramp-vc.el (all): Code cleanup. Change all
5521 `tramp-handle-xxx' calls to respective `xxx` calls.
5522
5523 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5524
5525 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5526 functions that are not erroneous if either 1-valued or
5527 multi-valued. Detect functions in this class.
5528 (testcover-1value-functions, testcover-compose-functions)
5529 (testcover-progn-functions) Add some additional functions to lists.
5530 (testcover-mark): Bugfix when marking up the definition for an
5531 empty function.
5532
5533 2004-07-17 Richard M. Stallman <rms@gnu.org>
5534
5535 * replace.el (occur-read-primary-args): Pass default to
5536 read-from-minibuffer.
5537
5538 * mail/footnote.el (footnote-section-tag): Use defcustom.
5539
5540 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5541 Compile font-lock-keywords, not KEYWORDS.
5542 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5543 Add warn, check-type. Handle cerror like error.
5544
5545 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5546
5547 * progmodes/which-func.el (which-func-keymap): New var.
5548 (which-func-face): New face.
5549 (which-func-format): Use them.
5550
5551 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5552
5553 * buff-menu.el (list-buffers-noselect): Append the buffer's
5554 process status to its mode name.
5555
5556 2004-07-16 Kim F. Storm <storm@cua.dk>
5557
5558 * simple.el (inhibit-mark-movement): New defvar.
5559 (beginning-of-buffer, end-of-buffer): Do not push mark if
5560 inhibit-mark-movement is non-nil or C-u prefix is given.
5561
5562 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5563 Init to beginning-of-buffer and end-of-buffer.
5564 (cua--undo-push-mark): New defvar.
5565 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5566 already active and command is in cua--preserve-mark-commands.
5567 Also fix check for shift modifier on non-window systems.
5568 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5569
5570 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5571
5572 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5573 of two integers, instead of a cons.
5574
5575 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5576 `visited-file-modtime' now returns a list of two integers, instead
5577 of a cons.
5578
5579 * dired.el (dired-directory-changed-p): Ditto.
5580
5581 * progmodes/grep.el (grep): Doc fix.
5582
5583 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5584
5585 * autorevert.el (auto-revert-tail-mode)
5586 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5587 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5588 in both at the same time.
5589 (auto-revert-tail-mode): New command.
5590 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5591 (auto-revert-handler): Revert only either tail or whole file.
5592
5593 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5594 add auto-revert-tail-mode.
5595
5596 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5597
5598 * printing.el: Doc fix. Change name of some funs.
5599 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5600 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5601 (pr-standard-file-name): New fun. Replace pr-standard-path.
5602 (pr-call-process): Code fix.
5603
5604 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * subr.el (with-selected-window): Doc fix.
5607
5608 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5609
5610 * subr.el (get-buffer-window-list): Doc fix.
5611
5612 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5613
5614 * files.el (switch-to-buffer-other-window): Doc fix.
5615
5616 * window.el (save-selected-window, one-window-p)
5617 (split-window-keep-point, split-window-vertically)
5618 (split-window-horizontally): Doc fixes.
5619
5620 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5621
5622 * printing.el: Doc fix. Now it uses call-process instead of
5623 shell-command for low command execution.
5624 (pr-version): New version number (6.8).
5625 (pr-shell-file-name): Option removed.
5626 (pr-shell-command): Fun removed.
5627 (pr-call-process): New fun. Replace pr-shell-command.
5628 (pr-standard-path, pr-remove-nil-from-list): New funs.
5629 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5630 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5631 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5632 (pr-ps-utility-process, pr-txt-print): Code fix.
5633
5634 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5635
5636 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5637 boolean.
5638
5639 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5640
5641 * wid-edit.el (widget-field-buffer): Doc fix.
5642
5643 2004-07-09 John Paul Wallington <jpw@gnu.org>
5644
5645 * emacs-lisp/re-builder.el (reb-update-overlays):
5646 Distinguish between one and several matches in message.
5647
5648 2004-07-09 Richard M. Stallman <rms@gnu.org>
5649
5650 * mouse.el (mouse-set-region-1): If transient-mark-mode
5651 is `identity', change it to `only'.
5652
5653 * simple.el (current-word): Doc fix.
5654
5655 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5656
5657 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5658 so that it is more understanding of whitespace.
5659
5660 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
5661 (("ns" . "element") (attr-list) children) instead of
5662 ((:ns . "element") (attr-list) children) in order to reduce the
5663 number of symbols used.
5664 (xml-skip-dtd): Change to use xml-parse-dtd but set
5665 xml-validating-parsing to nil.
5666 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
5667 (xml-substitute-entity): Remove in favor of new entity substitution.
5668 (xml-substitute-special): Rewrite in to substitute complex
5669 entities from DOCTYPE declarations.
5670 (xml-parse-fragment): Parse fragments from entity declarations.
5671 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5672 (xml-parse-dtd, xml-substitute-special): Make validity checks
5673 conditioned on xml-validating-parser. Add "Not Well Formed" to
5674 error messages about well-formedness.
5675
5676 2004-07-08 Steven Tamm <steventamm@mac.com>
5677
5678 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5679 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5680 Do not treat double clicks and triple clicks specially in the
5681 scroll bar (preventing strange repositioning problems)
5682
5683 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * replace.el (query-replace-regexp-eval): Fix last change.
5686
5687 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * replace.el (query-replace-descr): New fun.
5690 (query-replace-read-from, query-replace-read-args): Default to the
5691 previous from&to.
5692 (query-replace-read-to): Quote the `from' string when displaying it.
5693 (query-replace-regexp-eval): Immediately check read-only status.
5694 Use query-replace-read-from to get the \n checking.
5695 Quote the `from' string when displaying it.
5696 (map-query-replace-regexp, occur-read-primary-args):
5697 Quote the `from' string when displaying it.
5698
5699 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5700 delimited-ness of the search to query-replace.
5701
5702 * replace.el (query-replace-read-from, query-replace-read-to):
5703 New funs extracted from query-replace-read-args.
5704 (query-replace-read-args): Use them.
5705
5706 * replace.el (query-replace-interactive, query-replace-read-args):
5707 Remove the `initial' special value.
5708 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5709 (occur-engine): Remove unused var `matchend'.
5710
5711 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5712 Use the search string without prompting.
5713
5714 2004-07-05 Kenichi Handa <handa@m17n.org>
5715
5716 * international/mule.el (decode-coding-inserted-region):
5717 Set last-coding-system-used only when coding is nil.
5718
5719 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5720
5721 * progmodes/grep.el (grep-compute-defaults, grep-command)
5722 (grep-program, find-program, grep-find-use-xargs, grep-history)
5723 (grep-find-history, grep-tag-default, grep-find-command)
5724 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5725 Add autoload cookies, for unbundled packages that load `compile'
5726 and expect all grep-related symbols to become defined.
5727
5728 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5729
5730 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5731 (iimage-mode-image-search-path): New user option to search the
5732 image file.
5733 (iimage-locate-file): New function. Emacs21.3 or earlier does not
5734 have locate-file.
5735 (iimage-mode-buffer): Use it.
5736
5737 2004-07-03 Nick Roberts <nickrob@gnu.org>
5738
5739 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5740 carefully.
5741 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5742
5743 2004-07-03 Juri Linkov <juri@jurta.org>
5744
5745 * replace.el (query-replace-read-args): Swallow space after 'foo,
5746 not after (quote foo). Match space only immediately after symbol,
5747 not anywhere in the whole string.
5748
5749 2004-07-02 Richard M. Stallman <rms@gnu.org>
5750
5751 * replace.el (query-replace-read-args): Swallow space after
5752 symbols, not after closeparens. But avoid error if string ends there.
5753
5754 * progmodes/python.el (python-beginning-of-statement):
5755 Exit the loop if backward-up-list gets error.
5756
5757 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5758
5759 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5760
5761 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5762 only if vc-consult-headers is non-nil.
5763
5764 2004-07-02 Juri Linkov <juri@jurta.org>
5765
5766 * pcvs.el (cvs-mode-diff-repository): New command.
5767
5768 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5769
5770 2004-07-01 Juri Linkov <juri@jurta.org>
5771
5772 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5773 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5774 C-M-% to isearch-query-replace-regexp.
5775 (minibuffer-local-isearch-map): Add arrow key bindings.
5776 Bind C-f to isearch-yank-char-in-minibuffer.
5777 (isearch-forward): Doc fix.
5778 (isearch-edit-string): Doc fix.
5779 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5780 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5781 (isearch-yank-char): Add optional arg.
5782 (isearch-yank-char-in-minibuffer): New fun.
5783
5784 * replace.el (query-replace-interactive): Change type from boolean
5785 to choice. Add value `initial'.
5786 (query-replace-read-args): Handle value `initial' of
5787 query-replace-interactive.
5788
5789 2004-06-29 Kim F. Storm <storm@cua.dk>
5790
5791 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5792 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5793
5794 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5795 Add :group 'ada.
5796
5797 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5798
5799 2004-06-29 Juri Linkov <juri@jurta.org>
5800
5801 * replace.el (query-replace-read-args): Swallow a space after
5802 everything except )]" which in most cases means after a symbol.
5803
5804 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5805
5806 2004-06-28 Richard M. Stallman <rms@gnu.org>
5807
5808 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5809 More changes to go with previous change in font-lock.el.
5810
5811 2004-06-26 David Kastrup <dak@gnu.org>
5812
5813 * replace.el (perform-replace): Highlight the match even in
5814 non-query mode if there is potential replace string editing.
5815
5816 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5817
5818 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5819 agree with new return value of `file-remote-p'.
5820 This syncs with Tramp 2.0.42.
5821
5822 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5823 according to new documentation of `file-remote-p'.
5824
5825 * files.el (file-remote-p): Fix doc to say that return value is
5826 identification of remote system, if not nil.
5827 (file-relative-name): Use new return value of `file-remote-p'.
5828
5829 2004-06-26 Nick Roberts <nickrob@gnu.org>
5830
5831 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5832 (gdb-goto-breakpoint): Fix breakage.
5833
5834 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5835
5836 * man.el (Man-getpage-in-background): Add windows-nt to the list
5837 of systems where shell-file-name should be used instead of
5838 literal "sh".
5839
5840 2004-06-25 Sam Steingold <sds@gnu.org>
5841
5842 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5843 function names `(setf symbol)'.
5844
5845 2004-06-24 Richard M. Stallman <rms@gnu.org>
5846
5847 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5848
5849 * font-lock.el (font-lock-keywords): Change format of compiled values.
5850 Document it.
5851 (font-lock-add-keywords): If font-lock-keywords is compiled,
5852 extract the uncompiled version, modify, then recompile.
5853 (font-lock-remove-keywords): Likewise.
5854 (font-lock-fontify-keywords-region): Handle changed format.
5855 (font-lock-compile-keywords): Handle changed format.
5856 (font-lock-set-defaults): Compile the keywords explicitly here.
5857
5858 2004-06-24 David Kastrup <dak@gnu.org>
5859
5860 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5861 replacements here.
5862 (query-replace-regexp): Doc string explaining this and the new
5863 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5864 is better placed in `query-replace-read-args'.
5865 (replace-regexp): Explain `\,', `\#' and `\?'.
5866 (replace-match-data): New function for thorough reuse/destruction
5867 of old match-data.
5868 (replace-match-maybe-edit): Function for implementing `\?' editing.
5869 (perform-replace): Fix maintaining of the match stack including
5870 already matched regions, implement `\?', fix various problems
5871 with regions while editing and other stuff.
5872 (replace-highlight): Simplify.
5873
5874 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5875
5876 * progmodes/grep.el (grep-error-screen-columns): New variable.
5877 (grep-regexp-alist): Give it the full functionality of gnu style
5878 compilation messages with line and column ranges. Ask me for the
5879 perl script I'm working on, that uses these.
5880
5881 2004-06-23 Nick Roberts <nickrob@gnu.org>
5882
5883 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
5884 Remove.
5885 (comint-insert-input, comint-mouse-insert-input): New functions
5886 based on comint-insert-clicked-input for two bindings but just
5887 one functionality.
5888
5889 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5890
5891 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5892
5893 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5894
5895 * files.el (write-contents-functions): Doc fix.
5896
5897 2004-06-21 Juanma Barranquero <lektu@terra.es>
5898
5899 * image.el (image-library-alist): Rewrite docstring in active voice.
5900
5901 2004-06-20 Richard M. Stallman <rms@gnu.org>
5902
5903 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5904
5905 * isearch.el (isearch-repeat): Avoid testing old match data.
5906 (isearch-message): Display trailing space in special font
5907 when search is failing.
5908 (isearch-search-fun-function): Doc fix.
5909
5910 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5911
5912 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5913
5914 * frame.el (show-trailing-whitespace): Doc fix.
5915
5916 * cus-edit.el (custom-variable-documentation): New function.
5917 (custom-variable): Use it.
5918
5919 2004-06-19 Nick Roberts <nickrob@gnu.org>
5920
5921 * man.el (Man-getpage-in-background): Revert previous change but
5922 make cygwin a special case.
5923
5924 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * autorevert.el (global-auto-revert-non-file-buffers):
5927 Update docstring.
5928
5929 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5930
5931 * progmodes/compile.el (compilation-error-properties): Store one
5932 more than end-col, if present, so that transient-mark-mode will
5933 highlight last char too.
5934 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5935 ranges, if present.
5936
5937 2004-06-18 Jason Rumney <jasonr@gnu.org>
5938
5939 * makefile.w32-in: Double percent signs in for loops.
5940
5941 2004-06-17 David Kastrup <dak@gnu.org>
5942
5943 * replace.el (query-replace-read-args): Only warn about use of \n
5944 and \t when we are doing a regexp replacement and the actual
5945 escaped character is n or t.
5946 (query-replace-regexp): Add \, and \# interpretation to
5947 interactive call and document it.
5948 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5949 as shortkey for replace-count.
5950 (replace-quote): New function for doubling backslashes.
5951
5952 2004-06-17 Juanma Barranquero <lektu@terra.es>
5953
5954 * files.el (parse-colon-path, cd): Mention in docstring that the
5955 path separator is colon in GNU-like systems.
5956
5957 * newcomment.el (comment-region-internal): Fix docstring.
5958
5959 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5960 (ewoc-invalidate, ewoc-collect): Doc fixes.
5961 (ewoc--create-node, ewoc--delete-node-internal):
5962 Fix typos in docstring.
5963
5964 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5965
5966 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5967 manual to docstring.
5968
5969 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5970
5971 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5972
5973 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5976 Add hyperlink to emacs-xtra manual to docstring.
5977
5978 * autorevert.el (global-auto-revert-non-file-buffers):
5979 Add hyperlink to emacs-xtra manual to docstring, as well as an
5980 info-link.
5981
5982 2004-06-14 Juanma Barranquero <lektu@terra.es>
5983
5984 * image.el (image-library-alist): New variable to map image types
5985 to external libraries. Initialized to nil, unless system-specific
5986 configs change it.
5987 (image-type-available-p): Determine whether an image type is
5988 available by calling `init-image-library'.
5989
5990 * term/w32-win.el (image-library-alist): Initialize to a known set
5991 of probable library names.
5992
5993 2004-06-14 Kenichi Handa <handa@m17n.org>
5994
5995 * international/code-pages.el (windows-1256, cp1125): Fix tables
5996 for several characters.
5997
5998 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5999
6000 2004-06-13 Richard M. Stallman <rms@gnu.org>
6001
6002 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6003
6004 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6005 not "`pc-selection-mode'".
6006
6007 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6008
6009 * simple.el (previous-matching-history-element): Specify a default.
6010
6011 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6012
6013 * cus-face.el (custom-declare-face): Simplify code.
6014
6015 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6016
6017 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6018
6019 * files.el (before-save-hook): Add `time-stamp' to the options.
6020
6021 * time-stamp.el (time-stamp): Recommend adding it to
6022 `before-save-hook', rather than `write-file-functions'.
6023 Make a similar change in `Commentary' section.
6024
6025 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6026
6027 * diff-mode.el (diff-current-defun): If at start of hunk, use
6028 position of first change.
6029
6030 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6031
6032 * dired-x.el (dired-mark-omitted): Bind to "*O".
6033
6034 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6035
6036 * bookmark.el (bookmark-bmenu-relocate): New function, as
6037 suggested by David J. Biesack <David.Biesack@sas.com>.
6038 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6039 (bookmark-bmenu-mode): Describe binding in doc string.
6040 (bookmark-set-filename): Save the bookmark list if it's time.
6041
6042 2004-06-13 Kenichi Handa <handa@m17n.org>
6043
6044 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6045 (ccl-untranslated-to-ucs): Fix typo.
6046
6047 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
6048
6049 * progmodes/python.el (python-open-block-statement-p):
6050 Fix indentation after a block opening that contains a comment.
6051
6052 2004-06-12 Jérôme Marant <jerome@marant.org>
6053
6054 * bindings.el (completion-ignored-extensions): Add file extensions
6055 of Python byte-compiled files.
6056
6057 2004-06-12 Juri Linkov <juri@jurta.org>
6058
6059 * info.el (Info-goto-node): Add autoload.
6060 (Info-toc): Add substring-no-properties on Info file name.
6061 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6062 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6063
6064 2004-06-12 Kenichi Handa <handa@m17n.org>
6065
6066 * international/mule-cmds.el (set-language-environment):
6067 Load subst tables if necessary.
6068
6069 * international/mule.el (decode-char): Load subst tables if necessary.
6070 (encode-char): Likewise.
6071
6072 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6073 pair correctly. Call ccl-mule-utf-untrans for untranslatable chars.
6074 (utf-16le-decode-loop): Set r5 to -1 before loop.
6075 (utf-16be-decode-loop): Likewise.
6076 (ccl-decode-mule-utf-16le): Add EOF processing block.
6077 (ccl-decode-mule-utf-16be): Likewise.
6078 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6079 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6080 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6081 (ccl-mule-utf-16-encode-untrans): New CCL.
6082 (utf-16-decode-to-ucs): Handle pre-read character.
6083 (utf-16le-encode-loop): Handle surrogate pair.
6084 (utf-16be-encode-loop): Likewise.
6085 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6086 of utf-16le-encode-loop.
6087 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6088 of utf-16be-encode-loop.
6089 (mule-utf-16-post-read-conversion):
6090 Call utf-8-post-read-conversion at first.
6091 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6092 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6093 Add post-read-conversion and pre-write-conversion.
6094
6095 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6096 (utf-translate-cjk-unicode-range): New variable.
6097 (utf-translate-cjk-load-tables): New function.
6098 (utf-lookup-subst-table-for-decode): New function.
6099 (utf-lookup-subst-table-for-encode): New function.
6100 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6101 tables here. Update safe-charsets of utf-* coding systems.
6102 (ccl-mule-utf-untrans): New CCL.
6103 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6104 at end of each branch.
6105 (ccl-mule-utf-8-encode-untrans): New CCL.
6106 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6107 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6108 length of encoding. Don't return r0.
6109 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6110 (utf-8-post-read-conversion): Narrow to region properly.
6111 If utf-translate-cjk-mode is on, load tables if necessary.
6112 Call utf-8-compose with hash-table arg if necessary.
6113 Call XXX-compose-region instead of XXX-post-read-conversion.
6114 (utf-8-pre-write-conversion): New function.
6115 (mule-utf-8): Include CJK charsets in safe-charsets if
6116 utf-translate-cjk-mode is on. Add pre-write-conversion.
6117
6118 * international/characters.el: Temporarily set
6119 utf-translate-cjk-mode to nil.
6120
6121 * language/devan-util.el (devanagari-compose-region):
6122 Add autoload cookie.
6123
6124 * international/ccl.el (ccl-dump-call): Fix printing the
6125 subroutine name.
6126
6127 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6128
6129 * dired.el (dired-revert): If buffer is marked unmodified before
6130 reverting, keep it marked unmodified. Adapt to new conventions
6131 for commenting out code.
6132 (dired-make-relative): Adapt to new conventions for commenting out
6133 code.
6134
6135 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6136
6137 * eshell/esh-module.el (eshell-load-defgroups):
6138 Bind `vc-handled-backends' to nil when opening files.
6139
6140 2004-06-11 Juanma Barranquero <lektu@terra.es>
6141
6142 * files.el (parse-colon-path, cd): Doc fixes (refer to
6143 `path-separator', not colon).
6144
6145 2004-06-10 Juanma Barranquero <lektu@terra.es>
6146
6147 * newcomment.el (comment-search-forward)
6148 (comment-search-backward): Fix typos in docstring.
6149 (comment-region): Doc fix.
6150
6151 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6154 switch is no longer stored in `dired-switches-alist'.
6155
6156 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6157 `dired-switches-alist'.
6158
6159 2004-06-10 Kim F. Storm <storm@cua.dk>
6160
6161 * pcvs.el (cvs-mode-diff-yesterday): New command.
6162
6163 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6164
6165 2004-06-10 Juri Linkov <juri@jurta.org>
6166
6167 * emacs-lisp/edebug.el (edebug-eval-defun):
6168 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6169 Fix docstring.
6170
6171 * simple.el (eval-expression-print-format): Don't print additional
6172 information on the first call to `eval-print-last-sexp'.
6173 (next-error-find-buffer): Fix punctuation.
6174 (killing) <defgroup>: Fix punctuation.
6175 (yank-excluded-properties): Change group from editing to killing.
6176
6177 * replace.el (perform-replace): Use `limit' to terminate the
6178 while-loop explicitly.
6179
6180 2004-06-09 Jan Djärv <jan.h.d@swipnet.se>
6181
6182 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6183 Use lc-*.xpm as prefix instead of *-locol.xpm.
6184
6185 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6186 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6187 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6188 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6189 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6190 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6191 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6192 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6193 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6194 * toolbar/lc-up_arrow.xpm:
6195 Rename from *-locol.xpm.
6196
6197 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6198
6199 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6200 include forms like &<str>; as valid url patterns.
6201
6202 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * dired.el (dired-diff, dired-backup-diff)
6205 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6206 (dired-do-chown, dired-do-touch, dired-do-print)
6207 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6208 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6209 (dired-create-directory, dired-do-copy, dired-do-symlink)
6210 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6211 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6212 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6213 (dired-maybe-insert-subdir, dired-next-subdir)
6214 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6215 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6216 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6217 (dired-run-shell-command, dired-query): Remove redundant,
6218 or incorrect, autoloads.
6219
6220 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6221 does not end in a slash. Add optional argument KILL-ROOT.
6222 Update docstring.
6223 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6224 (dired-query): Add autoloads.
6225
6226 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6227
6228 * progmodes/compile.el (compilation-set-window-height): Rearrange
6229 the save-* functions because a buffer can have several current
6230 point in different windows.
6231 (compilation-error-regexp-alist-alist): Recognize {standard input}
6232 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6233
6234 2004-06-08 Jan Djärv <jan.h.d@swipnet.se>
6235
6236 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6237 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6238 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6239 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6240 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6241 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6242 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6243 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6244 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6245 * toolbar/up_arrow-locol.xpm:
6246 New versions of icons that uses fewer colors.
6247
6248 * toolbar/tool-bar.el (tool-bar-local-item)
6249 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6250 if display-color-cells is 256 or less.
6251
6252 2004-06-08 Kim F. Storm <storm@cua.dk>
6253
6254 * wid-edit.el (widget-specify-button): Use hand pointer rather
6255 than mouse-face as visible mouse-over effect.
6256
6257 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6258
6259 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6260 and `print-level' to nil when writing out `save-place-alist'.
6261 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6262
6263 2004-06-07 Juanma Barranquero <lektu@terra.es>
6264
6265 * completion.el (completion-kill-region): Doc fix.
6266
6267 * format.el (format-insert-annotations)
6268 (format-annotate-location): Doc fixes.
6269 (format-subtract-regions): Make arguments match their use in docstring.
6270
6271 * simple.el (kill-region): Doc fix.
6272
6273 * subr.el (insert-buffer-substring-no-properties)
6274 (insert-buffer-substring-as-yank): Doc fixes.
6275
6276 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6277
6278 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6279 Update docstring.
6280 (dired-reset-subdir-switches): New function.
6281
6282 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6283 Limit scope of `buffer-read-only' binding.
6284
6285 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6286
6287 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6288 eshell-explicit-command-char.
6289
6290 2004-06-06 Juanma Barranquero <lektu@terra.es>
6291
6292 * help-fns.el (help-argument-name): Inherit from italic face only
6293 if the frame supports it.
6294
6295 2004-06-06 Jan Djärv <jan.h.d@swipnet.se>
6296
6297 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6298 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6299 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6300 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6301 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6302 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6303 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6304 New conversions from xpm files.
6305
6306 * toolbar/README: New file.
6307
6308 2004-06-06 Richard M. Stallman <rms@gnu.org>
6309
6310 * isearch.el (isearch-mode-map): Undo previous change.
6311
6312 2004-06-05 Juri Linkov <juri@jurta.org>
6313
6314 * bindings.el (debug-ignored-errors): Add regexps for history
6315 related messages. Remove $ from "No further undo information".
6316 Move Ediff's messages to ediff.el.
6317
6318 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6319
6320 * cus-edit.el (custom-display): Add `min-colors'.
6321
6322 * custom.el (defface): Add `supports' to docstring.
6323
6324 * help-fns.el (help-argument-name): Add :group 'help.
6325
6326 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6327
6328 * find-dired.el (find-ls-subdir-switches): New user option.
6329 (find-dired): No longer call `abbreviate-file-name' on DIR.
6330 Set `dired-subdir-switches' buffer-locally.
6331
6332 * locate.el: Merge the two `Commentary' sections.
6333 (locate-ls-subdir-switches): New user option.
6334 (locate): Update for other changes.
6335 (locate-mode-map): Restore Dired binding for mouse-2.
6336 Bind `locate-mouse-view-file' to M-mouse-2.
6337 Bind `l' to `locate-do-redisplay'.
6338 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6339 (locate-mouse-view-file, locate-tags, locate-find-directory):
6340 Print message if used outside main listing.
6341 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6342 Various changes to support inserted subdirectories.
6343 (locate-insert-header): Change header of *Locate* buffer.
6344
6345 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6346 Change interactive default switches.
6347 (dired-rename-subdir-2): Update `dired-switches-alist'.
6348 (dired-insert-subdir, dired-kill-subdir):
6349 Handle `dired-switches-alist'. Do not mark buffer modified.
6350 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6351 (dired-insert-subdir-doinsert): Omit messages.
6352 Handle `dired-subdir-switches'.
6353 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6354
6355 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6356 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6357 subdirs if -R switch is used for a subdir.
6358 (dired-mode): Set `dired-switches-alist'.
6359 (dired-build-subdir-alist): Only print number of directories in
6360 echo area when invoked interactively.
6361
6362 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6363
6364 * dired-x.el (dired-omit-mode): Rename from
6365 dired-omit-files-p. Use define-minor-mode to define it.
6366 (dired-omit-files-p): Add as alias for dired-omit-mode.
6367 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6368 dired-mark-omitted.
6369 (dired-mark-omitted): Add. Bind to M-O.
6370
6371 2004-06-05 Kenichi Handa <handa@m17n.org>
6372
6373 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6374
6375 2004-06-05 Juanma Barranquero <lektu@terra.es>
6376
6377 * help-fns.el (help-argument-name): Reintroduce face.
6378 (help-default-arg-highlight): Use it, now that
6379 `face-differs-from-default-p' can be trusted.
6380
6381 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6382
6383 * textmodes/table.el: Sentence commands added to Point Motion
6384 group; kill and backward-kill commands added to Extraction group.
6385
6386 2004-06-04 Mario Lang <mlang@delysid.org>
6387
6388 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
6389 systems appear to use mW, make the code handle this. Fix a
6390 division-by-zero bug while at it, and handle kernels with
6391 a slightly different layout in /proc/acpi.
6392
6393 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6394
6395 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
6396 because the latter is a CL-ism. This fixes the bug reported by
6397 Shawn Boyette <mdxi@collapsar.net> in
6398 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6399
6400 2004-06-04 Miles Bader <miles@gnu.org>
6401
6402 * faces.el (display-supports-face-attributes-p): Function moved to
6403 C code. Previously only the tty-related portion of this function
6404 was done in C; however the previous attempt to do a halfway-proper
6405 job for non-tty displays in lisp didn't work properly because of
6406 funny conditions during Emacs startup.
6407 (face-differs-from-default-p): Simplify, now that
6408 display-supports-face-attributes-p works properly on all display
6409 types. Remove :stipple from comparison; it doesn't really work
6410 in emacs anyway.
6411
6412 2004-06-04 Miles Bader <miles@gnu.org>
6413
6414 * faces.el (face-differs-from-default-p): Use a different
6415 implementation, so we can really check whether FACE displays
6416 differently or not.
6417
6418 2004-06-04 Miles Bader <miles@gnu.org>
6419
6420 * faces.el (display-supports-face-attributes-p): Implement a
6421 `different from default' check for non-tty displays.
6422
6423 2004-06-03 David Kastrup <dak@gnu.org>
6424
6425 * woman.el (woman-mapcan): More concise code.
6426 (woman-topic-all-completions, woman-topic-all-completions-1)
6427 (woman-topic-all-completions-merge): Replace by a simpler and
6428 much faster implementation based on O(n log n) sort/merge instead
6429 of the old O(n^2) behavior.
6430
6431 2004-06-03 Miles Bader <miles@gnu.org>
6432
6433 * subr.el (read-number): Use canonical format for default in prompt.
6434
6435 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6436 Add regexp for " [...]" style defaults.
6437
6438 2004-06-02 Romain Francoise <romain@orebokech.com>
6439
6440 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6441 groups: if the user asks for a hidden buffer, open the
6442 corresponding filter group to expose it.
6443
6444 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6445 `ibuffer-jump-to-buffer'.
6446 (ibuffer-jump-offer-only-visible-buffers): New user option.
6447
6448 2004-06-02 Juanma Barranquero <lektu@terra.es>
6449
6450 * faces.el (frame-update-faces): Add empty docstring so the one
6451 for `ignore' doesn't show through.
6452
6453 * subr.el (process-kill-without-query): Remove spurious "\n" on
6454 obsolescence string.
6455 (focus-frame, unfocus-frame): Add obsolescence declaration and
6456 empty docstring.
6457
6458 * international/mule.el (register-char-codings): Make alias for
6459 `ignore'. Move docstring to obsolescence info and remove redundancy.
6460
6461 2004-06-02 Kim F. Storm <storm@cua.dk>
6462
6463 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6464 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6465
6466 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * comint.el (comint-replace-by-expanded-history-before-point):
6469 Obey `start' as the docstring says.
6470 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6471 (comint-update-fence): Prevent font-lock from running unnecessarily.
6472 (comint-dynamic-list-completions): Use with-current-buffer.
6473
6474 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6475
6476 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6477 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6478 (bibtex-entry-update): Handle alternatives and optional fields.
6479 (bibtex-parse-entry): Bugfix, handle empty key.
6480
6481 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6484
6485 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6486
6487 * desktop.el (desktop-save): Don't save minor modes without a
6488 known mode initialization function.
6489
6490 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6491
6492 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6493
6494 * autorevert.el: Update `Commentary' section.
6495
6496 2004-05-30 Juanma Barranquero <lektu@terra.es>
6497
6498 * dos-fns.el (convert-standard-filename):
6499 * files.el (convert-standard-filename):
6500 * w32-fns.el (convert-standard-filename):
6501 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6502
6503 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6504
6505 Sync with Tramp.
6506
6507 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6508 (tramp-let-maybe): Move to an earlier spot in the file.
6509 Patch by Andreas Schwab.
6510
6511 2004-05-30 Andreas Schwab <schwab@suse.de>
6512
6513 * dired.el (dired-get-filename): Don't use dired-re-dot.
6514
6515 2004-05-30 Richard M. Stallman <rms@gnu.org>
6516
6517 * files.el (find-file): Doc fix.
6518
6519 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6520
6521 2004-05-30 Nick Roberts <nickrob@gnu.org>
6522
6523 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6524 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6525 modeline of the locals buffer.
6526 (gdb-goto-breakpoint): Handle gdbmi.
6527 (gdb-get-frame-number): Change for gdbmi.
6528
6529 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * files.el (file-remote-p): Apply file name handler for operation
6532 `file-remote-p'. It isn't a property any longer.
6533 (file-relative-name): `fh' and `fd' get the required value via
6534 `find-file-name-handler' already.
6535
6536 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6537 (top): Remove setting of `file-remote-p' property for
6538 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6539
6540 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6541
6542 Version 2.0.41 of Tramp released.
6543
6544 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6545 Throw away if process has died.
6546 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6547 (tramp-out-of-band-prompt-regexp): Rename to
6548 `tramp-process-alive-regexp', because its usage is widen.
6549 (tramp-actions-copy-out-of-band): Apply it.
6550 (tramp-actions-before-shell, tramp-multi-actions):
6551 Add `tramp-action-process-alive' action.
6552 (tramp-action-process-alive): New defun.
6553 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6554 Add entry for `file-remote-p'.
6555 (tramp-handle-file-remote-p): New defun.
6556 (top): Remove setting of `file-remote-p'. Don't set
6557 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6558
6559 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6560 `file-remote-p'.
6561
6562 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6563 counted for (last) line. [They should or they shouldn't? --Stef]
6564 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6565
6566 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6567
6568 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6569 not really necessary but seems to keep the shell history smaller
6570 in some cases. It is no substitute for setting HISTFILE and
6571 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6572 though. Suggested by Luc Teirlinck.
6573 (tramp-open-connection-setup-interactive-shell): Export variables
6574 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6575 (tramp-set-process-query-on-exit-flag): New compat function.
6576 (tramp-open-connection-multi, tramp-open-connection-su)
6577 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6578 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6579 (tramp-let-maybe): New macro, let-binds a variable only if it
6580 isn't obsolete.
6581 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6582 (tramp-handle-file-truename): Use it.
6583 (tramp-completion-file-name-regexp-unified): Avoid matching
6584 filenames starting with "/:" -- those are reserved for
6585 file-name-non-special.
6586
6587 * tramp-smb.el (tramp-smb-open-connection):
6588 Use tramp-set-process-query-on-exit-flag compat function.
6589
6590 2004-05-29 Richard M. Stallman <rms@gnu.org>
6591
6592 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6593
6594 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6595 (eval-last-sexp-print-value): Print char equivalent regardless
6596 of standard-output value.
6597
6598 * thumbs.el (thumbs-subst-char-in-string): Delete.
6599 (thumbs-thumbname): Use subst-char-in-string.
6600 (thumbs-resize-image): Use condition-case, not ignore-errors.
6601 (thumbs-kill-buffer): Likewise.
6602
6603 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6604 (thumbs-mode): Make buffer read-only.
6605 (thumbs-make-thumb): Unconditionally accept an existing file.
6606 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6607 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6608 (thumbs-show-thumbs-list): Error if images not supported.
6609 (thumbs-save-current-image): Improve prompt string.
6610 (thumbs-mode-map): Define u, R, x.
6611 (thumbs-unmark): New command.
6612 (thumbs-emboss-image): Minor cleanup.
6613 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6614 (thumbs-rename-images): New command.
6615 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6616
6617 * thumbs.el (thumbs-current-image): New function.
6618 (thumbs-file-list, thumbs-file-alist): New functions.
6619 (thumbs-find-image): Delete arg L.
6620 Don't set up thumbs-fileL as buffer-local global var.
6621 (thumbs-find-image-at-point): Use thumbs-current-image.
6622 (thumbs-set-image-at-point-to-root-window): Likewise.
6623 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6624 Record and warn about errors. Update thumbs-markedL for deletions.
6625 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6626 (thumbs-redraw-buffer): Use thumbs-file-list.
6627 (thumbs-mark): Use thumbs-current-image.
6628 (thumbs-show-name): Use thumbs-current-image.
6629
6630 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6631 and imenu--last-menubar-index-alist.
6632
6633 * subr.el (with-selected-window): Undo previous change.
6634
6635 2004-05-29 John Paul Wallington <jpw@gnu.org>
6636
6637 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6638 (thumbs-mouse-find-image): New command.
6639 (thumbs-mode-map): Bind it to mouse-2.
6640 (thumbs-mode): Make mode-class special.
6641 (thumbs-view-image-mode): Likewise.
6642
6643 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6644
6645 * flymake.el: New file.
6646
6647 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6648
6649 * files.el (find-file-noselect-1): Do not bind
6650 `inhibit-read-only' to t during execution of
6651 `find-file-not-found-functions'.
6652
6653 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6656 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6657
6658 2004-05-28 Juri Linkov <juri@jurta.org>
6659
6660 * simple.el (eval-expression-print-format): New fun.
6661
6662 * simple.el (eval-expression):
6663 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6664 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6665 (edebug-eval-expression): Print additionally the value returned by
6666 `eval-expression-print-format'.
6667
6668 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6669 (insert-pair): Make arguments optional. Find character pair
6670 from `insert-pair-alist' according to the last input event.
6671 (insert-parentheses): Make arguments optional.
6672 (raise-sexp, delete-pair): New funs.
6673
6674 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6675 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6676 Bind C-M-q to `indent-pp-sexp'.
6677
6678 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6679 `pp-to-string' modified to be able to format text with newlines.
6680 (pp-to-string): Move the buffer-formatting part of the code to
6681 `pp-buffer'. Call `pp-buffer'.
6682
6683 * info.el (Info-desktop-buffer-misc-data): Don't save information
6684 about virtual files.
6685 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6686 buffers with names obtained from the desktop file instead of the
6687 default *info* buffer.
6688
6689 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * subr.el (with-selected-window): Only save/restore the selected
6692 window.
6693
6694 * progmodes/compile.el (compilation-error-regexp-alist):
6695 Use expand-file-name and data-directory.
6696
6697 * progmodes/grep.el (grep-tree): Rework previous fix.
6698
6699 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6700 after the user marked text with the mouse.
6701
6702 * startup.el (command-line): Keep the first regexp of
6703 auto-save-file-name-transforms intact.
6704
6705 2004-05-28 Juanma Barranquero <lektu@terra.es>
6706
6707 * cus-edit.el (customize-face, customize-face-other-window)
6708 (custom-face-edit-delete): Make arguments match their use in
6709 docstring.
6710 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6711 docstring.
6712
6713 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6714 not `cvs-butlast'.
6715
6716 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6717 `nbutlast' are in subr.el).
6718
6719 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6720 (set-w32-system-coding-system): Doc fixes.
6721
6722 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6723 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6724 Make arguments match their use in docstring.
6725 (artist-draw-region-trim-line-endings)
6726 (artist-mouse-choose-operation): Fix typo in docstring.
6727 (artist-key-set-point-common): Doc fix.
6728
6729 2004-05-28 Simon Josefsson <jas@extundo.com>
6730
6731 * mail/smtpmail.el (smtpmail-open-stream):
6732 Bind starttls-extra-arguments too, if starttls.el uses GnuTLS.
6733
6734 2004-05-26 Simon Josefsson <jas@extundo.com>
6735
6736 * starttls.el: Merge with my GnuTLS based starttls.el.
6737 (starttls-gnutls-program, starttls-use-gnutls)
6738 (starttls-extra-arguments, starttls-process-connection-type)
6739 (starttls-connect, starttls-failure, starttls-success): New variables.
6740 (starttls-program, starttls-extra-args): Doc fix.
6741 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6742 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6743 and pass on to corresponding *-gnutls function if it is set.
6744
6745 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6746
6747 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6748 remote files.
6749
6750 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6751
6752 * files.el (file-name-non-special): There are more operations
6753 which need handling: `find-backup-file-name',
6754 `insert-file-contents', `verify-visited-file-modtime',
6755 `write-region'. Rename t value of method to `add'. Add new
6756 methods `quote' and `unquote-then-quote' to file-arg-indices.
6757
6758 2004-05-25 Juri Linkov <juri@jurta.org>
6759
6760 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6761 (Info-index-nodes): Enclose code in condition-case to catch errors.
6762 (Info-index-node): Don't search all index nodes if request is only
6763 for the current node and file is not in the cache of index nodes.
6764 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6765 for consistency with dired-copy-filename-as-kill.
6766 Bind `S' to Info-search-case-sensitively.
6767 (Info-copy-current-node-name): New arg. With zero prefix arg put
6768 the name inside a function call to `info'. Display copied text in
6769 the echo area.
6770
6771 2004-05-25 Sam Steingold <sds@gnu.org>
6772
6773 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6774 strip the package prefix from the symbol name, if any.
6775 Make it the `find-tag-default-function' for `lisp-mode'.
6776
6777 2004-05-25 John Paul Wallington <jpw@gnu.org>
6778
6779 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6780 instead of obsolete `process-kill-without-query'.
6781
6782 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6783 Declare as variable, not constant.
6784
6785 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6786
6787 * files.el (find-file-noselect-1): Fix bug introduced by
6788 Revision 1.694. As a side effect, `inhibit-read-only'
6789 is again, by default, t during execution of
6790 `find-file-not-found-functions'.
6791 (insert-directory): Check that lines were really inserted by
6792 the --dired switch, before erasing them.
6793
6794 2004-05-24 Nick Roberts <nickrob@gnu.org>
6795
6796 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6797 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6798 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6799 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6800 gud-minor-mode (gdbmi).
6801
6802 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6803
6804 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6805 explicitly select the text to be taken as URL.
6806
6807 2004-05-23 Juri Linkov <juri@jurta.org>
6808
6809 * info.el (Info-index-nodes): New var and fun.
6810 (Info-goto-index, Info-index, info-apropos)
6811 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6812 (Info-index): Fix docstring. Store and restore Info-history-list.
6813 (Info-complete-nodes): New var.
6814 (Info-complete-menu-item): Use it.
6815 (Info-index-node): New fun.
6816 (Info-final-node, Info-forward-node, Info-backward-node)
6817 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6818 Use Info-index-node.
6819 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6820 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6821 (Info-find-node-2): If a node with period in its name not found,
6822 try to find a node without the name part after period.
6823 (Info-select-node): Call Info-fontify-node only if
6824 Info-fontify-maximum-menu-size is not nil.
6825 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6826 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6827 Preserve Info-history-list.
6828 (Info-toc): Set Info-current-file.
6829 (Info-build-toc): Move point to the beginning of the buffer.
6830 Add main-file variable.
6831 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6832 Use backslashed representation of the control character ^_.
6833
6834 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6835 numbers in the new Texinfo 4.7 format.
6836
6837 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6838 regexps for function and variable names.
6839
6840 * descr-text.el (describe-property-list): Add [show] button for
6841 `syntax-table' property with action to pp to a separate buffer.
6842 (describe-char): Replace search-forward by re-search-forward with
6843 whitespace regexp after "character:" to not fail in too narrow windows.
6844
6845 * simple.el (next-error-find-buffer): Add a rule to return
6846 next-error capable buffer if one window on the selected frame
6847 displays such buffer.
6848
6849 2004-05-23 Nick Roberts <nickrob@gnu.org>
6850
6851 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6852 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6853 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6854 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6855 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6856 Handle new value for gud-minor-mode (gdbmi).
6857 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6858 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6859 Change from local to global gdb variable set.
6860 (gdb-ann3): Initialize above gdb variable set.
6861 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6862 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6863 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6864 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6865 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6866 (gdb-info-locals-handler, gdb-invalidate-assembler)
6867 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6868 set as global variables.
6869 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6870 Handle gdbmi.
6871 (gdb-info-breakpoints-custom): Fix regexp.
6872 (def-gdb-var): Delete.
6873
6874 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6875 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6876 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6877 a new mode. The file (gdb-mi.el) for this mode will be included
6878 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6879 primary interface.
6880
6881 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6882
6883 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6884 interpreted as a directory.
6885
6886 2004-05-22 Richard M. Stallman <rms@gnu.org>
6887
6888 * textmodes/paragraphs.el (sentence-end): Match Unicode curly quotes
6889 as a close quote.
6890
6891 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6892
6893 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6894 Use assoc-string, not assoc-ignore-case.
6895
6896 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6897
6898 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6899 If moving back then fwd gets a defun that ends before point,
6900 try again moving fwd then back.
6901
6902 * files.el (file-name-non-special): Allow t in file-arg-indices
6903 to mean requote the return value. Use `identity' as an element
6904 rather than as the whole value.
6905
6906 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6907
6908 2004-05-22 Juanma Barranquero <lektu@terra.es>
6909
6910 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6911 `help-make-usage'.
6912 (help-highlight-arguments): Skip function name before searching
6913 for arguments.
6914
6915 2004-05-21 Juanma Barranquero <lektu@terra.es>
6916
6917 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6918 Don't mention in the docstring these arguments meant for
6919 internal (recursive) use only.
6920 (allout-char-spec): Comment out (it's not implemented).
6921 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6922 obsolescence declaration.
6923 (allout-flatten-exposed-to-buffer)
6924 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6925 (my-mark-marker): Doc fix.
6926 (produce-allout-mode-map, allout-sibling-index)
6927 (allout-isearch-expose, allout-distinctive-bullet)
6928 (allout-open-topic, allout-reindent-body)
6929 (allout-rebullet-heading, allout-process-exposed)
6930 (allout-insert-listified, allout-latex-verb-quote)
6931 (allout-insert-latex-header, allout-insert-latex-trailer):
6932 Make arguments match their use in docstring.
6933 (allout-primary-bullet, allout-old-style-prefixes)
6934 (allout-inhibit-protection, allout-init, allout-mode)
6935 (allout-before-change-protect, allout-flag-region):
6936 Use "Emacs" instead of "emacs" in docstrings.
6937
6938 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6939
6940 * international/characters.el: Modify syntax of more characters.
6941
6942 2004-05-21 Masatake YAMATO <jet@gyve.org>
6943
6944 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6945 (etags-tags-completion-table): Show parsing progress.
6946
6947 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6948
6949 * locate.el (locate-prompt-for-command): Shorten first line of
6950 docstring.
6951 (locate-mode): Expand docstring and include keymap summary.
6952
6953 * files.el (find-file-noselect-1): Limit the scope of the
6954 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6955 is, by default, nil during the execution of
6956 `find-file-not-found-functions' and `find-file-hook'.
6957
6958 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6959
6960 * facemenu.el (facemenu-color-name-equal): New function.
6961 (list-colors-display): Use it to compare colors instead of
6962 facemenu-color-equal.
6963
6964 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6965
6966 * compare-w.el (compare-windows-face): Use min-colors instead of
6967 checking for tty or pc types.
6968
6969 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6972 (completion-setup-function): Use with-current-buffer.
6973 Properly save excursion. Simplify.
6974 Don't assume there is necessarily a `mouse-face' property somewhere.
6975
6976 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6977
6978 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6979
6980 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6981 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6982 Use with-current-buffer.
6983 (byte-goto-log-buffer): Delete.
6984 (byte-compile-log-file): Call compilation-forget-errors.
6985
6986 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com>
6987
6988 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6989 output messages into the search result.
6990
6991 2004-05-19 Masatake YAMATO <jet@gyve.org>
6992
6993 * wid-edit.el (widget-radio-button-notify): Revert my last
6994 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6995
6996 2004-05-19 Kenichi Handa <handa@m17n.org>
6997
6998 * international/characters.el: Fix syntax (open/close) of CJK chars.
6999
7000 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu>
7001
7002 * help-mode.el (help-go-back): Don't depend on position of back button.
7003
7004 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7007 files don't contain an accidental additional /.
7008
7009 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7010 in source buffer.
7011
7012 2004-05-18 Masatake YAMATO <jet@gyve.org>
7013
7014 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7015 to widget-apply. :action method assumes 2 arguments, not 3.
7016
7017 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7018
7019 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7020 New constants.
7021 (hs-special-modes-alist): Add an f90-mode entry.
7022
7023 2004-05-17 Sam Steingold <sds@gnu.org>
7024
7025 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7026 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7027
7028 2004-05-16 Kim F. Storm <storm@cua.dk>
7029
7030 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7031
7032 2004-05-15 John Wiegley <johnw@newartisans.com>
7033
7034 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7035 (eshell-output-object-to-target): Improve output speed 20% by not
7036 calling `eshell-stringify' if something is already known to be a
7037 string.
7038
7039 2004-05-15 Alex Ott <ott@jet.msk.su>
7040
7041 * textmodes/ispell.el (ispell-local-dictionary-alist):
7042 Add windows-1251 to the choice of coding systems.
7043 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7044 encoded in cp1251.
7045
7046 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7047
7048 * progmodes/compile.el (compilation-warning-face)
7049 (compilation-info-face): Use min-colors.
7050
7051 2004-05-15 Jan Djärv <jan.h.d@swipnet.se>
7052
7053 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7054 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7055 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7056 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7057 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7058 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7059 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7060 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7061 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7062 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7063 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7064 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7065 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7066 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7067
7068 2004-05-15 Kim F. Storm <storm@cua.dk>
7069
7070 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7071 Use it to set triggered-p element of timer.
7072 (timer-event-handler): Set triggered-p element non-nil while running
7073 the timer function.
7074
7075 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * descr-text.el (describe-char-unicode-data)
7078 (describe-char-unicodedata-file): Re-enable the Unicode code now that
7079 the licensing issues have been cleared in the unicode-4 license.
7080 (describe-text-properties-1): Remove unused `overlay' var.
7081 (describe-char): Remove unused var `buffer'.
7082
7083 2004-05-14 David Ponce <david@dponce.com>
7084
7085 * tree-widget.el: New file.
7086
7087 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
7088
7089 * language/european.el ("Brazilian Portuguese"): Add support for
7090 Brazilian Portuguese.
7091
7092 2004-05-13 John Wiegley <johnw@newartisans.com>
7093
7094 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7095 `recentf-mode' if this variable has been customized to t.
7096
7097 * eshell/esh-test.el (eshell-test): Call the function
7098 `emacs-version' rather than trying to build a custom version string.
7099
7100 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * net/telnet.el (telnet-mode): Use define-derived-mode.
7103 Don't modify the global value of comint-prompt-regexp.
7104
7105 2004-05-13 John Paul Wallington <jpw@gnu.org>
7106
7107 * version.el (emacs-version): Check for `gtk' feature before
7108 `x-toolkit' feature.
7109
7110 2004-05-13 Juanma Barranquero <lektu@terra.es>
7111
7112 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7113 arguments in the docstring, they're used only in recursive calls.
7114
7115 * help-fns.el (help-arg-highlighting-function)
7116 (help-argument-name): Delete.
7117 (help-default-arg-highlight): New function.
7118 (help-do-arg-highlighting): Use it.
7119
7120 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7121
7122 * calendar/appt.el (appt-disp-window):
7123 Use `calendar-set-mode-line' for a centered mode-line.
7124
7125 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com>
7126
7127 * calendar/appt.el (appt-disp-window): Do not split window
7128 excessively when `split-height-threshold' is low.
7129
7130 2004-05-12 Nick Roberts <nickrob@gnu.org>
7131
7132 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7133 kill-buffer-hook here and make it local.
7134 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7135
7136 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7137
7138 * progmodes/compile.el (compilation-set-window-height):
7139 Use save-excursion to protect against misplaced marker.
7140
7141 2004-05-12 Jan Djärv <jan.h.d@swipnet.se>
7142
7143 * custom.el (defface): Document that type can have value gtk.
7144
7145 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7146
7147 2004-05-12 Kenichi Handa <handa@m17n.org>
7148
7149 * descr-text.el: Require quail at compile time.
7150 (describe-char): If an input method is on and it supports the
7151 character, show how to input it.
7152
7153 * international/quail.el (quail-install-decode-map): Accept a
7154 char-table whose subtype is `quail-decode-map'.
7155 (quail-store-decode-map-key, quail-gen-decode-map1)
7156 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7157 (quail-show-key): New functions.
7158
7159 2004-05-12 Juanma Barranquero <lektu@terra.es>
7160
7161 * generic.el (define-generic-mode): Remove redundant arglist info.
7162
7163 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7164 Make arguments match their use in docstring.
7165 (help-arg-highlighting-function): New variable.
7166 (help-argument-name): Mention it in the docstring.
7167 (help-do-arg-highlight): Use it. Expand regexp to accept also
7168 ARG-xxx and xxx-ARG references.
7169
7170 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7171
7172 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7173 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7174 and "mailto:addr1?to=addr2" equal.
7175
7176 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7177
7178 * man.el (Man-getpage-in-background): Use shell-file-name
7179 and shell-command-switch variables instead of hard-coded values.
7180
7181 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7182
7183 * iimage.el: New file.
7184
7185 2004-05-11 Juanma Barranquero <lektu@terra.es>
7186
7187 * custom.el (custom-initialize-default, defcustom):
7188 Fix typo in docstring.
7189
7190 * files.el (set-visited-file-name, file-expand-wildcards):
7191 Fix docstring.
7192
7193 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7196
7197 * subr.el (eventp): Be more discriminating with integers.
7198
7199 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7200
7201 * progmodes/compile.el (compile): Add universal prefix arg.
7202 (compilation-error-regexp-alist-alist): Add edg patterns.
7203
7204 2004-05-10 Sam Steingold <sds@gnu.org>
7205
7206 * textmodes/ispell.el (ispell-message):
7207 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7208
7209 2004-05-10 Dave Love <fx@gnu.org>
7210
7211 * progmodes/python.el (help-buffer): Autoload when compiling.
7212 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7213 (run-python): Prepend to any existing PYTHONPATH.
7214
7215 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7216
7217 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7218 for pending breakpoints.
7219
7220 2004-05-10 Richard M. Stallman <rms@gnu.org>
7221
7222 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7223 directly without calling any functions in Rmail.
7224 (unrmail-unprune): Function deleted.
7225
7226 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7229 C-c C-z binding.
7230
7231 2004-05-10 Kenichi Handa <handa@m17n.org>
7232
7233 * descr-text.el (describe-char): Fix previous change. Don't make
7234 a unibyte character to multibyte in the *Help* buffer.
7235
7236 2004-05-10 Miles Bader <miles@gnu.org>
7237
7238 * progmodes/gud.el (gud-common-init): Only consider an existing
7239 buffer an error if the debugger process is actually running.
7240
7241 2004-05-10 Juanma Barranquero <lektu@terra.es>
7242
7243 * help-fns.el (help-argument-name): Default to italic.
7244 (help-highlight-arguments): Return always (usage . doc), even when
7245 usage is nil.
7246
7247 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7248 (define-ibuffer-filter): Add usage info.
7249 (define-ibuffer-op): Add usage info (but CL-style defaults for
7250 keyword args are not shown).
7251
7252 * subr.el (remove-overlays, read-passwd): Fix docstring.
7253 (start-process-shell-command): Fix docstring. Put usage info in a
7254 format usable by `describe-function'.
7255 (open-network-stream, open-network-stream-nowait)
7256 (open-network-stream-server): Fix docstring.
7257
7258 2004-05-09 Jason Rumney <jasonr@gnu.org>
7259
7260 * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
7261 Only define cp125* if windows-125* is already defined.
7262
7263 * language/korean.el (cp949): Add alias.
7264
7265 * language/chinese.el (cp936, cp950): Add aliases.
7266
7267 * language/japanese.el (cp932): Add alias.
7268
7269 * term/w32-win.el: Require code-pages.
7270
7271 * international/mule-cmds.el (set-locale-environment):
7272 On MS-Windows use ansi code-page for default coding-systems.
7273 Set up paper sizes for Windows 3 letter languages.
7274
7275 * international/code-pages.el (cp932, cp936, cp949, cp950):
7276 Add aliases. Also add cp125* if not already defined.
7277
7278 2004-05-09 Juanma Barranquero <lektu@terra.es>
7279
7280 * help-fns.el (help-highlight-arguments): Don't try to highlight
7281 missing or autoloaded arglists. Accept structured arguments, like
7282 the first ones of `do' and `flet'.
7283
7284 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7285 (cvs-get-marked): Remove redundant arglist info.
7286
7287 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7288 Don't use CL-style default args.
7289
7290 2004-05-08 Andreas Schwab <schwab@suse.de>
7291
7292 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7293
7294 * international/subst-ksc.el: Fix references to utf-translate-cjk
7295 into utf-translate-cjk-mode.
7296 * international/subst-big5.el: Likewise.
7297 * international/subst-gb2312.el: Likewise.
7298 * international/subst-jis.el: Likewise.
7299 * international/utf-16.el: Likewise.
7300 * international/utf-8.el: Likewise.
7301
7302 2004-05-08 John Wiegley <johnw@newartisans.com>
7303
7304 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7305 "virtual buffers" (off by default), which makes it possible to
7306 switch to the "virtual" buffers of recently visited files. When a
7307 buffer name search fails, and this option is on, iswitchb will
7308 look at the list of recently visited files, and permit matching
7309 against those names. When the user hits RET on a match, it will
7310 revisit that file.
7311 (iswitchb-read-buffer): Add two optional arguments, which makes
7312 isearchb.el possible.
7313 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7314 (iswitchb-next-match): Add support for virtual buffers.
7315
7316 * isearchb.el: This module extends iswitchb to provide "as you
7317 type" buffer selection.
7318
7319 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7320 Ignore the read-only property when flyspell highlighting is on.
7321 Not ignoring it leads to a series of confusing errors.
7322 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7323 but also make sure to call flyspell-incorrect-hook.
7324 (flyspell-maybe-correct-transposition): Perform transposition test
7325 by bit twiddling a string, rather than using a temp buffer.
7326 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7327 buffer. This is also the original version of the code, which
7328 could not be checked in before due to a previous lack of
7329 assignment papers. This version has seen heavy usage on my system
7330 for several years now.
7331
7332 * calendar/cal-bahai.el: New file, which adds support for the
7333 Baha'i calendar to Emacs. This calendar is based on a solar year
7334 of 19 months of 19 days, with 4 intercalary days. Each year
7335 begins on March 21, with the calendar starting in 1844.
7336
7337 * calendar/cal-menu.el, calendar/calendar.el
7338 * calendar/diary-lib.el, calendar/holidays.el:
7339 Added support for using cal-bahai.el.
7340
7341 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7342 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7343 function can be used outside of eshell buffers.
7344 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7345
7346 2004-05-08 Juanma Barranquero <lektu@terra.es>
7347
7348 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7349 word constituent so FOO-ARG is not recognized as an arg.
7350 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7351
7352 * simple.el (next-error): Fix typo in docstring.
7353 (open-line): Make argument names match their use in docstring.
7354 (split-line): Fix docstring.
7355
7356 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7357 usable by `describe-function'.
7358 (gensym, gentemp, typep, ignore-errors): Make argument names match
7359 their use in docstring.
7360
7361 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7362 argument to `help-setup-xref'.
7363
7364 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7365
7366 Version 2.0.40 of Tramp released.
7367
7368 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7369 Use symbol-function to invoke functions only known on some Emacs
7370 flavors. This avoids byte-compiler warnings. Reported by Kevin
7371 Scaldeferri <kevin@scaldeferri.com>.
7372 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7373 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7374 consistent with the other tramp-do-* functions.
7375 (tramp-do-copy-or-rename-file): Calls adjusted.
7376 (tramp-process-initial-commands): Avoid liveness check on shell --
7377 we know that it must be alive since we're opening a connection at
7378 this moment.
7379 (tramp-last-cmd): New internal variable.
7380 (tramp-process-echoes): New tunable.
7381 (tramp-send-command): Set tramp-last-cmd.
7382 (tramp-wait-for-output): Delete echo, if applicable.
7383 (tramp-read-passwd): Construct the key for the password cache in a
7384 way that works for multi methods, too.
7385 (tramp-bug): Add backup-directory-alist and
7386 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7387
7388 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7391
7392 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7393 (tramp-actions-copy-out-of-band): New defcustoms.
7394 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7395 used instead of a synchronous one. Allows password entering.
7396 (tramp-action-out-of-band): New defun.
7397 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7398 Remove restriction with password from doc string.
7399 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7400 `tramp-out-of-band-prompt-regexp',
7401 `tramp-actions-copy-out-of-band', `password-cache' and
7402 `password-cache-expiry'.
7403 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7404 password caching.
7405 (tramp-touch): FILE can be a local file, too.
7406 (TODO): Remove items done.
7407 (tramp-handle-insert-directory): Properly quote file name also if
7408 not full-directory-p. Handle wildcard case. Reported by Andreas
7409 Schwab <schwab@suse.de>.
7410 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7411 new file.
7412 (tramp-handle-file-local-copy, tramp-handle-write-region):
7413 The permissions of the temporary file are set if filename exists.
7414 Reported by Ted Stern <stern@cray.com>.
7415 (tramp-backup-directory-alist)
7416 (tramp-bkup-backup-directory-info): New defcustoms.
7417 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7418 (tramp-handle-find-backup-file-name): New function.
7419 Implements Tramp's find-backup-file-name.
7420
7421 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7422 for `find-backup-file-name'.
7423
7424 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7425 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
7426
7427 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7428
7429 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7430
7431 2004-05-07 Juanma Barranquero <lektu@terra.es>
7432
7433 * subr.el (lambda): Add arglist description to docstring.
7434 (declare): Fix typo in docstring.
7435 (open-network-stream): Fix docstring.
7436 (process-kill-without-query): Fix docstring and add obsolescence info.
7437 (last, butlast, nbutlast): Make arguments match their use in docstring.
7438 (insert-buffer-substring-no-properties): Likewise.
7439 (insert-buffer-substring-as-yank): Likewise.
7440 (split-string): Fix docstring.
7441
7442 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7443 Make argument names match their use in docstring.
7444
7445 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7446
7447 2004-05-06 Nick Roberts <nickrob@gnu.org>
7448
7449 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7450 Fit first sentence on one line for apropos-command.
7451
7452 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 Changes largely merged in from Dave Love's code.
7455 * progmodes/python.el: Doc fixes.
7456 (python-mode-map): Add python-complete-symbol.
7457 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7458 (python-comment-indent, python-complete-symbol)
7459 (python-symbol-completions, python-partial-symbol)
7460 (python-try-complete): New.
7461 (python-indent-line): Remove optional arg. Use python-block-end-p.
7462 (python-check): Bind compilation-error-regexp-alist.
7463 (inferior-python-mode): Use rx. Move keybindings to top level.
7464 Set comint-input-filter.
7465 (python-preoutput-filter): Use rx.
7466 (python-input-filter): Re-introduce.
7467 (python-proc): Start new process if necessary.
7468 Check python-buffer non-nil.
7469 (view-return-to-alist): Defvar.
7470 (python-send-receive): New.
7471 (python-eldoc-function): Use it.
7472 (python-mode-running): Don't defvar.
7473 (python-mode): Set comment-indent-function.
7474 Maybe update hippie-expand-try-functions-list.
7475 (python-indentation-levels): Initialize differently.
7476 (python-block-end-p): New.
7477 (python-indent-line): Use it.
7478 (python-compilation-regexp-alist): Augment.
7479 (run-python): Import `emacs' module to Python rather than loading
7480 code directly. Set python-buffer differently.
7481 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7482 Use python-proc.
7483 (python-send-command): Go to end of comint buffer.
7484 (python-load-file): Use python-proc, emacs.eimport.
7485 (python-describe-symbol): Simplify interactive form.
7486 Use emacs.help. Do use temp-buffer-show-hook.
7487 Call print-help-return-message.
7488 (hippie-exp): Require when compiling.
7489 (python-preoutput-continuation): Use rx.
7490
7491 * diff-mode.el (diff-make-unified): Fix regexp.
7492
7493 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7494
7495 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7496 filter groups from the buffer when rebuilding the Ibuffer buffer
7497 and `ibuffer-show-empty-filter-groups' is nil.
7498
7499 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7500
7501 * ps-print.el (ps-print-quote): Call ps-value-string.
7502 (ps-setup): Call ps-comment-string.
7503 (ps-value-string, ps-comment-string): New funs.
7504
7505 2004-05-06 Juanma Barranquero <lektu@terra.es>
7506
7507 * ehelp.el (electric-help-command-loop): Check whether the last
7508 character is visible, not (point-max).
7509
7510 * help-fns.el (help-argument-name): Default to bold; don't inherit
7511 from font-lock-variable-name-face.
7512 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7513
7514 2004-05-05 Kenichi Handa <handa@m17n.org>
7515
7516 * descr-text.el (describe-char): Copy the character with text
7517 properties and overlays into the first line, and call
7518 describe-text-properties on it.
7519
7520 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7521
7522 * iswitchb.el (iswitchb-global-map): Fix typo.
7523 Remove unwanted ###autoloads from source file.
7524
7525 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7526
7527 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7528 in run-hooks. Use substitute-command-keys in message.
7529 (wdired-abort-changes): Add message.
7530
7531 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7532
7533 * progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7534 (sql-emacs20-p): Remove.
7535 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
7536 (sql-builtin-face, sql-doc-face): Remove.
7537 (sql-mode-ansi-font-lock-keywords)
7538 (sql-mode-oracle-font-lock-keywords)
7539 (sql-mode-postgres-font-lock-keywords)
7540 (sql-mode-linter-font-lock-keywords)
7541 (sql-mode-ms-font-lock-keywords)
7542 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7543 (sql-product-font-lock): Fix font-lock reset when font rules change.
7544 (sql-highlight-product): Remove incorrect font-lock reset logic.
7545
7546 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7547
7548 * ses.el (ses-set-parameter): Fix typo.
7549
7550 2004-05-04 Kim F. Storm <storm@cua.dk>
7551
7552 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7553 Must expand directory for completion to work; and don't mess with
7554 process-environment.
7555 (ido-read-file-name): If command has ido property, don't use ido
7556 if value is ignore, or read as directory if value is dir.
7557 Set ido ignore property for dired-do-rename command.
7558
7559 2004-05-04 Juanma Barranquero <lektu@terra.es>
7560
7561 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7562 (electric-help-help): Check against unmapped commands.
7563
7564 * help-fns.el (help-argument-name): New face, inheriting from
7565 font-lock-variable-name-face, to highlight function arguments in
7566 `describe-function' and `describe-key'.
7567 (help-do-arg-highlight): Auxiliary function to highlight a given
7568 list of arguments in a string.
7569 (help-highlight-arguments): Highlight the function arguments and
7570 all uses of them in the docstring.
7571 (describe-function-1): Use it. Do docstring output via `insert',
7572 not 'princ', so text attributes are preserved.
7573
7574 * winner.el (winner-mode-map): Move `winner-undo' and
7575 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7576 previous bindings conflict with `prev-buffer', `next-buffer').
7577
7578 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7579
7580 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7581 (bibtex-entry-update): New command bound to C-c C-u.
7582 (bibtex-text-in-string): Fix regexp.
7583 (bibtex-assoc-of-regexp): Remove.
7584 (bibtex-progress-message): Fix docstring.
7585 (bibtex-inside-field): Use if.
7586 (bibtex-assoc-regexp): New function.
7587 (bibtex-format-entry): Make code more robust so that it formats
7588 also old entries.
7589 (bibtex-autokey-demangle-title): Merge with obsolete function
7590 bibtex-assoc-of-regexp.
7591 (bibtex-field-list): New function.
7592 (bibtex-entry): Use bibtex-field-list.
7593 (bibtex-parse-entry): Fix docstring.
7594 (bibtex-print-help-message): Use bibtex-field-list.
7595 (bibtex-make-field): Use bibtex-field-list.
7596 (bibtex-entry-index): Bugfix. Return crossref key if required.
7597 (bibtex-lessp): Fix docstring.
7598
7599 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7600
7601 * select.el (xselect-convert-to-string): Move comment to intended line.
7602
7603 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7604
7605 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7606 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7607
7608 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7609
7610 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7611 x-get-selection.
7612
7613 2004-05-03 Jason Rumney <jasonr@gnu.org>
7614
7615 * makefile.nt: Remove.
7616
7617 2004-05-03 Kim F. Storm <storm@cua.dk>
7618
7619 * emulation/cua-base.el (cua--update-indications): Fix last change.
7620 (cua-mode): Deactivate mark when cua-mode is enabled.
7621
7622 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7623
7624 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7625
7626 2004-05-03 Nick Roberts <nickrob@gnu.org>
7627
7628 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7629 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7630 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7631 window over visible frames.
7632 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7633
7634 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * progmodes/compile.el (compilation-gcpro): New var.
7637 (compilation-fake-loc): Use it.
7638 (compilation-forget-errors): Reset it.
7639
7640 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7641
7642 * diff-mode.el (diff-header-face, diff-file-header-face):
7643 Use min-colors.
7644
7645 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7646
7647 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7648 (bibtex-clean-entry): Disentangle code.
7649 (bibtex-realign): New function.
7650 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7651 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7652 Remove undocumented optional arg called-by-convert-alien.
7653 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7654 for sorting instead of bibtex-sort-buffer.
7655
7656 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7657
7658 * progmodes/compile.el (compilation-start): In the
7659 no-async-subprocesses branch, call sit-for to give redisplay a
7660 chance to show the updated process status in the mode line, and
7661 fontify the buffer explicitly after the process exits.
7662
7663 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * progmodes/python.el (python-compilation-line-number): Remove.
7666 (python-compilation-regexp-alist): Don't use it any more.
7667 (python-orig-start, python-input-filter): Remove.
7668 (inferior-python-mode): Don't set up comint-input-filter-functions.
7669 (python-send-region): Use compilation-fake-loc.
7670
7671 * progmodes/compile.el (compilation-messages-start): New var.
7672 (compilation-mode): Don't setup next-error-function here.
7673 (compilation-setup): Set it up here instead (for minor modes as well).
7674 Make compilation-messages-start buffer local.
7675 (compilation-next-error-function): Use it.
7676 (compilation-forget-errors): Set compilation-messages-start.
7677
7678 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7679
7680 * ielm.el (ielm-prompt-read-only): Update docstring.
7681
7682 * comint.el (comint-prompt-read-only): Update docstring.
7683 (comint-update-fence, comint-kill-whole-line)
7684 (comint-kill-region): New functions.
7685
7686 * simple.el (kill-whole-line): Use "p" instead of "P" in
7687 interactive form.
7688
7689 2004-05-01 Juanma Barranquero <lektu@terra.es>
7690
7691 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7692 format arglist so default values in CL-style argument lists are
7693 correctly shown.
7694
7695 2004-05-01 Jason Rumney <jasonr@gnu.org>
7696
7697 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7698
7699 2004-05-01 Kenichi Handa <handa@m17n.org>
7700
7701 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7702 quail file if it is up to date.
7703
7704 2004-04-30 Juri Linkov <juri@jurta.org>
7705
7706 * cus-edit.el (custom-mode-map):
7707 Add key binding `C-x C-s' to `Custom-save'.
7708
7709 * outline.el (outline-blank-line): New var.
7710 (outline-next-preface, outline-show-heading)
7711 (outline-end-of-subtree): Use it.
7712
7713 * dired-aux.el (dired-touch-initial): New fun.
7714 (dired-do-chxxx): Call it for op-symbol `touch'.
7715 (dired-diff): Use `dired-dwim-target-directory'
7716 if current dired buffer has no buffer mark.
7717
7718 * bindings.el (propertized-buffer-identification):
7719 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7720 Add C-M-arrow keys for consistency.
7721
7722 * files.el (confirm-kill-emacs):
7723 Change group from top-level `emacs' to `convenience'.
7724
7725 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7726 Push mark on the first call of successive command calls.
7727 (insert-pair): New fun created from `insert-parentheses' with
7728 `open' and `close' arguments added. Enclose active regions
7729 in paired characters. Compare adjacent characters syntax with
7730 inserted characters syntax before inserting a space.
7731 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7732
7733 * delsel.el: Don't put `delete-selection' property
7734 on `insert-parentheses' symbol to take advantage of
7735 region handling in `insert-pair' function.
7736 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7737
7738 2004-04-30 Kim F. Storm <storm@cua.dk>
7739
7740 * emulation/cua-base.el: Add support for changing cursor types;
7741 based on patch from Michael Mauger.
7742 (cua-normal-cursor-color, cua-read-only-cursor-color)
7743 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7744 Customization cursor type and/or cursor color.
7745 (cua--update-indications): Handle cursor type changes.
7746 (cua-mode): Update cursor indications if enabled.
7747
7748 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7749
7750 * mouse.el (mouse-drag-copy-region): New defcustom.
7751 (mouse-set-region, mouse-drag-region-1): Use it.
7752
7753 * simple.el (kill-ring-save): If region face background color is
7754 unspecified (if no highlighting), show extent of fully visible
7755 region even if transient-mark-mode is enabled.
7756
7757 * emulation/cua-base.el (cua--standard-movement-commands):
7758 Add cua-scroll-up and cua-scroll-down.
7759 (cua-scroll-up, cua-scroll-down): New commands.
7760 (cua--init-keymaps): Remap scroll-up and scroll-down.
7761
7762 * emulation/cua-rect.el (cua--convert-rectangle-as):
7763 New defmacro.
7764 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7765 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7766 New commands (suggested by Jordan Breeding).
7767
7768 2004-04-30 Juanma Barranquero <lektu@terra.es>
7769
7770 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7771
7772 2004-04-30 Mario Lang <mlang@delysid.org>
7773
7774 * diff.el (diff-switches): Fix typo in docstring.
7775
7776 2004-04-30 Alex Schroeder <alex@gnu.org>
7777
7778 * xml.el (xml-debug-print-internal): Don't add newline and
7779 indentation to text nodes and write empty elements as empty tags
7780 instead of opening and closing tags.
7781 (xml-debug-print): Take optional indent-string argument.
7782 (xml-print): Alias for xml-debug-print.
7783
7784 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7785
7786 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7787 than duplicate call to `line-beginning-position'.
7788
7789 * progmodes/f90.el (f90-get-present-comment-type):
7790 Return whitespace, as well as comment chars, for consistent filling
7791 of comment blocks. Use `match-string-no-properties'.
7792 (f90-break-line): Trim trailing whitespace when filling comments.
7793
7794 2004-04-30 Dave Love <fx@gnu.org>
7795
7796 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7797 (diary-from-outlook-internal, diary-from-outlook)
7798 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7799 New functions to import diary entries from Outlook-format
7800 appointments in mail messages.
7801
7802 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * progmodes/python.el (python-send-command): New fun.
7805 (python-send-region, python-load-file): Use it.
7806
7807 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7808
7809 * help-fns.el (help-C-file-name): Use new subr-name.
7810 Prepend `src/' to the file name.
7811 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7812 (describe-function-1, describe-variable): Only find a C source file
7813 name if DOC is already loaded.
7814
7815 * help-mode.el (help-function-def, help-variable-def):
7816 Use the new find-function-search-for-symbol functionality.
7817 Allow FILE to be `C-source'.
7818
7819 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7820 (find-function-C-source): New fun.
7821 (find-function-search-for-symbol): Use it.
7822
7823 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7824
7825 * progmodes/sql.el (sql-product-alist): Rename variable
7826 `sql-product-support'. Add Postgres login parameters.
7827 (sql-set-product, sql-product-feature): Update with renamed variable.
7828 (sql-connect-postgres): Add username prompt.
7829 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7830 Make patterns less product specific.
7831 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7832 (sql-mode-abbrev-table): Modify initialization.
7833 (sql-builtin-face): Add variable.
7834 (sql-keywords-re): Add macro.
7835 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7836 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7837 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7838 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7839 (sql-mode-linter-font-lock-keywords)
7840 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7841 (sql-mode-sybase-font-lock-keywords)
7842 (sql-mode-informix-font-lock-keywords)
7843 (sql-mode-interbase-font-lock-keywords)
7844 (sql-mode-ingres-font-lock-keywords)
7845 (sql-mode-solid-font-lock-keywords)
7846 (sql-mode-sqlite-font-lock-keywords)
7847 (sql-mode-db2-font-lock-keywords): Default to nil.
7848 (sql-product-font-lock): Always highlight ANSI keywords.
7849 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7850 (sql-send-string): Add function.
7851
7852 2004-04-29 Dave Love <fx@gnu.org>
7853
7854 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7855 (cfengine-end-of-defun): Ensure progress through buffer.
7856
7857 * info-look.el (cfengine-mode): Accept a terminal ().
7858
7859 2004-04-29 Juri Linkov <juri@jurta.org>
7860
7861 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7862 instead of isearch-yank-word-or-char. Add new key bindings for
7863 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7864 (isearch-del-char): New fun.
7865 (isearch-forward, isearch-edit-string): Update docstring.
7866 (isearch-yank-char): Doc fix.
7867 (isearch-other-meta-char): Restore point after scrolling.
7868
7869 * progmodes/compile.el (compilation-context-lines): Add nil option
7870 to disable compilation output window scrolling.
7871 (compilation-set-window): Use it.
7872
7873 * outline.el (outline-next-preface, outline-show-heading):
7874 Don't leave unhidden blank line before heading.
7875 (outline-end-of-subtree): Include last newline into subtree.
7876 (hide-entry): Leave point at beginning of heading instead of end.
7877 (outline-up-heading): Push mark for the first call of successive
7878 command calls.
7879
7880 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7881
7882 * comint.el (comint-prompt-read-only): New variable.
7883 (comint-output-filter): Implement it.
7884
7885 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7886 (ielm-prompt-internal): New variable.
7887 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7888 (ielm-send-input): Delete unused variable `buf'.
7889 (ielm-eval-input): Use `ielm-prompt-internal'.
7890 (inferior-emacs-lisp-mode): Use new variables
7891 `comint-prompt-read-only' and `ielm-prompt-internal'.
7892 Get rid of obsolete variable `directory-sep-char'.
7893 (ielm): Use `zerop'.
7894
7895 2004-04-29 John Paul Wallington <jpw@gnu.org>
7896
7897 * thumbs.el (toplevel): Require cl at compile time.
7898 Remove conditional definitions of `ignore-errors' and `caddar'
7899 because they occur at run time.
7900
7901 2004-04-28 Nick Roberts <nickrob@gnu.org>
7902
7903 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7904 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7905 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7906 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7907
7908 * progmodes/gud.el (gud-common-init): Throw an error if program is
7909 already running under gdb.
7910
7911 2004-04-28 John Paul Wallington <jpw@gnu.org>
7912
7913 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7914 (thumbs-show-image-num): Move assignment of
7915 `thumbs-current-image-filename' within scope of `i'.
7916 (thumbs-emboss-image): Don't use `evenp'.
7917
7918 2004-04-28 Richard M. Stallman <rms@gnu.org>
7919
7920 * progmodes/compile.el (compilation-context-lines): Default now 0.
7921
7922 2004-04-28 Juanma Barranquero <lektu@terra.es>
7923
7924 Use `time-less-p' from calendar/time-date.el instead of defining
7925 custom versions of it.
7926
7927 * pcomplete.el (pcomplete-time-less-p): Remove.
7928
7929 * thumbs.el (time-less-p): Remove.
7930
7931 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7932 (timeclock-generate-report): Use `time-less-p'.
7933
7934 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7935 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7936
7937 2004-04-28 Masatake YAMATO <jet@gyve.org>
7938
7939 * subr.el (remove-overlays): Make arguments optional.
7940
7941 * wid-edit.el (widget-specify-button): Put evaporate to the
7942 overlay for sample.
7943 (widget-specify-sample): Put evaporate to the overlay for sample.
7944 (widget-specify-doc): Put evaporate to the overlay for documentation.
7945
7946 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7947
7948 * info.el (info-apropos): Make it an index node. Align node names
7949 like makeinfo.
7950
7951 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7952
7953 * net/browse-url.el (browse-url-netscape-sentinel)
7954 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7955 (browse-url-epiphany-sentinel, browse-url-mosaic):
7956 Use browse-url-*-program instead of a literal program name.
7957
7958 2004-04-27 Kevin Ryde <user42@zip.com.au>
7959
7960 * eshell/em-alias.el:
7961 * eshell/em-dirs.el:
7962 * eshell/em-hist.el:
7963 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7964 features when M-x customize-group loads modules before the main
7965 eshell.el.
7966
7967 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7968
7969 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7970 either a character representation of an event or an event
7971 description list.
7972
7973 * type-break.el: Capitalize Emacs and Lisp.
7974 (type-break-good-break-interval, type-break-demo-boring-stats)
7975 (type-break-terse-messages, type-break-file-name): New defcustoms.
7976 (type-break-post-command-hook)
7977 (type-break-warning-countdown-string): Quote variable names in doc.
7978 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7979 (type-break-mode): Document type-break-good-break-interval and the
7980 "session" file. Schedule break according to the session file.
7981 Kill session file buffer on exit. Organize for save-some-buffers
7982 to always save the session file.
7983 (type-break-mode-line-message-mode, type-break-query-mode):
7984 Uppercase arguments.
7985 (type-break-file-time, type-break-file-keystroke-count, timep)
7986 (type-break-choose-file, type-break-get-previous-time)
7987 (type-break-get-previous-count): New defuns.
7988 (type-break): Avoid break querying after a completed break in the
7989 case where the query was initiated during user invocation of the
7990 break. Optional terse messages.
7991 Use type-break-good-break-interval if type-break-good-rest-interval is
7992 nil. File the break time.
7993 (type-break-schedule): New optional args for overriding the use of
7994 the current time.
7995 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7996 after a break.
7997 (type-break-check): File the keystroke count.
7998 (type-break-do-query): Prevent a second query when the break is
7999 interrupted. Optional terse message.
8000 (type-break-keystroke-reset): Record the start of a typing interval.
8001 (type-break-demo-boring): Optional terse messages. Display word
8002 per minute and keystroke counts according to
8003 type-break-demo-boring-stats.
8004
8005 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8006
8007 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8008 directories, make sure they exist under archive-tmpdir.
8009
8010 2004-04-27 Juri Linkov <juri@jurta.org>
8011
8012 * help.el (view-emacs-news): With argument, display info for the
8013 selected version by finding it among different NEWS files, and
8014 narrowing the buffer to the selected version.
8015
8016 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8017 same-window-buffer-names.
8018 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8019 non-numeric prefix argument, append the number to the buffer name
8020 for numeric prefix argument.
8021 (info-other-window): Bind same-window-regexps to nil.
8022 (Info-reference-name): Rename to Info-point-loc.
8023 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8024 and Info-find-index-name for stringy Info-point-loc.
8025 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8026 without middle `.', but with final `.' and optional line number
8027 for it. Set Info-point-loc for index nodes.
8028 (Info-index): Remove middle `.' from index entry regexp.
8029 Modify line number regexp.
8030 (Info-index-next): Decrement line number.
8031 (info-apropos): Remove middle `.' from index entry regexp.
8032 Add optional line number regexp at the end. Add matched value
8033 for line number to the result list and insert it to the buffer.
8034 Replace match-string by match-string-no-properties.
8035 Reorder result list.
8036 (Info-fontify-node): Hide index line numbers.
8037 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8038 empty matches.
8039 (Info-follow-reference): Use `str' instead of
8040 Info-following-node-name-re.
8041 (Info-toc): Use full file names. Set Info-current-node to "Top".
8042 (Info-fontify-node): Compare file names without directory name.
8043 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8044 Set second arg of Info-extract-menu-node-name for index nodes.
8045 (info-xref-visited): Use magenta3 instead of magenta4.
8046 (Info-mode): Add info-apropos to docstring.
8047
8048 * log-view.el (log-view-diff): Replace interactive code "r"
8049 by a list to allow to call it even if region is not active.
8050
8051 * paren.el (show-paren-highlight-openparen): New var.
8052 (show-paren-function): Turn on openparen highlighting when
8053 matching forward if show-paren-highlight-openparen is non-nil.
8054
8055 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8056 the constant value 1.
8057 (completions-common-part): Expand docstring.
8058
8059 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8060
8061 2004-04-27 Kim F. Storm <storm@cua.dk>
8062
8063 * image.el (insert-sliced-image): Use line-height instead of
8064 line-spacing property on newline.
8065
8066 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8067
8068 * desktop.el (desktop-buffer-misc-data-function): Rename to
8069 desktop-save-buffer and change docstring.
8070 (desktop-buffer-modes-to-save): Delete.
8071 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8072 desktop-buffer-modes-to-save.
8073 (desktop-save): Rename desktop-buffer-misc-data-function to
8074 desktop-save-buffer and allow non-function value.
8075 (desktop-missing-file-warning): Correct docstring.
8076
8077 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8078 to desktop-save-buffer.
8079
8080 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8081 desktop-save-buffer.
8082
8083 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8084
8085 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8086
8087 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8088
8089 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8092 (ielm): Only go to the end of the buffer when starting a new process.
8093
8094 2004-04-25 Juanma Barranquero <lektu@terra.es>
8095
8096 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8097 mode line. Bind `inhibit-read-only' to t before modifying
8098 properties of text in the buffer.
8099 (ielm): Force point to the end of buffer, even when running ielm
8100 from inside itself.
8101
8102 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8103
8104 * info.el (info-apropos): Reset Info-complete-cache.
8105
8106 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8107
8108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8109 Also recognize severe Irix et al. messages.
8110 (compilation-normalize-filename, compile-abbreviate-directory):
8111 Delete functions.
8112 (compilation-get-file-structure): New function inherits
8113 functionality of the two preceding ones.
8114 (compilation-internal-error-properties, compilation-fake-loc):
8115 Use it so that different paths to the same file share the same
8116 markers. Also optimize finding adjacent marker slightly.
8117
8118 2004-04-25 Kim F. Storm <storm@cua.dk>
8119
8120 * image.el (insert-sliced-image): Add line-spacing t property
8121 to newlines separating image lines.
8122
8123 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8124
8125 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8126
8127 * ielm.el (ielm-prompt-read-only): New user option.
8128 (ielm-prompt): Expand docstring to describe new behavior.
8129 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8130 mention it in the docstring.
8131
8132 2004-04-24 Andreas Schwab <schwab@suse.de>
8133
8134 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8135
8136 * diff.el (diff): Set default-directory in diff buffer.
8137
8138 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8139
8140 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8141 mail was being composed if the terminal cannot display more than
8142 one frame; instead, switch to previous frame.
8143
8144 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8145 (rmail-start-mail): Support rmail-mail-new-frame even on
8146 terminals that can display only one frame at a time.
8147
8148 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8151 (checkdoc-output-font-lock-keywords): Remove error regexp.
8152 (checkdoc-output-mode-map): Remove.
8153 (checkdoc-output-mode): Derive from compilation-mode.
8154 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8155
8156 * dired.el (dired-mode-map): Add a menu entry for wdired.
8157
8158 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8159 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8160
8161 * wdired.el (wdired-mode-map): Move init into declaration.
8162 Fix `return' binding.
8163 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8164 Use force-mode-line-update.
8165 (wdired-get-filename): Use `unless'.
8166 (wdired-preprocess-files): Don't assume names have no \n and use / for
8167 dir separator.
8168 (wdired-normalize-filename): Use replace-regexp-in-string.
8169 (wdired-load-hooks): Remove.
8170 (wdired-mode-hooks): Rename to wdired-mode-hook.
8171
8172 * info-look.el: Add support for cfengine-mode.
8173 (info-lookup-setup-mode): Use dolist.
8174
8175 2004-04-23 Juan León Lahoz García <juan-leon.lahoz@tecsidel.es>
8176
8177 * wdired.el: New file.
8178
8179 2004-04-23 Juanma Barranquero <lektu@terra.es>
8180
8181 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8182
8183 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8184 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8185 (pcomplete--help, pcomplete--here): Doc fixes.
8186
8187 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8188
8189 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8190 handles wrong-number-of-arguments in backend call.
8191
8192 * vc.el (vc-print-log): Likewise.
8193
8194 2004-04-20 Dave Love <fx@gnu.org>
8195
8196 * emacs-lisp/rx.el: Doc fixes.
8197 (rx-constituents): Add/extend many forms.
8198 (rx-check): Check form is a list.
8199 (bracket): Defvar.
8200 (rx-check-any, rx-any, rx-check-not): Modify.
8201 (rx-not): Simplify.
8202 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8203 (rx-kleene): Use rx-trans-forms.
8204 (rx-quote-for-set): Delete.
8205 (rx): Allow multiple args.
8206
8207 2004-04-23 Kenichi Handa <handa@m17n.org>
8208
8209 * international/mule-util.el (char-displayable-p): Simplify by
8210 using internal-char-font.
8211
8212 2004-04-23 Juanma Barranquero <lektu@terra.es>
8213
8214 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8215
8216 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * diff-mode.el (diff-next-error): New fun.
8219 (diff-mode): Use it.
8220
8221 * simple.el (next-error): Change arg name.
8222 Add support for the documented C-u C-x ` usage.
8223
8224 * frame.el (special-display-popup-frame, next-multiframe-window)
8225 (previous-multiframe-window): Only consider frames on same display.
8226
8227 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8228
8229 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8230
8231 2004-04-22 Kim F. Storm <storm@cua.dk>
8232
8233 * net/telnet.el (telnet): Add optional port arg.
8234
8235 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8238 Minor sanity check on the `hyperlink' slot.
8239
8240 * Makefile.in (recompile): Compile new files.
8241
8242 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8243 Add byte-recompile-directory's optional `arg'.
8244
8245 * cvs-status.el (cvs-tree-use-charset): New var.
8246 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8247 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8248 (cvs-status-cvstrees): Use it.
8249
8250 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8251 Make it a normal major mode.
8252 (checkdoc-buffer-label): Make sure the file name is meaningful.
8253 (checkdoc-output-to-error-buffer): Remove.
8254 (checkdoc-error, checkdoc-start-section): Rewrite.
8255
8256 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8257 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8258 (Info-title-4-face): Use new syntax.
8259 (info-xref-visited): Inherit from info-xref.
8260
8261 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8262
8263 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8264
8265 * simple.el (next-error-last-buffer, next-error-function):
8266 New variables for the next-error framework.
8267 (next-error-buffer-p): New function.
8268 (next-error-find-buffer): Generalize compilation-find-buffer.
8269 (next-error, previous-error, first-error, next-error-no-select)
8270 (previous-error-no-select): Move from compile.el.
8271
8272 * replace.el (occur-next-error, occur-1): Hook into the next-error
8273 framework.
8274
8275 * progmodes/compile.el (compilation-start):
8276 Set next-error-last-buffer so next-error knows where to jump.
8277 (compilation-setup): Set the buffer-local variable
8278 next-error-function to 'compilation-next-error-function.
8279 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8280 alternate way to find if a buffer is a compilation buffer, for
8281 next-error convenience.
8282 (next-error-no-select, previous-error-no-select, next-error)
8283 (previous-error, first-error): Move to simple.el.
8284 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8285 (compilation-last-buffer): Remove.
8286 (compilation-start, compilation-next-error, compilation-setup)
8287 (compilation-next-error-function, compilation-find-buffer):
8288 Remove compilation-last-buffer use.
8289
8290 2004-04-21 Juanma Barranquero <lektu@terra.es>
8291
8292 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8293 (font-lock-warning-face): Fix spacing.
8294
8295 * makefile.w32-in (WINS): Add url/ directory.
8296
8297 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8298
8299 * desktop.el (desktop-buffer-mode-handlers): New variable.
8300 Alist of major mode specific functions to restore a desktop buffer.
8301 (desktop-buffer-handlers): Make variable obsolete.
8302 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8303 Catch errors signaled in handlers. Update buffer count.
8304 Evaluate desktop-buffer-point.
8305 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8306 move to dired.el.
8307 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8308 move to info.el.
8309 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8310 move to mail/rmail.el.
8311 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8312 to mh-e/mh-e.el.
8313 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8314 On fail, print message (to message buffer) even if
8315 desktop-missing-file-warning is nil.
8316 (desktop-buffer-misc-data-function): New buffer local variable.
8317 Function returning major mode specific data.
8318 (desktop-buffer-misc-functions): Make variable obsolete.
8319 (desktop-save): Use desktop-buffer-misc-data-function.
8320 (desktop-buffer-dired-misc-data): Rename to
8321 dired-desktop-buffer-misc-data and move to dired.el.
8322 (desktop-buffer-info-misc-data): Rename to
8323 Info-desktop-buffer-misc-data and move to info.el.
8324 (desktop-read): Add message about number of buffers restored/failed.
8325
8326 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8327 Add parameters. Pause to display error only when
8328 desktop-missing-file-warning is non-nil.
8329 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8330 (dired-mode): Bind desktop-buffer-misc-data-function.
8331
8332 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8333 Add Parameters.
8334 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8335 (Info-mode): Bind desktop-buffer-misc-data-function.
8336
8337 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8338 Add Parameters.
8339
8340 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8341
8342 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8343 the case of letters in case-insensitive expansions when the
8344 abbrev is preceded by characters with letter syntax.
8345
8346 2004-04-21 Richard M. Stallman <rms@gnu.org>
8347
8348 * progmodes/cperl-mode.el (cperl-putback-char):
8349 Delete Emacs 18 definition.
8350
8351 * international/mule.el (ctext-post-read-conversion):
8352 Use assoc-string, not assoc-ignore-case.
8353
8354 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8355
8356 * emacs-lisp/easymenu.el (easy-menu-add):
8357 Do call x-popup-menu, but only if it's defined.
8358
8359 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8360
8361 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8362 Handle multiple args: compile like progn.
8363
8364 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8365 take all args as &rest arg.
8366
8367 * autoinsert.el (auto-insert-alist): Insert the user's name in
8368 copyright notice, rather than Free Software Foundation.
8369
8370 2004-04-21 Kenichi Handa <handa@m17n.org>
8371
8372 * descr-text.el (describe-char): Make it work on *Help* buffer.
8373
8374 2004-04-21 Kim F. Storm <storm@cua.dk>
8375
8376 * image.el (insert-image): Add optional SLICE arg.
8377 (insert-sliced-image): New defun.
8378
8379 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8380
8381 * subr.el (read-number): Check whether `default' is nil.
8382
8383 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * progmodes/compile.el (compilation-error-properties): Split into
8386 two.
8387 (compilation-internal-error-properties): New one.
8388 (compilation-compat-error-properties): Use it. Fix the non-marker
8389 case.
8390
8391 2004-04-20 Richard M. Stallman <rms@gnu.org>
8392
8393 * window.el (split-window-save-restore-data):
8394 Don't update the data if OLD-INFO is nil.
8395
8396 * view.el (view-return-to-alist): Mark it permanent local.
8397
8398 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8399
8400 * recentf.el (recentf-save-list): Catch and warn about errors.
8401
8402 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8403 so "Buffers" won't be pure.
8404
8405 * help-mode.el (help-mode-finish): Set help-return-alist first
8406 thing, setting only the entry for the selected window.
8407
8408 * help-fns.el (describe-function-1): If many non-control non-meta
8409 keys run the command, don't list all of them.
8410
8411 2004-04-20 Juanma Barranquero <lektu@terra.es>
8412
8413 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8414 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8415
8416 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8417
8418 2004-04-20 Kenichi Handa <handa@m17n.org>
8419
8420 * international/quail.el (quail-lookup-key): New optional arg
8421 NOT-RESET-INDICES.
8422 (quail-get-translations): Call quail-lookup-key with
8423 NOT-RESET-INDICES t.
8424 (quail-completion): Likewise.
8425 (quail-lookup-map-and-concat): Likewise.
8426
8427 2004-04-20 Kenichi Handa <handa@m17n.org>
8428
8429 * international/quail.el (quail-update-translation): Don't insert
8430 such an unsupported multibyte char in a unibyte buffer.
8431
8432 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8433
8434 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8435 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8436 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8437 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8438 (gdb-frame-assembler-buffer): Improve behavior with
8439 multiple frames.
8440 (gdb-display-buffer): Extend search to all visible frames.
8441
8442 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8443
8444 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8445 characters left after base64 decoding.
8446 (rmail-decode-region): Use -dos variety of `coding', to remove any
8447 ^M characters left after qp or base64 decoding.
8448
8449 2004-04-19 Jan Djärv <jan.h.d@swipnet.se>
8450
8451 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8452 messages.
8453
8454 2004-04-19 Stephen Eglen <stephen@gnu.org>
8455
8456 * add-log.el (add-change-log-entry): Update doc string to mention
8457 add-log-full-name and add-log-mailing-address.
8458
8459 2004-04-18 Juri Linkov <juri@jurta.org>
8460
8461 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8462 (Info-find-node-2): Simplify error message.
8463 (Info-insert-dir): Use Info-following-node-name.
8464 (Info-goto-node): Remove *info-history* and *info-toc*.
8465 (Info-history): Create a node of the virtual history file.
8466 (Info-toc): Create a node of the virtual toc file.
8467 (Info-insert-toc): New arg `curr-file' for reference file names.
8468 (info-apropos): Remove redundant var binding for temp-file.
8469 (Info-index, Info-index-next, Info-mode): Doc fix.
8470 (Info-goto-emacs-command-node): Don't jump to *info* from
8471 non-*info* Info buffers.
8472 (Info-fontify-node): Don't show the file name of external
8473 references if `Info-hide-note-references' is `hide'. Don't hide
8474 newlines at the end of paragraphs.
8475
8476 * international/mule-diag.el (list-input-methods):
8477 Fix args to help-xref-button.
8478
8479 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8480 to put into effect local variables from TUTORIAL files.
8481
8482 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8483 with default value taken from the variable `sentence-end'.
8484 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8485 Add nil const to :type.
8486 (sentence-end-without-period, sentence-end-double-space)
8487 (sentence-end-without-space): Doc fix.
8488
8489 * textmodes/paragraphs.el (forward-sentence):
8490 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8491 (fill-delete-newlines):
8492 * progmodes/cc-cmds.el (c-beginning-of-statement):
8493 Use function `sentence-end' instead of variable `sentence-end'.
8494
8495 2004-04-18 Andreas Schwab <schwab@suse.de>
8496
8497 * progmodes/compile.el (compilation-start): Set window start to
8498 point-min if compilation-scroll-output is nil.
8499
8500 2004-04-18 John Wiegley <johnw@newartisans.com>
8501
8502 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8503
8504 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8505
8506 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8507 (gdb-info-breakpoints-custom): Revert previous change.
8508 (gdb-view-assembler): Update assembler if necessary.
8509 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8510 (gdb-display-source-buffer): Update properly when both source and
8511 assembler are visible.
8512
8513 2004-04-17 John Wiegley <johnw@newartisans.com>
8514
8515 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8516 which limits the number of names shown in the minibuffer. Off by
8517 default.
8518 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8519 up iswitchb for users with a multitude of open buffers by showing
8520 only the first and last N/2 buffers in the completion list (which
8521 is enough to aid C-s/C-r, and to know that more characters are
8522 needed to refine the completion list).
8523
8524 2004-04-17 Richard M. Stallman <rms@gnu.org>
8525
8526 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8527 (file-truename): Expand all ~ constructs directly.
8528 (insert-directory): Delete any error msg output by the
8529 `insert-directory-program'.
8530
8531 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8532 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8533 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8534 (allout-init): Use find-file-hook, not find-file-hooks.
8535 (allout-mode): Eliminate Emacs 18 support.
8536 Use write-contents-functions, not local-write-file-hooks.
8537
8538 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8539
8540 * progmodes/compile.el (compilation-error-properties): Fix for
8541 adding messages when there are already markers for their file.
8542 (compilation-fake-loc): New function.
8543
8544 2004-04-16 Dave Love <fx@gnu.org>
8545
8546 * progmodes/python.el (python-compilation-line-number): Fix
8547 braindamage.
8548 (python-load-file): Fix python-orig-start setting.
8549
8550 * progmodes/compile.el: Doc fixes.
8551 (compilation-error-regexp-alist-alist)
8552 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8553 (compilation-assq): Wrap in eval-when-compile.
8554 (compilation-mode-font-lock-keywords): Don't use list*.
8555 (compilation-start): Avoid warning.
8556 (compilation-compat-error-properties)
8557 (compilation-directory-properties): Add keymap property.
8558 (compilation-parsing-end): Make it a marker for better compatibility.
8559
8560 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8561
8562 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8563
8564 * xml.el: Doc fixes.
8565 (xml-get-children): Only looks at sub-tags and ignore strings.
8566
8567 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8568
8569 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8572
8573 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8574
8575 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8576
8577 * vc.el (vc-print-log): Likewise.
8578
8579 2004-04-16 Masatake YAMATO <jet@gyve.org>
8580
8581 * simple.el (completion-setup-function): Set an initial value to
8582 `element-common-end' before entering loop. Set a value to
8583 `element-common-end' at the end of loop. The bug is reported by
8584 Juri Linkov <juri@jurta.org> in emacs-devel list.
8585 (completions-common-part): Rename from completion-de-emphasis.
8586 (completions-first-difference): Rename from completion-emphasis.
8587 Suggested by RMS.
8588
8589 2004-04-16 Juanma Barranquero <lektu@terra.es>
8590
8591 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8592 (bookmark-edit-annotation-mode): Add mode name.
8593
8594 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8597 for nested conflict markers.
8598 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8599
8600 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8601
8602 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8603
8604 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8605
8606 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8609 Give a backtrace if requested.
8610
8611 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8612
8613 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8614 Remove unused functions.
8615 (python-orig-start-line, python-orig-file): Remove.
8616 (python-orig-start): New var.
8617 (python-input-filter, python-compilation-line-number)
8618 (python-send-region, python-load-file): Use it.
8619
8620 * info.el (info): Always jump to *info*.
8621
8622 * subr.el (posn-set-point): New function.
8623
8624 * mouse.el (mouse-set-point): Use it.
8625
8626 * progmodes/compile.el (compile-goto-error): Use it.
8627 (compilation-button-map): New keymap.
8628 (compilation-error-properties): Use it.
8629 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8630
8631 * smerge-mode.el (smerge-popup-context-menu): Use it.
8632
8633 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8634 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8635 mouse and non-mouse case.
8636
8637 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8638 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8639
8640 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8641 Make it work for non-mouse events.
8642
8643 * pcvs-info.el (cvs-status-map): Update binding name.
8644
8645 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8646
8647 * xml.el (xml-maybe-do-ns): New function to handle namespace
8648 parsing of both attribute and element names.
8649 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8650 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8651 (xml-parse-tag): Update assumed namespaces. Clean up namespace
8652 parsing.
8653 (xml-parse-attlist): Make it do its own namespace parsing.
8654
8655 2004-04-14 Dave Love <fx@gnu.org>
8656
8657 * progmodes/python.el (run-python): Fix use of \n.
8658 (python-load-file): Remove `try' from Python fragment.
8659 (python-describe-symbol): Fix message.
8660
8661 * comint.el: Doc fixes.
8662 (comint-last-input-start, comint-last-input-end)
8663 (comint-last-output-start): Give them values.
8664 (comint-arguments): Avoid warning.
8665 (comint-skip-prompt): Use line-end-position.
8666 (comint-backward-matching-input): Rename arg to agree with doc.
8667 (comint-extract-string): Use syntax-ppss.
8668 (comint-dynamic-simple-complete): Delete useless list construction.
8669 (comint-redirect-subvert-readonly): New.
8670 (comint-redirect-preoutput-filter): Use it.
8671
8672 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8673 Correctly handle negative arguments when calling hook functions.
8674
8675 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8676
8677 * info.el (info-apropos): Don't clobber Info-history-list.
8678
8679 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8680
8681 * progmodes/compile.el (compilation-setup):
8682 Localize overlay-arrow-position.
8683 (compilation-sentinel): Restructure code equivalently.
8684 (compilation-next-error): Find message on same line after point if
8685 not found before point.
8686 (compile-mouse-goto-error): Restore function so that compilation
8687 buffer need not be current and use compile-goto-error.
8688 (compile-goto-error): Restore function.
8689 (next-error): Set overlay-arrow-position.
8690 (compilation-forget-errors): Don't localize already local
8691 compilation-locs and remove FIXME about refontifying.
8692
8693 2004-04-14 Kim F. Storm <storm@cua.dk>
8694
8695 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8696 (command-line): New option -Q. Like -q --no-site-file, but in
8697 addition it also disables menu-bar, tool-bar, scroll-bars,
8698 tool-tips, and the blinking cursor.
8699 (command-line-1): Skip startup screen if -Q.
8700 (fancy-splash-head): Use ":align-to center" prop to center splash
8701 image.
8702
8703 * emulation/cua-base.el (cua-read-only-cursor-color)
8704 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8705
8706 2004-04-13 Dave Love <fx@gnu.org>
8707
8708 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8709 (syntax): Don't require.
8710 (python) <defgroup>: Add :version.
8711 (python-quote-syntax): Re-written.
8712 (inferior-python-mode): Move stuff here from run-python and add
8713 some more.
8714 (python-preoutput-continuation, python-preoutput-result)
8715 (python-dotty-syntax-table): New.
8716 (python-describe-symbol): Use them.
8717 (run-python): Move stuff to inferior-python-mode. Modify code
8718 loaded into Python.
8719 (python-send-region): Use python-proc, python-send-string.
8720 (python-send-string): Send newlines too. Callers changed.
8721 (python-load-file): Re-written.
8722 (python-eldoc-function): New.
8723 (info-look): Don't require.
8724 (python-after-info-look): New. A modified version of former
8725 top-level code for use with eval-after-load.
8726 (python-maybe-jython, python-guess-indent): Use widened buffer.
8727 (python-fill-paragraph): Re-written.
8728 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8729 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8730
8731 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8734 Set compilation-error-regexp-alist earlier.
8735
8736 * progmodes/compile.el (compilation-minor-mode-map)
8737 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8738 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8739
8740 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8743 corresponding to the event.
8744
8745 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8746
8747 * loadup.el: Add cygwin to system-type list, for unexec() support.
8748
8749 2004-04-12 John Paul Wallington <jpw@gnu.org>
8750
8751 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8752 (ibuffer-restore-window-config-on-quit): New variable to replace
8753 `ibuffer-delete-window-on-quit'. Update all references.
8754 (ibuffer-prev-window-config): New variable.
8755 (ibuffer-quit): Restore previous window configuration instead of
8756 deleting window.
8757 (ibuffer): Save window configuration before showing Ibuffer buffer.
8758
8759 * help.el (describe-mode): Doc fix.
8760
8761 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8764 not to treat nil as a function.
8765
8766 * vc-arch.el (vc-arch-root): Be a bit more careful.
8767 (vc-arch-register): Save the buffer if we modified it.
8768 (vc-arch-delete-rej-if-obsolete): Save excursion.
8769 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8770 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8771
8772 * net/ldap.el (ldap-search): Use list*.
8773
8774 2004-04-12 Juri Linkov <juri@jurta.org>
8775
8776 * info.el (Info-follow-reference): Allow multiline reference name.
8777
8778 2004-04-11 Dave Love <fx@gnu.org>
8779
8780 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8781
8782 * progmodes/python.el: New file.
8783
8784 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8785
8786 * vc-hooks.el (vc-arg-list): Function removed.
8787 (vc-default-workfile-unchanged-p): Use condition-case to check for
8788 backward compatibility.
8789
8790 * vc.el (vc-print-log): Use condition-case to check for backward
8791 compatibility.
8792
8793 2004-04-11 Juri Linkov <juri@jurta.org>
8794
8795 * dired.el (dired-faces): New defgroup.
8796 (dired-header, dired-mark, dired-marked, dired-flagged)
8797 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8798 New faces.
8799 (dired-header-face, dired-mark-face, dired-marked-face)
8800 (dired-flagged-face, dired-warning-face, dired-directory-face)
8801 (dired-symlink-face, dired-ignored-face): New face variables.
8802 (dired-font-lock-keywords): Use them instead of font-lock faces.
8803 Split the rule for dired marks into 3 separate rules: for marks,
8804 marked file names and flagged file names.
8805
8806 * help-mode.el (help-make-xrefs): Add a final newline to the
8807 *Help* buffer.
8808
8809 2004-04-11 John Paul Wallington <jpw@gnu.org>
8810
8811 * replace.el (occur-engine): Distinguish between one and several
8812 matches in the matches per buffer heading.
8813
8814 2004-04-11 Kim F. Storm <storm@cua.dk>
8815
8816 * ido.el (ido-confirm-unique-completion): New defcustom.
8817 (ido-complete): Use it.
8818 (ido-write-file): Set it to t unconditionally.
8819
8820 2004-04-10 Miles Bader <miles@gnu.org>
8821
8822 RCS keyword removal (only non-comment changes are enumerated here):
8823
8824 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8825 (byte-compile-insert-header): Don't use `byte-compile-version'.
8826 * forms.el (forms-version): Variable removed.
8827 (forms-mode): Don't use `forms-version'.
8828 * recentf.el (recentf-version): Variable removed.
8829 * progmodes/delphi.el (delphi-version): Variable removed.
8830 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8831
8832 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8835
8836 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8837
8838 * info.el (info-apropos): Improve menu item regexp.
8839
8840 2004-04-09 Simon Josefsson <jas@extundo.com>
8841
8842 * mail/smtpmail.el: Add comment, based on report by
8843 kdc@rcn.com (Kevin D. Clark).
8844
8845 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8848 Redo one more thing that I didn't notice Daniel had undone.
8849
8850 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8851
8852 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8853 (gdb-goto-breakpoint, gdb-display-buffer)
8854 (gdb-display-source-buffer, gdb-view-source-function)
8855 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8856 (gdb-source-info, gdb-frame-handler): Don't specify a window
8857 for display.
8858 (gdb-info-breakpoints-custom): Remove superfluous update of
8859 assembler buffer.
8860 (gdb-many-windows): Make settable outside gdb.
8861
8862 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8863
8864 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8865 Derive from fundamental-mode rather than text-mode.
8866
8867 2004-04-08 Juri Linkov <juri@jurta.org>
8868
8869 * info.el (Info-history): Doc fix.
8870 (Info-history-list): New var.
8871 (info-xref): Change magenta4 to blue, remove bold for dark and
8872 light backgrounds, change bold to underline for non-color classes.
8873 (info-xref-visited): New face.
8874 (Info-fontify-visited-nodes): New custom.
8875 (Info-hide-note-references): Add new value `hide'. Doc fix.
8876 (Info-reference-name): New var.
8877 (Info-selection-hook): New custom.
8878 (Info-edit-mode-hook): New var.
8879 (Info-find-file): New fun.
8880 (Info-find-node): Move part of code to Info-find-file.
8881 (Info-find-node-2): Add anchors to Info-history-list. Move point
8882 to the place with the reference name if name is defined.
8883 (Info-select-node): Add current node to Info-history-list.
8884 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8885 (Info-search-whitespace-regexp): New custom.
8886 (Info-search-case-fold): New var.
8887 (Info-search): Add "case-sensitively" to the prompt.
8888 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8889 (Info-search-case-sensitively, Info-search-next): New fun.
8890 (Info-up): Move point to the menu item of the current node.
8891 (Info-history): New fun. Add *info-history* to
8892 same-window-buffer-names.
8893 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8894 (Info-insert-toc): New fun.
8895 (Info-build-toc): New fun.
8896 (Info-follow-reference): Add new arg `fork'. Doc fix.
8897 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8898 with the same name prefer the reference closest to point.
8899 (Info-next-reference): Replace * by + in the *Note regexp.
8900 Add regexp for http:// and ftp://. Skip the *Note prefix.
8901 (Info-prev-reference): Replace * by + in the *Note regexp.
8902 Add regexp for http:// and ftp://. Skip the *Note prefix.
8903 (Info-follow-nearest-node): Add new arg `fork'.
8904 (Info-try-follow-nearest-node): Add new arg `fork'.
8905 Call browse-url for http:// and ftp:// references.
8906 Set Info-reference-name for index entries.
8907 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8908 Info-search-next, Info-history, Info-toc, clone-buffer.
8909 (Info-menu-update): Replace * by + in the *Note regexp.
8910 (Info-mode): Add documentation for Info-history, Info-toc,
8911 Info-search-case-sensitively, Info-search-next, clone-buffer.
8912 (Info-fontify-menu-headers): Remove fun. Move code to
8913 Info-fontify-node.
8914 (Info-fontify-node): Add docstring. Add local vars
8915 fontify-visited-p and not-fontified-p. If not-fontified-p is t
8916 then fontify header line, titles, menu headers, http and ftp
8917 references, refill paragraphs. If not-fontified-p is t or
8918 fontify-visited-p is t then fontify cross references, menu items.
8919 Fontify menu headers. Fontify http and ftp references.
8920 Change regexp for cross references to require whitespace after *Note,
8921 add matching groups for file and node names. Remove hack for quote.
8922 Use display property for Info-hide-note-references=t. Use fifth
8923 or fourth match for help-echo. Display visited nodes in a
8924 different face. Unhide file names of external references.
8925 Unhide newlines. Display visited menu items in a different face.
8926
8927 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * progmodes/compile.el: Require CL.
8930 (compilation-mode-font-lock-keywords): Re-install the "line as
8931 function" patch.
8932
8933 * help-fns.el (help-C-source-directory): New var.
8934 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8935 (describe-function-1, describe-variable): Use them.
8936
8937 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8938 to C source files specially.
8939
8940 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8941
8942 * info.el (Info-hide-cookies-node): New function.
8943 (Info-select-node): Use it.
8944 (Info-display-images-node): Remove message with image file name.
8945
8946 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8947
8948 * progmodes/compile.el (compilation-warning-face)
8949 (compilation-info-face, compilation-skip-threshold)
8950 (compilation-skip-visited, compilation-context-lines):
8951 Declare :version when added to Emacs.
8952 (compilation-error-regexp-alist-alist): Extend caml and irix.
8953 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8954 (compilation-mode-font-lock-keywords): Temporarily undo line as
8955 function patch, which wasn't ready.
8956
8957 2004-04-07 Kenichi Handa <handa@m17n.org>
8958
8959 * international/latin1-disp.el (latin1-display-setup): Check each
8960 character is displayable or not instead of calling
8961 latin1-display-check-font.
8962
8963 2004-04-06 Kenichi Handa <handa@m17n.org>
8964
8965 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8966 New variable.
8967 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8968 instead of sera-being-called-by-w3.
8969 (ethio-fidel-to-sera-buffer): Likewise.
8970 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8971 instead of sera-being-called-by-w3.
8972 (ethio-write-file): Likewise.
8973
8974 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8975
8976 * printing.el: Doc fix.
8977
8978 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8979
8980 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8981 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8982 (gdb-setup-windows): Only use separate IO buffer if required.
8983
8984 2004-04-06 Kim F. Storm <storm@cua.dk>
8985
8986 * term.el (term-is-xemacs): Remove.
8987 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8988 (term-window-width): New function.
8989 (term-mode, term-check-size): Use it.
8990 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8991
8992 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8993
8994 * cus-edit.el (custom-add-parent-links): Change unbound variable
8995 `symbol' to `name'.
8996
8997 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8998 * info.el (info-apropos): New function.
8999 (Info-mode-menu): Add it.
9000 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9001
9002 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9003 inherited docstring.
9004
9005 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9006
9007 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9010
9011 * progmodes/compile.el (font-lock): Don't require any more.
9012 (compilation-error-properties, compilation-start, compilation-sentinel)
9013 (compilation-filter, next-error): Use with-current-buffer.
9014 (compilation-skip-to-next-location, compilation-skip-threshold)
9015 (compilation-skip-visited): Move to silence the byte-compiler.
9016 (compilation-setup): Simplify.
9017 (compilation-next-error): Use line-(beginning|end)-position.
9018 Make sure `pt' is non-nil before using compilation-loop.
9019 (compile-goto-error): Add optional event arg. Use it.
9020 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9021 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9022 Update the binding for mouse-2.
9023 (first-error): Set compilation-current-error to nil rather than bob.
9024 (compilation-parsing-end, compilation-parse-errors-function)
9025 (compilation-error-list, compilation-old-error-list):
9026 "New" compatibility variables.
9027 (compile-buffer-substring, compilation-compat-error-properties)
9028 (compilation-compat-parse-errors, compilation-forget-errors):
9029 New compatibility functions.
9030 (compilation-mode-font-lock-keywords): Use them.
9031
9032 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * autorevert.el (auto-revert-handler): If point (or a window
9035 point) is at the end of the buffer, keep it there after
9036 reverting. This allows to tail a file.
9037 Mention this in the `Commentary'.
9038
9039 * format.el (format-write-file): Add optional argument CONFIRM
9040 and make it behave like the analogous argument to `write-file'.
9041
9042 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9043
9044 * progmodes/ebnf2ps.el: Doc fix.
9045 (ebnf-version): New version number (4.2).
9046 (ebnf-syntax): Customization and docstring fix.
9047 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9048 Put autoloaded funs before first use.
9049 (ebnf-style-database): Add dtd entry.
9050 (ebnf-syntax-alist): Add dtd initialization.
9051 (ebnf-token-sequence): New fun.
9052 (ebnf-comment-table): Add new comment action character.
9053 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9054
9055 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9056 Type Definition for XML).
9057
9058 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9059 * progmodes/ebnf-bnf.el (ebnf-sequence):
9060 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9061 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9062 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9063 Code simplification: call ebnf-token-sequence.
9064
9065 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9066
9067 * calendar/timeclock.el (timeclock-relative)
9068 (timeclock-get-project-function, timeclock-get-workday-function)
9069 (timeclock-query-out, timeclock-when-to-leave)
9070 (timeclock-when-to-leave-string, timeclock-log-data)
9071 (timeclock-generate-report, timeclock-in): Doc fixes.
9072
9073 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * url/: New dir. Import the URL package from its repository.
9076
9077 2004-04-03 Andreas Schwab <schwab@suse.de>
9078
9079 * diff-mode.el (diff-mode): Fix missing quote.
9080
9081 2004-04-03 Juri Linkov <juri@jurta.org>
9082
9083 * descr-text.el (describe-property-list): Add `font-lock-face'.
9084
9085 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9086
9087 2004-04-02 Jan Djärv <jan.h.d@swipnet.se>
9088
9089 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9090 Use utf-16le on little endian machines and utf-16be otherwise.
9091
9092 2004-04-02 David Kastrup <dak@gnu.org>
9093
9094 * net/browse-url.el (browse-url-generic): Use call-process
9095 instead of start-process to allow browsers that fork and detach.
9096
9097 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9098
9099 * compile.el (compilation-current-error): New var.
9100 (compilation-setup, compile-mouse-goto-error)
9101 (compile-goto-error, next-error): Use it.
9102 (compilation-skip-to-next-location): Default to t, which gives
9103 contiguous skipping like old compile (where this was redundant).
9104 (compilation-next-error): Prevent previous-* commands from moving
9105 back to message at or just before point.
9106
9107 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9108
9109 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9110 (gdb-source-info): Don't display source at startup, if required.
9111 (gdb-show-main): New option.
9112 (gdba): Update documentation.
9113 (gdb-source): Cover case of auto-display output.
9114
9115 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * autorevert.el: Delete obsolete autoloads and defvars.
9118 (auto-revert-check-vc-info): New user option.
9119 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9120 (auto-revert-handler-vc): Delete.
9121 (auto-revert-handler): Treat return value `fast' of
9122 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9123
9124 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9125 return `fast'.
9126
9127 * files.el (buffer-stale-function): Doc change.
9128
9129 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9130
9131 * printing.el: New tip on Tips section.
9132 (pr-version): New version number (6.7.4).
9133 (pr-shell-file-name): Initialization fix.
9134
9135 2004-03-31 Juri Linkov <juri@jurta.org>
9136
9137 * dired.el: Add autoload for `dired-do-touch'.
9138 (dired-touch-program): New var.
9139 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9140 (dired-no-confirm): Add `touch' to docstring.
9141
9142 * dired-aux.el (dired-do-touch): New fun.
9143 (dired-do-chxxx): Add argument -t for touch operation.
9144
9145 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9146 `dired-move-to-filename-regexp'.
9147
9148 2004-03-31 HÃ¥kan Granath <hakan.granath@kau.se> (tiny change)
9149
9150 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9151
9152 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9153
9154 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9155 and only if the buffer was modified.
9156
9157 2004-03-30 Kenichi Handa <handa@m17n.org>
9158
9159 * international/characters.el: Delete pairs for U+2308..U+230B.
9160
9161 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9162
9163 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9164 to detect the beginning of a level 2 or 3 annotation.
9165
9166 2004-03-29 Kenichi Handa <handa@m17n.org>
9167
9168 * international/ucs-tables.el (ucs-insert): Fix the error message.
9169
9170 2004-03-29 Kenichi Handa <handa@m17n.org>
9171
9172 * international/mule-util.el (char-displayable-p): Fix generation
9173 of XLFD file name.
9174
9175 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9176 before finding directories by `find'.
9177
9178 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * subr.el (interactive-form): Delete. Now implemented in C.
9181
9182 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9183
9184 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9185 (vc-diff-label): New fun.
9186 (vc-diff-internal): Use it.
9187
9188 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9189
9190 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9191
9192 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9193
9194 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9195 specify XML (EBNFX).
9196
9197 * progmodes/ebnf2ps.el: Doc fix.
9198 (ebnf-version): New version number (4.1).
9199 (ebnf-syntax): Adjust customization.
9200 (ebnf-style-database): Add ebnfx entry.
9201 (ebnf-syntax-alist): Add ebnfx initialization.
9202 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9203
9204 * printing.el: Doc fix.
9205 (pr-version): New version number (6.7.3).
9206 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9207 returns nil for mouse position. Reported by Drew Adams
9208 <drew.adams@oracle.com>.
9209 (pr-update-menus): Modify interactive declaration. Reported by Drew
9210 Adams <drew.adams@oracle.com>.
9211
9212 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9213
9214 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9215 (gud-gdba-marker-filter): Log the process input and output, if
9216 required. From Stefan Monnier.
9217 (gdb-debug-log, gdb-enable-debug-log): New variables.
9218 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9219
9220 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9223 From lorentey@elte.hu (Lőrentey Károly).
9224
9225 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9226
9227 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9228 Call vc-find-file-hook here instead of in auto-revert-buffers.
9229 (auto-revert-buffers): Delete call to vc-find-file-hook.
9230 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9231 (global-auto-revert-mode, auto-revert-set-timer)
9232 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9233
9234 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9235
9236 * woman.el (woman-change-fonts): Rename local variable
9237 woman-font-alist to font-alist to avoid a compiler warning.
9238
9239 2004-03-27 Dave Love <fx@gnu.org>
9240
9241 * emacs-lisp/rx.el (rx): Doc fix.
9242 Fix copyright years.
9243
9244 * strokes.el (strokes-global-set-stroke-string): New function.
9245 (strokes-list-strokes): Cope with strings, not just commands.
9246 Set foreground color of image.
9247 (strokes-global-set-stroke): Doc fix.
9248
9249 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9250
9251 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9252 Auto Revert mode.
9253 (Buffer-menu-files-only): New variable.
9254 (Buffer-menu-toggle-files-only): New function.
9255 (Buffer-menu-mode-map): Bind it to `T'.
9256 (Buffer-menu-mode): Mention `T' in docstring.
9257 Set buffer-stale-function.
9258 (list-buffers-noselect): Mark buffer non-modified and set
9259 Buffer-menu-files-only.
9260
9261 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9262
9263 * autorevert.el (auto-revert-handler): Print revert message
9264 before, rather than after, reverting.
9265 (buffer-stale-function): Move to files.el.
9266
9267 * files.el (buffer-stale-function): Move here from autorevert.el.
9268
9269 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9272
9273 * calc/calc.el (calc-mode-map): Use mapc.
9274
9275 * apropos.el (apropos-mode): Don't autoload.
9276 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9277 (apropos): Use it.
9278 (apropos-print): Add optional `text' argument.
9279 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9280 Don't assume point-min == 1.
9281
9282 * bs.el (bs-buffer-list): Use buffer-local-value.
9283 (bs--set-toggle-to-show): Use with-current-buffer.
9284
9285 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9286 New funs.
9287 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9288
9289 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9290
9291 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9292 (dabbrev--find-expansion): Use pop.
9293 (dabbrev--search): Use match-string-no-properties.
9294
9295 * dired.el (dired-mode): Use run-mode-hooks.
9296 (dired-move-to-end-of-filename): Use match-string.
9297
9298 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9299 is bound before using it.
9300 (ediff-verbose-p): Make it into a var since it's not constant.
9301
9302 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9303
9304 * faces.el (read-face-font): Don't cons up unnecessarily.
9305 (header-line, tool-bar): Share common parts.
9306
9307 * files.el (file-relative-name): Use compare-strings.
9308
9309 * finder.el (finder-mode): Follow coding convention.
9310
9311 * subr.el (read-number): New function.
9312
9313 * ses.el (ses-read-number): Move to subr.el.
9314 (ses-set-header-row): Use read-number.
9315
9316 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9317
9318 * vc-hooks.el (vc-arg-list): New function, which handles both
9319 compiled and uncompiled code.
9320 (vc-default-workfile-unchanged-p): Use it.
9321
9322 * vc.el (vc-print-log): Undo prev change, use new function
9323 vc-arg-list from vc-hooks.el.
9324
9325 2004-03-26 Masatake YAMATO <jet@gyve.org>
9326
9327 * simple.el (completion-setup-function): Emphasize the
9328 first uncommon characters in the completions; and de-emphasize
9329 the common prefix substrings.
9330 (completion-emphasis): New face.
9331 (completion-de-emphasis): New face.
9332
9333 2004-03-25 Juanma Barranquero <lektu@terra.es>
9334
9335 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9336 Comment out (it's unused and unfinished code).
9337
9338 2004-03-25 Sam Steingold <sds@gnu.org>
9339
9340 * vc.el (vc-print-log): Fix a bug in the last patch:
9341 backend-function may be a byte-compiled object, not a lambda.
9342
9343 2004-03-25 Juri Linkov <juri@jurta.org>
9344
9345 * descr-text.el (describe-property-list): Add a button
9346 for `face' property that calls `describe-face'.
9347 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
9348
9349 * international/mule.el (keyboard-coding-system):
9350 * kmacro.el (kmacro-call-macro): Fix docstring.
9351
9352 * dired.el: Fix comments.
9353
9354 * textmodes/fill.el (fill): Fix Info link.
9355
9356 * font-lock.el (fast-lock, lazy-lock):
9357 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9358 Info node.
9359
9360 * eshell/eshell.el (eshell): Fix broken info-link.
9361
9362 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9363 * eshell/em-banner.el (eshell-banner):
9364 * eshell/em-smart.el (eshell-smart):
9365 * eshell/esh-cmd.el (eshell-cmd):
9366 Comment out broken info-links to incomplete Info manual.
9367
9368 * info-xref.el: Fix commentary.
9369
9370 2004-03-25 Kevin Ryde <user42@zip.com.au>
9371
9372 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9373 Remove spurious node duplicate suppression, doesn't work, not wanted.
9374 (info-xref-output): Take format style args, add "sit-for 0" to let
9375 user see the results as they progress.
9376 (info-xref-check-all-custom): New function.
9377
9378 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9379
9380 * gdb-ui.el: Moved to progmodes.
9381
9382 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9385
9386 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9387
9388 * calendar/appt.el (appt-check): Remove superfluous progn.
9389 When finished with diary buffer: if it was not being displayed
9390 before, kill it; otherwise restore its original state.
9391 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9392
9393 * calendar/calendar.el (calendar-set-mode-line): Use total
9394 available mode-line width, rather than frame-width.
9395
9396 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9397 after mode change so effect not lost.
9398
9399 2004-03-23 Dave Love <fx@gnu.org>
9400
9401 * dired.el (dired) <defgroup>: Add link to manual.
9402 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9403 (dired-revert): Use dolist.
9404 (dired-mode-map): Add U binding.
9405 (dired-mode): Add font-lock-beginning-of-syntax-function.
9406 (dired-garbage-files-regexp): Make it a defcustom.
9407
9408 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9411 is equivalent to nil.
9412 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9413 (vc-arch-mode-line-string): Accept `added' state.
9414 (vc-arch-state): Use inode-sigs if available.
9415 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9416 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9417 (vc-arch-tagline-re): New var.
9418 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9419 New functions.
9420 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9421 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9422
9423 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9424 (vc-file-not-found-hook): Use it.
9425
9426 * diff-mode.el (diff-default-read-only): Change default.
9427 (diff-mode-hook): Make it a defcustom. Add some options.
9428 (diff-mode-map): Bind diff-refine-hook.
9429 (diff-yank-handler): New var.
9430 (diff-yank-function): New fun.
9431 (diff-font-lock-keywords): Use them.
9432 (diff-end-of-file): Handle case where file-header looks like diff text.
9433 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9434 (diff-file-kill): Delete a subsequent empty line, if applicable.
9435 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9436 (diff-find-file-name): Use it.
9437 (diff-tell-file-name): New command.
9438 (diff-mode): Be careful with view-mode.
9439 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9440 New functions, for use in diff-mode-hook.
9441 (diff-find-source-location): Catch "regex too large" errors.
9442 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9443 (diff-refine-hunk): New command.
9444
9445 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9446 (smerge-context-menu-map): Remove unused var.
9447 (smerge-keep-all): Preserve markers.
9448 (smerge-keep-n): New fun.
9449 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9450 (smerge-keep-current, smerge-ediff): Use it.
9451 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9452 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9453 (smerge-resolve): Resolve trivial 3-part conflicts.
9454
9455 2004-03-23 Juri Linkov <juri@jurta.org>
9456
9457 * man.el (Man-width): New var.
9458 (Man-getpage-in-background): Use it.
9459 (Man-support-local-filenames): New var and fun.
9460 (Man-build-man-command): Don't add a second %s.
9461 (Man-fontify-manpage): Clean up message.
9462 (Man-mode): Set outline-regexp, outline-level,
9463 imenu-generic-expression.
9464
9465 * woman.el (woman-fill-frame): Doc fix.
9466 (woman-decode-region): Use window-width instead of frame-width.
9467
9468 * abbrevlist.el (list-one-abbrev-table):
9469 * descr-text.el (describe-char):
9470 * international/mule-diag.el (describe-current-coding-system):
9471 * international/quail.el (quail-insert-decode-map):
9472 Use window-width instead of frame-width.
9473
9474 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9475 (jka-compr-mode-alist-additions): Add tbz.
9476 (jka-compr-write-region, jka-compr-insert-file-contents):
9477 Add message for undefined compress-program.
9478 (jka-compr-write-region): Remove redundant var bindings.
9479
9480 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9481 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9482 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9483 (dired-man): Use dired-guess-shell-command.
9484 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9485 Change default nil to t.
9486
9487 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9488 (dired-compare-directories): Add default value for empty input.
9489
9490 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9491
9492 * time.el (display-time-string-forms): Fix help-echo date format.
9493
9494 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9495
9496 * autorevert.el (global-auto-revert-non-file-buffers): Expand
9497 docstring.
9498 (buffer-stale-function): New variable.
9499 (auto-revert-list-diff, auto-revert-dired-file-list)
9500 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9501 (auto-revert-handler): Take over some functionality of deleted
9502 functions.
9503 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9504
9505 * dired.el (dired-directory-changed-p): New fun, extracted from
9506 dired-internal-noselect.
9507 (dired-buffer-stale-p): New fun.
9508 (dired-internal-noselect): Use dired-directory-changed-p.
9509 Eliminate revert messages.
9510 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9511
9512 2004-03-23 Kenichi Handa <handa@m17n.org>
9513
9514 * international/characters.el: Setup syntaxes for more parentheses
9515 Unicode characters.
9516
9517 * international/mule-cmds.el (select-safe-coding-system):
9518 Merge coding-system and auto-cs before comparing them.
9519
9520 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9523
9524 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9525 normal-auto-fill-function and comment-indent-function.
9526 The default values now work just as well.
9527 Don't set font-lock-beginning-of-syntax-function since we already set
9528 syntax-begin-function.
9529 (lisp-outline-level): Put ;;;###autoload at same level as (.
9530 (prin1-char): Quote special chars.
9531
9532 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9533 than with-no-warnings.
9534
9535 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9536 if the source location can't be found.
9537 (edebug-compute-previous-result): Use prin1-char.
9538
9539 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9540 (debug-ignored-errors): Add an entry.
9541
9542 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9543 (byte-compile-file): Output warning when deleting a file.
9544
9545 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9546 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9547
9548 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9549 (byte-compile-inline-expand): Use backquote.
9550 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9551 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9552
9553 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9554
9555 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9556
9557 2004-03-22 Juri Linkov <juri@jurta.org>
9558
9559 * finder.el (finder-known-keywords): Fix data, tex, unix.
9560
9561 * play/landmark.el: Fix keywords.
9562
9563 * language/ethio-util.el (ethio-find-file): Doc fix.
9564
9565 * emacs-lisp/warnings.el: Doc fix.
9566
9567 * textmodes/ispell.el (ispell-help): Doc fix.
9568
9569 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9570
9571 * format.el (format-insert-file): Always return a list of two
9572 elements, like insert-file-contents does.
9573
9574 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9575
9576 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9577 and vc-BACKEND-diff.
9578 (vc-print-log): If the print-log implementation supports it, use
9579 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9580 (vc-version-diff, vc-diff-internal): Doc fixes.
9581
9582 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9583 implementation supports it, let diff output go to *vc*,
9584 not *vc-diff*, since this is an internal call.
9585
9586 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9587
9588 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9589
9590 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9591
9592 2004-03-21 Dave Love <fx@gnu.org>
9593
9594 * progmodes/cfengine.el (cfengine-mode):
9595 Set parse-sexp-ignore-comments.
9596
9597 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9598
9599 2004-03-21 Juanma Barranquero <lektu@terra.es>
9600
9601 * allout.el (allout-mode): Fix docstring.
9602
9603 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9604
9605 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9606
9607 * autorevert.el (auto-revert-interval): Make new value take
9608 effect immediately when set through Custom.
9609 (auto-revert-set-timer): Add interactive declaration.
9610
9611 2004-03-19 David Ponce <david@dponce.com>
9612
9613 * ruler-mode.el (ruler-mode-header-line-format-old):
9614 Don't `make-variable-buffer-local'.
9615 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9616 (ruler-mode-header-line-format): Simply funcall the above.
9617 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9618 to save/restore a previous header line format.
9619 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9620 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9621 fringes and margins width.
9622 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9623
9624 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * log-edit.el (log-edit-font-lock-keywords): Typo.
9627
9628 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9629 (tex-send-tex-command): Rather than here.
9630 (tex-compilation-parse-errors): Simplify.
9631
9632 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9633
9634 * time.el (display-time-string-forms): Add help-echo with date on time.
9635
9636 * composite.el (compose-region): Use restore-buffer-modified-p.
9637
9638 * disp-table.el (standard-display-8bit): Simplify.
9639
9640 * server.el (server-process-filter): Delete temp frame.
9641
9642 * add-log.el (add-change-log-entry): Simplify.
9643
9644 2004-03-19 Kim F. Storm <storm@cua.dk>
9645
9646 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9647 (hexl-follow-line): Don't require 'fringe.
9648
9649 * progmodes/compile.el (compilation-start): Always set
9650 compilation-last-buffer and return it.
9651
9652 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9653
9654 * simple.el (clone-buffer): Doc fix.
9655
9656 2004-03-18 Juanma Barranquero <lektu@terra.es>
9657
9658 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9659
9660 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * log-edit.el (log-edit-font-lock-keywords): New var.
9663 (log-edit-mode): Use it.
9664
9665 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9666
9667 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9668 properly for watching in speedbar.
9669
9670 2004-03-17 Masatake YAMATO <jet@gyve.org>
9671
9672 * smerge-mode.el (smerge-popup-context-menu):
9673 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9674
9675 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9678 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9679 Take sealed revisions into account.
9680 (vc-arch-checkin): Extract a summary line from the message.
9681
9682 2004-03-16 Masatake YAMATO <jet@gyve.org>
9683
9684 * register.el (register): Provide `register' feature.
9685
9686 2004-03-15 Masatake YAMATO <jet@gyve.org>
9687
9688 Added context menu support in smerge mode.
9689 Most of the part is written by Stefan Monnier.
9690
9691 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9692 New keymap and menu.
9693 (smerge-text-properties): New function.
9694 (smerge-remove-props): New function.
9695 (smerge-popup-context-menu): New function.
9696 (smerge-resolve): Call `smerge-remove-props'.
9697 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9698 (smerge-keep-current): Ditto.
9699 (smerge-kill-current): New function.
9700 (smerge-match-conflict): Put text properties.
9701 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9702
9703 2004-03-15 David Ponce <david@dponce.com>
9704
9705 * ruler-mode.el (ruler-mode-left-fringe-cols)
9706 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9707 (ruler-mode-right-scroll-bar-cols): Remove.
9708 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9709 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9710 Use fringe-columns and scroll-bar-columns.
9711
9712 2004-03-15 Masatake YAMATO <jet@gyve.org>
9713
9714 * hl-line.el (hl-line-range-function): New variable.
9715 (hl-line-move): New function.
9716 (global-hl-line-highlight): Use `hl-line-move'.
9717 (hl-line-highlight): Ditto.
9718
9719 * scroll-bar.el (scroll-bar-columns):
9720 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9721
9722 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9723 (ruler-mode-left-fringe-cols)
9724 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9725 (ruler-mode-right-scroll-bar-cols)
9726 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9727 (ruler-mode-ruler-function): New variable.
9728 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9729 if the value for `ruler-mode-ruler-function' is given.
9730
9731 * hexl.el (hexl-mode-hook): Make the hook customizable.
9732 (hexl-address-area, hexl-ascii-area): New customize variables.
9733 (hexlify-buffer): Put font-lock-faces on the address area and
9734 the ascii area.
9735 (hexl-activate-ruler): New function.
9736 (hexl-follow-line): New function.
9737 (hexl-highlight-line-range): New function.
9738 (hexl-mode-ruler): New function.
9739
9740 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9743 (vc-default-find-file-hook): New fun.
9744 (vc-find-file-hook): Call new find-file-hook operation.
9745
9746 * vc-arch.el: New file.
9747
9748 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9749
9750 * info-look.el (info-lookup): Reuse an existing Info window.
9751
9752 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9753
9754 * woman.el (woman-preserve-ascii): Default value changed to t and
9755 doc string revised.
9756
9757 2004-03-12 Richard M. Stallman <rms@gnu.org>
9758
9759 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9760 Fix minor bug.
9761
9762 * replace.el (occur-engine): Change message for count of matches.
9763
9764 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9765 For strings, do compare text properties.
9766
9767 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9768
9769 * progmodes/compile.el (compile-auto-highlight)
9770 (compilation-error-list, compilation-old-error-list)
9771 (compilation-parse-errors-function, compilation-parsing-end)
9772 (compilation-error-message, compilation-directory-stack)
9773 (compilation-enter-directory-regexp-alist)
9774 (compilation-leave-directory-regexp-alist)
9775 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9776 (compilation-current-file, compilation-regexps): Remove vars.
9777
9778 (compile-error-at-point, compilation-error-filedata)
9779 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9780 (compilation-next-error-locus, compilation-forget-errors)
9781 (count-regexp-groupings, compilation-parse-errors)
9782 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9783
9784 (compile-internal): Make obsolete.
9785
9786 (compilation-first-column, compilation-error)
9787 (compilation-directory-matcher, compilation-page-delimiter)
9788 (compilation-mode-font-lock-keywords, compilation-debug)
9789 (compilation-error-face, compilation-warning-face)
9790 (compilation-info-face, compilation-line-face)
9791 (compilation-column-face, compilation-enter-directory-face)
9792 (compilation-leave-directory-face, compilation-skip-threshold)
9793 (compilation-skip-visited, compilation-context-lines): New vars.
9794
9795 (compilation-warning-face, compilation-info-face)
9796 (compilation-message-face): New faces.
9797
9798 (compilation-error-regexp-alist-alist): New constant.
9799
9800 (compilation-face, compilation-directory-properties)
9801 (compilation-assq, compilation-error-properties, compilation-start)
9802 (define-compilation-mode, compilation-loop)
9803 (compilation-set-window): New functions.
9804
9805 (compile): Additional argument for interactive compiles like TeX.
9806
9807 * progmodes/grep.el (kill-grep): Move here from compile.el.
9808 (grep-error, grep-hit-face, grep-error-face)
9809 (grep-mode-font-lock-keywords): New variables.
9810 (grep-regexp-alist): Simplify regexp and add `binary' case.
9811 (grep-mode): New mode.
9812 (grep-process-setup): Simplify.
9813
9814 2004-03-11 Jason Rumney <jasonr@gnu.org>
9815
9816 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9817 letters on DOS/Windows.
9818
9819 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * server.el (server-name): New var.
9822 (server-socket-dir): New var to replace server-socket-name.
9823 (server-start): Use them.
9824
9825 2004-03-11 Simon Josefsson <jas@extundo.com>
9826
9827 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9828 died to avoid infloop. Reported by Jonathan Glauner
9829 <jglauner@sbum.org>.
9830
9831 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9834 (smerge-mode-menu): Use it to deactivate menu entries.
9835 (smerge-keep-current): New fun.
9836 (smerge-keep-current): Use it.
9837
9838 2004-03-10 John Paul Wallington <jpw@gnu.org>
9839
9840 * foldout.el (foldout-fold-list, foldout-modeline-string):
9841 Declare them as variables, not constants.
9842
9843 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9844
9845 * ps-print.el: Modification to print *Messages* buffer.
9846 (ps-print-version): New version 6.6.4.
9847 (ps-message-log-max): New fun.
9848 (ps-spool-without-faces, ps-spool-with-faces)
9849 (ps-count-lines-preprint): Code fix.
9850
9851 * printing.el: New tips in Tips section.
9852
9853 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9854
9855 * delim-col.el: Doc fix.
9856
9857 * printing.el: Doc fix. New doc section (Tips).
9858
9859 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * type-break.el (type-break-emacs-variant): Remove.
9862 (type-break-run-at-time, type-break-cancel-function-timers):
9863 Use fboundp rather than version name and number.
9864
9865 2004-03-09 Masatake YAMATO <jet@gyve.org>
9866
9867 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9868 `make-variable-buffer-local'.
9869
9870 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9871
9872 * find-dired.el (find-dired): Call `shell-command' instead of
9873 `start-process-shell-command'. By this, Tramp takes over
9874 handling of remote directories.
9875
9876 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9877
9878 * newcomment.el (comment-use-global-state): New var.
9879 (comment-search-forward): Use it.
9880
9881 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9882
9883 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9884
9885 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9886 (enable-kinsoku): Make it a defcustom.
9887 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9888 paragraph to same-comment-start-marker.
9889
9890 2004-03-07 Dave Love <fx@gnu.org>
9891
9892 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9893 (browse-url-mail): Use it.
9894
9895 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9896 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9897
9898 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9899
9900 * woman.el (woman-man.conf-path): Doc fix.
9901 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9902
9903 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9904
9905 * sort.el (sort-columns): Remove ms-dos from the list of systems
9906 where the external `sort' command is not used.
9907
9908 2004-03-07 Kim F. Storm <storm@cua.dk>
9909
9910 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9911 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9912 from overlay-arrow-variable-list.
9913 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9914
9915 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
9916
9917 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9918 overlay arrow string properly for the assembler buffer.
9919
9920 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * mail/sendmail.el (mail-mode): Fix last change.
9923
9924 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
9925
9926 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9927 for the assembler buffer.
9928 (gdb-assembler-custom): Position the overlay arrow.
9929 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9930
9931 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9934
9935 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9936 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9937
9938 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9939
9940 * newcomment.el (uncomment-region): Allow non-terminated comment.
9941 (comment-normalize-vars): Check the user-specified comstart marker.
9942
9943 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9944
9945 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9946 Otherwise, do use it if the region only contains font-lock text
9947 properties.
9948
9949 2004-03-04 Masatake YAMATO <jet@gyve.org>
9950
9951 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9952 as the callback function for eldoc.
9953 (hexl-print-current-point-info): New function.
9954 (hexl-current-address): Print the address in both decimal
9955 and hexadecimal format.
9956
9957 2004-03-04 Richard M. Stallman <rms@gnu.org>
9958
9959 * mail/rmail.el (rmail-convert-to-babyl-format):
9960 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9961
9962 * mail/mail-utils.el (mail-unquote-printable-region):
9963 New arg UNIBYTE.
9964
9965 * startup.el (command-switch-alist): Doc fix.
9966
9967 * simple.el (undo): Temporarily set this-command to `undo-start',
9968 then set it to `undo' once undo-start returns without error.
9969
9970 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9971
9972 * simple.el (kill-line): Don't disregard trailing whitespace
9973 in eol condition, if show-trailing-whitespace is set.
9974
9975 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9976 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9977 When disabling, restore old values only if mouse-sel-has-been-enabled.
9978
9979 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9980 (isearch-{-char): New function.
9981 (isearch-mode-map): Bind { to isearch-{-char.
9982
9983 * font-lock.el (lisp-font-lock-keywords-2):
9984 Turn off the CL with-... and do-... general patterns.
9985 Instead, recognize several specific with... and do... constructs.
9986
9987 * files.el (switch-to-buffer-other-window):
9988 Bind same-window-buffer-names and same-window-regexps to nil.
9989 (switch-to-buffer-other-frame): Likewise.
9990
9991 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9994 recognizing leading comment on code line.
9995
9996 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9999 hidden files/directories.
10000
10001 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10004 only comment-start (in case the mode hasn't set it).
10005
10006 * Makefile.in (AUTOGENEL): New var.
10007 (bootstrap-prepare): Rename from bootstrap-clean.
10008 Don't remove elc files.
10009 (maintainer-clean): New target.
10010
10011 * xml.el (xml-get-attribute-or-nil): Simplify.
10012
10013 2004-03-02 Juri Linkov <juri@jurta.org>
10014
10015 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10016 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10017 URL to prevent their substitution with the environment variable
10018 values by browsers.
10019
10020 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10021
10022 * ps-print.el: Doc fix.
10023 (ps-print-version): New version number (6.6.3).
10024 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10025 Docstring fix.
10026 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10027 before printing.
10028 (ps-time-stamp-yyyy-mm-dd): New fun.
10029 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10030
10031 2004-03-02 Kim F. Storm <storm@cua.dk>
10032
10033 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10034
10035 2004-03-01 Juanma Barranquero <lektu@terra.es>
10036
10037 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10038
10039 * desktop.el (desktop-file-version)
10040 (desktop-after-read-hook): Fix typos.
10041 (desktop-clear-preserve-buffers): Remove redundant info in
10042 docstring already shown by the obsolescence message.
10043 (desktop-truncate, desktop-internal-v2s)
10044 (desktop-value-to-string): Change argument name to match docstring.
10045
10046 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10047
10048 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10049 docstring.
10050
10051 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10052
10053 * printing.el: Replace "As Is..." in PostScript file print/preview by
10054 "No Preprocessing...". Suggested by Colin Marquardt
10055 <_marquardt_@zmd.de>.
10056 (pr-insert-section-4): Adjust buffer interface.
10057
10058 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10059
10060 Version 2.0.39 of Tramp released.
10061
10062 * net/tramp.el (tramp-handle-file-local-copy)
10063 (tramp-handle-write-region, tramp-open-connection-rsh):
10064 Variable name typo. Small change. From Patrick Tullmann
10065 <tullmann@flux.utah.edu>.
10066 (tramp-process-connection-type): New variable.
10067 (tramp-maybe-open-connection): Use it.
10068 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10069 (tramp-touch): Set last-modified time of a remote file.
10070 (tramp-handle-write-region): Say which function is used when encoding.
10071
10072 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10073
10074 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10075 case of non-existing filename, too. Reported by Christoph Bauer
10076 <c_bauer@informatik.uni-kl.de>.
10077 (tramp-smb-get-file-entries): The directory in question should
10078 have permissions "drwxrwxrwx". Just virtual, because we don't
10079 know the real permissions. Don't we know?
10080 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10081 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10082 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10083 output. If it was received chunkwise, there have been problems.
10084 Remove the "prompt not found" error message; it is obvious.
10085 Simplify algorithm.
10086 (tramp-smb-process-running): Remove. Since we acknowledge the
10087 virtual prompt for shares, there's no need for distinction of
10088 reading shares (process ends afterwards) and interactive mode of
10089 smbclient.
10090 (tramp-smb-open-connection): Setting process sentinel removed.
10091 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10092 "NT_STATUS_NETWORK_ACCESS_DENIED".
10093 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10094 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10095 (top-level): Setting default value in `tramp-default-method-alist'
10096 corrected. Order of USER and HOST have been wrong.
10097 Nobody complained for months ...
10098 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10099 (tramp-smb-open-connection): Clear password cache if login has failed.
10100
10101 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10102 `tramp-unified-filenames'.
10103 (tramp-completion-mode): Make test for XEmacs explicitly.
10104 `event-to-character' can exists in Emacs packages too.
10105 Reported by Matt Swift <swift@alum.mit.edu>.
10106 (tramp-buffer-name): Buffer name must contain the user if exists.
10107 Reported by Adrian Phillips <a.phillips@met.no>.
10108 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10109 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10110 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10111 `tramp-do-copy-or-rename-file-one-local', because it handles also
10112 the case both files use the same out-of-band method.
10113 Implementation added.
10114 (tramp-handle-file-local-copy, tramp-handle-write-region):
10115 Out-of-band handling removed. `copy-file' called instead, which
10116 calls `tramp-do-copy-or-rename-file-out-of-band'.
10117 (tramp-action-password): Check for out-of-band method removed.
10118 This function is used for 'login-program.
10119 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10120 appropriate.
10121 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10122 and `tramp-parse-sknownhosts'.
10123 (tramp-completion-function-alist): It's a defvar now, because we
10124 want to apply the optimized `tramp-set-completion-function'
10125 instead of a static list.
10126 (tramp-set-completion-function): Implementation tuned.
10127 Avoid double entries, and entries where the function or the
10128 file/directory doesn't exist.
10129 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10130 for SSH2.
10131 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10132 (tramp-handle-dired-compress-file): New function.
10133 (tramp-async-proc): New variable.
10134 (tramp-handle-shell-command): Adding asynchronous processes.
10135 They are far from being perfect, but it works at least for
10136 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
10137 (top-level): Require password.el if visible. Should be mandatory
10138 once No Gnus has found its way into (X)Emacs.
10139 (tramp-read-passwd): Invoke `password-read' if available,
10140 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10141 fallback any longer.
10142 (tramp-clear-passwd): New function.
10143 (tramp-process-actions, tramp-process-multi-actions):
10144 Clear password cache if login has failed.
10145
10146 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10147 its own module.
10148 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10149 `ange-ftp-ftp-name-res'. There could be incorrect values from
10150 previous calls in case the "ftp" method is used in the Tramp file
10151 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10152
10153 2004-02-28 Richard M. Stallman <rms@gnu.org>
10154
10155 * term.el (term-mouse-paste): Call mouse-set-point.
10156
10157 * thumbs.el: New file.
10158
10159 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10160
10161 * progmodes/ebnf-abn.el: Doc fix.
10162
10163 * progmodes/ebnf-bnf.el: Doc fix.
10164 (ebnf-repeat): Code fix.
10165
10166 * progmodes/ebnf2ps.el: Doc fix.
10167 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10168
10169 2004-02-28 Juri Linkov <juri@jurta.org>
10170
10171 * ffap.el (dired-at-point): Additional writability test for
10172 relative directory names.
10173 (dired-at-point-prompter): Treat directories as a directory, get
10174 the directory component from files.
10175 (ffap-string-at-point): Return string from region if region is active.
10176 (ffap-file-at-point): Remove redundant code.
10177
10178 2004-02-28 Kim F. Storm <storm@cua.dk>
10179
10180 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10181 Initialize margin area images to nil.
10182 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10183 (breakpoint-enabled-bitmap-face)
10184 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10185 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10186 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10187 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10188 (gdb-reset): Use gdb-remove-breakpoint-icons.
10189 (gdb-put-string): Add dprop arg to specify alternative display
10190 property (for setting fringe bitmap).
10191 (gdb-remove-strings): Doc fix.
10192 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10193 icon in fringe (if available), or else as icon or text in display
10194 margin. Creates necessary icons in breakpoint-bitmap,
10195 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10196 Also make left window margin if required.
10197 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10198 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10199 no longer needed.
10200 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10201 gdb-put-breakpoint-icon.
10202 (gdb-assembler-mode): Don't set left-margin-width here.
10203
10204 2004-02-27 Kevin Ryde <user42@zip.com.au>
10205
10206 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10207 comma, so that it DTRT in macros.
10208
10209 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10210
10211 * progmodes/sh-script.el (sh-shell-arg)
10212 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10213 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10214
10215 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10216
10217 * faces.el (face-spec-set-match-display): Add a new attribute,
10218 `min-colors'.
10219 (region, highlight, secondary-selection): Use `min-colors'.
10220
10221 * custom.el (defface): Add documentation for `min-colors'.
10222
10223 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10224 (font-lock-keyword-face, font-lock-function-name-face)
10225 (font-lock-variable-name-face, font-lock-constant-face):
10226 Use `min-colors'.
10227
10228 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10229
10230 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10231
10232 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10233 define assq-delete-all if it's not defined.
10234 (ebnf-generate-region): Code fix.
10235
10236 * printing.el: Doc fix.
10237 (pr-version): New version number (6.7.2).
10238 (pr-command): Return empty string if command is an empty string.
10239
10240 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10241
10242 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10243
10244 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10245 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10246 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10247 "tt" ["test"] ). Reported by Markus Dreyer
10248 <mdreyer@ix.urz.uni-heidelberg.de>.
10249 (ebnf-version): New version number (4.0).
10250 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10251 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10252 (ebnf-delete-style): New commands.
10253 (ebnf-directory, ebnf-file): New funs.
10254 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10255 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10256 (ebnf-syntax-alist): New var.
10257 (ebnf-element-width): New fun replacing ebnf-list-width.
10258 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10259 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10260 (ebnf-prologue): Adjust vars.
10261 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10262 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10263 (ebnf-check-style-values, ebnf-generate-production)
10264 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10265 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10266 (ebnf-token-repeat): Code fix.
10267
10268 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10269 %right, %left and %prec. Suggested by Matthew K. Junker
10270 <junker@alum.mit.edu>.
10271 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10272
10273 * progmodes/ebnf-iso.el: Doc fix.
10274 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10275 (ebnf-iso-lex): Code fix.
10276
10277 * progmodes/ebnf-bnf.el: Doc fix.
10278 (ebnf-bnf-lex): Code fix.
10279
10280 * progmodes/ebnf-otz.el: Doc fix.
10281
10282 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10285 (abbrev-prefix-mark): Doc fix.
10286
10287 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10288
10289 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10290 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10291 (gdb-var-delete): Make interactive (really).
10292 (gdb-edit-value): Make non-interactive.
10293
10294 * progmodes/gud.el (gud-speedbar-menu-items):
10295 Add gdb-var-delete and, indirectly, gdb-edit-value.
10296 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10297 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10298 (gud-gdb-marker-filter): Add comment for annotations.
10299
10300 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10301
10302 * calendar/calendar.el (generate-calendar)
10303 (calendar-read-date): Prevent display of BC calendars once more -
10304 reverts 2003-10-01 change.
10305 (generate-calendar-month): Doc fix.
10306
10307 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10308
10309 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10310 return value of increment-calendar-month.
10311
10312 2004-02-21 Stephen Compall <s11@member.fsf.org>
10313
10314 * saveplace.el (save-place-forget-unreadable-files)
10315 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10316 (save-place-forget-unreadable-files): New function.
10317 (save-place-alist-to-file): Use it to filter out files that are
10318 no longer readable.
10319
10320 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10321 current Texinfo environment, using the same method as in
10322 `texinfo-insert-@end', and insert a space rather than a newline if
10323 point in a @table environment.
10324
10325 2004-02-21 Juri Linkov <juri@jurta.org>
10326
10327 * ffap.el (ffap-file-at-point): Try parent directories.
10328
10329 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10330
10331 * vcursor.el (vcursor-modifiers): New defcustom.
10332 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10333 hard-coded list.
10334
10335 2004-02-21 Masatake YAMATO <jet@gyve.org>
10336
10337 * play/animate.el (animate-birthday-present): Accept names other
10338 than `Sarah', too.
10339
10340 2004-02-21 Juri Linkov <juri@jurta.org>
10341
10342 * startup.el: Remove table of command line arguments from the
10343 Commentary section.
10344
10345 2004-02-20 John Wiegley <johnw@newartisans.com>
10346
10347 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10348 again" modifier from 'e' to 'E', since 'e' is also used by the
10349 "file extension" modifier.
10350
10351 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10352
10353 * help-fns.el (describe-categories): Doc fix.
10354
10355 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10356
10357 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10358 temporary file for buffer already visiting one. This change makes
10359 output likely to be directly usable by patch program.
10360 Suggested by Adrian Aichner <adrian@xemacs.org>
10361
10362 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10363
10364 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10365 case of variables defined in compound statements.
10366 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10367 Simplify constructions using switch-to-buffer.
10368
10369 2004-02-19 Simon Josefsson <jas@extundo.com>
10370
10371 * play/morse.el: Fix typo.
10372 (morse-code): Add @.
10373
10374 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10375
10376 * calendar/appt.el (appt-display-format): Change default to
10377 'ignore, for backwards compatibility.
10378 (appt-display-message): If appt-display-format is 'ignore,
10379 respect old vars appt-msg-window and appt-visible.
10380 (appt-activate): Don't depend on return value of cancel-timer.
10381
10382 * calendar/calendar.el (calendar-holidays): Doc fix.
10383
10384 * calendar/cal-coptic.el (coptic-prompt-for-date):
10385 Use assoc-string instead of assoc-ignore-case.
10386 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10387 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10388 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10389 * calendar/cal-islam.el (calendar-goto-islamic-date)
10390 (mark-islamic-diary-entries): Ditto.
10391 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10392 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10393 (calendar-read-mayan-tzolkin-date): Ditto.
10394 * calendar/calendar.el (calendar-read-date): Ditto.
10395 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10396
10397 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10398
10399 * progmodes/executable.el (executable-command-find-posix-p):
10400 Fix choice of the directory.
10401
10402 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10403
10404 * simple.el (interprogram-cut-function)
10405 (interprogram-paste-function, kill-new, kill-append):
10406 Doc fixes.
10407 (kill-region): Make it return nil. Doc fix.
10408 (yank-pop): Make its argument optional.
10409 (yank): Make ARG `-' equivalent to `-1'.
10410
10411 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10412
10413 * mail/rmail.el (rmail-get-new-mail): Don't reference
10414 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10415
10416 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10417
10418 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10419 if one of global-auto-revert-non-file-buffers or autorevert-mode
10420 is non-nil.
10421
10422 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10423
10424 * subr.el (delete-dups): A better implementation from Karl Heuer
10425 <kwzh@gnu.org>.
10426
10427 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10428
10429 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10430 correct place.
10431 * progmodes/icon.el (icon-indent-command): Ditto.
10432 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10433
10434 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10435
10436 * progmodes/grep.el (grep-compute-defaults): Undo change from
10437 2004-01-29: don't use executable-command-find-posix-p.
10438
10439 2004-02-16 Richard Sharman <rsharman@pobox.com>
10440
10441 * hilit-chg.el: Use require instead of eval-and-compile.
10442 (highlight-compare-buffers): New function.
10443
10444 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10445
10446 * man.el (Man-fontify-manpage): Render section headings in
10447 `Man-overstrike-face' even when overstrike was not used by man
10448 formatter for section headings.
10449
10450 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10451
10452 * rmail-spam-filter.el (vm-use-spam-filter)
10453 (rsf-min-region-length-added-to-spam-list): New variables.
10454 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10455 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10456 spam testing. Don't delete spam message if automatic deletion
10457 after output via variable rmail-delete-after-output is turned on.
10458 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10459 rsf-bbdb-dont-create-entries-for-spam.
10460 (check-field): New function, extracted from code in
10461 rmail-spam-filter to ease addition of header fields like content-type.
10462 (message-content-type): New variable to check the content-type:
10463 field added, also in defcustom of rsf-definitions-alist.
10464 (rmail-spam-filter): Replace repeated test code for header fields
10465 by calls to check-field; change the call to
10466 rmail-output-to-rmail-file such that rmail-current-message stays
10467 the same to avoid wrong deletion of unseen flags.
10468 (rsf-add-contents-type): New function to convert old format
10469 of rmail-spam-definitions-alist into new one.
10470 Change prefixes of all variables and functions from
10471 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10472
10473 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10474
10475 * loadhist.el (unload-hook-features-list): New defvar.
10476
10477 2004-02-16 Dave Love <fx@gnu.org>
10478
10479 * loadhist.el (unload-feature): Doc fix. Rename flist to
10480 unload-hook-features-list.
10481
10482 2004-02-16 Jay Belanger <belanger@truman.edu>
10483
10484 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10485 cookie. Don't check if we are looking-at open-formula.
10486
10487 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10488
10489 * subr.el (match-string-no-properties): Use substring-no-properties.
10490
10491 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10492
10493 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10494 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10495 Use lower-case "rx" in all error message.
10496
10497 2004-02-16 Dave Love <fx@gnu.org>
10498
10499 * emacs-lisp/rx.el (rx-or): Put group around result.
10500 (rx-constituents): Add backref.
10501 (rx-syntax): Add string-delimiter, comment-delimiter.
10502 (rx-categories): Add combining-diacritic.
10503 (rx-check-not, rx-greedy, rx): Doc fix.
10504 (rx-backref, rx-check-backref): New.
10505
10506 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10507
10508 * newcomment.el (uncomment-region): Allow eob as comment end.
10509
10510 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10511
10512 * filecache.el: All message and error commands now use prefix
10513 "Filecache:" to make it easy to read *Messages* buffer.
10514
10515 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10516
10517 * autorevert.el: Add support to detect changed dired and VC buffers.
10518 (auto-revert-active-p, auto-revert-list-diff)
10519 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10520 (auto-revert-handler, auto-revert-active-p): New functions.
10521 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10522 and `auto-revert-active-p'.
10523 (eval-when-compile): Defvar dired-directory and vc-mode.
10524 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10525 (auto-revert-handler-vc): New functions.
10526
10527 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10528
10529 * progmodes/compile.el (compilation-directory): New defvar.
10530 (compile): Save current directory in compilation-directory.
10531 (recompile): Bind default-directory to compilation-directory if
10532 that is non-nil.
10533
10534 2004-02-16 Dave Love <fx@gnu.org>
10535
10536 * newcomment.el (comment-insert-comment-function)
10537 (comment-region-function, uncomment-region-function): New.
10538 (comment-indent): Use comment-insert-comment-function.
10539 (uncomment-region): Use uncomment-region-function.
10540 (comment-region): Use comment-region-function.
10541
10542 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10543
10544 2004-02-16 Richard Stallman <rms@gnu.org>
10545
10546 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10547 loaddefs* and ldefs-boot*.
10548
10549 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10550
10551 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10552 and email address at the beginning and end of the address.
10553
10554 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10555 anchored at the beginning of the email address.
10556
10557 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10558
10559 * international/ccl.el (ccl-compile-write): Pass `left' to
10560 ccl-embed-code to generate correct code of write-expr-register.
10561
10562 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10563
10564 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10565
10566 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
10567
10568 * x-dnd.el: Mention support for Motif in commentary.
10569 (x-dnd-handle-drag-n-drop-event): Ditto.
10570
10571 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10572
10573 * ses.el: Use "ses--" prefixes for buffer-local variables.
10574 Use (point-min) instead of 1, even when we know the buffer
10575 is unnarrowed.
10576 (ses-build-load-map): Delete. Distribute its content to defconsts for
10577 the three maps.
10578 (ses-menu, ses-header-line-menu): New menus.
10579 (ses-mode-map): Use them.
10580 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10581
10582 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10583
10584 * Makefile.in: Fix the CC Mode recompile kludge so it works
10585 when building in a different directory.
10586
10587 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10588
10589 * simple.el (kill-new): Put yank-handler property on the entire string.
10590
10591 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * diff.el: Don't use compile any more, use diff-mode instead.
10594 (diff-regexp-alist, diff-old-file, diff-new-file)
10595 (diff-parse-differences, diff-process-setup): Remove.
10596 (diff-sentinel): New fun.
10597 (diff): Use it. Run the process ourselves.
10598 Use diff-mode for the rest of the processing.
10599
10600 * diff.el (diff): Simplify code handling `switch'.
10601
10602 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * pcvs-defs.el (cvs-menu): Add `tag'.
10605
10606 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10607
10608 * simple.el (kill-append): Doc fix.
10609
10610 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10611 Adapt outline-regexp to the new conventions for commenting out code.
10612
10613 2004-02-11 John Paul Wallington <jpw@gnu.org>
10614
10615 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10616
10617 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * diff.el (diff-switches): New fun.
10620 (diff, diff-backup): Use it.
10621 (diff): Clean up the args construction. Use backquote.
10622 Use listp instead of consp to avoid putting a nil arg.
10623 (diff): Add a revert-buffer function.
10624
10625 2004-02-10 Jan Djärv <jan.h.d@swipnet.se>
10626
10627 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10628 handled by x-dnd-handle-file-name.
10629 (x-dnd-known-types): Add COMPOUND_TEXT.
10630 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10631 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10632 x-dnd-empty-state.
10633 (x-dnd-forget-drop): Ditto.
10634 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10635 (x-dnd-handle-one-url): Return private when inserting text.
10636 (x-dnd-insert-ctext): New function.
10637 (x-dnd-handle-file-name): New function for FILE_NAME.
10638 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10639 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10640 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10641
10642 2004-02-10 Kenichi Handa <handa@m17n.org>
10643
10644 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10645 instead of while loop.
10646
10647 2004-02-10 Miles Bader <miles@gnu.org>
10648
10649 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10650
10651 2004-02-09 Kenichi Handa <handa@m17n.org>
10652
10653 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10654 have end-of-line.
10655
10656 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10657
10658 * Makefile.in: Added extra dependencies in the recompile target
10659 needed to cope with the compile time macro expansions in CC Mode.
10660
10661 2004-02-09 Kim F. Storm <storm@cua.dk>
10662
10663 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10664 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10665 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10666 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10667 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10668 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10669 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10670 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10671 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10672 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10673 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10674
10675 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10678 Don't allow shrink if there's a window on our right.
10679
10680 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10681 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10682 Bring together declaration and initialization.
10683 (prolog-mode-variables): Don't set the syntax table.
10684 Don't set paragraph-start and comment-indent-function.
10685 Add /*..*/ to the comment regexps.
10686 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10687 (prolog-mode-map): Don't bind TAB.
10688 (prolog-mode): Set the syntax table.
10689 (prolog-comment-indent): Remove.
10690 (inferior-prolog-mode-map): Initialize in the declaration.
10691 (inferior-prolog-mode-syntax-table)
10692 (inferior-prolog-mode-abbrev-table): New vars.
10693 (inferior-prolog-mode): Derive from comint-mode.
10694 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10695 minibuffer windows.
10696
10697 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10698 in file names, as long as it is unambiguous.
10699
10700 2004-02-08 Andreas Schwab <schwab@suse.de>
10701
10702 * textmodes/reftex-toc.el
10703 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10704 format. Doc fix.
10705
10706 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10707 format string arguments.
10708
10709 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10710 string argument.
10711
10712 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10713
10714 * play/zone.el (zone-call): Fix format string.
10715
10716 * net/webjump.el (webjump-builtin): Add missing format string argument.
10717
10718 * midnight.el (midnight-delay-set): Remove extra format string
10719 argument.
10720
10721 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10722
10723 * hexl.el (hexl-insert-char): Add missing format string argument.
10724
10725 * format.el (format-decode): Fix format string.
10726
10727 * emulation/vi.el (vi-mode): Remove extra format string argument.
10728 (vi-repeat-last-search): Likewise.
10729 (vi-reverse-last-search): Likewise.
10730 (vi-goto-mark): Likewise.
10731 (vi-reverse-last-find-char): Likewise.
10732 (vi-repeat-last-find-char): Likewise.
10733 (vi-locate-def): Likewise.
10734
10735 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10736
10737 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10738 string argument.
10739 (ediff-toggle-regexp-match): Likewise.
10740
10741 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10742 format string argument.
10743
10744 * calc/calc-map.el (calc-get-operator): Remove extra format
10745 string argument.
10746
10747 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10748
10749 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10750 string argument.
10751
10752 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10753
10754 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10755
10756 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10757
10758 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10759 (cl-struct-setf-expander): Likewise.
10760
10761 * vc.el (with-vc-file): Fix unsafe uses of error.
10762 (vc-cancel-version): Likewise.
10763
10764 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl>
10765
10766 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10767 thousands separator; fixes <class>:<line-number> regexp for
10768 non-english locales.
10769
10770 2004-02-08 Andreas Schwab <schwab@suse.de>
10771
10772 * view.el (view-mode-enable): Revert previous change.
10773
10774 2004-02-07 Kim F. Storm <storm@cua.dk>
10775
10776 * simple.el (line-number-at-pos): Rename from line-at-pos.
10777 Uses changed (what-line and vc-annotate-warp-version).
10778
10779 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10782 (diff-mode): Remove aborted attempt at support for compile.el.
10783 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10784
10785 2004-02-06 Andreas Schwab <schwab@suse.de>
10786
10787 * view.el (view-mode-enable): Add view-mode-map to
10788 minor-mode-overriding-map-alist.
10789
10790 2004-02-05 Jan Djärv <jan.h.d@swipnet.se>
10791
10792 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10793
10794 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10797 with point inside rather than after the paragraph.
10798
10799 2004-02-04 Sam Steingold <sds@gnu.org>
10800
10801 * mail/smtpmail.el (smtpmail-try-auth-methods):
10802 Do not try authentication when no mechanism is available.
10803 Pass port-name as defaultport to `netrc-machine'.
10804
10805 2004-02-04 Stephen Eglen <stephen@gnu.org>
10806
10807 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10808 to show how minibuffer height can be constrained.
10809
10810 2004-02-04 John Paul Wallington <jpw@gnu.org>
10811
10812 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10813
10814 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
10815
10816 * x-dnd.el: New file for drag and drop.
10817
10818 * term/x-win.el: require x-dnd, set after-make-frame-functions
10819 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10820 drag-n-drop event.
10821
10822 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10823 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10824 (dired-dnd-handle-file): New functions for drag and drop support.
10825 (dired-mode): Initialize drag and drop if x-dnd present.
10826
10827 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10830 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10831 (cperl-mode): Set fill-paragraph-function.
10832 (cperl-fill-paragraph): Make it non-interactive.
10833
10834 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10835
10836 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10837
10838 2004-02-02 David Kastrup <dak@gnu.org>
10839
10840 * replace.el (perform-replace): Allow 'literal argument in
10841 regexp-flag to indicate literal replacement.
10842 (query-replace-regexp-eval): Use it.
10843
10844 2004-02-01 Andreas Schwab <schwab@suse.de>
10845
10846 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10847
10848 2004-02-01 Stephen Eglen <stephen@gnu.org>
10849
10850 * info-look.el: Add support for maxima-mode. Update commentary
10851 because info-lookup-symbol is now bound to C-h S.
10852
10853 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10854
10855 * simple.el (edit-and-eval-command): Bind print-level and
10856 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10857 Correct initial position in command-history.
10858
10859 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10860
10861 * files.el (read-directory-name): Adapt the docstring to recent
10862 change in Fread_file_name.
10863
10864 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10865
10866 * ses.el (ses-print-cell): If print format too wide for column
10867 width, truncate decimal places if that helps to avoid "#####" fill.
10868 * ses.el (ses-initial-column-width): Revert previous change.
10869
10870 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10873 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10874 Add edebug info.
10875 (jit-lock-mode): Setup/cancel the new timer.
10876 (jit-lock-context-fontify): New fun. Extracted from
10877 context fontification code of jit-lock-stealth-fontify.
10878 (jit-lock-stealth-fontify): Don't do context fontification any more.
10879
10880 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10881 (jit-lock-fontify-now): Handle the `quit' case.
10882 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10883
10884 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10885
10886 * progmodes/executable.el (executable-command-find-posix-p):
10887 New. Check if find handles arguments POSIX-style.
10888
10889 * progmodes/grep.el (grep-compute-defaults):
10890 Use executable-command-find-posix-p.
10891 (grep-find): Check `grep-find-command'.
10892
10893 * filecache.el (file-cache-find-posix-p): Delete.
10894 (file-cache-add-directory-using-find):
10895 Use `executable-command-find-posix-p'.
10896
10897 2004-01-29 Dave Love <fx@gnu.org>
10898
10899 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10900 Iterate the hook function if arg is given.
10901 (mark-defun, narrow-to-defun): Change order of finding the limits.
10902
10903 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10904 (byte-compile-format-warn): New.
10905 (byte-compile-callargs-warn): Use it.
10906 (Format, message, error): Add byte-compile-format-like property.
10907 (byte-compile-maybe-guarded): New.
10908 (byte-compile-if, byte-compile-cond): Use it.
10909 (byte-compile-lambda): Compile interactive forms,
10910 just to make warnings about them.
10911
10912 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10913
10914 * ses.el (ses-initial-column-width): Increase to 14, so it will
10915 work well with the default printer of "%.7g" for extreme values
10916 like "-1.234567e+07".
10917
10918 2004-01-29 Kenichi Handa <handa@m17n.org>
10919
10920 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10921
10922 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
10923
10924 * dos-w32.el: Added support for the `default-printer-name' function.
10925
10926 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * server.el (server-socket-name): Don't use the hostname in the
10929 socket name since /tmp is local to the host anyway.
10930
10931 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10932 robust check of widening and fix var-naming.
10933
10934 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10935
10936 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10937 or rmail-spam- to rsf- in all function and variable names.
10938 (rsf-min-region-to-spam-list): New variable.
10939 (rsf-bbdb-auto-delete-spam-entries): Rename from
10940 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10941 scanned together with the recipients field for spam testing; Don't
10942 delete spam message if rmail-delete-after-output is non-nil.
10943 (rsf-check-field): New function, extracted from code in
10944 rmail-spam-filter to ease addition of header fields like
10945 content-type:.
10946 (message-content-type): New variable. The content-type: field was
10947 added also in defcustom of rsf-definitions-alist.
10948 (rmail-spam-filter): Replace repeated test code for header fields
10949 by calls to check-field; change the call to
10950 rmail-output-to-rmail-file such that rmail-current-message stays
10951 the same to avoid wrong deletion of unseen flags.
10952 (rmail-use-spam-filter): Add autoload cookie.
10953
10954 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10955
10956 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10957 (file-cache-add-directory-using-find): Add Cygwin support.
10958 (file-cache-find-command-posix-flag): New user variable.
10959
10960 * filecache.el (file-cache-add-directory): Check for
10961 directories an remove them from dir-files.
10962
10963 2004-01-27 Richard M. Stallman <rms@gnu.org>
10964
10965 * man.el (Man-fontify-manpage): Clean up message.
10966
10967 2004-01-27 Kenichi Handa <handa@m17n.org>
10968
10969 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10970 (sentence-end): Define using sentence-end-without-space.
10971
10972 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10973 a sentence ends with one of a character in sentence-end-without-space.
10974
10975 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10978 (jit-lock): Group declaration moved to jit-lock.el.
10979 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10980 when necessary.
10981
10982 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10983 (jit-lock-context-unfontify-pos): Rename from
10984 jit-lock-first-unfontify-pos.
10985 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10986
10987 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10988
10989 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10990 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10991 (fortran-fill): When filling a string, adjust re-search-backward
10992 argument for special case of string just on fill-column.
10993 When filling non-string, allow one extra char if
10994 fortran-break-before-delimiters is non-nil.
10995 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10996 Use fortran-break-delimiters-re and fortran-no-break-re to
10997 correctly handle cases such as "**".
10998
10999 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11000 (f90-no-break-re): Add some extra tokens. Doc fix.
11001
11002 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11003
11004 * mail/rmail-spam-filter.el:
11005 Use two semicolons as Commentary line prefix.
11006 Add ";;; Code:" stylized comment.
11007 Delete end-of-line whitespace.
11008 Wrap (require 'cl) with `eval-when-compile'.
11009
11010 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11011
11012 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11013 at the top level of vc.el.
11014
11015 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11016
11017 * vc.el (vc-current-line): Function removed. This is now done by
11018 the new function line-at-pos in simple.el.
11019 (vc-annotate-warp-version): Use line-at-pos instead of
11020 vc-current-line.
11021
11022 2004-01-22 Kim F. Storm <storm@cua.dk>
11023
11024 * simple.el (line-at-pos): New defun.
11025 (what-line): Use it. Optimize by only counting lines in narrowed
11026 region once.
11027
11028 2004-01-22 Kenichi Handa <handa@m17n.org>
11029
11030 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11031 point (register r1) only for charset mule-unicode-0100-24ff.
11032
11033 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11034
11035 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11036 trailing white space and ensure a final newline.
11037
11038 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11039 Add autoload cookie.
11040
11041 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11042
11043 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11044 activate view-mode explicitly.
11045
11046 2004-01-21 Jan Djärv <jan.h.d@swipnet.se>
11047
11048 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
11049 menu-bar-enable-clipboard and make Paste use clipboard first.
11050
11051 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11054 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11055 (vc-mcvs-cvs): Remove.
11056 (vc-mcvs-command): Remove use of assert.
11057
11058 * outline.el (outline-insert-heading): Tighten up match.
11059 (outline-demote, outline-move-subtree-down): Don't assume anything
11060 about outline-regexp.
11061
11062 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11063 (texinfo-show-structure): Explicitly add ^, and simplify.
11064
11065 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11066
11067 * calendar/appt.el (appt-check): Restore usage of
11068 appt-issue-message deleted in previous change.
11069 (top-level): Activate package when loaded (needed for backwards
11070 compatibility).
11071
11072 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11073
11074 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11075 following previous change to smtpmail-send-data.
11076
11077 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11078
11079 * vc.el (vc-default-previous-version): Doc enhancement.
11080 (vc-default-next-version): New function.
11081 (vc-print-log): New arg FOCUS-REV.
11082 (vc-annotate-mode): Derive from view-mode.
11083 (vc-annotate): New args REVISION, DISPLAY-MODE.
11084 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11085 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11086 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11087 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11088 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11089
11090 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11091
11092 2004-01-19 Karl Berry <karl@gnu.org>
11093
11094 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11095 or "TexInfo".
11096
11097 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11098
11099 * subr.el (delete-dups): New function.
11100
11101 2004-01-19 Karl Berry <karl@gnu.org>
11102
11103 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11104 with ^, since that's what texinfo-show-structure
11105 documentation says (plus it works much better in texinfo.txi).
11106
11107 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11108
11109 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11110
11111 2004-01-18 David Ponce <david@dponce.com>
11112
11113 * progmodes/which-func.el (which-function-mode): Don't cancel
11114 which-func-update-timer if not set.
11115
11116 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11117
11118 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11119 Remove spurious left square bracket in XX:XXam regexp.
11120
11121 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11122
11123 * progmodes/cc-defs.el: Do not require cl at run time.
11124
11125 2004-01-16 Richard M. Stallman <rms@gnu.org>
11126
11127 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11128 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11129
11130 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11131 Call rmail-spam-filter. Delete and expunge spam.
11132 Print number of spam messages deleted.
11133 Save and restore the deletion status of old messages when reading
11134 new mail with spam filter, so that expunging spam does not expunge
11135 msgs deleted by the user.
11136 (rmail-only-expunge): Add an optional argument dont-show to
11137 prevent showing message after expunge.
11138
11139 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11140
11141 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11142 * subr.el (declare): New macro.
11143
11144 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11145
11146 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11147
11148 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11151 Test window-system rather than system-type (for X11/Mac).
11152
11153 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11154
11155 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11156
11157 2004-01-12 Richard M. Stallman <rms@gnu.org>
11158
11159 * mail/rmail.el (rmail-convert-to-babyl-format):
11160 Use mail-unquote-printable-region.
11161 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11162 (rmail-hex-char-to-integer): Functions deleted.
11163
11164 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11165 (mail-unquote-printable-region): New arg NOERROR.
11166 For invalid encoding, either signal an error to just return nil.
11167
11168 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11169
11170 * calendar/appt.el: Update copyright and commentary.
11171 (appt-issue-message): Make obsolete.
11172 (appt-visible, appt-msg-window): Make obsolete, in favor of
11173 appt-display-format.
11174 (appt-display-mode-line, appt-display-duration)
11175 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11176 (appt-prev-comp-time, appt-display-count, appt-timer)
11177 (appt-convert-time): Doc change.
11178 (appt-disp-window-function, appt-delete-window-function):
11179 Use defcustom rather than defvar.
11180 (appt-display-format): New variable.
11181 (appt-display-message): New function with display code from appt-check.
11182 (appt-check): Add optional FORCE argument. Doc change.
11183 Add appt-make-list to diary-hook if displaying diary.
11184 Remove checking of view-diary-entries-initially.
11185 Message display section removed to new function appt-display-message.
11186 (appt-display-window): Doc change. Remove unused internal var
11187 this-buffer. Do not beep, since appt-display-message does that.
11188 (appt-make-list): Doc change. Use caar.
11189 (appt-sort-list): Simplify by using builtin sort function.
11190 (appt-update-list): New function for updating appts when diary is
11191 saved.
11192 (appt-activate): New autoloaded function to toggle package
11193 functionality.
11194
11195 * calendar/cal-x.el (calendar-one-frame-setup)
11196 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11197
11198 * calendar/calendar.el: Update copyright.
11199 (view-diary-entries-initially, european-calendar-style): Doc change.
11200 (calendar-setup): Make defcustom rather than defvar.
11201 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11202 in let binding so local to function.
11203
11204 * calendar/diary-lib.el: Update copyright.
11205 (diary, diary-entry-time): Doc change.
11206 (list-diary-entries): Doc change. Trivial logic change.
11207 (fancy-diary-display): Restore make-face command mistakenly
11208 deleted 2003-05-08.
11209 (show-all-diary-entries): Allow to pop-up frame if needed.
11210
11211 2004-01-09 John Paul Wallington <jpw@gnu.org>
11212
11213 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11214 Temporarily select EVENT's window for changing eol type.
11215
11216 2004-01-09 Deepak Goel <deego@gnufans.org>
11217
11218 * calendar/diary-lib.el (diary-entry-time):
11219 Also accept time in the form XX[.XX][am/pm/AM/PM].
11220 (fancy-diary-font-lock-keywords): Likewise.
11221 (diary-font-lock-keywords): Likewise.
11222 * calendar/appt.el (appt-add): Likewise.
11223 (appt-make-list): Likewise.
11224 (appt-convert-time): Likewise.
11225
11226 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11227
11228 * gdb-ui.el (gdb-ann3): Revert previous change.
11229 (gdb-source-info): Allow for case of where compilation directory
11230 is not recorded.
11231
11232 2004-01-08 John Paul Wallington <jpw@gnu.org>
11233
11234 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11235
11236 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11237
11238 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11239
11240 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11241 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11242 problems.
11243 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11244
11245 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11246
11247 * files.el (write-file-functions, write-contents-functions):
11248 Clarify docstrings.
11249
11250 2004-01-07 Kenichi Handa <handa@m17n.org>
11251
11252 * international/mule.el (set-auto-coding): Fix for the case that
11253 end-of-line is only CR.
11254
11255 2004-01-07 Kim F. Storm <storm@cua.dk>
11256
11257 * subr.el (event-start, event-end): Doc fix.
11258 (posn-string, posn-image): New defuns.
11259 (posn-object): Return either image or string object.
11260 (posn-object-x-y): Return 8th element of position.
11261 (posn-object-width-height): New defun.
11262
11263 2004-01-06 Andreas Schwab <schwab@suse.de>
11264
11265 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11266 output.
11267
11268 2004-01-05 Karl Berry <karl@gnu.org>
11269
11270 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11271 / and *, too.
11272
11273 2003-12-31 Simon Josefsson <jas@extundo.com>
11274
11275 * files.el (before-save-hook): Add.
11276 (basic-save-buffer): Use before-save-hook.
11277
11278 * emacs-lisp/copyright.el: Fix comment to recommend
11279 before-save-hook instead of write-file-functions.
11280
11281 2004-01-05 Richard M. Stallman <rms@gnu.org>
11282
11283 * finder.el (finder-commentary): Call delete-other-windows.
11284
11285 * net/ange-ftp.el (ange-ftp-file-attributes):
11286 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11287
11288 2004-01-04 Karl Berry <karl@gnu.org>
11289
11290 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11291 comment characters % and # in the copyright year notice,
11292 as well as ;.
11293
11294 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11295
11296 * wid-edit.el (default): Define dummy :value-delete.
11297 Reported by Jesper Harder <harder@ifa.au.dk>.
11298
11299 2004-01-03 Richard M. Stallman <rms@gnu.org>
11300
11301 * progmodes/compile.el (compile-internal): Use point, not point-min,
11302 for set-window-point.
11303
11304 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11305
11306 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11307
11308 * progmodes/grep.el (grep-mode-map):
11309 Don't remap next-line, previous-line.
11310
11311 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11312
11313 * speedbar.el (speedbar-edit-line): Change regexp to position
11314 the cursor on the first character of this line's button.
11315
11316 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11317
11318 * subr.el (functionp): Doc fix.
11319
11320 2004-01-03 Jesper Harder <harder@ifa.au.dk>
11321
11322 * progmodes/idlwave.el (idlwave-make-tags):
11323 * textmodes/flyspell.el (flyspell-large-region):
11324 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11325 * emulation/viper-util.el (viper-glob-unix-files):
11326 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11327 * man.el (Man-init-defvars):
11328 * jka-compr.el (jka-compr-call-process):
11329 * files.el (get-free-disk-space,insert-directory):
11330 * ediff-ptch.el (ediff-test-patch-utility):
11331 * ediff-diff.el (ediff-test-utility):
11332 * dired-aux.el (dired-check-process):
11333 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11334 test the return value of call-process, because it can be a string.
11335
11336 2003-12-31 John Paul Wallington <jpw@gnu.org>
11337
11338 * bindings.el (completion-ignored-extensions): Add .pfsl.
11339
11340 2003-12-31 Kim F. Storm <storm@cua.dk>
11341
11342 * ido.el (ido-nonreadable-directory-p): New defun to check for
11343 nonreadable directory without activating tramp (to avoid problems
11344 with checking incomplete tramp paths).
11345 (ido-set-current-directory, ido-file-internal)
11346 (ido-file-name-all-completions1): Use it.
11347
11348 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11349
11350 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11351 documentation if the anchor (or node) name is preceded by `info
11352 anchor' or `Info anchor' in addition to earlier `info node' and
11353 `Info node'.
11354 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11355
11356 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11357
11358 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11359 error in arguments to base64-decode-region. Remove ^M characters
11360 after decoding base64.
11361
11362 2003-12-30 Simon Josefsson <jas@extundo.com>
11363
11364 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11365 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11366 have only been distributed with Emacs for some years.
11367 (texinfo-mode-hook): Customize.
11368
11369 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11370
11371 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11372 cleaner (suggested by Richard Stallman).
11373
11374 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11375 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11376 file-name clashes on 8+3 DOS filesystems.
11377
11378 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11379 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11380 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11381 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11382 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11383 file-name clashes on 8+3 filesystems.
11384
11385 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11386 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11387 file-name clashes on 8+3 DOS filesystems.
11388
11389 2003-12-29 Richard M. Stallman <rms@gnu.org>
11390
11391 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11392 Upcase the character.
11393
11394 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11395 Search for header separator alone on a line, literally,
11396 and search for it backward, not forward.
11397 (flyspell-abbrev-table): Always use global-abbrev-table
11398 if there is no local one.
11399
11400 * progmodes/sh-script.el (sh-get-indent-info):
11401 Don't move point back if at bob.
11402
11403 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11404
11405 * play/handwrite.el (handwrite): Make the handwrite credit message
11406 a comment rather than an output command.
11407
11408 * obsolete/sc.el: Display message that this file is obsolete.
11409
11410 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11411
11412 * mail/rfc822.el (rfc822-address-start): Declare variable.
11413 Renamed from address-start. All uses changed.
11414
11415 * term.el (term-exec): Set up sentinel.
11416 (term-sentinel): New function.
11417 (term-handle-exit): New function.
11418
11419 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11420 Use assoc-string, and mark them obsolete.
11421 (delay-mode-hooks): Mark as permanent local.
11422
11423 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11424
11425 * register.el (copy-rectangle-to-register): Doc fix.
11426
11427 * info.el (Info-insert-dir): Use assoc-string.
11428
11429 * info-look.el (info-lookup): Use assoc-string.
11430
11431 * frame.el (pop-up-frame-function): Use quote, not `function'.
11432 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11433 copying with lists as coordinate values.
11434
11435 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11436
11437 * find-dired.el (kill-find): New command.
11438 (find-dired): Make buffer read-only.
11439 Set up a keymap with C-c C-k running kill-find.
11440 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11441
11442 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11443
11444 * filecache.el (file-cache-ignore-case): New variable.
11445 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11446
11447 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11448 (comint-dynamic-complete-as-filename): Rename local vars.
11449 (comint-dynamic-list-filename-completions): Likewise.
11450
11451 * comint.el (comint-dynamic-list-completions-config): New var.
11452 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11453
11454 * comint.el (comint-file-name-chars): Add [].
11455 (comint-word): Use skip-chars-backward, not search.
11456
11457 * shell.el (shell-file-name-chars): Add [].
11458
11459 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11460
11461 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11462
11463 * generic.el (define-generic-mode): Doc fix.
11464
11465 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11466
11467 * files.el (kill-some-buffers): Doc fix.
11468
11469 2003-12-29 Stuart Herring <herring@lanl.gov> (tiny change)
11470
11471 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11472 arg to send-invisible.
11473 (send-invisible): Doc fix. The argument is now a prompt, not the
11474 string to send.
11475 (comint-read-noecho): Doc fix.
11476
11477 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11478
11479 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11480 "@", as required by some ISP hosting service. Fix defcustom
11481 argument syntax errors that prevented use of customization.
11482
11483 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11484
11485 * xml.el (xml-get-attribute-or-nil): Doc fix.
11486
11487 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11488
11489 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11490 write-file-hooks.
11491
11492 2003-12-29 Eric Hanchrow <offby1@blarg.net>
11493
11494 * autorevert.el (auto-revert-interval): Doc fix.
11495
11496 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11497
11498 * xml.el (xml-get-attribute-or-nil): New function, like
11499 xml-get-attribute, but returns nil if the attribute was not found.
11500 (xml-get-attribute): Convert to defsubst, uses
11501 xml-get-attribute-or-nil.
11502
11503 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11504
11505 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11506
11507 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11508
11509 * custom.el (custom-declare-theme): Use `value' when putting
11510 properties on `theme'.
11511
11512 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11513
11514 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11515 for each yank-handler segment.
11516 (insert-for-yank-1): New function, with the body of the previous
11517 insert-for-yank.
11518
11519 * textmodes/table.el (table-yank-handler): New defcustom.
11520 (table--put-cell-indicator-property): Put yank-handler property
11521 that indicates the yank handler for the table cell.
11522
11523 2003-12-29 Jesper Harder <harder@ifa.au.dk>
11524
11525 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11526 set of keywords.
11527
11528 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11529
11530 * international/mule-cmds.el (reset-language-environment)
11531 (set-language-environment): Don't invoke fontset-related functions
11532 if fontset-list is not fboundp.
11533
11534 2003-12-29 Kenichi Handa <handa@m17n.org>
11535
11536 * international/mule-cmds.el (reset-language-environment):
11537 Call set-overriding-fontspec-internal with nil.
11538 (set-language-environment): Call set-overriding-fontspec-internal
11539 if the language environment specify `overriding-fontspec'.
11540 (language-info-alist): Doc added.
11541
11542 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11543 characters of mule-unicode-0100-24ff.
11544 (ccl-encode-windows-1251-font): New CCL program.
11545 ("Bulgarian"): Specify overriding-fontspec.
11546 ("Belarusian"): Likewise.
11547
11548 2003-12-28 Sam Steingold <sds@gnu.org>
11549
11550 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11551 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11552
11553 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11554
11555 * progmodes/gud.el (gud-gdb-command-name): Set default to
11556 "gdb --annotate=3".
11557 (gud-gdb-marker-filter): Look out for annotations.
11558 (gdb-first-pre-prompt): New variable.
11559 Remove trailing white space.
11560
11561 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11562 if necessary.
11563 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
11564 annotations are detected.
11565 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11566 instead of a local one to allow transition from
11567 gud-gdb-marker-filter.
11568 Remove trailing white space.
11569
11570 2003-12-27 Kim F. Storm <storm@cua.dk>
11571
11572 * ido.el: Handle non-readable directories.
11573 (ido-decorations): Add 9th element for non-readable directory.
11574 (ido-directory-nonreadable): New dynamic var.
11575 (ido-set-current-directory): Set it.
11576 (ido-read-buffer, ido-file-internal):
11577 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11578 (ido-file-name-all-completions1): Return empty list for
11579 non-readable directory.
11580 (ido-exhibit): Print [Not readable] if directory is not readable.
11581 (ido-expand-directory): New defun (based on fix from Karl Chen).
11582 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11583 Use it.
11584
11585 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11586
11587 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11588 calls to directory-files-and-attributes and file-attributes.
11589 (ls-lisp-format): Remove system dependent handling of user and
11590 group id's.
11591
11592 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11593
11594 * ffap.el (ffap-read-file-or-url): Revert previous change.
11595
11596 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11597
11598 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11599 new list of included files called `files-with-node-lines', that
11600 only have node lines. This way @include commands can include any
11601 file, such as version and update files without node lines, not
11602 just files that are chapters.
11603
11604 2003-12-25 Andreas Schwab <schwab@suse.de>
11605
11606 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11607 file not found.
11608
11609 2003-12-08 Miles Bader <miles@gnu.org>
11610
11611 * dired.el (dired-between-files): Always use dired-move-to-filename,
11612 which is more robust in non-english locales.
11613
11614 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11615
11616 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11617
11618 2003-12-24 Andreas Schwab <schwab@suse.de>
11619
11620 * shell.el (shell-file-name-quote-list): Add backslash.
11621
11622 * comint.el (comint-quote-filename): Correctly handle backslash
11623 in comint-file-name-quote-list.
11624
11625 2003-12-24 Kenichi Handa <handa@m17n.org>
11626
11627 * international/mule-cmds.el (set-default-coding-systems):
11628 Call ucs-set-table-for-input for all buffers that don't have local
11629 value of buffer-file-coding-system.
11630
11631 * international/ucs-tables.el (ucs-set-table-for-input):
11632 If translation-table-for-encode is a symbol, get its
11633 translation-table property.
11634
11635 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11638 to `completing-read' on a recently fixed bug.
11639
11640 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11641 instead of SPACE, to get the list of possible fringe modes.
11642 SPACE only works if both `partial-completion-mode' and
11643 `completion-auto-help' are nil.
11644
11645 * complete.el (PC-is-complete-p): Delete.
11646 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11647 calls to `test-completion'.
11648
11649 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11650
11651 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11652 to edit values when there are no children.
11653
11654 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11655 a mode called "Assembler" already exists.
11656 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11657 (gud-watch): Use format option. Remove font properties from string.
11658 (gdb-var-create-handler, gdb-var-list-children-handler):
11659 Don't bother about properties as there are none.
11660 (gdb-var-create-handler, gdb-var-list-children-handler)
11661 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11662 with two arguments.
11663 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11664 Let speedbar show value changes with a different font.
11665 (gdb-edit-value): New defun.
11666 (gdb-clear-partial-output, gdb-clear-inferior-io)
11667 (def-gdb-auto-update-handler): Use erase-buffer.
11668 (gdb-frame-handler): Display watch expressions in
11669 FUNCTION::VARIABLE format if required.
11670
11671 2003-12-23 John Paul Wallington <jpw@gnu.org>
11672
11673 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11674 (Info-goto-emacs-command-node): Doc fixes.
11675
11676 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11677
11678 * cus-edit.el (custom-add-parent-links): Define "many".
11679
11680 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11681
11682 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11683 (widget-child-validate, widget-type-value-create)
11684 (widget-type-default-get, widget-type-match): New functions.
11685 (lazy): New widget.
11686 (menu-choice, checklist, radio-button-choice, editable-list)
11687 (group, documentation-string): Remove redundant (per 2003-10-25
11688 change) calls to `widget-children-value-delete'.
11689 (widget-choice-value-get, widget-choice-value-inline): Remove.
11690 (menu-choice): Update widget.
11691
11692 2003-12-03 Kenichi Handa <handa@m17n.org>
11693
11694 * language/cyrillic.el: Register "microsoft-cp1251" in
11695 ctext-non-standard-encodings-alist.
11696 ("Bulgarian"): Add ctext-non-standard-encodings.
11697 ("Belarusian"): Likewise.
11698
11699 * international/mule-conf.el (compound-text-with-extensions):
11700 Change the type to 2 (iso-2022 base).
11701
11702 * international/mule.el (ctext-non-standard-encodings-alist):
11703 Change the format.
11704 (ctext-non-standard-encodings): New variable.
11705 (ctext-post-read-conversion): Fully re-written.
11706 (ctext-non-standard-designations-alist): Delete it.
11707 (ctext-non-standard-encodings-table): New function.
11708 (ctext-pre-write-conversion): Fully re-written.
11709
11710 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11711
11712 * cus-edit.el (custom-add-parent-links): Add documentation links
11713 for parent, if the item has none of its own.
11714
11715 2003-11-30 Richard M. Stallman <rms@gnu.org>
11716
11717 * dired-aux.el (dired-do-query-replace-regexp):
11718 Report files visited read-only.
11719
11720 2003-11-30 Juri Linkov <juri@jurta.org>
11721
11722 * dired-aux.el (dired-compare-directories): New command.
11723 (dired-file-set-difference, dired-files-attributes): New functions.
11724
11725 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11726 Version 2.0.38 of Tramp released.
11727
11728 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11729 Charles Curley <charlescurley@charlescurley.com>.
11730 (tramp-multi-connection-function-alist): Add ssht entry which adds
11731 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11732 Aichner.
11733 (tramp-get-method-parameter): New function to retrieve a method
11734 parameter. This allows for omission of method parameters.
11735 Callers adjusted.
11736
11737 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11738
11739 * net/tramp.el: Add new optional parameter ID-FORMAT to
11740 `file-attributes'. Calls of `file-attributes' won't use this
11741 parameter for backward compatibility reasons.
11742 (tramp-perl-file-attributes): Add a new parameter to Perl script
11743 in order to handle uid/gid as strings, if desired.
11744 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11745 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11746 order to make the function more general.
11747 (tramp-handle-file-attributes): Replace proprietary optional
11748 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
11749 (tramp-handle-file-attributes-with-perl): Handle parameter
11750 NONNUMERIC if set. This wasn't done in the past.
11751 (tramp-post-connection): Apply second parameter "$2" if
11752 `tramp-remote-perl' is called.
11753
11754 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11755 Correct cut'n'waste error (`filename' instead of `directory').
11756 (tramp-smb-handle-directory-files-and-attributes)
11757 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
11758 introduced parameter ID-FORMAT.
11759 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11760 error (`directory' instead of `ldir').
11761
11762 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11763 `file-attributes' has a second parameter. If yes, apply it with
11764 value "'integer". Otherwise, don't use that parameter (default is
11765 integer format).
11766
11767 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11768
11769 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11770 (help-for-help): Add `C-h .' to the listed Help options.
11771 Remove trailing whitespace.
11772
11773 * help-at-pt.el: New file.
11774
11775 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11776
11777 * subr.el (noreturn, 1value): New macros for test coverage.
11778 See `testcover.el'.
11779
11780 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
11781 `1value'.
11782
11783 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11784 for macro `1value'.
11785 (testcover-1value): New function. Checks that a 1value form
11786 actually returns only one value. Requested by RMS.
11787
11788 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11789
11790 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11791 (gdb-var-list-children, gdb-var-list-children-handler)
11792 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11793 gdb commands that use mi to keep them out of the command history.
11794
11795 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
11796
11797 * cus-start.el (all): Add use-file-dialog.
11798
11799 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11802
11803 2003-11-27 Kim F. Storm <storm@cua.dk>
11804
11805 * subr.el (posn-object-x-y): New defun.
11806
11807 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11810 Don't use `space' for \\\n.
11811 Be more selective as to which # are comment-starters.
11812
11813 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11814
11815 * subr.el (number-sequence): Improve handling of floating point
11816 arguments (suggested by Kim Storm). Allow negative arguments.
11817
11818 2003-11-26 Kenichi Handa <handa@m17n.org>
11819
11820 * international/mule-cmds.el (standard-display-european-internal):
11821 Cancel the standard-display-table setting for ` and '.
11822
11823 2003-11-26 Kim F. Storm <storm@cua.dk>
11824
11825 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11826 New defcustoms to add ffap-like functionality to ido.
11827 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11828 (ido-no-final-slash): New defun.
11829 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11830 (ido-read-file-name): Toggle VC checking via
11831 vc-handled-backends instead of vc-master-templates.
11832 (ido-file-internal): Handle ido-use-url-at-point and
11833 ido-use-filename-at-point via code borrowed from ffap-guesser.
11834 Handle new ido-exit code ffap.
11835 (ido-sort-list): Ignore final slash when sorting file names.
11836
11837 2003-11-25 Kim F. Storm <storm@cua.dk>
11838
11839 * emulation/cua-base.el (cua--standard-movement-commands):
11840 Add forward-sentence and backward-sentence.
11841
11842 2003-11-25 Stephen Eglen <stephen@gnu.org>
11843
11844 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11845 iswitchb-exit is set to 'usefirst when user selects buffer at head
11846 of list using RET. (Selecting buffers at the head of the list was
11847 broken if the substring was also a complete buffer name.)
11848
11849 2003-11-23 Kim F. Storm <storm@cua.dk>
11850
11851 * progmodes/compile.el (grep-command, grep-use-null-device)
11852 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11853 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11854 (grep-regexp-alist, grep-program, find-program)
11855 (grep-find-use-xargs, grep-history, grep-find-history)
11856 (grep-process-setup, grep-compute-defaults)
11857 (grep-default-command, grep, grep-tag-default, grep-find)
11858 (grep-expand-command-macros, grep-tree-last-regexp)
11859 (grep-tree-last-files, grep-tree): Move grep variables, functions
11860 and commands to new file grep.el.
11861 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11862 (compilation-process-setup-function): Doc fix.
11863 (compilation-highlight-regexp, compilation-highlight-overlay): New
11864 defvars used for highlighting current compile error in source buffer.
11865 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11866 LOCAL-MAP which overrides compilation-highlight-regexp and
11867 compilation-mode-map for this compilation.
11868 Delay calling compilation-set-window-height until after running
11869 compilation-process-setup-function so it can buffer-local override
11870 compilation-window-height.
11871 Check buffer-local value of compilation-scroll-output.
11872 (compilation-set-window-height): Use buffer-local value of
11873 compilation-window-height.
11874 (compilation-revert-buffer): Don't pass (undefined)
11875 preserve-modes arg to revert-buffer.
11876 (next-error-no-select, previous-error-no-select): New commands.
11877 (compilation-goto-locus): Temporarily highlight current match in
11878 source buffer using compilation-highlight-regexp.
11879
11880 * progmodes/grep.el: New file with grep code from compile.el.
11881 (grep): New defcustom group.
11882 (grep-window-height): New defcustom, like compilation-window-height.
11883 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11884 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11885 (grep-command, grep-use-null-device, grep-find-command)
11886 (grep-tree-files-aliases, grep-tree-ignore-case)
11887 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11888 (grep-setup-hook): New hook variable.
11889 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11890 (grep-last-buffer): New defvar, override compilation-last-buffer.
11891 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11892 Call compile-internal with args highlight-regexp and grep-mode-map.
11893
11894 2003-11-23 Kim F. Storm <storm@cua.dk>
11895
11896 * subr.el (event-start, event-end): Doc fix.
11897 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11898 (posn-area, posn-actual-col-row, posn-object): New defuns.
11899 (posn-col-row): Simplify doc. Rewrite to use cond.
11900 (posn-point): Also return buffer position for events outside text
11901 area (that info is now present in the event position).
11902
11903 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11904 mouse-set-point so that hscroll still works now that clicks on
11905 fringes generate specific mouse events.
11906 (mouse-set-point): Note that it now works in fringes and margins
11907 too due to new semantics of posn-point in fringes and margins.
11908
11909 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11910 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11911
11912 2003-11-20 Kim F. Storm <storm@cua.dk>
11913
11914 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11915 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11916 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11917 to 100 for icons to avoid increasing line height when shown.
11918
11919 2003-11-17 Jesper Harder <harder@ifa.au.dk>
11920
11921 * newcomment.el (comment-normalize-vars): Initialize properly if
11922 comment-start was nil.
11923
11924 2003-11-19 Andreas Schwab <schwab@suse.de>
11925
11926 * simple.el (set-variable): Fix indentation.
11927
11928 2003-11-17 Kenichi Handa <handa@m17n.org>
11929
11930 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11931 Fix docstring.
11932
11933 2003-11-17 Jesper Harder <harder@ifa.au.dk>
11934
11935 * international/latin1-disp.el (latin1-display): Fix docstring.
11936
11937 2003-11-16 John Wiegley <johnw@newartisans.com>
11938
11939 * eshell/em-ls.el (eshell-ls-file): There are times with
11940 size-width is nil and uncomputed (when directories are created in
11941 dired, for example); in this case, 4 is reasonable default value,
11942 although it may caused skewed new entries (which could be avoided
11943 by returning the original value of 8 in all cases, but 99% of the
11944 time this is a waste of whitespace).
11945
11946 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11947
11948 * progmodes/cc-engine.el (c-guess-continued-construct)
11949 (c-guess-basic-syntax): Check a little more carefully if it's a
11950 function declaration when an unknown construct followed by a block
11951 is found inside a statement context. This avoids macros followed
11952 by blocks to be taken as function declarations.
11953
11954 (c-guess-continued-construct): Change the analysis of a statement
11955 continuation with a brace open to `substatement-block', for
11956 consistency with recognized statements.
11957
11958 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11959 start is in a position so that `c-beginning-of-statement-1' jumped
11960 to the beginning of the same statement.
11961
11962 * progmodes/cc-fonts.el, progmodes/cc-engine.el
11963 (c-forward-<>-arglist-recur):
11964 Don't accept binary operators in the arglist if we're in a function
11965 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11966 template recognition in cases like "if (a < b || c > d)".
11967
11968 (c-restricted-<>-arglists): New more appropriate name for
11969 `c-disallow-comma-in-<>-arglists'.
11970
11971 Accessing functions updated for the variable name change.
11972
11973 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fix bug
11974 where the match data could get clobbered if NOT-INSIDE-TOKEN is used.
11975
11976 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11977 Don't allow parens in labels.
11978
11979 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11980 instead of duplicating parts of it. This fixes bogus label
11981 recognition.
11982
11983 * progmodes/cc-align.el (c-gnu-impose-minimum): Revert to the old method
11984 of checking the context in which to apply the minimum indentation,
11985 so that it isn't enforced in e.g. namespace blocks.
11986
11987 * progmodes/cc-vars.el (c-inside-block-syms): New constant used by
11988 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11989 to somewhat reduce the risk of becoming stale.
11990
11991 * progmodes/cc-cmds.el, progmodes/cc-engine.el
11992 (c-shift-line-indentation): Move from cc-cmds to cc-engine
11993 to allow use from cc-align.
11994
11995 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11996 Cope with fully qualified identifiers containing "::".
11997
11998 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug in
11999 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12000
12001 * progmodes/cc-vars.el (c-emacs-features): Use a space in front of
12002 the name of the temporary buffer. That also avoids dumping problems in
12003 XEmacs due to undo info being left around after the buffer is killed.
12004
12005 * progmodes/cc-engine.el (c-in-knr-argdecl): Look closer at the function
12006 arglist to see if it's a K&R style declaration.
12007
12008 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12009 before returning `knr-argdecl-intro'.
12010
12011 2003-11-16 John Wiegley <johnw@newartisans.com>
12012
12013 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12014 field in a long-listing always 8 characters, use `size-width',
12015 which has already been computed.
12016
12017 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12018
12019 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12020
12021 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12022
12023 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12024 Support operation while narrowed, with `diff-restrict-view'.
12025
12026 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12027
12028 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12029 Take additional optional arg NARROWFUN. For the generated functions:
12030 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12031 include frags that arrange to check for and save narrowing state before
12032 the move and then conditionally call NARROWFUN after the move.
12033
12034 2003-11-14 John Wiegley <johnw@newartisans.com>
12035
12036 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12037 that was optional, but obviously missing based on surrounding code.
12038
12039 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12040 string arguments to numbers unless the whole argument was seen as
12041 a number.
12042
12043 2003-11-14 Kenichi Handa <handa@m17n.org>
12044
12045 * international/mule.el (ctext-non-standard-encodings-alist):
12046 Fix coding systems.
12047
12048 2003-11-10 Kenichi Handa <handa@m17n.org>
12049
12050 * language/kannada.el ("Kannada"): Add sample-text.
12051
12052 * language/knd-util.el (kannada-compose-region)
12053 (kannada-compose-string, kannada-post-read-conversion):
12054 Add autoload cookie.
12055
12056 * international/quail.el (quail-completion): Change the message
12057 "corresponding translations" to "corresponding characters".
12058
12059 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12060
12061 * descr-text.el (describe-char): Fix typo.
12062
12063 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12064
12065 These changes are to support Kannada language/script.
12066
12067 * Makefile.in (DONTCOMPILE): Add kannada.el.
12068
12069 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12070
12071 * loadup.el: Preload kannada.el.
12072
12073 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12074 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12075 New variables.
12076
12077 * language/kannada.el: New file.
12078
12079 * language/knd-util.el: New file.
12080
12081 2003-11-07 Andreas Schwab <schwab@suse.de>
12082
12083 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12084 Also highlight AH_*.
12085
12086 * xml.el (xml-parse-dtd): Fix misplaced paren.
12087
12088 2003-11-07 Kenichi Handa <handa@m17n.org>
12089
12090 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12091
12092 2003-11-05 Juri Linkov <juri@jurta.org>
12093
12094 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12095 (desktop-buffer-file): Use saved buffer-file-coding-system
12096 for file reading. Set auto-insert to nil to prevent automatic
12097 insertion into restored empty files.
12098
12099 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12100
12101 * files.el (risky-local-variable-p): Make second argument optional.
12102
12103 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * subr.el (add-hook): Fix last change.
12106
12107 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12108
12109 * mail/rmail.el (rmail-convert-to-babyl-format):
12110 If base64-decode-region signals an error, catch it and silently
12111 ignore it.
12112
12113 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12114
12115 * xml.el (xml-parse-region): Allow comments to appear after the
12116 topmost element has closed.
12117 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12118 (xml-ns-expand-attr): New functions to do namespace handling.
12119 (xml-intern-attrlist): Back-compatible handling of attribute names.
12120 (xml-parse-tag): Move namespace handling to separate functions.
12121 Now produces elements in the form ((:ns . "element") (attr-list)
12122 children) instead of ('ns:element (attr-list) children).
12123 (xml-parse-attlist): Fix attribute parsing.
12124 (xml-parse-dtd): Change parsing so that it produces strings
12125 instead of interned symbols.
12126
12127 2003-11-01 Era Eriksson <era@iki.fi> (tiny change)
12128
12129 * dired.el (dired-ls-sorting-switches): Doc fix.
12130
12131 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12132
12133 * emacs-lisp/rx.el (rx-or): Fix the case of
12134 "(rx (and ?a (or ?b ?c) ?d))".
12135
12136 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12137
12138 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12139 (texinfo-format-region): Use it.
12140 (texinfo-format-buffer-1): Ditto.
12141
12142 2003-11-01 Alan Mackenzie <acm@muc.de>
12143
12144 Changes to allow scrolling whilst in isearch mode:
12145 * isearch.el (isearch-unread-key-sequence): New function,
12146 extracted from isearch-other-meta-char.
12147 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12148 "scrollable" standard functions.
12149 (isearch-allow-scroll): New customizable variable.
12150 (isearch-string-out-of-window, isearch-back-into-window)
12151 (isearch-reread-key-sequence-naturally)
12152 (isearch-lookup-scroll-key): New functions.
12153 (isearch-other-meta-char): Doc string and functionality enhanced.
12154 Now accepts a prefix argument.
12155 (isearch-lazy-highlight-window-end): New variable.
12156 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12157 end (thru isearch-lazy-highlight-window-end), not only its start.
12158
12159 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12160 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12161 (universal-argument, universal-argument-more, negative-argument)
12162 (digit-argument, universal-argument-other-key): Minor changes.
12163
12164 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12165
12166 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12167 recursively if the last message is deleted, thus avoiding an
12168 infinite loop.
12169
12170 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12173 (tex-main-file): Don't add .tex if the extension is already present.
12174 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12175
12176 2003-10-29 Lute Kamstra <lute@gnu.org>
12177
12178 * progmodes/octave-inf.el (inferior-octave-prompt):
12179 Recognize version number in prompt.
12180
12181 2003-10-28 Dave Love <fx@gnu.org>
12182
12183 * international/characters.el: Fix some Unicode ranges.
12184
12185 2003-10-28 Kenichi Handa <handa@m17n.org>
12186
12187 * disp-table.el (standard-display-8bit)
12188 (standard-display-default, standard-display-ascii)
12189 (standard-display-g1, standard-display-graphic)
12190 (standard-display-underline): Assure that standard-display-table
12191 is a display table.
12192
12193 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12196 reindenting the first line.
12197
12198 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12199
12200 * wid-edit.el (widget-default-delete): Always delete child widgets.
12201
12202 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12205 if the line has code.
12206 Don't try to line up with something that's too far left.
12207
12208 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12209 (octave-mode-syntax-table): Add % as a comment starter.
12210 (octave-point): Remove.
12211 (octave-in-comment-p, octave-in-string-p)
12212 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12213 (octave-blink-matching-block-open, octave-auto-fill):
12214 Use line-(beginning|end)-position instead.
12215
12216 2003-10-23 Francesco Potortì <pot@gnu.org>
12217
12218 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12219 for Francesco Potortì.
12220
12221 2003-10-23 Dave Love <fx@gnu.org>
12222
12223 * international/mule-cmds.el (locale-charset-to-coding-system):
12224 Don't rely on nil being a coding system.
12225
12226 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12227 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12228 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12229
12230 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12231
12232 * gdb-ui.el (gdb-current-language): New variable.
12233 (gdb-update-flag): Remove variable.
12234 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12235 (gdb-take-last-elt): Remove function.
12236 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12237 (gdb-post-prompt): Check for variable object changes here.
12238
12239 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12240 object changes in gdb-ui.el.
12241
12242 2003-10-21 Richard M. Stallman <rms@gnu.org>
12243
12244 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12245
12246 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12247 Don't check for foo*/ wildcard form here.
12248 (insert-directory): Recognize foo*/ as a wildcard.
12249 Separate wildcard-regexp variable from the arg, wildcard.
12250
12251 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12252 (remove-hook): Correctly handle strange cases about local hooks.
12253
12254 2003-10-21 David Ponce <david@dponce.com>
12255
12256 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12257 argument REAL, to return a real number instead of a rounded
12258 integer value. Define as inline function.
12259 (ruler-mode-right-fringe-cols): Likewise.
12260 (ruler-mode-scroll-bar-cols): New function.
12261 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12262 (ruler-mode-right-scroll-bar-cols): Likewise.
12263 (ruler-mode-space): New function.
12264 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12265 scroll bar mode and margins in a more robust way.
12266
12267 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12268
12269 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12270 (antlr-c-init-language-vars): New function.
12271 (antlr-mode): Use it with cc-mode before v5.29.
12272 (antlr-c-common-init): Don't set some local vars here.
12273 (antlr-mode): Set them here.
12274 (antlr-c-forward-sws): New function alias.
12275 (antlr-mode): Redefine with cc-mode before v5.30.
12276 (antlr-skip-sexps): Use it.
12277 (antlr-skip-exception-part): Ditto.
12278 (antlr-skip-file-prelude): Ditto.
12279 (antlr-outside-rule-p): Ditto.
12280 (antlr-end-of-body): Ditto.
12281 (antlr-option-kind): Ditto.
12282 (antlr-insert-option-area): Ditto.
12283 (antlr-file-dependencies): Ditto.
12284
12285 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12286
12287 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12288 Move backward only if point was not inside an entry.
12289
12290 2003-10-21 Richard M. Stallman <rms@gnu.org>
12291
12292 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12293
12294 2003-10-21 Juri Linkov <juri@jurta.org>
12295
12296 * compare-w.el: Automatically skip non-matching text to resync.
12297 (compare-windows-whitespace): Doc fix.
12298 (compare-windows-sync, compare-windows-sync-string-size)
12299 (compare-windows-recenter, compare-ignore-whitespace)
12300 (compare-windows-highlight, compare-windows-face): New variables.
12301 (compare-windows): Use compare-windows-sync.
12302 (compare-windows-highlight, compare-windows-dehighlight)
12303 (compare-windows-sync-regexp)
12304 (compare-windows-sync-default-function): New functions.
12305
12306 2003-10-21 Juri Linkov <juri@jurta.org>
12307
12308 * diff.el (diff-parse-differences): Don't visit the files now;
12309 instead, just record the error locus.
12310
12311 2003-10-21 Dave Love <fx@gnu.org>
12312
12313 * progmodes/cfengine.el: New file.
12314
12315 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12318 default-directory when completing file names.
12319
12320 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12323 followed by the word `face', it gets treated as a face, even if
12324 it is also defined as a variable or a function.
12325
12326 2003-10-20 Dave Love <fx@gnu.org>
12327
12328 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12329 Avoid incf in macro expansion.
12330
12331 2003-10-20 John Paul Wallington <jpw@gnu.org>
12332
12333 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12334 `evenp' so we don't implicitly require cl library at runtime.
12335
12336 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12337
12338 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12339 (help-make-xrefs): Only make cross-references for faces if
12340 preceded or followed by the word `face'. Do not make a
12341 cross-reference for variables without variable documentation,
12342 unless preceded by the word `variable' or `option'. Update doc
12343 string accordingly.
12344
12345 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12346
12347 * progmodes/hideshow.el: Rewrite one-armed `if'
12348 constructs using either `when' or `unless'.
12349 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12350
12351 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12352
12353 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12354 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12355 instead of 12x12.
12356
12357 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12358
12359 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12360 message while converting to Babyl.
12361
12362 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12363
12364 * allout.el (allout-mode): Doc fix.
12365
12366 2003-10-16 Lute Kamstra <lute@gnu.org>
12367
12368 * subr.el (force-mode-line-update): Fix docstring.
12369
12370 2003-10-14 Dave Love <fx@gnu.org>
12371
12372 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12373 (default-input-method): Add :link, improve :type.
12374 (locale-charset-language-names): Fix utf-8 pattern.
12375 (locale-charset-match-p, locale-charset-alist)
12376 (locale-charset-to-coding-system): New.
12377 (set-locale-environment): Deal with codeset part of locale specs.
12378
12379 2003-10-14 Lute Kamstra <lute@gnu.org>
12380
12381 * fringe.el (fringe-mode): Use active voice in docstring.
12382 (set-fringe-style): Ditto.
12383
12384 2003-10-13 Lute Kamstra <lute@gnu.org>
12385
12386 * fringe.el (fringe-mode): Fix docstring.
12387 (set-fringe-style): Ditto.
12388
12389 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12390
12391 * ediff-mult.el (ediff-filegroup-action):
12392 Use ediff-default-filtering-regexp.
12393
12394 * ediff-util.el (ediff-recenter): Don't call
12395 ediff-restore-highlighting twice.
12396 (ediff-select-difference): Set current difference.
12397 (ediff-unselect-and-select-difference): Add comment.
12398
12399 * ediff.el (ediff-directories,ediff-directory-revisions)
12400 (ediff-directories3,ediff-merge-directories)
12401 (ediff-merge-directories-with-ancestor)
12402 (ediff-merge-directory-revisions)
12403 (ediff-merge-directory-revisions-with-ancestor):
12404 Use ediff-default-filtering-regexp.
12405
12406 2003-10-12 Andreas Schwab <schwab@suse.de>
12407
12408 * international/mule-cmds.el (locale-charset-language-names):
12409 Simplify regex by removing unused grouping.
12410
12411 2003-10-10 Dave Love <fx@gnu.org>
12412
12413 * bindings.el: Don't bind stop.
12414
12415 2003-10-08 Miles Bader <miles@gnu.org>
12416
12417 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12418 face instead of attempting to emulate it.
12419
12420 2003-10-07 Kenichi Handa <handa@m17n.org>
12421
12422 * international/mule-diag.el (list-coding-systems-1): List coding
12423 systems that are loaded automatically.
12424
12425 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12426
12427 * international/mule.el (autoload-coding-system): New function.
12428
12429 2003-10-07 Andreas Schwab <schwab@suse.de>
12430
12431 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12432 change-log-default-name in the buffer visiting the file.
12433
12434 2003-10-06 Dave Love <fx@gnu.org>
12435
12436 * files.el (find-file-hook): Customize.
12437 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12438
12439 * bindings.el (completion-ignored-extensions): Remove .log.
12440 (global-map): Add again, open, stop keys.
12441
12442 2003-10-05 Richard M. Stallman <rms@gnu.org>
12443
12444 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12445 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12446 Use sh-modify directly.
12447 (sh-select): Use sh-append, not eval.
12448
12449 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12450
12451 * info.el (Info-following-node-name): New function.
12452
12453 * loadhist.el (unload-feature-special-hooks):
12454 Rename from loadhist-hook-functions.
12455 (loadhist-hook-functions): Now an alias.
12456
12457 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12458
12459 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12460 file-name clashes on 8+3 filesystems.
12461
12462 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12463 Rename loaddefs-boot.el to ldefs-boot.el
12464
12465 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12466 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12467
12468 2003-10-03 Lute Kamstra <lute@gnu.org>
12469
12470 * info.el (Info-mode): Revert previous change.
12471 (Info-escape-percent): New function.
12472 (Info-fontify-node): Use it.
12473
12474 2003-10-02 Andreas Schwab <schwab@suse.de>
12475
12476 * loaddefs-boot.el: Regenerated.
12477
12478 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12479
12480 * ffap.el: Remove defadvice related code from CVS since `complete'
12481 provides a `PC-completion-as-file-name-predicate' variable that
12482 ffap can override.
12483
12484 2003-10-02 Kenichi Handa <handa@m17n.org>
12485
12486 * international/utf-8.el (ccl-decode-mule-utf-8):
12487 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12488
12489 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12490 * international/subst-big5.el: Likewise.
12491 * international/subst-gb2312.el: Likewise.
12492 * international/subst-ksc.el: Likewise.
12493
12494 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12495
12496 * calendar/calendar.el (increment-calendar-month)
12497 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12498 (generate-calendar, calendar-read-date, calendar-interval)
12499 (calendar-day-of-week): Handle years BC.
12500 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12501
12502 2003-10-01 Dave Love <fx@gnu.org>
12503
12504 * language/cyrillic.el (cp1251): Alias for windows-1251.
12505
12506 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12507 bootstrap.
12508
12509 2003-10-01 Lute Kamstra <lute@gnu.org>
12510
12511 * files.el: Fix typo.
12512 * imenu.el (imenu--generic-function): Docstring fix.
12513
12514 2003-09-30 Richard M. Stallman <rms@gnu.org>
12515
12516 * dired.el (dired-mode): Handle dired-directory as a list.
12517
12518 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12519
12520 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12521
12522 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12523
12524 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12525 Replace gud-display with gud-watch.
12526 (gud-speedbar-buttons): Add stuff for watching expressions
12527 in the speedbar when using M-x gdba. Use dolist on old part
12528 of this function.
12529
12530 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12531 (gdb-update-flag): New variables.
12532 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12533 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12534 (gud-watch, gdb-var-create-handler) : New functions.
12535 (gdb-var-list-children, gdb-var-list-children-handler)
12536 (gdb-var-create-regexp, gdb-var-update-regexp)
12537 (gdb-var-list-children-regexp): New constants.
12538 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12539 (gdb-annotation-rules): Reduce annotation set (level 3).
12540 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12541 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12542 updates.
12543 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12544 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12545 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12546 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12547 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12548 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12549 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12550 (gud-display, gud-display1)
12551 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12552 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12553 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12554 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12555 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12556 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12557 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12558 (gdb-display-display-buffer, gdb-toggle-display)
12559 (gdb-delete-display, gdb-expressions-popup-menu)
12560 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12561 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12562 to display buffer.
12563
12564 2003-09-30 Richard M. Stallman <rms@gnu.org>
12565
12566 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12567 Instead, set which-func-functions.
12568
12569 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12570 (which-func-functions): New variable.
12571 (which-function): Use that.
12572
12573 * info.el (Info-mode): Double each `%' in header line.
12574
12575 * emacs-lisp/lisp-mnt.el (lm-with-file):
12576 When FILE is nil, run BODY in current buffer.
12577
12578 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12579
12580 * help.el (describe-mode): Start with a brief list of minor modes.
12581 Find them thru minor-mode-list so as to find them all.
12582 Show them in alphabetical order.
12583
12584 * mail/sendmail.el (mail-aliases): Doc fix.
12585
12586 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12587
12588 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12589
12590 * mail/rmailsum.el (rmail-make-summary-line-1):
12591 Change comma after last label to a space.
12592 (rmail-summary-font-lock-keywords): Adapt to that change.
12593
12594 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12595
12596 * progmodes/scheme.el (scheme-mode-variables): When setting
12597 `font-lock-defaults', also specify that "#" should
12598 be interpreted with `word' syntax.
12599 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12600
12601 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12602
12603 * desktop.el: A lot of comments updated.
12604 (desktop-save-mode): Minor mode introduced.
12605 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12606 (desktop-load-default): Function made obsolete.
12607 (desktop-locals-to-save): Variable made customizable.
12608 (desktop-read): Optional parameter `dirname' added.
12609 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12610 `desktop-read' used.
12611 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12612
12613 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12614
12615 * whitespace.el (whitespace-clean-msg): Add user customizable message
12616 for displaying ``clean'' output.
12617 (whitespace-buffer): Use `whitespace-clean-msg'.
12618 (whitespace-global-mode): Fix typo.
12619
12620 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12621
12622 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12623
12624 2003-09-29 Lute Kamstra <lute@gnu.org>
12625
12626 * bindings.el (mode-line-modes): Remove superfluous :propertize
12627 construct in initialization.
12628 (mode-line-position): Change cons cell into proper list in
12629 initialization.
12630
12631 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12632
12633 * international/mule.el (decode-coding-inserted-region): Use car
12634 of the return value of find-operation-coding-system.
12635
12636 2003-09-29 Kenichi Handa <handa@m17n.org>
12637
12638 * descr-text.el (describe-char): Fix previous change.
12639
12640 2003-09-28 Kenichi Handa <handa@m17n.org>
12641
12642 * descr-text.el (describe-char-display): New function.
12643 (describe-char): Pay attention to display table on describing how
12644 a character is displayed.
12645
12646 * international/mule-cmds.el (encoded-string-description):
12647 Prepend "0x" to each encoded byte.
12648
12649 2003-09-28 Andreas Schwab <schwab@suse.de>
12650
12651 * find-file.el (ff-special-constructs): Add autoload cookie.
12652
12653 2003-09-28 Kevin Ryde <user42@zip.com.au>
12654
12655 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12656 makeinfo appends to duplicate index entries.
12657
12658 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12659
12660 * dired-x.el (dired-clean-tex): Doc fix.
12661
12662 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12663 using a Chinese tutorial.
12664
12665 2003-09-28 Jesper Harder <harder@ifa.au.dk>
12666
12667 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12668 between "MAIL FROM:" and "RCPT TO:" and the following address.
12669
12670 2003-09-28 Jesper Harder <harder@ifa.au.dk>
12671
12672 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12673
12674 2003-09-28 David Ponce <david@dponce.com>
12675
12676 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12677 (recentf-load-list): When `recentf-initialize-file-name-history'
12678 is non-nil, initialize an empty `file-name-history' with the
12679 recent list.
12680
12681 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12682
12683 * man.el (Man-default-man-entry): Remove the leading `*' from the
12684 word at point.
12685
12686 2003-09-26 Lute Kamstra <lute@gnu.org>
12687
12688 * bindings.el (mode-line-position): Mention size indication in
12689 docstring.
12690
12691 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12692
12693 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12694
12695 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12696 because it's autoloaded now.
12697
12698 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12699
12700 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12701 (sh-font-lock-keywords, sh-feature): Fix previous change of
12702 sh-feature to avoid infloop with sh-font-lock-keywords.
12703
12704 2003-09-25 Kim F. Storm <storm@cua.dk>
12705
12706 * frame.el (frame-current-scroll-bars): New defun.
12707
12708 * window.el (window-current-scroll-bars): New defun.
12709
12710 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12711
12712 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12713 cause errors when the state cache contains info on parts that have
12714 been narrowed out.
12715
12716 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12717
12718 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12719 `c-setup-paragraph-variables' has to be used when this variable is
12720 changed; it doesn't work to reinitialize the mode since that
12721 typically clobbers the variable.
12722
12723 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12724 Make it interactive.
12725
12726 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12727
12728 * progmodes/cc-fonts.el (c-font-lock-declarations):
12729 Fix recognition of constructors and destructors for classes whose
12730 names are matched by `*-font-lock-extra-types'.
12731
12732 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12733 followed by an identifier in C++ then it's a type.
12734
12735 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12736
12737 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12738 problem that primarily affected XEmacs. Don't use faces to find
12739 unterminated strings since Emacs and XEmacs fontify strings
12740 differently - this function should now work better in XEmacs.
12741
12742 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12743
12744 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12745 `expand-abbrev' workaround which caused braces to misbehave inside
12746 macros.
12747
12748 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12749 handling. This bug could cause interactive font locking to bail out.
12750
12751 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12752
12753 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12754 Handle paren-style types in Pike. Also fixed some cases of
12755 insufficient handling of unbalanced parens.
12756
12757 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12758
12759 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12760 common shell prompts that are not common filename or URL characters.
12761 (ffap-file-at-point): Use the new regexp to strip the prompts from
12762 the file names. This is an issue mostly for user prompts that
12763 don't have a trailing space and find-file-at-point is invoked from
12764 within a shell inside Emacs.
12765
12766 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12767
12768 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12769 stamps numerically, rather than textually.
12770
12771 2003-09-24 Kenichi Handa <handa@m17n.org>
12772
12773 * language/devan-util.el (devanagari-post-read-conversion):
12774 * language/mlm-util.el (malayalam-post-read-conversion):
12775 * language/tml-util.el (tamil-post-read-conversion):
12776 Add autoload cookie.
12777
12778 * international/utf-8.el (utf-8-post-read-conversion):
12779 Call post-read-conversion functions for Devanagari, Malayalam,
12780 and Tamil.
12781
12782 2003-09-23 Dave Love <fx@gnu.org>
12783
12784 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12785
12786 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12787
12788 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12789 Update gud-remove.
12790
12791 2003-09-22 Richard M. Stallman <rms@gnu.org>
12792
12793 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12794 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12795 (sh-mode-syntax-table-input): New variable.
12796 (sh-require-final-newline): Don't use eval.
12797 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12798 (sh-variables, sh-font-lock-keywords): Don't use eval.
12799 (sh-set-shell): When setting require-final-newline,
12800 treat value = `require-final-newline' as don't change it.
12801 Set sh-mode-syntax-table locally based on
12802 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12803
12804 * progmodes/compile.el (compile-internal):
12805 Call compilation-set-window-height before setting window start.
12806
12807 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12808
12809 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12810 Clear out byte-compile-last-warned-form.
12811
12812 2003-09-22 Richard M. Stallman <rms@gnu.org>
12813
12814 * woman.el (woman-file-name, woman-follow-word):
12815 If current-word returns nil, use "".
12816
12817 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12818
12819 2003-09-22 Richard M. Stallman <rms@gnu.org>
12820
12821 * emacs-lisp/lisp-mnt.el (lm-with-file):
12822 Don't visit the file, just use insert-file-contents in temp buffer.
12823
12824 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12825
12826 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12827 Add surrounding \\( and \\) around the header, as in
12828 for lm-history-header 'Change Log\\|History'.
12829
12830 2003-09-22 John Paul Wallington <jpw@gnu.org>
12831
12832 * progmodes/ld-script.el: Add Commentary section,
12833 minor cleanup of file header.
12834 (ld-script-font-lock-keywords): Doc fix.
12835 (toplevel): Provide `ld-script' feature.
12836
12837 2003-09-21 Kim F. Storm <storm@cua.dk>
12838
12839 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12840 new built-in variable default-frame-scroll-bars.
12841 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12842 scroll-bar-mode; notably, use it instead of t when we toggle
12843 scroll-bars on.
12844 (toggle-scroll-bar): Use default-frame-scroll-bars.
12845
12846 2003-09-19 Masatake YAMATO <jet@gyve.org>
12847
12848 * pcvs.el (cvs-do-removal): Change the prompt depending on
12849 `filter' value.
12850
12851 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12852
12853 * startup.el (command-line-1): Stop startup-echo-area-message
12854 being hidden by "Loading image..." message.
12855 (use-fancy-splash-screens-p, display-splash-screen):
12856 Move display-graphic-p test from latter to former.
12857
12858 * progmodes/sh-script.el (sh-font-lock-keywords):
12859 Highlight escaped EOLs differently from other backslash constructs.
12860
12861 2003-09-19 Richard M. Stallman <rms@gnu.org>
12862
12863 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12864 New functions.
12865 (edebug-enter, edebug-outside-excursion): Use them.
12866
12867 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12868 Fix the condition for whether to print "In WHERE".
12869
12870 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12871
12872 * finder.el (finder-mode-hook): New variable.
12873 (finder-mode): Run hook finder-mode-hook
12874
12875 2003-09-18 Masatake YAMATO <jet@gyve.org>
12876
12877 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12878
12879 2003-09-17 Mario Lang <mlang@delysid.org>
12880
12881 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12882 "p %e" to actually print the value in the GUD buffer.
12883
12884 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12885
12886 From David Ponce <david.ponce@wanadoo.fr>:
12887 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12888 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12889 from loaddefs-boot.el if necessary.
12890
12891 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12892
12893 * progmodes/gud.el (gud-find-class): Make jdb work again since
12894 cc-mode changed the syntactic information.
12895
12896 2003-09-15 David Ponce <david@dponce.com>
12897
12898 * recentf.el (recentf-exclude): Accept predicates too.
12899 (recentf-file-readable-p): New function.
12900 (recentf-include-p): Handle predicates in recentf-exclude.
12901 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12902 (recentf-cleanup): Likewise.
12903 (recentf-save-list): Use write-file to handle backup of
12904 recentf-save-file.
12905
12906 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12907
12908 * loaddefs-boot.el: Renamed from `loaddefs.el'
12909 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12910 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12911 necessary.
12912
12913 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12914
12915 * electric.el (Electric-pop-up-window): For the `one-window' case,
12916 no longer disconcertingly move point in the original buffer.
12917
12918 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12921
12922 2003-09-12 Eric Hanchrow <offby1@blarg.net>
12923
12924 * dired.el (dired-mode-map): Fix typo.
12925
12926 2003-09-11 Richard M. Stallman <rms@gnu.org>
12927
12928 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12929
12930 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12931
12932 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12933 the function is less noisy. Now only `kill-buffer' can ask questions.
12934
12935 2003-09-10 Mario Lang <mlang@delysid.org>
12936
12937 * battery.el: Update Commentary and Copyright.
12938 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12939 appear due to wrong ordering of the expressions in `or'.
12940
12941 2003-09-09 Lute Kamstra <lute@gnu.org>
12942
12943 * misc.el (upcase-char): Fix docstring.
12944 (zap-up-to-char): New command.
12945
12946 2003-09-08 David Ponce <david@dponce.com>
12947
12948 Ensure that recentf correctly updates the menu bar.
12949 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12950 (recentf-menu-bar): New function.
12951 (recentf-clear-data): Use it.
12952 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12953 of easy-menu-change.
12954
12955 2003-09-08 Lute Kamstra <lute@gnu.org>
12956
12957 * simple.el (size-indication-mode): New.
12958 * bindings.el (mode-line-position): Add buffer size indicator.
12959
12960 2003-09-04 Mario Lang <mlang@delysid.org>
12961
12962 * battery.el (battery-linux-proc-acpi): New function.
12963 (battery-status-function): Modify default value calculation to also
12964 check for availability of ACPI.
12965 (battery-echo-area-format): Ditto.
12966 (battery-mode-line-format): Ditto.
12967
12968 2003-09-06 Dave Love <fx@gnu.org>
12969
12970 * ielm.el (ielm-mode-hook): Add :options.
12971
12972 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12973 (eldoc-print-current-symbol-info): Use it.
12974
12975 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12976
12977 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12978 being displayed in GUD buffer.
12979 (gdb-idle-input-queue): Remove var. Use just one queue.
12980 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12981 Remove functions. Use just one queue.
12982 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12983 (gdb-invalidate-assembler, gdb-get-current-frame):
12984 Modify functions. Use just one queue.
12985
12986 2003-09-04 Dave Love <fx@gnu.org>
12987
12988 * cus-start.el: Add blink-cursor-alist.
12989
12990 * ruler-mode.el (ruler-mode-fill-column-char)
12991 (ruler-mode-current-column-char): Use char-displayable-p,
12992 not window-system.
12993
12994 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12995
12996 * language/european.el (windows-1252): Move from code-pages.
12997
12998 * language/cyrillic.el ("Windows-1251"): Delete.
12999 ("Bulgarian", "Belarusian"): Remove `features'.
13000 (windows-1251): Move from code-pages.
13001
13002 * international/mule-diag.el (non-iso-charset-alist):
13003 Remove `codepage' stuff.
13004 (print-designation, list-coding-systems-1): Output fixes.
13005
13006 * international/code-pages.el (cp-make-translation-table)
13007 (cp-valid-codes): Made defsubsts.
13008 (cp-fix-safe-chars): Delete.
13009 (mule-diag): Don't require.
13010 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13011 (top-level): Check for defined coding system when defining
13012 cp... aliases. Change w32-add-charset-info test to avoid warning.
13013 (non-iso-charset-alist): Defvar when compiling.
13014 (cp-make-coding-system): Doc fix.
13015
13016 2003-09-02 Jason Rumney <jasonr@gnu.org>
13017
13018 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13019 line-ends from CVS before doing conversion.
13020
13021 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13022
13023 * calendar/diary-lib.el (diary-header-line-flag)
13024 (diary-header-line-format): New variables.
13025 (list-diary-entries): Use them to set header line in simple diary.
13026
13027 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13028 other than font-lock-string-face to highlight backslashes.
13029
13030 2003-09-01 Jason Rumney <jasonr@gnu.org>
13031
13032 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13033 regexp.
13034
13035 2003-09-01 Dave Love <fx@gnu.org>
13036
13037 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13038
13039 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13040 and :help; also line and column numbers labels.
13041
13042 * international/mule-util.el (char-displayable-p): Move from
13043 latin1-disp, rename and autoload.
13044
13045 * international/latin1-disp.el (latin1-char-displayable-p):
13046 Now obsolete alias. Replace uses with char-displayable-p.
13047 (latin1-display-ucs-per-lynx): Fix last change.
13048
13049 * international/mule-cmds.el (standard-display-european-internal):
13050 Don't use char code for Latin-1 NBSP.
13051 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13052 U+2018, U+2019 for `'.
13053 (select-safe-coding-system): Message fix.
13054
13055 2003-09-01 Kenichi Handa <handa@m17n.org>
13056
13057 * international/fontset.el (setup-default-fontset): For Thai
13058 font, specify "*" family.
13059
13060 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13061
13062 * progmodes/compile.el (previous-error): Accept a prefix
13063 argument, similarly to next-error.
13064
13065 2003-08-31 Masatake YAMATO <jet@gyve.org>
13066
13067 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13068 the number of files. Bind the number of files to a local
13069 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13070
13071 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13072
13073 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13074 2003-07-26: msdos-long-file-names is a function, not a variable.
13075
13076 2003-08-29 Richard M. Stallman <rms@gnu.org>
13077
13078 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13079 Do nothing with mail-personal-alias-file if it is nil.
13080
13081 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13082 Do nothing if mail-personal-alias-file is nil.
13083
13084 * term.el (term-exec-1): Bind coding-system-for-read.
13085
13086 * dired.el (dired-mouse-find-file-other-window):
13087 Use dired-view-command-alist here, as in dired-view-file.
13088 (dired-view-command-alist): Use %s to substitute file name.
13089 Handle .ps_pages, .eps, .jpg, .gif, .png.
13090
13091 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13092
13093 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13094 `Info-prev-reference', instead of M-tab.
13095
13096 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13097
13098 * simple.el (blink-matching-open): Work correctly on chars that
13099 are designated as parens through the syntax-table text property.
13100
13101 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13102
13103 * international/kinsoku.el (kinsoku-longer, kinsoku-shorter):
13104 Do not choose a line break position in the middle of a
13105 non-kinsoku (e.g. latin) word, making it skip until either
13106 a space or a character with category "|".
13107 (kinsoku-longer): Test for end of buffer.
13108
13109 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13110
13111 * mail/rmail.el (rmail-convert-to-babyl-format):
13112 Detect quoted-printable- and base64-encoded messages and decode them
13113 automatically. Set the message's encoding from the charset=
13114 header, if any. Decode base64-encoded messages in Mail format as well.
13115
13116 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13117
13118 * mail/smtpmail.el: Fix previous change.
13119 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13120 calling smtpmail-via-smtp.
13121 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13122
13123 2003-08-26 John Paul Wallington <jpw@gnu.org>
13124
13125 * image.el (image-jpeg-p): Don't search beyond length of data.
13126
13127 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13128
13129 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13130 misfeature in `expand-abbrev' which caused electric keywords like
13131 "else" to disappear if an open brace was typed directly afterwards.
13132
13133 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13134
13135 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13136 mandatory in `define-widget'.
13137
13138 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13139 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13140
13141 (c-assignment-operators): New language constant that only contains
13142 the assignment operators.
13143
13144 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13145
13146 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13147
13148 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13149 Safeguard against unbalanced sexps.
13150
13151 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13152
13153 * version.el (emacs-version): Check for gtk. Include gtk version info.
13154
13155 2003-08-25 John Paul Wallington <jpw@gnu.org>
13156
13157 * man.el (Man-default-man-entry): Don't whizz past the section
13158 number before looking for it.
13159
13160 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13161
13162 * progmodes/gud.el (gud-display-line): Don't set window-point if
13163 source buffer is not visible. (Only happens with M-x gdba.)
13164
13165 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13166 documentation.
13167 (gdb-source, gdb-source-info): Update to assembler unnecessary
13168 as its done after each GDB command anyway.
13169 (gdb-pre-prompt): Use with-current-buffer.
13170 (gdb-insert-field): Add help-echo text.
13171 (gdb-invalidate-assembler): Re-display of assembler now done in
13172 gdb-info-breakpoints-custom.
13173 (gdb-info-breakpoints-custom): Force re-display of assembler to
13174 happen *after* update of breakpoints buffer.
13175 (gdb-display-source-buffer): Don't choke if gdb-source-window
13176 isn't visible.
13177 (gdb-put-string, gdb-put-arrow): Remove free variables.
13178
13179 2003-08-24 John Paul Wallington <jpw@gnu.org>
13180
13181 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13182
13183 * man.el (Man-default-man-entry): Strip text properties when
13184 snarfing parts of entry because `format' preserves properties.
13185
13186 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13187
13188 * files.el (file-newest-backup): Use `expand-file-name'.
13189
13190 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13191 Allow the diary to pop up a new frame, if needed.
13192
13193 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13194 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13195 (smtpmail-send-it): Make treatment of envelope-from consistent with
13196 sendmail.el.
13197
13198 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13199 (sh-leading-keywords): Add the bash `time' reserved word.
13200 (sh-variables): Add some bash variables.
13201 (sh-add-completer): Fix nil branch of case statement.
13202
13203 2003-08-24 Masatake YAMATO <jet@gyve.org>
13204
13205 * progmodes/ld-script.el: New file.
13206
13207 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13208
13209 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13210
13211 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13212
13213 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13214 Better explain obsolescence, and what to use instead.
13215
13216 2003-08-23 Masatake YAMATO <jet@gyve.org>
13217
13218 * pcvs.el (cvs-do-removal): Show the deleted file name
13219 on the prompt.
13220
13221 2003-08-20 Dave Love <fx@gnu.org>
13222
13223 * international/mule.el (make-coding-system)
13224 (set-buffer-file-coding-system): Doc fix.
13225
13226 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13227
13228 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13229
13230 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13231
13232 * international/utf-16.el: Add mime-text-unsuitable coding system
13233 properties.
13234
13235 * international/latin1-disp.el (latin1-display): Add ?•.
13236
13237 * cus-edit.el: Add some :links.
13238 (bib): Remove.
13239
13240 * textmodes/bib-mode.el (bib): Add :group external.
13241
13242 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13243
13244 * wid-edit.el (widget-echo-help): Make it handle expressions that
13245 evaluate to strings.
13246
13247 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13248
13249 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13250
13251 Simplify selection of SQL products to define highlighting and
13252 interactive mode. Includes detailed instructions on adding
13253 support for new products.
13254
13255 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13256 product for use in highlighting and interactive mode.
13257 (sql-interactive-product): New variable. SQL product for
13258 sql-interactive-mode.
13259 (sql-product-support): New variable. Specifies product-specific
13260 parameters to drive highlighting and interactive mode.
13261 (sql-imenu-generic-expression): Add more object types.
13262 (sql-sqlite-options): Correct comment.
13263 (sql-ms-program): Use "osql" rather than "isql".
13264 (sql-prompt-regexp, sql-prompt-length): Update comment.
13265 (sql-mode-menu): Add "Start SQLi session" entry.
13266 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13267 (sql-mode-abbrev-table): Add abbreviations. Support of
13268 SYSTEM-FLAG on define-abbrev. Support was removed with last
13269 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13270 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13271 names.
13272 (sql-mode-ansi-font-lock-keywords): Set as default value.
13273 (sql-mode-oracle-font-lock-keywords): Set as default value.
13274 Support Oracle 9i keywords.
13275 (sql-mode-postgres-font-lock-keywords): Set as default value.
13276 (sql-mode-linter-font-lock-keywords): Set as default value.
13277 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13278 SQLServer 2000.
13279 (sql-mode-sybase-font-lock-keywords)
13280 (sql-mode-interbase-font-lock-keywords)
13281 (sql-mode-sqlite-font-lock-keywords)
13282 (sql-mode-strong-font-lock-keywords)
13283 (sql-mode-mysql-font-lock-keywords)
13284 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13285 keywords.
13286 (sql-mode-font-lock-defaults): Update comment.
13287 (sql-product-feature): New function. Returns feature associated
13288 with a product from `sql-product-support' alist.
13289 (sql-product-font-lock): New function. Set font-lock support
13290 based on `sql-product'.
13291 (sql-add-product-keywords): New function. Add font-lock rules to
13292 product-specific keyword variables.
13293 (sql-set-product): New function. Set `sql-product' and apply
13294 appropriate font-lock highlighting.
13295 (sql-highlight-product): New function. Set font-lock support
13296 based on a product. Also set mode name to include product name.
13297 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13298 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13299 Use `sql-set-product'.
13300 (sql-highlight-ms-keywords)
13301 (sql-highlight-sybase-keywords)
13302 (sql-highlight-interbase-keywords)
13303 (sql-highlight-strong-keywords)
13304 (sql-highlight-mysql-keywords)
13305 (sql-highlight-sqlite-keywords)
13306 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13307 (sql-get-login): Prompt in the same order as the tokens.
13308 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13309 (sql-product-interactive): New function. Common portions of
13310 product-specific interactive mode wrappers.
13311 (sql-interactive-mode): Rewritten to use product features.
13312 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13313 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13314 (sql-db2, sql-linter): Use `sql-product-interactive'.
13315 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13316 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13317 (sql-connect-ingres, sql-connect-postgres)
13318 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13319 New functions. Format command line parameters and invoke comint on
13320 the appropriate interpreter. Code was in the corresponding
13321 `sql-xyz' function before.
13322 (sql-connect-ms): New function. Support -E argument to use
13323 operating system credentials for authentication.
13324
13325 2003-08-18 Kenichi Handa <handa@m17n.org>
13326
13327 * international/mule.el (encode-char): Fix for the ASCII case.
13328
13329 2003-08-15 Kenichi Handa <handa@m17n.org>
13330
13331 * international/fontset.el (setup-default-fontset): Change "*" to
13332 nil in the specifications of font family.
13333
13334 2003-08-18 Kim F. Storm <storm@cua.dk>
13335
13336 * kmacro.el (kmacro-keymap): Group related bindings in
13337 initialization for clarity. Bind C-s to start macro.
13338 Remove C-r binding.
13339 (kmacro-initial-counter-value): New defvar to hold initial counter
13340 value in case we set the value before defining a macro.
13341 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13342 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13343 not defining or executing macro. Doc fix.
13344 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13345 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13346 temporarily view older elements on the macro ring without cycling
13347 the ring.
13348 (kmacro-display): Doc fix.
13349 (kmacro-exec-ring-item): New helper function.
13350 (kmacro-call-ring-2nd): Use it.
13351 (kmacro-call-ring-2nd-repeat): Doc fix.
13352 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13353 (kmacro-end-or-call-macro): Execute last viewed macro (using
13354 kmacro-exec-ring-item) from ring if this follows
13355 kmacro-view-macro. This allows us to find a macro on the ring
13356 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13357 the ring to bring it to the head of the ring.
13358 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13359 Allow binding to reserved keys without specifying C-x C-k prefix.
13360 Ask for confirmation if entered key sequence is already bound to
13361 a non-macro command.
13362 (kmacro-view-macro): Repeating command will show older elements
13363 on the macro ring; C-k will execute the last viewed macro.
13364 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13365 property from 'ring to 'head.
13366
13367 2003-08-17 Alan Shutko <ats@acm.org>
13368
13369 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13370 keeping December out of the alist.
13371
13372 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13373
13374 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13375 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13376 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13377 (calendar-flatten): New function.
13378 (calendar-mouse-view-other-diary-entries)
13379 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13380 in the menu title and to show multi-line diary entries correctly
13381 in the menu.
13382
13383 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13384
13385 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13386 defcustom, because the default was recently changed.
13387
13388 2003-08-16 Richard M. Stallman <rms@gnu.org>
13389
13390 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13391
13392 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13393 New subroutine, broken out of eval-last-sexp-1.
13394 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13395
13396 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13397
13398 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13399
13400 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13401
13402 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13403
13404 * progmodes/compile.el (compilation-error-regexp-alist):
13405 Add Java ANt error detection as described in document
13406 http://ant.apache.org/faq.html
13407
13408 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13409
13410 * simple.el (backward-word, forward-to-indentation)
13411 (backward-to-indentation): Argument changed to optional.
13412 (next-line, previous-line): Use `or' instead of `unless'.
13413
13414 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13415
13416 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13417 instead of a constant.
13418
13419 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13420
13421 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13422
13423 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13424
13425 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13426 (vc-sccs-workfile-version): Search the entire delta table, rather
13427 than just the first entry, because that might be a deleted version.
13428
13429 2003-08-11 Karl Fogel <kfogel@red-bean.com>
13430
13431 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13432 [save-place] binding in the Options menu. Have it require
13433 'saveplace' and then toggle the variable manually, to avoid an
13434 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13435 for the bug report.
13436
13437 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13438
13439 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13440 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13441 (gdb-info-threads-custom): Add help-echo text.
13442 (gdb-display-back): Don't use purecopy.
13443 (gdb-info-breakpoints-custom, gdb-reset)
13444 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13445 icons can be displayed.
13446
13447 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13448
13449 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13450
13451 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13452
13453 * bookmark.el (bookmark-completing-read):
13454 Return a string, instead of a list of one string.
13455 Use a popup menu if activated from the mouse.
13456 (bookmark-edit-annotation): Remove unused vars.
13457 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13458 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13459 to bookmark-completing-read.
13460 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13461 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13462 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13463 and erase-buffer.
13464 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13465 (bookmark-menu-jump, bookmark-menu-insert)
13466 (bookmark-popup-menu-and-apply-function)
13467 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13468 (bookmark-menu-build-paned-menu): Remove by folding it into
13469 bookmark-menu-popup-paned-menu.
13470 (menu-bar-bookmark-map): Move the define-key statements here.
13471 Use the "non-menu" commands since they now pop up a menu if needed.
13472 (bookmark-exit-hook-internal): Simplify.
13473
13474 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13475
13476 * textmodes/reftex-toc.el (reftex-toc-rename-label): New function.
13477 (reftex-toc-check-docstruct): New function.
13478
13479 * textmodes/reftex.el (reftex-region-active-p): New function.
13480
13481 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improved the
13482 regexp to find the \bibliography macro.
13483
13484 * textmodes/reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13485 which does not exist in LaTeX.
13486 (reftex-cite-format-builtin): Added amsrefs support.
13487 (reftex-toc-confirm-promotion): New option
13488
13489 * textmodes/reftex-toc.el
13490 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13491 (reftex-toc-demote, reftex-toc-promote)
13492 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13493 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13494 (reftex-toc-newhead-from-alist)
13495 (reftex-toc-load-all-files-for-promotion): New functions.
13496 (reftex-toc-help): Added description of new keys.
13497 (reftex-toc-split-windows-fraction): New option.
13498 (reftex-recenter-toc-when-idle): Search *toc* window on all
13499 visible frames.
13500 (reftex-toc): Additional parameter REUSE.
13501 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13502 with REUSE argument.
13503 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13504 the call of `reftex-toc'.
13505 (reftex-make-separate-toc-frame): New function .
13506 (reftex-toc-recenter): When called with triple prefix arg, call
13507 `reftex-make-separate-toc-frame' first.
13508 (reftex-toc-toggle-dedicated-frame): New command.
13509 (reftex-toc-quit): Adapted to delete frame when called in
13510 dedicated frame.
13511
13512 * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13513 all enclosing macros.
13514
13515 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13516
13517 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13518 first use.
13519
13520 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13521
13522 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13523
13524 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13525
13526 * calendar/calendar.el (list-diary-entries-hook)
13527 (diary-display-hook, nongregorian-diary-listing-hook)
13528 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13529 Add some customize options for these hooks.
13530 (calendar-abbrev-construct): Don't try to take a substring longer
13531 than the original string.
13532
13533 2003-08-05 Richard M. Stallman <rms@gnu.org>
13534
13535 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13536 (testcover-reinstrument-clauses): Doc fix.
13537
13538 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13539 (warning-type-format): Rename from warning-group-format.
13540
13541 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13542 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13543 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13544 to prevent warnings about defvar for an obsolete variable.
13545
13546 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13547 warning-group-format renamed to warning-type-format.
13548
13549 * subr.el (read-passwd): Use clear-string instead of fillarray.
13550
13551 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13552 Use vconcat instead of concat.
13553 (edmacro-sanitize-for-string): New function.
13554
13555 2003-08-05 Dave Love <fx@gnu.org>
13556
13557 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13558 line-number-display-limit-width.
13559
13560 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13561
13562 2003-08-05 Kenichi Handa <handa@m17n.org>
13563
13564 * international/code-pages.el: Don't require mule-diag.
13565
13566 * international/mule-diag.el (non-iso-charset-alist):
13567 Add autoload cookie.
13568
13569 * language/devan-util.el (dev-glyph-order): Add an entry for the
13570 glyph code #xC4.
13571
13572 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13573
13574 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13575 (european-calendar-style, diary-date-forms)
13576 (calendar-day-name-array, calendar-month-name-array): Doc change.
13577 (generate-calendar-month): Adapt for new behavior of
13578 `calendar-day-name' function.
13579 (calendar-abbrev-length, calendar-day-abbrev-array)
13580 (calendar-month-abbrev-array): New variables.
13581 (calendar-abbrev-construct): New function.
13582 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13583 rather than fixing abbrevs at some width. Calling syntax change.
13584 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13585 (calendar-date-string): Adapt for new behaviors of
13586 `calendar-day-name' and `calendar-month-name' functions.
13587
13588 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13589 behavior of `calendar-day-name' and `calendar-month-name' functions.
13590 (diary-name-pattern): Use abbrev arrays, rather than fixing
13591 abbrevs at three chars. Calling syntax change.
13592 (mark-diary-entries): Adapt for new behaviors of
13593 `diary-name-pattern' and `calendar-make-alist' functions.
13594 (fancy-diary-font-lock-keywords): Adapt for new behavior of
13595 `diary-name-pattern' function.
13596 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13597 fixing abbrevs at three chars. Calling syntax change.
13598 (cal-hebrew, cal-islam): Require when compiling.
13599 (diary-font-lock-keywords): Adapt for new behavior of
13600 `font-lock-diary-date-forms' function.
13601
13602 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13603 (calendar-hebrew-month-name-array-common-year)
13604 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13605 (list-hebrew-diary-entries): Adapt for new behaviors of
13606 `calendar-day-name' and `add-to-diary-list' functions.
13607 (mark-hebrew-diary-entries): Adapt for new behaviors of
13608 `diary-name-pattern' and `calendar-make-alist' functions.
13609
13610 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13611 Add doc string.
13612 (list-islamic-diary-entries): Adapt for new behaviors of
13613 `calendar-day-name' and `add-to-diary-list' functions.
13614 (mark-islamic-diary-entries): Adapt for new behaviors of
13615 `diary-name-pattern' and `calendar-make-alist' functions.
13616
13617 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
13618 `calendar-month-name' function.
13619
13620 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13621
13622 * calendar/solar.el (solar-seasons-data): Move definition before use.
13623
13624 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13625 (cal-tex-LaTeX-hourbox): Move definition before use.
13626
13627 * calendar/cal-china.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13628 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13629 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13630 (displayed-month, displayed-year): Define for compiler.
13631
13632 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13633
13634 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13635 MODE. Renamed from c-init-c-language-vars'.
13636 (c-initialize-cc-mode): Change accordingly.
13637 (c-common-init): Ditto.
13638 (c-mode): Ditto.
13639 (c++-mode): Use `c-init-language-vars-for'.
13640 (objc-mode): Ditto.
13641 (java-mode): Ditto.
13642 (idl-mode): Ditto.
13643 (pike-mode): Ditto.
13644 (awk-mode): Ditto.
13645
13646 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13647
13648 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13649 or not the point moved.
13650
13651 (c-search-decl-header-end): Don't trip up on operator identifiers
13652 in C++ and operators like == in all languages.
13653
13654 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13655 Detect leading labels correctly.
13656
13657 2003-08-02 Andreas Schwab <schwab@suse.de>
13658
13659 * textmodes/ispell.el: Don't redo key bindings on loading, put
13660 them only in loaddefs.el.
13661 * bookmark.el: Likewise.
13662 * dabbrev.el: Likewise.
13663 * emerge.el: Likewise.
13664
13665 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13666 has more than one member.
13667
13668 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13669
13670 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13671
13672 * lpr.el (printify-region): It was ending conversion before the
13673 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13674
13675 2003-07-31 John Paul Wallington <jpw@gnu.org>
13676
13677 * net/browse-url.el (browse-url-epiphany): Doc fix.
13678
13679 2003-07-30 Kenichi Handa <handa@m17n.org>
13680
13681 * international/fontset.el (setup-default-fontset):
13682 Change registry names of Akurti fonts.
13683
13684 2003-07-29 Jesper Harder <harder@ifa.au.dk>
13685
13686 * comint.el (comint-read-noecho): Use `clear-string' instead of
13687 `fillarray'.
13688
13689 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13690
13691 * outline.el (outline-mode-hook): Add defvar.
13692
13693 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13694
13695 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13696 Restore assembler in source window if that is what has been selected.
13697 (menu): Add gdb-restore-windows to menu. Make gdba
13698 specific menus only visible from gdba.
13699
13700 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com>
13701
13702 * progmodes/compile.el (compilation-environment): New user variable.
13703 (compile-internal): Respect it.
13704
13705 2003-07-23 Masatake YAMATO <jet@gyve.org>
13706
13707 * progmodes/gud.el (gdb-script-font-lock-keywords):
13708 Put `font-lock-function-name-face' on a symbol which includes
13709 `-' like `hook-run'. Put font-lock-variable-name-face
13710 on a symbol starting with $.
13711
13712 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13713
13714 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13715
13716 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13717
13718 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13719
13720 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13721
13722 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13723 Use with-no-warnings.
13724 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13725 rather than to find-file-not-found-hook, which doesn't exist.
13726
13727 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13728
13729 * international/quail.el (quail-translate-key): Fix previous change.
13730
13731 2003-07-25 John Paul Wallington <jpw@gnu.org>
13732
13733 * server.el (server-start): Check `server-process' is non-nil
13734 before killing it to avoid killing current buffer's process.
13735
13736 * simple.el (choose-completion-string): Use `minibufferp';
13737 test `completion-reference-buffer' if `buffer' arg is nil.
13738 (push-mark): Use `when' and `unless'.
13739 (pop-mark): Use `when'.
13740
13741 * mouse-sel.el (mouse-sel-get-selection-function):
13742 Check `x-last-selected-text-primary'. Don't barf if it or
13743 `x-last-selected-text' aren't bound.
13744
13745 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13746
13747 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13748
13749 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13750
13751 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13752
13753 2003-07-23 John Paul Wallington <jpw@gnu.org>
13754
13755 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13756
13757 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13758
13759 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13760 string. Defvar the derived hook.
13761
13762 * macros.el (insert-kbd-macro): Escape double quote character.
13763 From Thomas W Murphy <twm@andrew.cmu.edu>.
13764
13765 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13766
13767 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13768 to match the specific mark rather than reusing comment-start-skip.
13769
13770 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13771
13772 * progmodes/hideshow.el (hs-special-modes-alist):
13773 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13774
13775 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13776
13777 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13778 value using ?\s.
13779
13780 2003-07-21 John Paul Wallington <jpw@gnu.org>
13781
13782 * subr.el (with-selected-window): Add closing paren.
13783
13784 2003-07-21 Richard M. Stallman <rms@gnu.org>
13785
13786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13787 (lisp-mode): Likewise.
13788
13789 * subr.el (with-selected-window): Copy code form save-selected-window
13790 so as to call select-window with norecord arg.
13791 (dynamic-completion-table): Doc fix.
13792 (lazy-completion-table): Doc fix.
13793
13794 * international/mule-cmds.el (set-locale-environment):
13795 langinfo renamed to locale-info.
13796
13797 * international/mule.el (auto-coding-functions): Doc fix.
13798
13799 2003-07-21 Kenichi Handa <handa@m17n.org>
13800
13801 * international/quail.el (quail-translate-key):
13802 Update quail-current-str correctly.
13803
13804 2003-07-21 Andreas Schwab <schwab@suse.de>
13805
13806 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13807 ?, to "_".
13808
13809 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
13810 Version 2.0.36 of Tramp released.
13811
13812 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13813 tramp-password-end-of-line.
13814 (tramp-password-end-of-line): New method parameter.
13815 (tramp-get-password-end-of-line): Function to access method
13816 parameter `tramp-password-end-of-line', or variable
13817 `tramp-default-password-end-of-line' (default value).
13818 (tramp-methods): Add entries for new parameter
13819 tramp-password-end-of-line.
13820 (tramp-enter-password): Use new function
13821 `tramp-get-password-end-of-line'.
13822 (tramp-handle-insert-file-contents): Do not
13823 unconditionally inhibit the file operation file-local-copy, only
13824 do that when the inhibit-file-name-operation is currently
13825 insert-file-contents. This fixes finding remote CVS-controlled
13826 files. (It would barf on inserting the CVS/Entries file
13827 literally, because the file-local-copy handler wasn't called.)
13828 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13829 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13830 (tramp-initial-commands): New variable.
13831 (tramp-process-initial-commands): New function, using the variable.
13832 (tramp-open-connection-setup-interactive-shell): Call the new function.
13833 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13834 method into the buffer name, never use nil. Reported by Hanak
13835 David <dhanak@inf.bme.hu>.
13836 (tramp-open-connection-setup-interactive-shell): Erase buffer
13837 before sending "stty -onlcr".
13838
13839 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13840
13841 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13842
13843 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13844
13845 2003-07-19 John Paul Wallington <jpw@gnu.org>
13846
13847 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13848 (artist-draw-rect, artist-draw-square): Doc fixes.
13849
13850 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13851
13852 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13853
13854 2003-07-19 Kenichi Handa <handa@m17n.org>
13855
13856 * international/kkc.el (kkc-show-conversion-list-update):
13857 Highlight the correct candidate in the message.
13858
13859 2003-07-18 John Paul Wallington <jpw@gnu.org>
13860
13861 * simple.el (current-word): Don't include punctuation char when
13862 `really-word' arg is non-nil.
13863
13864 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13865
13866 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13867 moved to the directory obsolete.
13868
13869 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13870
13871 * info.el (Info-menu-entry-name-re): Allow newlines in
13872 menu entry names.
13873
13874 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13875 syntax-ppss-after-change-function.
13876 (syntax-ppss-after-change-function): New alias. Update uses.
13877 (syntax-ppss): Catch the case where the buffer is narrowed.
13878
13879 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13880
13881 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13882 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13883
13884 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13885
13886 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13887 since it might be modified.
13888
13889 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13890 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13891 names to these language constants.
13892
13893 2003-07-15 Kim F. Storm <storm@cua.dk>
13894
13895 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13896 All uses changed.
13897
13898 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13899
13900 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13901 Namespace support.
13902
13903 2003-07-13 Juanma Barranquero <lektu@terra.es>
13904
13905 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13906 papers received).
13907
13908 2003-07-13 Karl Eichwalder <ke@suse.de>
13909
13910 * textmodes/po.el (po-find-charset): White space at the start of the
13911 Content-Type field body is non-mandatory.
13912
13913 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13914
13915 * textmodes/texinfo.el (texinfo-section-list):
13916 Append appendixsection; a synonym for appendixsec.
13917
13918 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
13919
13920 * man.el (Man-translate-cleanup): New.
13921 (Man-translate-references): Call `Man-translate-cleanup' to clean
13922 leading, trailing and middle spaces.
13923
13924 2003-07-13 Lars Hansen <larsh@math.ku.dk>
13925
13926 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13927 Handle `dired-directory' being a list.
13928
13929 2003-07-13 Jesper Harder <harder@ifa.au.dk>
13930
13931 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13932 it doesn't exist.
13933
13934 2003-07-12 Richard M. Stallman <rms@gnu.org>
13935
13936 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13937
13938 * progmodes/cc-defs.el (c-make-keywords-re):
13939 Don't use delete-duplicates.
13940 (c-lang-const): Don't use mapcan.
13941
13942 * apropos.el (apropos-show-scores): Make it customizable.
13943 Document new meaning.
13944 (apropos): Compute scores from symbols.
13945 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13946
13947 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13948
13949 * ps-bdf.el: Fix copyright line.
13950 (bdf-directory-list): Fix initialization code.
13951
13952 2003-07-11 John Paul Wallington <jpw@gnu.org>
13953
13954 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13955 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13956 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13957
13958 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13959
13960 * emacs-lisp/ring.el (ring-elements): Doc fix.
13961
13962 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13963
13964 * calendar/timeclock.el (timeclock-relative)
13965 (timeclock-ask-before-exiting, timeclock-use-display-time):
13966 Doc changes.
13967 (timeclock-modeline-display): Give a message if
13968 `timeclock-use-display-time' is non-nil but `display-time-mode'
13969 is not active.
13970
13971 2003-07-11 Kenichi Handa <handa@m17n.org>
13972
13973 * international/mule-cmds.el (set-language-environment):
13974 Set current-language-environment to the correct string.
13975
13976 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13977
13978 * ps-print.el: Print line number correctly in a region. Reported by
13979 Tim Allen <timallen@ls83.fsnet.co.uk>.
13980 (ps-print-version): New version number (6.6.2).
13981 (ps-printing-region): Code fix.
13982
13983 2003-07-10 John Paul Wallington <jpw@gnu.org>
13984
13985 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13986 this function can be called from `add-completions-from-tags-table'.
13987
13988 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13989
13990 * calendar/timeclock.el (timeclock-use-display-time)
13991 (timeclock-day-over-hook, timeclock-workday-remaining)
13992 (timeclock-status-string, timeclock-when-to-leave)
13993 (timeclock-when-to-leave-string, timeclock-log-data)
13994 (timeclock-find-discrep, timeclock-day-base)
13995 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13996 (timeclock-modeline-display): Set the variable
13997 `timeclock-modeline-display'.
13998 (timeclock-update-modeline): Doc fix. Respect value of
13999 `timeclock-relative'.
14000
14001 2003-07-09 Richard M. Stallman <rms@gnu.org>
14002
14003 * textmodes/reftex-parse.el (reftex-all-document-files):
14004 Add autoload cookie.
14005
14006 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14007 (reftex-scanning-info-available-p): Add autoload cookie.
14008
14009 * international/mule-cmds.el
14010 (set-display-table-and-terminal-coding-system): Delete duplicate
14011 aset on standard-display-table.
14012
14013 * view.el (view-file): If existing buffer's major mode is special,
14014 don't go into view mode.
14015
14016 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14017
14018 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14019
14020 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14021 buffer changes; there's third party code that calls this function
14022 directly.
14023
14024 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14025
14026 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14027 (autodoc-font-lock-keywords): Don't byte compile on font lock
14028 initialization when running from byte compiled files.
14029
14030 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14031
14032 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14033 statement ends with auto-increment "++".
14034
14035 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14036
14037 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14038 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14039 these are changed, so declare them as variables and not constants.
14040
14041 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14042
14043 * subr.el (dolist, dotimes): Doc fix.
14044
14045 2003-07-08 Kim F. Storm <storm@cua.dk>
14046
14047 * international/mule-cmds.el
14048 (set-display-table-and-terminal-coding-system): Don't break
14049 bootstrap if standard-display-table isn't setup yet.
14050
14051 2003-07-07 Richard M. Stallman <rms@gnu.org>
14052
14053 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14054 Give it a doc string, and autoload it.
14055
14056 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14057 Use with-no-warnings.
14058
14059 * info.el (Info-search): If find invisible text, search again.
14060
14061 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14062
14063 * man.el (Man-name-regexp): Match + as part of name.
14064
14065 * simple.el (visible-mode): Rename from vis-mode.
14066 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14067
14068 * simple.el (current-word): New arg REALLY-WORD specifies
14069 don't include punctuation chars.
14070
14071 * emacs-lisp/debug.el (debug, debugger-env-macro):
14072 Use with-no-warnings while accessing and binding unread-command-char.
14073
14074 * international/mule-cmds.el
14075 (set-display-table-and-terminal-coding-system): Use explicit loop
14076 instead of calling standard-display-default.
14077
14078 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14079 Use condition-case to catch error in ange-ftp-get-files.
14080
14081 * net/browse-url.el (browse-url-browser-function):
14082 Add alternative for Epiphany.
14083 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14084 (browse-url-epiphany-startup-arguments)
14085 (browse-url-epiphany-new-window-is-tab): New variables.
14086 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14087
14088 * progmodes/compile.el (compile-auto-highlight): Default now t.
14089 (compile): Doc fix.
14090 (compilation-next-error): Fix previous change.
14091
14092 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14093
14094 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14095
14096 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14097
14098 * gdb-ui.el (gdb-source-info): Display current frame when
14099 attaching to an existing process.
14100 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14101 while laying out windows when attaching to an existing process.
14102
14103 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14104
14105 * info.el (Info-menu): Use Info-menu-entry-name-re.
14106
14107 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14110 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14111
14112 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14113 to match the same text.
14114
14115 2003-07-06 John Paul Wallington <jpw@gnu.org>
14116
14117 * vc.el (vc-annotate-offset): Move defvar up.
14118
14119 2003-07-06 Kim F. Storm <storm@cua.dk>
14120
14121 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14122 This should fix the infinite loop when extracting menu names.
14123
14124 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14125
14126 * files.el (auto-mode-alist, interpreter-mode-alist):
14127 Remove entries to CC Mode modes to avoid duplicates; they are now added
14128 with autoload directives in cc-mode.el.
14129
14130 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14131
14132 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14133 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14134 these are changed, so declare them as variables and not constants.
14135
14136 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14137 ensure that the entry for ".c" extension comes before the one for
14138 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14139 Fix incorrect entries that were added to `interpreter-mode-alist'.
14140 Move the autoload directives for AWK to the top level since they
14141 aren't recognized anywhere else. Do not use the new AWK mode doc
14142 in the autoload form for the old AWK mode.
14143
14144 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14145
14146 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14147 (bibtex-sort-ignore-string-entries): Default value t.
14148 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14149 erroneously in previous version.
14150 (bibtex-string-files): Docstring reflects new parsing scheme.
14151 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14152 docstring, add # as one of the chars to crush.
14153 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14154 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14155 (bibtex-autokey-name-change-strings)
14156 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14157 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14158 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14159 (bibtex-autokey-title-terminators)
14160 (bibtex-autokey-titlewords-stretch)
14161 (bibtex-autokey-titleword-ignore)
14162 (bibtex-autokey-titleword-case-convert)
14163 (bibtex-autokey-titleword-abbrevs)
14164 (bibtex-autokey-titleword-abbrevs)
14165 (bibtex-autokey-titleword-change-strings)
14166 (bibtex-autokey-titleword-length)
14167 (bibtex-autokey-titleword-separator)
14168 (bibtex-autokey-name-year-separator)
14169 (bibtex-autokey-year-title-separator)
14170 (bibtex-autokey-before-presentation-function)
14171 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14172 Fix docstring.
14173 (bibtex-strings, bibtex-reference-keys):
14174 Use lazy-completion-table and make-variable-buffer-local.
14175 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14176 (bibtex-braced-string-syntax-table)
14177 (bibtex-quoted-string-syntax-table): New variables.
14178 (bibtex-parse-nested-braces): Remove.
14179 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14180 (bibtex-parse-association): Simplify.
14181 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14182 (bibtex-parse-field-text): Simplify.
14183 (bibtex-search-forward-field, bibtex-search-backward-field):
14184 argument BOUND can take value t.
14185 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14186 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14187 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14188 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14189 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14190 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14191 and ending of entry. Update for changes of bibtex-search-entry.
14192 Simplify.
14193 (bibtex-map-entries): FUN is called with three arguments.
14194 (bibtex-search-entry): Return a cons pair with buffer positions of
14195 beginning and end of entry.
14196 (bibtex-enclosing-field): Simplify.
14197 (bibtex-format-entry): Use booktitle to set a missing title.
14198 (bibtex-autokey-get-names): Fiddle with regexps.
14199 (bibtex-generate-autokey): Use identity.
14200 (bibtex-parse-keys): Use simplified parsing algorithm if
14201 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14202 arguments. Return alist of keys.
14203 (bibtex-parse-strings): Simplify. Return alist of strings.
14204 (bibtex-complete-string-cleanup): Fix docstring.
14205 (bibtex-read-key): New function.
14206 (bibtex-mode): Fix docstring. Do not parse for keys and
14207 strings when the mode is entered. Set fill-paragraph-function to
14208 bibtex-fill-field. Setup font-lock-mark-block-function the way
14209 font-lock intended.
14210 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14211 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14212 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14213 (bibtex-Preamble): Avoid hard coded constants.
14214 (bibtex-make-field): Fix docstring. Simplify.
14215 (bibtex-beginning-of-entry): Always return new position of point.
14216 (bibtex-end-of-entry): Rearrange cond clauses.
14217 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14218 Update for changes of bibtex-map-entries.
14219 (bibtex-ispell-abstract): Do not move point.
14220 (bibtex-entry-index): Use downcase. Simplify.
14221 (bibtex-lessp): Handle catch-all.
14222 (bibtex-find-crossref): Turn into a command.
14223 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14224 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14225 preamble entries.
14226 (bibtex-fill-field-bounds): New function.
14227 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14228 (bibtex-fill-entry): Use bibtex-fill-field-bounds.
14229 (bibtex-String): Use bibtex-strings. Always obey
14230 bibtex-sort-ignore-string-entries.
14231
14232 2003-07-05 John Paul Wallington <jpw@gnu.org>
14233
14234 * cus-theme.el (customize-create-theme):
14235 Call `customize-create-theme' in Reset widget's notify function.
14236
14237 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14238 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14239 (define-ibuffer-column name): Add summarizer.
14240 (define-ibuffer-column size): Likewise.
14241 (define-ibuffer-column filename): Likewise.
14242 (define-ibuffer-column process): Likewise. Change BODY's output too.
14243 (define-ibuffer-column filename-and-process): Likewise, likewise.
14244 (ibuffer): Remove local vars `already-in' and `need-update'.
14245
14246 * ibuf-ext.el: Don't require `derived' at compile-time.
14247
14248 2003-07-05 Kim F. Storm <storm@cua.dk>
14249
14250 * info.el: Disable paragraph refilling.
14251 (Info-refill-paragraphs): New defcustom.
14252 (Info-fontify-node): Use it.
14253
14254 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14255
14256 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14257 thingies from constructors created by defstruct.
14258
14259 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14260 the default value of the variable.
14261 (byte-code-meter): Move declaration to top level.
14262
14263 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14264
14265 * info.el (Info-following-node-name-re): New fun.
14266 (Info-following-node-name): Remove.
14267 (Info-insert-dir): Use the new fun.
14268 (Info-extract-pointer): Don't save restriction; use new fun.
14269 (Info-menu-entry-name-re): New const.
14270 (Info-menu-entry-name-re): Use it along with new fun.
14271 (Info-node-spec-re): Use new fun.
14272 (Info-complete-menu-item, Info-fontify-node): Use new const.
14273 (Info-goto-node, Info-follow-reference, Info-menu-update):
14274 Use match-string.
14275 (Info-follow-reference): Use assoc-string.
14276 Use a list of strings for the completion table.
14277 (Info-fontify-node): Use match-string, line-end-position.
14278 Limit the search for `node:' to the first line.
14279
14280 * newcomment.el (uncomment-region): Remove padding coming from
14281 comment-start rather than just from comment-padding.
14282
14283 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14284 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14285 (vc-cvs-rename-file): Remove (use the default).
14286 (vc-cvs-register): Register parent dir if needed.
14287 (vc-cvs-could-register): Return non-nil if parent can be registered.
14288 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14289 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14290
14291 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14292 (vc-svn-update): Fix the arguments to `svn'.
14293 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14294 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14295 Simple implementations, assuming `name' is a URL.
14296
14297 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14298 set of chars allowed unquoted in a case pattern.
14299
14300 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14301
14302 * font-lock.el (font-lock-extra-types-widget)
14303 (c-font-lock-extra-types, c++-font-lock-extra-types)
14304 (objc-font-lock-extra-types, java-font-lock-extra-types)
14305 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14306 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14307 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14308 (font-lock-match-c++-structor-declaration)
14309 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14310 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14311 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14312 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14313 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14314 (java-font-lock-keywords-3, java-font-lock-keywords)
14315 (java-font-lock-syntactic-face-function): Remove obsolete code
14316 and constants. It's all in cc-fonts.el now.
14317
14318 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14319
14320 * mail/sendmail.el (mail-specify-envelope-from)
14321 (mail-envelope-from): Doc fix.
14322
14323 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14324
14325 * generic-x.el: Do away with the dependency on `c-emacs-features'
14326 when populating `rul-generic-mode-syntax-table'; we already know
14327 this isn't XEmacs.
14328
14329 See ChangeLog.10 for earlier changes.
14330
14331 ;; Local Variables:
14332 ;; coding: utf-8
14333 ;; End:
14334
14335 Copyright (C) 2003-2011, 2013-2014 Free Software Foundation, Inc.
14336
14337 This file is part of GNU Emacs.
14338
14339 GNU Emacs is free software: you can redistribute it and/or modify
14340 it under the terms of the GNU General Public License as published by
14341 the Free Software Foundation, either version 3 of the License, or
14342 (at your option) any later version.
14343
14344 GNU Emacs is distributed in the hope that it will be useful,
14345 but WITHOUT ANY WARRANTY; without even the implied warranty of
14346 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14347 GNU General Public License for more details.
14348
14349 You should have received a copy of the GNU General Public License
14350 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.