4bd688b9224072618851f10d484261c1d939599a
[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-misc.el (calc-last-why-command): Declare it.
1297
1298 * 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 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1428 (tramp-perl-directory-files-and-attributes): New constant.
1429 (tramp-file-name-handler-alist): Delete file-directory-files, add
1430 directory-files-and-attributes.
1431 (tramp-perl-file-attributes): Surround uid and gid by double
1432 quotes. Change parameter id-format from nonnumeric.
1433 (tramp-convert-file-attributes): New function.
1434 (tramp-handle-file-attributes): Use it.
1435 (tramp-maybe-send-perl-script): New function.
1436 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1437 file mode. Change parameter id-format from nonnumeric.
1438 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1439 from nonnumeric.
1440 (tramp-post-connection): Don't send tramp-perl-file-attributes
1441 script. Reset connection property "perl-scripts".
1442 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1443 in use.
1444
1445 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1446
1447 * desktop.el (desktop-read): Replace mapcar with mapc.
1448 (desktop-create-buffer): Replace mapcar with mapc.
1449 Remove redundant piece of code.
1450
1451 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1452
1453 * progmodes/gud.el (gud-display-line): Use display-buffer
1454 for GDB-UI as for GUD.
1455
1456 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1457 Delete variables.
1458 (gdb-ann3): Don't make GUD buffer dedicated.
1459 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1460 (gdb-display-source-buffer): Delete function.
1461 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1462 (menu): Delete menu bindings for viewing source/assembler.
1463 (gdb-setup-windows, gdb-restore-windows):
1464 Don't dedicate GUD. No assembler now.
1465 (gdb-reset): No need to undedicate source buffers now.
1466 (gdb-source-info): No assembler now.
1467
1468 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1471 width to those for special frames.
1472 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1473 Use display-buffer.
1474 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1475 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1476 (gdb-frame-assembler-buffer): Rework like
1477 gdb-frame-breakpoints-buffer.
1478
1479 2004-11-25 Richard M. Stallman <rms@gnu.org>
1480
1481 * progmodes/flymake.el: Reindent.
1482 (flymake-split-string): Turn into defalias.
1483 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1484 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1485 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1486 (flymake-build-relative-filename): Rename from ...path.
1487 Fix error message.
1488
1489 2004-11-25 Cheng Gao <chenggao@gmail.com>
1490
1491 * progmodes/flymake.el: Much whitespace and capitalization change.
1492 Move `provide' to end. Require `compile' only when compiling.
1493
1494 2004-11-24 Jay Belanger <belanger@truman.edu>
1495
1496 * calc/calc-alg.el: Added comment.
1497 (math-polynomial-base): Replace variable mpb-top-expr by
1498 math-poly-base-top-expr.
1499
1500 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1501 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1502 variable.
1503 (math-poly-base-total-base): New variable.
1504 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1505 mpb-total-base by declared variable.
1506 (math-factored-vars, math-to-list): Declare it.
1507 (math-fact-expr): New variable.
1508 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1509 (math-factor-expr-try, math-factor-expr-part): Replace variable
1510 expr by declared variable.
1511 (math-fet-x): New variable.
1512 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1513 by declared variable.
1514 (math-factor-poly-coefs): Make temp a local variable.
1515
1516 * calc/calc-units.el (calc-convert-units): Make units a local
1517 variable.
1518 (calc-num-units, calc-den-units): New variables.
1519 (calc-explain-units, calc-explain-units-rec): Replace variables
1520 num-units and den-units by declared variables.
1521 (math-cu-unit-list): New variable.
1522 (math-build-units-table, math-compare-unit-names)
1523 (math-convert-units, math-convert-units-rec): Replace variable
1524 unit-list by declared variable.
1525 (math-fbu-base, math-fbu-entry): New variables.
1526 (math-find-base-units, math-find-base-units-rec): Replace variables
1527 base and entry by declared variables.
1528 (math-which-standard): New variable.
1529 (math-to-standard-units, math-to-standard-rec): Replace variable
1530 which-standard by declared variable.
1531 (math-fcu-u): New variable.
1532 (math-find-compatible-unit, math-find-compatible-unit-rec):
1533 Replace variable u by declared variable.
1534 (math-cu-new-units, math-cu-pure): New variables.
1535 (math-convert-units, math-convert-units-rec): Replace variables
1536 new-units and pure by declared variables.
1537 (math-try-cancel-units): New variable.
1538 (math-simplify-units-quotient): Replace variable try-cancel-units by
1539 declared variable.
1540
1541 2004-11-24 Richard M. Stallman <rms@gnu.org>
1542
1543 * textmodes/ispell.el (ispell-check-version):
1544 If default-directory is nonexistent, use home dir.
1545
1546 * progmodes/grep.el (grep-regexp-alist):
1547 Don't match parens around line numbers.
1548
1549 * progmodes/cperl-mode.el (cperl-indent-region)
1550 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1551 Don't print progress messages.
1552
1553 * progmodes/compile.el (compilation-mode-map):
1554 Don't inherit from compilation-minor-mode-map;
1555 copy its bindings instead. But the menu bar Compile
1556 entry now does inherit from compilation-menu-map.
1557
1558 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1559 Use with-no-warnings around compiler-macroexpand.
1560
1561 * imenu.el: Don't always require newcomment.
1562 (imenu--generic-function): Call comment-normalize-vars
1563 if we have a comment syntax.
1564 Exit the loop if REGEXP matches the null string.
1565 Test comment-start as well as comment-start-skip
1566 when deciding whether to check for comments.
1567
1568 * tooltip.el (tooltip-mode): Doc fix.
1569
1570 * term.el (term-escape-char, term-mode): Doc fixes.
1571
1572 2004-11-24 Dave Love <fx@gnu.org>
1573
1574 * progmodes/python.el (python-font-lock-syntactic-keywords):
1575 Check for escapes in the regexp.
1576 (python-quote-syntax): Don't do it here.
1577
1578 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1579
1580 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1581 (gdb-frames-mode-map, gdb-threads-mode-map)
1582 (gdb-registers-mode-map, gdb-locals-mode-map)
1583 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1584 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1585
1586 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1587 (dedicated-switch-to-buffer): Rework.
1588 (gdb-var-evaluate-expression-handler, gdb-put-string):
1589 Remove unused variable bindings.
1590 (gdb-setup-windows, gdb-display-buffer):
1591 Simplify. Use pop-to-buffer.
1592 (gdb-view-source-function): Simplify.
1593 (gdb-frame-breakpoints-buffer):
1594 Use pop-to-buffer, special-display-regexps.
1595
1596 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1597
1598 * progmodes/f90.el (f90-smart-end)
1599 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1600 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1601 (f90-end-of-block): Doc fix. Make check of outermost block
1602 conditional on value of `f90-smart-end'.
1603 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1604 Handle case where END-BLOCK is nil.
1605 (f90-match-end): Handle un-named PROGRAM blocks.
1606 (f90-backslash-not-special): New function.
1607
1608 2004-11-24 Jay Belanger <belanger@truman.edu>
1609
1610 * calc/calc.el (calc-embedded-active): Removed unnecessary
1611 declaration.
1612 (calc-show-banner): Removed redundant declaration.
1613
1614 * calc/calc-graph.el (calc-gnuplot-default-device)
1615 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1616 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1617 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1618 Remove redundant initial values.
1619
1620 * calc/calc-arith.el (math-scalar-functions)
1621 (math-nonscalar-functions, math-scalar-if-args-functions)
1622 (math-real-functions, math-positive-functions)
1623 (math-nonnegative-functions, math-real-scalar-functions)
1624 (math-real-if-arg-functions, math-integer-functions)
1625 (math-num-integer-functions, math-rounding-functions)
1626 (math-float-rounding-functions, math-integer-if-args-functions)
1627 (math-super-types): Move declarations to earlier in file.
1628 (math-unit-prefixes): Declared it.
1629 (math-floor-prec, math-trunc-prec): New variables.
1630 (math-trunc-fancy): Replace variable prec by declared variable.
1631 (math-floor-fancy): Replace variable prec by declared variable.
1632 (math-com-bterms): New variable.
1633 (math-commutative-equal, math-commutative-collect):
1634 Replace variable bterms by declared variable.
1635
1636 * calc/calc-misc.el (math-trunc): Replace variable prec by
1637 math-trunc-prec.
1638 (math-floor): Replace variable prec by math-floor-prec.
1639
1640 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1641 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1642 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1643 (math-format-date, math-format-date-part): Replace variables
1644 date, dt, year, month, day, weekday, hour, minute, second and
1645 bc-flag by declared variables.
1646 (math-pd-str): New variable.
1647 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1648 Replace variable str by declared variable.
1649 (math-daylight-savings-hook, math-tzone-names): Move definitions
1650 to earlier in the file.
1651 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1652 (math-sh-year): New variable.
1653 (math-setup-add-holidays, math-setup-holidays)
1654 (math-setup-year-holidays): Replace variable `year' by declared
1655 variable.
1656
1657 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1658 New variables.
1659 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1660 n, nf and nfm1 by declared variables.
1661 (math-nri-n): New variable.
1662 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1663 n by declared variable.
1664 (calcFunc-log): Removed misplaced condition.
1665
1666 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1669
1670 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1671
1672 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1673 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1674 Dedicate gdb-related windows.
1675 (gdb-display-buffer): Dedicate gdb-related windows.
1676 Don't grab other frames.
1677 (gdb-reset): Remove dedicated property after debugging.
1678
1679 2004-11-24 Jay Belanger <belanger@truman.edu>
1680
1681 * calc/calc-sel.el: Add comment.
1682
1683 * calc/calc.el (math-stack-value-offset): Replace variables c,
1684 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1685
1686 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1687 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1688 (math-stack-value-offset-fancy): Replace variables c, wid and off
1689 by declared variables.
1690 (math-comp-just, math-comp-comma-spc): New variables.
1691 (math-compose-expr, math-compose-matrix): Replace variables `just'
1692 and comma-spc by declared variable.
1693 (math-comp-vector-prec): New variable.
1694 (math-compose-expr, math-compose-matrix, math-compose-rows):
1695 Replace variable vector-prec by declared variable.
1696 (math-comp-left-bracket, math-comp-right-bracket)
1697 (math-comp-comma): New variables.
1698 (math-compose-expr, math-compose-rows): Replace variables
1699 left-bracket, right-bracket and comma by declared variables.
1700 (math-comp-full-width): New variable.
1701 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1702 Replace variable full-width by declared variable.
1703 (math-comp-highlight, math-comp-word, math-comp-level)
1704 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1705 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1706 New variables.
1707 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1708 (math-comp-sel-flat-term): Replace variables comp-highlight,
1709 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1710 declared variables.
1711 (math-comp-simplify, math-comp-simplify-term)
1712 (math-comp-add-string, math-comp-add-string-sel):
1713 Replace variables comp-highlight, comp-buf, comp-base,
1714 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1715
1716 2004-11-23 Jan Djärv <jan.h.d@swipnet.se>
1717
1718 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1719
1720 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1721 and x-server-version may throw.
1722
1723 2004-11-23 Kim F. Storm <storm@cua.dk>
1724
1725 * subr.el (substitute-key-definition-key): Optimize.
1726 Don't call indirect-function for nil defn (always signals error).
1727
1728 * ido.el (ido-read-internal): Fix require-match check when
1729 ido-directory-too-big is set.
1730
1731 2004-11-23 Jay Belanger <belanger@truman.edu>
1732
1733 * calc/calc-ext.el (math-read-replacement-list)
1734 (math-read-superscripts): New variables.
1735 (math-read-preprocess-string): New function.
1736 (math-read-expr): Filter input through math-read-preprocess-string.
1737
1738 * calc/calc-aent.el (math-read-exprs): Filter input through
1739 math-read-preprocess-string.
1740
1741 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1742
1743 * progmodes/compile.el (compilation-start): In cd command use
1744 substitute-env-vars -- not quite shell compatible but better than
1745 nothing.
1746 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1747 handle the newer versions messages, which are more parsable.
1748
1749 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * reveal.el (reveal-mode-map): New var.
1752 (reveal-mode): Use it.
1753
1754 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1755
1756 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1757 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1758
1759 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1762 header-line when needed.
1763 Use fixed-pitch only in the header-line.
1764 Build the underline automatically. Use emdash if available.
1765
1766 2004-11-22 Richard M. Stallman <rms@gnu.org>
1767
1768 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1769 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1770
1771 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * progmodes/gdb-ui.el (gdb-resync): New function.
1774 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1775 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1776 Use it to fail more gracefully.
1777 (gdb-variables): Delete variable.
1778 Re-order variables to reduce byte-compiler warnings.
1779
1780 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * descr-text.el (describe-char):
1783 * paren.el (show-paren-function):
1784 * subr.el (syntax-after): Undo last change.
1785
1786 * progmodes/python.el (run-python): Don't hard code *Python*.
1787 Don't modify global process-environment.
1788 (python-send-region, python-load-file): Don't assume that
1789 python-buffer == (process-buffer (python-proc)).
1790 (python-switch-to-python): Simplify.
1791
1792 * dired.el (dired-align-file): Don't assume line starts with spaces.
1793
1794 2004-11-21 Jay Belanger <belanger@truman.edu>
1795
1796 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1797 Replace variable `lines' by math-read-big-lines.
1798 (math-read-big-expr): Replace variables the-baseline, the-h2
1799 and err-msg by math-read-big-baseline, math-read-big-h2 and
1800 math-read-err-msg.
1801 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1802
1803 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1804 (math-read-big-balance): Replace unbound variable by value.
1805 (math-read-big-lines): New variable.
1806 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1807 (math-read-big-error, math-read-big-balance): Replace variable
1808 `lines' by declared variable.
1809 (math-read-big-baseline, math-read-big-h2): New variables.
1810 (math-read-big-rec): Replace variables the-baseline and the-h2
1811 by declared variables.
1812 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1813 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1814 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1815 declared variables.
1816 (math-read-big-err-msg): New variable.
1817 (math-read-big-error): Replace variable err-msg by declared variable.
1818
1819 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * ses.el: Add coding cookie.
1822 Fix up docstrings, follow new commenting conventions.
1823 (ses-header-line-menu): Fix missing variable rename for header-row.
1824 (ses-cell-size): Remove.
1825 (ses-make-cell): New function.
1826 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1827 (ses-calculate-cell): Remove unused var `symbol'.
1828 (ses-narrowed-p): New function.
1829 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1830 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1831 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1832 (ses-setup): Use restore-buffer-modified-p.
1833 (ses-cleanup): Remove unused var `end'.
1834 (ses-header-string-left-offset): Remove.
1835 (ses-create-header-string): Adjust to new behavior of `align-to'.
1836 Truncate excessively large fields to preserve alignment.
1837 (ses-reconstruct-all): Remove unused var `refs'.
1838 (ses-read-cell-printer): Remove unused var `prompt'.
1839 (ses-delete-row): Remove unused var `pos'.
1840 (ses-delete-column): Remove unused var `new'.
1841
1842 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1843
1844 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1845 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1846 Eliminate eval-and-compile usage.
1847 (ps-insert-file): Use insert-file-contents instead of insert-file.
1848 (ps-setup): Code fix.
1849
1850 * printing.el (pr-setup, lpr-setup): Code fix.
1851
1852 2004-11-21 Jay Belanger <belanger@truman.edu>
1853
1854 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1855 (calc-original-buffer): Declare them.
1856 (calc-user-formula-alist): New variable.
1857 (calc-user-define-formula, calc-fix-user-formula)
1858 (calc-user-define-composition, calc-finish-formula-edit):
1859 Replace variable `alist' by declared variable.
1860 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1861 (var-q7, var-q7, var-q8, var-q9): Declare them.
1862 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1863 are bound.
1864 (calcFunc-typeof): Replace undeclared variable by expression.
1865 (math-exp-env): New variable.
1866 (math-define-body, math-define-exp): Replace exp-env by declared var.
1867 (math-define-exp): Replace misplaced variable by expression.
1868
1869 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1870 (calc-curve-model, calc-curve-coefnames): New variables.
1871 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1872 varnames, model and coefnames by declared variables.
1873 (math-root-widen): New variable.
1874 (math-search-root, math-find-root): Replace variable root-widen by
1875 declared variable.
1876 (var-DUMMY): Declare it.
1877 (math-root-vars, math-min-vars): Move the declarations to earlier in
1878 the file.
1879 (math-brent-min): Make d a local variable.
1880 (math-find-minimum): Replace non-existent variable.
1881 (math-ninteg-romberg): Remove unnecessary variable.
1882 (math-ninteg-temp): New variable.
1883 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1884 integ-temp by declared variable.
1885 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1886 New variables.
1887 (math-general-fit): Replace variables first-var, first-coef and
1888 new-coefs by declared variables.
1889 (calcFunc-fitvar): Replace variable first-var by declared variable.
1890 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1891 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1892 (math-all-vars-vars, math-all-vars-found): New variables.
1893 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1894 found by declared variable math-all-vars-vars.
1895
1896 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1897
1898 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1899 of `defconst'.
1900
1901 2004-11-20 Richard M. Stallman <rms@gnu.org>
1902
1903 * isearch.el (isearch-mode-map): Don't bind SPC.
1904 (isearch-whitespace-chars): Function deleted.
1905 (isearch-search): Bind search-spaces-regexp.
1906 (isearch-lazy-highlight-search): Likewise.
1907 (search-whitespace-regexp): Doc fix.
1908 (isearch-forward-regexp): Doc fix.
1909
1910 * emacs-lisp/bytecomp.el (byte-compile-form):
1911 Move the calls to byte-compile-set-symbol-position,
1912 to avoid having two for the same symbol occurrence.
1913
1914 * comint.el (comint-input-ring-size): Increase to 150.
1915
1916 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1917 New variables.
1918 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1919 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1920
1921 * imenu.el (imenu--generic-function):
1922 Ensure we keep moving backward even if BEG isn't further back.
1923
1924 * replace.el (query-replace-read-to, query-replace-read-from):
1925 Specify t for KEEP-ALL in read-from-minibuffer.
1926
1927 * progmodes/python.el (python-switch-to-python):
1928 If Python isn't running, start it.
1929 Don't alter debug-ignored-errors.
1930
1931 * progmodes/cperl-mode.el (cperl-indent-region):
1932 Don't mind imenu-scanning-message.
1933
1934 * bindings.el (global-map): Bind C-e to move-end-of-line.
1935
1936 * simple.el (line-move-finish): New arg FORWARD.
1937 Ignore invisible newlines, not intangible ones.
1938 Conditions for acceptable stopping positions depend on FORWARD.
1939 (line-move): Pass FORWARD arg to line-move-finish.
1940
1941 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1942 of HEADER. Compensate for this change in the code to add display
1943 properties. Don't make the first line intangible.
1944
1945 * info.el (Info-search): Fix previous change.
1946
1947 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1948
1949 * Makefile.in (recompile): Revert 2004-11-19 change.
1950 (compile): Likewise.
1951
1952 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1953
1954 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1955
1956 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1957
1958 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1959 defgroup and defcustom. Eliminate eval-and-compile usage.
1960
1961 * progmodes/ebnf-otz.el: Fix typos.
1962
1963 2004-11-19 Jay Belanger <belanger@truman.edu>
1964
1965 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1966 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1967 disp-trail by declared variable.
1968
1969 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1970 (calc-finish-selection-edit): Replace variable disp-trail by
1971 declared variable.
1972 (calc-selection-cache-entry): Move declaration to earlier in the file.
1973 (calc-selection-cache-num, calc-selection-cache-comp)
1974 (calc-selection-cache-offset, calc-selection-true-num)
1975 (calc-final-point-line, calc-final-point-column)
1976 (calc-original-buffer): Declare them.
1977 (calc-fnp-op, calc-fnp-num): New variables.
1978 (calc-find-nth-part, calc-find-nth-part-rec)
1979 (calc-select-previous): Replace op and num by declared variables.
1980 (calc-rsf-old, calc-rsf-new): New variables.
1981 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1982 Replace variables old and new by declared variables.
1983 (calc-sel-reselect): New variable.
1984 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1985 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1986 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1987 reselect with declared variable.
1988
1989 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1990 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1991 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1992 (math-import-list, math-rewrite-phase): Declare them.
1993 (math-rewrite): Use let* to declare variables.
1994 (calc-rewrite-selection): Make rules a local variable.
1995 (calc-rewr-sel): New variable.
1996 (calc-rewrite-selection, calc-locate-selection-marker)
1997 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1998 of sel.
1999 (math-rewrite-whole-expr): New variable.
2000 (math-rewrite, math-rewrite-phase): Replace variable expr by
2001 declared variable.
2002 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2003 (math-rewrite-heads-blanks): New variables.
2004 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2005 heads, skips and blanks by declared variables.
2006 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2007 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2008 New variables.
2009 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2010 old, new, old-func and new-func by declared variables.
2011 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2012 Remove unnecessary variable.
2013 (math-apply-rw-regs): New variable.
2014 (math-apply-rewrites, math-rwapply-replace-regs)
2015 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2016 (math-apply-rw-ruleset): New variable.
2017 (math-apply-rewrites, math-rwapply-remember): Replace variable
2018 ruleset by declared variable.
2019
2020 2004-11-19 Richard M. Stallman <rms@gnu.org>
2021
2022 * info.el (Info-search): Use search-whitespace-regexp.
2023
2024 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2025
2026 * vc-rcs.el (vc-rcs-parse): New function.
2027 (vc-rcs-annotate-command): Likewise.
2028 (vc-rcs-annotate-current-time): Likewise.
2029 (vc-rcs-annotate-time): Likewise.
2030 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2031
2032 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2033
2034 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2035
2036 2004-11-18 Jay Belanger <belanger@truman.edu>
2037
2038 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2039
2040 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2041
2042 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2043 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2044 Use make-temp-file to generate PostScript files in any situation.
2045 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2046 (pr-interactive-p): Eliminate var.
2047 (pr-save-interactive): Eliminate macro.
2048 (pr-interface, pr-ps-directory-preview)
2049 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2050 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2051 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2052 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2053 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2054 (pr-ps-region-ps-print, pr-ps-mode-preview)
2055 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2056 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2057 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2058 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2059 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2060 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2061 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2062 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2063 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2064 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2065 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2066 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2067 Eliminate pr-save-interactive usage.
2068 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2069 Eliminate pr-interactive-p usage.
2070 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2071 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2072 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2073 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2074 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2075 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2076 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2077 New funs.
2078 (pr-ps-file): Use make-temp-file to generate a temporary file.
2079
2080 2004-11-17 Jay Belanger <belanger@truman.edu>
2081
2082 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2083 a local variable.
2084 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2085 (math-top-only): New variable.
2086 (math-simplify, math-simplify-step): Replace variable top-only by
2087 declared variable math-top-only.
2088 (math-simplify-expr): Declare it.
2089 Replace argument expr in all calls of math-defsimplify by
2090 math-simplify-expr.
2091 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2092 (math-simplify-divisor, math-simplify-one-divisor)
2093 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2094 (math-simplify-pow): Replace variable expr by declared variable
2095 math-simplify-expr.
2096 (math-simplify-divisor): Remove local variables temp and op.
2097 (math-simplify-one-divisor): Make temp and op local variables.
2098 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2099 New variables.
2100 (math-simplify-divisor, math-simplify-one-divisor):
2101 Replace variables nover and dover by declared variables.
2102 (math-expr-subst-new, math-expr-subst-old): New variables.
2103 (math-expr-subst, math-expr-subst-rec): Replace variables new
2104 and old by declared variables.
2105 (math-is-poly-degree, math-is-poly-loose): New variables.
2106 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2107 and loose by declared variables.
2108 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2109 (math-polynomial-base, math-polynomial-base-rec):
2110 Replace variables const-ok and mpb-pred by declared variables.
2111
2112 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2113
2114 * calc/calc-ext.el (math-defsimplify): Change the argument in
2115 the created function to math-simplify-expr.
2116
2117 * calc/calc-units.el (math-simplify-expr): Declare it.
2118 Replace argument expr in all calls of math-defsimplify by
2119 math-simplify-expr.
2120 (math-simplify-units-prod): Replace variable expr by declared
2121 variable math-simplify-expr.
2122
2123 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2126 Replace mapcar->dolist, format->string.
2127
2128 2004-11-17 Miles Bader <miles@gnu.org>
2129
2130 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2131 * progmodes/idlwave.el: Remove RCS keywords.
2132
2133 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2134
2135 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2136 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2137 Update to IDLWAVE version 5.5. Too many changes to list them here.
2138 * progmodes/idlw-help.el: New file.
2139
2140 2004-11-16 Richard M. Stallman <rms@gnu.org>
2141
2142 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2143 Discard spaces after \i according to TeX rules.
2144
2145 * international/mule.el (set-buffer-file-coding-system):
2146 New arg NOMODIFY.
2147 (after-insert-file-set-coding): Pass that new arg.
2148 Prevent set-buffer-multibyte from trying to lock the file.
2149
2150 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2151
2152 * saveplace.el (save-place): Doc fix.
2153
2154 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2155 temporarily widen before finding the following word to copy.
2156
2157 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2158 (cl-map-keymap): Definition deleted.
2159
2160 * subr.el (map-keymap-internal): New function.
2161
2162 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2165 when pressing rather than when releasing mouse-2. Simplify.
2166
2167 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2170 (compilation-mode): Set it here instead.
2171
2172 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2173
2174 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2175 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2176
2177 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * progmodes/compile.el (compilation-internal-error-properties):
2180 Fix up a transposition-typo. Check end-col before using it.
2181
2182 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2183
2184 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2185 Discard whitespace after macro \i when converting it.
2186
2187 2004-11-16 Juri Linkov <juri@jurta.org>
2188
2189 * emacs-lisp/find-func.el (find-function-regexp):
2190 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2191 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2192 Remove invalid `\W' from [^cgv\W]. Doc fix.
2193 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2194
2195 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2196
2197 * play/life.el: Maintainer is now FSF.
2198 (life-patterns, life-neighbor-deltas, life-window-start)
2199 (life-current-generation, life-generation-string): Use defvar
2200 instead of defconst.
2201
2202 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * progmodes/compile.el (compilation-move-to-column): New fun.
2205 (compilation-internal-error-properties)
2206 (compilation-next-error-function): Use it to make sure we don't go past
2207 the end of line.
2208
2209 2004-11-15 John Paul Wallington <jpw@gnu.org>
2210
2211 * autoinsert.el (auto-insert-alist): Insert the user's name in
2212 copyright notice, rather than Free Software Foundation, for the
2213 Emacs Lisp header case too.
2214
2215 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2216
2217 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2218 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2219 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2220 return the list of string in a string.
2221 (pr-call-process): Message if calling process returns an error, that
2222 is, the exit status is different of zero.
2223
2224 2004-11-15 Jay Belanger <belanger@truman.edu>
2225
2226 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2227 variable var-thing.
2228 (math-integ-depth, math-integ-level, math-integral-limit)
2229 (math-enable-subst, math-any-substs, math-integ-msg)
2230 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2231 (math-int-threshold, math-int-factors, math-double-roots)
2232 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2233 (var-GenCount): Declare these variables.
2234 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2235 (math-integral-cache, math-integral-cache-state):
2236 Move declarations to earlier in the file.
2237 (math-deriv-var, math-deriv-total, math-deriv-symb)
2238 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2239 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2240 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2241 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2242 (math-solve-res): New variables.
2243 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2244 (math-integral, math-replace-integral-parts)
2245 (math-integrate-by-parts, calc-dump-integral-cache)
2246 (math-try-integral, math-do-integral, math-do-integral)
2247 (math-do-integral-methods, math-try-solve-for)
2248 (math-try-solve-prod, math-solve-poly-funny-powers)
2249 (math-solve-crunch-poly, math-decompose-poly)
2250 (math-solve-find-root-term, math-find-root-in-prod)
2251 (math-integ-try-linear-substitutions)
2252 (math-integ-try-substitutions, math-expr-rational-in)
2253 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2254 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2255 (math-solve-for, math-solve-system, math-solve-system-rec)
2256 (math-solve-get-sign, math-solve-get-int)
2257 (math-solve-system-subst): Replace undeclared variables with newly
2258 declared variables.
2259
2260 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * winner.el (winner-active-region, winner-edges, winner-window-list):
2263 Define at toplevel.
2264 (winner-mode-map): Move init inside declaration.
2265
2266 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2267
2268 * files.el (convert-standard-filename): Doc fix.
2269
2270 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2271
2272 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2273 passwd, group, shadow, default/* and pam.d/*.
2274
2275 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2276
2277 * printing.el (pr-menu-spec): Adjust menu specification.
2278
2279 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2280
2281 * printing.el: Doc fix. Insert :version tag into all defcustom.
2282 Handle interactive-p as is recommended in Emacs Lisp Reference.
2283 Set the file permission bits for newly created files.
2284 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2285 The printing menu specification (in `pr-menu-spec') was merged.
2286 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2287 (pr-version): New version number (6.8.3).
2288 (pr-file-modes): New option.
2289 (pr-interactive-p): New var.
2290 (pr-save-interactive, pr-save-file-modes): New macros.
2291 (pr-setup): Code fix.
2292 (pr-menu-spec): Menu specification merged.
2293 (pr-call-process, pr-text2ps): Set file permission bits.
2294 (pr-despool-print): Set file permission bits. Handle interactive-p as
2295 is recommended.
2296 (pr-interface, pr-ps-directory-preview)
2297 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2298 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2299 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2300 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2301 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2302 (pr-ps-region-ps-print, pr-ps-mode-preview)
2303 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2304 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2305 (pr-despool-using-ghostscript, pr-despool-ps-print)
2306 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2307 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2308 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2309 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2310 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2311 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2312 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2313 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2314 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2315 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2316 Handle interactive-p as is recommended.
2317
2318 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2321 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2322
2323 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2324 so it doesn't forget to highlight the beginning of the region either.
2325
2326 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2327
2328 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2329 (c-font-lock-init): Eliminate obsolete make-local-hook.
2330 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2331 (awk-mode): Use run-mode-hooks.
2332
2333 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2334
2335 2004-11-13 Kim F. Storm <storm@cua.dk>
2336
2337 * mouse.el (mouse-drag-copy-region): Add :version.
2338 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2339 while dragging mode line, so mode line can be dragged downwards.
2340 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2341 while pressing mouse button so window doesn't scroll until we
2342 release the mouse if clicking on partially visible line.
2343
2344 2004-11-12 Jay Belanger <belanger@truman.edu>
2345
2346 * calc/calc-graph.el (calc-dumb-map): Declare it.
2347 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2348 than unbound.
2349 (calc-graph-name): Made `end' a local variable.
2350 (calc-graph-lookup): Made `varname' a local variable.
2351 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2352 Declare them.
2353 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2354 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2355 the unused variable y3vec.
2356 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2357 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2358 calc-graph-prev-kill-hook.
2359 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2360 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2361 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2362 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2363 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2364 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2365 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2366 (calc-graph-y3value, calc-graph-y3name)
2367 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2368 (calc-graph-stepcount, calc-graph-is-splot)
2369 (calc-graph-surprise-splot, calc-graph-blank)
2370 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2371 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2372 (calc-graph-recompute-2d, calc-graph-compute-3d)
2373 (calc-graph-format-data): Replace undeclared variables with the
2374 above newly declared variables.
2375
2376 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2377
2378 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2379 `rsf-beep' and `rsf-sleep-after-message'.
2380
2381 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2382 list if `message-sender' is non-nil.
2383
2384 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2385
2386 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2387 consing by using mapc instead of mapcar.
2388
2389 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2390
2391 * tooltip.el (require): Explain why CL is needed.
2392
2393 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2394
2395 * printing.el: Insert :version into defgroup (printing). All reference
2396 to Files option in menubar were changed to File.
2397 (pr-version): New version number (6.8.2).
2398 (pr-get-symbol): Call easy-menu-intern.
2399 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2400 compilation gripes.
2401
2402 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2405 new byte-compile-function-environment binding to t.
2406
2407 * font-lock.el (font-lock-fontify-syntactically-region):
2408 Don't forget to highlight the last char when we hit `end'.
2409
2410 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2411 (mwheel-scroll): Adjust accordingly.
2412
2413 * cvs-status.el: Reduce spurious warnings.
2414 (cvs-status-checkout): Remove.
2415 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2416
2417 * pcvs.el (cvs-mode-checkout): New command.
2418
2419 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2420
2421 * tooltip.el: Require CL.
2422
2423 * emacs-lisp/bytecomp.el: Use push.
2424 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2425 (defalias): Remove the `byte-compile' property and add
2426 a `byte-hunk-handler'.
2427
2428 2004-11-11 Juri Linkov <juri@jurta.org>
2429
2430 * info.el (Info-search): Save match data for isearch.
2431 Skip Tag Table node.
2432
2433 * descr-text.el (describe-char): Replace syntax-after with code
2434 from its previous version.
2435
2436 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2437 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2438
2439 * international/mule.el (sgml-html-meta-auto-coding-function):
2440 Remove > after <html to allow HTML attributes.
2441
2442 2004-11-11 Jay Belanger <belanger@truman.edu>
2443
2444 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2445 a variable.
2446 (calcFunc-dfac): Replace unbound max by n.
2447 (math-stirling-local-cache): New variable.
2448 (math-stirling-number, math-stirling-1, math-stirling-2):
2449 Replace the variable `cache' by the declared variable
2450 math-stirling-local-cache.
2451 (var-RandSeed): Declare it as a variable.
2452 (math-init-random-base, math-random-digit): Don't check to see if
2453 var-RandSeed is bound.
2454 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2455 Declare them instead of just setting them.
2456 (math-init-random-base): Made i a local variable.
2457 (math-random-digit): Made math-random-last a local variable.
2458 (math-prime-test-cache): Move declaration to before it is used.
2459 (math-prime-test-cache-k, math-prime-test-cache-q)
2460 (math-prime-test-cache-nm1, math-prime-factors-finished):
2461 Declare them as variables.
2462
2463 2004-11-11 Jay Belanger <belanger@truman.edu>
2464
2465 * calc/calc-ext.el (math-defcache): Use defvar for the new
2466 variables it creates.
2467
2468 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2469
2470 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2471 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2472 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2473 (desktop-save): Add :version.
2474
2475 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * printing.el (pr-get-symbol): Don't downcase.
2478
2479 2004-11-10 Jay Belanger <belanger@truman.edu>
2480
2481 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2482 string to kill-ring.
2483
2484 * calc/calc-aent.el (calc-alg-exp, math-toks)
2485 (math-exp-pos,math-exp-old-pos, math-exp-token)
2486 (math-exp-keep-spaces, math-exp-str): New variables.
2487 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2488 (calcAlg-enter): Use declared variable calc-alg-exp.
2489 (math-build-parse-table, math-find-user-token): Use declared
2490 variable math-toks.
2491 (math-read-exprs, math-read-token, calc-check-user-syntax)
2492 (calc-match-user-syntax, match-factor-after, math-read-factor):
2493 Use declared variables math-exp-pos math-exp-old-pos.
2494 (math-read-exprs, math-read-token, math-read-expr-level)
2495 (calc-check-user-syntax, calc-match-user-syntax)
2496 (match-factor-after, math-read-factor): Use declared variable
2497 math-exp-token.
2498 (math-read-exprs, math-read-expr-list, math-read-token)
2499 (math-read-factor): Use declared variable math-exp-keep-spaces.
2500 (math-read-exprs, math-read-token): Use declared variable
2501 math-exp-str.
2502 (calc-match-user-syntax): Make m a local variable.
2503
2504 * calc/calc-ext.el (math-read-expr): Use declared variables
2505 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2506 math-exp-keep-spaces.
2507
2508 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2509 variables math-exp-pos, math-exp-str.
2510
2511 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2512 math-exp-old-pos.
2513 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2514 (math-parse-eqn-prime): Use declared variable math-exp-token.
2515
2516 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2517 Use declared variable math-exp-pos.
2518 (math-check-for-commas): Use declared variable math-exp-str.
2519 (math-read-brackets): Use declared variables math-exp-old-pos,
2520 math-exp-keep-spaces.
2521 (math-read-brackets, math-read-vector, math-read-matrix):
2522 Use declared variable math-exp-token.
2523
2524 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2527 where the keymap is a symbol.
2528 (easy-menu-add-item): Use keymap-prompt. Simplify.
2529
2530 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2531
2532 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2533 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2534
2535 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2536
2537 * ebuff-menu.el: Doc fixes throughout.
2538 (electric-buffer-menu-mode-hook): New defvar.
2539
2540 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2541
2542 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
2543 The resulting compiler warnings appear to be harmless.
2544
2545 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2546
2547 * textmodes/conf-mode.el: New file.
2548
2549 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2550
2551 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2554
2555 2004-11-09 Jay Belanger <belanger@truman.edu>
2556
2557 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2558
2559 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2560 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2561 (calc-z-prefix-help, calc-user-function-list): Use declared
2562 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2563 (math-map-tree, math-map-tree-rec): Use declared variables
2564 math-mt-many, math-mt-func.
2565 (math-read-expression, math-read-string): Use declared variable
2566 math-expr-data.
2567
2568 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2569 variable math-normalize-a.
2570
2571 * calc/calc.el (math-normalize-a): New variable.
2572 (math-normalize): Use declared variable math-normalize-a.
2573
2574 * calc/calc-poly.el (math-expand-form): Use declared variable
2575 math-mt-many.
2576
2577 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2578 Use declared variable math-mt-many.
2579 (math-rewrite): Use declared variable math-mt-func.
2580
2581 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2582 (math-read-matrix): Use declared variable math-expr-data.
2583
2584 * calc/calc-lang.el (math-parse-fortran-vector)
2585 (math-parse-fortran-vector-end, math-parse-tex-sum)
2586 (math-parse-eqn-matrix, math-parse-eqn-prime)
2587 (math-read-math-subscr): Use declared variable math-expr-data.
2588
2589 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2590 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2591 (calc-match-user-syntax, math-read-if, math-factor-after)
2592 (math-read-factor): Use declared variable math-expr-data.
2593
2594 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2595
2596 * calendar/diary-lib.el (diary-from-outlook)
2597 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2598 interactive-p; but rather new optional argument NOCONFIRM.
2599
2600 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2603 (easy-menu-name-match): Revert correspondingly.
2604
2605 2004-11-09 Richard M. Stallman <rms@gnu.org>
2606
2607 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2608 Turn off warnings for the new function even if definition not constant.
2609 If the definition isn't a quoted symbol, record (FUNCTION . t).
2610 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2611 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2612 (display-call-tree, byte-compile-arglist-warn):
2613 Handle t returned by byte-compile-fdefinition.
2614
2615 2004-11-09 Jan Djärv <jan.h.d@swipnet.se>
2616
2617 * Makefile.in (maintainer-clean): Depend on distclean.
2618
2619 * help-fns.el (help-C-file-name): File name must be in build-files
2620 to be returned.
2621
2622 2004-11-09 Jay Belanger <belanger@truman.edu>
2623
2624 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2625 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2626
2627 * calc/calc.el (calc, calc-trail-display, calc-mode):
2628 Remove obsolete sections.
2629
2630 * calc/calc.el (calc-x-paste-text): Remove.
2631
2632 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2633 mouse-2.
2634
2635 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2638 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2639 current frame (in case of recursive calls).
2640 (gdb-show-changed-values): Add :version keyword.
2641
2642 2004-11-09 Kenichi Handa <handa@m17n.org>
2643
2644 * international/mule-cmds.el: Change coding: tag back to
2645 iso-2022-7bit.
2646
2647 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * international/mule-cmds.el: Change coding-system to utf-8.
2650 (select-safe-coding-system-interactively):
2651 New function extracted from select-safe-coding-system.
2652 (select-safe-coding-system): Use it.
2653
2654 2004-11-08 Richard M. Stallman <rms@gnu.org>
2655
2656 * subr.el (syntax-after): Doc fix.
2657
2658 * paren.el (show-paren-function): Change calls to syntax-after
2659 for new way of returning the value.
2660
2661 * menu-bar.el (menu-bar-file-menu): Make this the real name
2662 and menu-bar-files-menu the alias. Use the former.
2663 (global-map): Use `file', not `files', as the symbol.
2664
2665 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2666
2667 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2668 Don't use beginning-of-buffer.
2669 (filesets-cmd-show-result): Use with-no-warnings.
2670
2671 2004-11-08 Juri Linkov <juri@jurta.org>
2672
2673 * progmodes/compile.el (compile): Don't overwrite last command in
2674 minibuffer history with default command if they are not equal.
2675
2676 2004-11-08 Jay Belanger <belanger@truman.edu>
2677
2678 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2679 non-linear substitutions.
2680
2681 2004-11-08 Jay Belanger <belanger@truman.edu>
2682
2683 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2684 (math-do-integral): Set `math-linear-subst-tried' to nil.
2685 (math-do-integral-methods): Use `math-linear-subst-tried' to
2686 determine what type of substitution to try.
2687 (math-integ-try-linear-substitution):
2688 Set `math-linear-subst-tried' to t.
2689
2690 2004-11-08 Kim F. Storm <storm@cua.dk>
2691
2692 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2693
2694 2004-11-07 Juri Linkov <juri@jurta.org>
2695
2696 * info-look.el (info-lookup): Allow reusing in the current buffer
2697 not only *info* buffer, but all (even renamed) Info buffers
2698 by checking for major-mode instead of *info* buffer name.
2699 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2700 (octave-mode, maxima-mode) <doc-spec>:
2701 Allow long dashes generated by Texinfo 4.7 before definitions.
2702 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2703 definitions with argument separated by space.
2704
2705 2004-11-06 Richard M. Stallman <rms@gnu.org>
2706
2707 * simple.el (next-error group, face): Move before first use.
2708 (next-error-highlight, next-error-highlight-no-select): Likewise.
2709
2710 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2711 (line-move): New args NOERROR and TO-END.
2712 Return t if succeed in moving specified number of lines.
2713 (move-end-of-line): New function.
2714
2715 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2716 (end-of-buffer-other-window): Likewise.
2717
2718 * simple.el (line-move-ignore-invisible): Default to t.
2719
2720 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2721
2722 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2723
2724 * international/iso-cvt.el (iso-cvt-define-menu):
2725 Rename menu-bar-files-menu to menu-bar-file-menu.
2726
2727 * net/browse-url.el (browse-url-gnome-moz-program)
2728 (browse-url-gnome-moz-arguments): Move up before first use.
2729
2730 * net/tramp.el (tramp group): Add :version.
2731
2732 * progmodes/ada-xref.el (ada-gdb-application):
2733 Use goto-char instead of beginning-of-buffer.
2734
2735 * progmodes/cperl-mode.el (cperl-info-on-command):
2736 Use goto-char instead of beginning-of-buffer.
2737
2738 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2739 Move up before first use.
2740 (idlwave-shell-temp-pro-file): Likewise.
2741 (idlwave-shell-temp-rinfo-save-file): Likewise.
2742 (idlwave-shell-temp-file): Minor doc fix.
2743
2744 * textmodes/flyspell.el (flyspell-external-point-words):
2745 Use goto-char instead of beginning-of-buffer.
2746
2747 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2748
2749 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2750 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2751 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2752
2753 2004-11-06 David Ponce <david@dponce.com>
2754
2755 * recentf.el (recentf-menu-path): Use menu item name.
2756
2757 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2758
2759 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2760 display doesn't support images.
2761
2762 2004-11-06 Andreas Schwab <schwab@suse.de>
2763
2764 * tempo.el (tempo-match-finder): Doc fix.
2765
2766 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2767
2768 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2771 (easy-menu-lookup-name): New fun to replace it.
2772 (easy-menu-get-map): Use it to obey menu item names (rather than just
2773 keys) when looking up `path'.
2774 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2775 (easy-menu-convert-item-1): Adjust to new name.
2776
2777 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2778
2779 * outline.el (hide-body): Don't hide lines at the top of the file
2780 that precede the first header line.
2781
2782 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2783
2784 * align.el (align-areas): Delete whitespace before reindenting, so
2785 that tabs are never placed after spaces.
2786
2787 2004-11-06 Alan Shutko <ats@acm.org>
2788
2789 * macros.el (insert-kbd-macro): Do completions based on macros,
2790 rather than all commands.
2791
2792 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2793
2794 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2795 to solve a bug whereby tags with 'b' don't match.
2796
2797 2004-11-05 Juri Linkov <juri@jurta.org>
2798
2799 * info.el (Info-search): Don't search in node header lines
2800 and file headers.
2801
2802 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2803 symbol-constituent characters after dot, not only digits.
2804
2805 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2806
2807 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2808
2809 2004-11-04 Jan Djärv <jan.h.d@swipnet.se>
2810
2811 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2812 if a dialog will be used, read-file-name otherwise.
2813
2814 2004-11-04 Richard M. Stallman <rms@gnu.org>
2815
2816 * textmodes/table.el (table group): Add :version.
2817
2818 * textmodes/ispell.el (ispell-word):
2819 Don't alter args; set them only thru `interactive' spec.
2820
2821 * textmodes/flyspell.el (flyspell-word):
2822 Don't alter FOLLOWING; set it only thru `interactive' spec.
2823
2824 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2825
2826 * net/browse-url.el (browse-url-maybe-new-window):
2827 Use called-interactively-p.
2828
2829 * mail/supercite.el (sc-cite-region):
2830 Don't use interactive-p. Add arg INTERACTIVE.
2831 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2832
2833 * international/mule-cmds.el (set-input-method, toggle-input-method):
2834 Don't use interactive-p. Add arg INTERACTIVE.
2835
2836 * eshell/esh-mode.el (eshell-show-maximum-output):
2837 Don't use interactive-p.
2838 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2839
2840 * mouse.el (mouse-show-mark): Get positions to delete from mark
2841 and point, not from mouse-drag-overlay.
2842
2843 * imenu.el (imenu-eager-completion-buffer): Add :version.
2844
2845 * filesets.el (filesets group): Add :version.
2846
2847 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2848
2849 * files.el (xml-based-modes): Delete var.
2850 (magic-mode-alist): New more general var.
2851 (set-auto-mode): Use it.
2852
2853 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2854 when clicking from another window.
2855
2856 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2857
2858 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2859 (vc-cvs-annotate-time): Incorporate value of deleted var.
2860 Remove special-case handling of beginning-of-buffer cruft.
2861 Cache ending position (point) and return value in text property
2862 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2863
2864 * vc-cvs.el (vc-cvs-annotate-command):
2865 Delete extraneous lines from beginning of buffer.
2866 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2867
2868 * progmodes/grep.el (grep-default-command): Take empty string
2869 for tag if all other methods yield nil. Shell-quote the tag.
2870
2871 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2872 spec in `interactive' form, and mention it in the docstring.
2873 Also, make sure point is at bol after calling `annotate-time'.
2874
2875 2004-11-02 Richard M. Stallman <rms@gnu.org>
2876
2877 * cus-edit.el (customize-group-other-window):
2878 Select the window that displays the custom buffer.
2879 (custom-buffer-create-other-window): Likewise.
2880
2881 * comint.el (comint-insert-input): Fix previous change.
2882
2883 * emacs-lisp/elp.el (elp-instrument-function):
2884 Use called-interactively-p.
2885
2886 * emacs-lisp/easymenu.el (easy-menu-intern):
2887 Don't downcase; rather, case-flip the first letter of each word.
2888
2889 * emacs-lisp/easy-mmode.el (define-minor-mode):
2890 Use called-interactively-p.
2891
2892 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2893 Add interactive-only.
2894 (byte-compile-warnings): Add interactive-only as option.
2895 (byte-compile-interactive-only-functions): New variable.
2896 (byte-compile-form): Warn about calls to functions
2897 in byte-compile-interactive-only-functions.
2898
2899 * emacs-lisp/autoload.el (update-file-autoloads):
2900 Don't use interactive-p; take new arg SAVE-AFTER.
2901
2902 * emacs-lisp/advice.el (ad-make-advised-definition):
2903 Use called-interactively-p.
2904
2905 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2906
2907 * files.el (find-file-existing): New function.
2908
2909 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2910 find-file-existing. Add "New File..." that calls find-file.
2911
2912 * diropen.pbm, diropen.xpm: New files.
2913
2914 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2915 icon diropen. New tool bar item find-file-existing uses icon open.
2916
2917 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2918 instead of read-file-name.
2919
2920 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2921
2922 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2923 (icalendar--split-value): Change name of work buffer.
2924 (icalendar--get-weekday-abbrev): Return nil on error.
2925 (icalendar--date-to-isodate): New function.
2926 (icalendar-convert-diary-to-ical)
2927 (icalendar-extract-ical-from-buffer): Use only two args for
2928 make-obsolete (XEmacs compatibility).
2929 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2930 (icalendar-export-region): Doc fix.
2931 If error, return non-nil and write errors to a buffer.
2932 Use correct weekday for weekly recurring events.
2933 Check whether date has been parsed for ordinary events.
2934 Make weekly events start in the year 2000.
2935 DTEND is non-inclusive, shift end date by one day if
2936 necessary (not for entries that have date and time).
2937 Rename local let variables: oops -> found-error, datestring ->
2938 startdatestring.
2939
2940 2004-11-02 Kim F. Storm <storm@cua.dk>
2941
2942 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2943 keep-mode-if-same variable. Add it as optional arg instead.
2944 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2945
2946 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2947 substitute-command-keys will select lower-case bindings like those
2948 used in the static help texts.
2949
2950 * descr-text.el (describe-text-properties): Don't err if called in
2951 the *Help* buffer; output to *Help-2* buffer instead.
2952
2953 * kmacro.el (group kmacro): Add :version.
2954 (kmacro-keyboard-quit): New function to cleanup on C-g.
2955 (kmacro-start-macro): Set defining-kbd-macro to append when
2956 appending to last macro.
2957
2958 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2959
2960 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2961
2962 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2963 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2964 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2965 Add :version keyword.
2966
2967 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2968
2969 * progmodes/flymake.el (flymake-err-line-patterns):
2970 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2971 `compilation-error-regexp-alist-alist' to internal Flymake format.
2972
2973 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2974
2975 2004-11-01 Jay Belanger <belanger@truman.edu>
2976
2977 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2978 with `interactive "s"'.
2979
2980 2004-11-01 Jan Djärv <jan.h.d@swipnet.se>
2981
2982 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2983 Revert change from 2004-10-16. '*' checks the current buffer, but the
2984 mouse click may be in another buffer.
2985
2986 2004-11-01 John Paul Wallington <jpw@gnu.org>
2987
2988 * files.el (large-file-warning-threshold): Add :version keyword.
2989 (kill-some-buffers): Doc fix.
2990
2991 * thumbs.el (group thumbs): Add :version keyword.
2992
2993 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2994
2995 2004-11-01 Richard M. Stallman <rms@gnu.org>
2996
2997 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2998
2999 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3000
3001 * allout.el (allout group): Add :version.
3002 (allout-init): Don't use interactive-p.
3003 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3004 (allout-forward-current-level, allout-backward-current-level):
3005 Don't use interactive-p.
3006
3007 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3008 (bibtex-find-text): Likewise.
3009
3010 * progmodes/vhdl-mode.el (vhdl-fill-region)
3011 (vhdl-beginning-of-statement): Don't use interactive-p.
3012
3013 * progmodes/idlwave.el (idlwave-update-routine-info):
3014 Don't use interactive-p.
3015
3016 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3017 Don't use interactive-p.
3018
3019 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3020 Don't use interactive-p.
3021
3022 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3023 Don't use interactive-p.
3024
3025 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3026 (fortune-in-buffer): Doc fix.
3027
3028 * play/5x5.el (5x5-new-game): Set up the buffer even if not
3029 interactive.
3030
3031 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3032 don't select the temporary buffer.
3033 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3034 (eudc-get-phone): Likewise.
3035
3036 2004-11-01 Kim F. Storm <storm@cua.dk>
3037
3038 * man.el (Man-xref-normal-file): Fix help-echo.
3039
3040 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * reveal.el (reveal-last-tick): New var.
3043 (reveal-post-command): Use it to avoid closing overlays when we're
3044 appending text to them.
3045
3046 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3047
3048 * textmodes/bibtex.el: Require button.
3049 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3050 (bibtex-reference-keys): Distinguish between header keys and
3051 crossref keys.
3052 (bibtex-beginning-of-field): New function.
3053 (bibtex-url-map): Remove.
3054 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3055 (bibtex-font-lock-url-regexp): Assume that field names begin at
3056 the beginning of a line.
3057 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3058 Remove field delimiters. Use bibtex-beginning-of-field.
3059 Bugfix, point can be inside a field with a url.
3060 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3061 New functions.
3062 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3063 (bibtex-key-in-head): Simplify.
3064 (bibtex-current-line): Use bolp.
3065 (bibtex-parse-keys): Remove unused arg `add'.
3066 Use bibtex-type-in-head and bibtex-key-in-head.
3067 (bibtex-parse-entry, bibtex-autofill-entry):
3068 Use bibtex-type-in-head and bibtex-key-in-head.
3069 (bibtex-autokey-get-field): Do not alter case of replacement text.
3070 (bibtex-autokey-get-names): Do all processing of name list.
3071 (bibtex-autokey-get-year): New function.
3072 (bibtex-autokey-get-title): Do all processing of title words.
3073 (bibtex-generate-autokey): Simplify.
3074 (bibtex-string-files-init): Use default-directory.
3075 Allow for absolute file names in bibtex-string-files.
3076 (bibtex-files, bibtex-file-path): New variables.
3077 (bibtex-files-expand): New function.
3078 (bibtex-find-entry-globally): New command.
3079 (bibtex-summary-function): New variable.
3080 (bibtex-summary): Default value of bibtex-summary-function.
3081 (bibtex-find-crossref): New optional args pnt and split.
3082 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3083 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3084 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3085 Fix handling of required and alternative fields.
3086 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3087 Use cons and display-buffer.
3088 (bibtex-validate-globally): New command.
3089 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3090 bibtex-parse-keys and bibtex-parse-strings for updating
3091 bibtex-reference-keys and bibtex-strings.
3092 (bibtex-realign): Remove blank lines past the last entry.
3093 (bibtex-reformat): Use bibtex-entry-format as default.
3094 (bibtex-choose-completion-string): Remove.
3095 (bibtex-complete): Do not use bibtex-choose-completion-string.
3096 (bibtex-url): Simplify.
3097
3098 2004-10-31 Jan Djärv <jan.h.d@swipnet.se>
3099
3100 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3101 (x-dnd-types-alist, x-dnd-open-file-other-window)
3102 (x-dnd-known-types): Add :version.
3103
3104 2004-10-31 John Paul Wallington <jpw@gnu.org>
3105
3106 * ibuffer.el (group ibuffer): Add :version keyword.
3107
3108 2004-10-31 Kim F. Storm <storm@cua.dk>
3109
3110 * ido.el (group ido): Add :version keyword.
3111 (ido-mode): Remove :version keyword.
3112
3113 * emulation/cua-base.el (group cua): Add :version keyword.
3114 (cua-mode): Remove :version keyword.
3115
3116 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3117
3118 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3119
3120 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3121 compiler warning.
3122 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3123 function.
3124 (help-at-pt-display-when-idle): Remove autoload.
3125
3126 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3129
3130 2004-10-30 Juri Linkov <juri@jurta.org>
3131
3132 * help.el (function-called-at-point):
3133 * help-fns.el (variable-at-point): Read -> intern.
3134
3135 2004-10-30 Simon Josefsson <jas@extundo.com>
3136
3137 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3138 Recognize AS_* too.
3139
3140 2004-10-29 Simon Josefsson <jas@extundo.com>
3141
3142 * subr.el (read-passwd): Move back from password.el.
3143
3144 * password.el: Remove, not ready yet.
3145
3146 2004-10-29 Andreas Schwab <schwab@suse.de>
3147
3148 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3149
3150 2004-10-29 Sam Steingold <sds@gnu.org>
3151
3152 * mouse.el (mouse-show-mark): Replace the last occurrence of
3153 x-lost-selection-hooks with x-lost-selection-functions.
3154
3155 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3158 x-lost-selection-functions is bound.
3159
3160 * mouse-sel.el (mouse-sel-mode):
3161 * emacs-lisp/lselect.el: Adjust to new names for
3162 x-(lost|sent)-selection-functions.
3163
3164 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3165 New obsolete aliases of x-lost-selection-functions and
3166 x-sent-selection-functions.
3167
3168 2004-10-28 Kim F. Storm <storm@cua.dk>
3169
3170 * imenu.el (imenu-scanning-message): Remove.
3171 (imenu-progress-message): Make it a no-op.
3172
3173 2004-10-28 John Paul Wallington <jpw@gnu.org>
3174
3175 * files.el (set-auto-mode): Call `throw' correctly.
3176
3177 2004-10-28 Juri Linkov <juri@jurta.org>
3178
3179 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3180 to search `Info-...' commands in `info' manual.
3181 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3182 Add 'info-file "emacs" property.
3183 (Info-find-emacs-command-nodes): Fix index line number regexp.
3184 Set real line number (instead of fake 0) in first element of the
3185 returned list.
3186 (Info-goto-emacs-command-node): Use line number of first element
3187 to set point in the first found Info node.
3188
3189 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3190 code to `grep-mode-font-lock-keywords'.
3191 (grep-mode-font-lock-keywords): Delete grep markers instead
3192 of making them invisible.
3193
3194 2004-10-28 Jan Djärv <jan.h.d@swipnet.se>
3195
3196 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3197 and x-server-version in bug report.
3198
3199 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3200
3201 * files.el (set-auto-mode-0): New function.
3202 (set-auto-mode): Use it to handle aliased modes and to
3203 be consistent between C-x C-f and C-x C-w.
3204
3205 2004-10-28 Kenichi Handa <handa@m17n.org>
3206
3207 * international/utf-8.el (utf-translate-cjk-charsets):
3208 Add katakana-jisx0201.
3209
3210 * international/subst-jis.el: Add data for JISX0201.
3211
3212 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * obsolete/hilit19.el (hilit-mode): New function.
3215 Move all the toplevel side-effecting stuff into it, so that loading
3216 hilit19 doesn't mess everything up any more.
3217
3218 2004-10-27 Richard M. Stallman <rms@gnu.org>
3219
3220 * add-log.el (add-change-log-entry): Set up mailing address
3221 and full name later, and don't alter add-log-mailing-address
3222 or add-log-full-name.
3223
3224 * elide-head.el (elide-head): Change error to message.
3225 (elide-head-show): Likewise.
3226
3227 * apropos.el (apropos-macrop): Doc fix.
3228
3229 * mouse.el (mouse-show-mark): Do most processing the same
3230 regardless of transient-mark-mode.
3231
3232 * shadowfile.el (shadow-copy-files): Use interactive-p
3233 only to control whether to print a message.
3234
3235 * tar-mode.el (tar-mode): Use write-contents-functions,
3236 not write-contents-hooks.
3237
3238 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3239 directory-sep-char.
3240
3241 2004-10-27 Richard M. Stallman <rms@gnu.org>
3242
3243 * strokes.el (strokes-unload-hook): Fix previous change.
3244
3245 * type-break.el (type-break-run-at-time): Always use run-at-time;
3246 forget the alternatives.
3247 (type-break-cancel-function-timers): Always use cancel-function-timers;
3248 forget the alternatives.
3249
3250 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3251
3252 2004-10-27 Kenichi Handa <handa@m17n.org>
3253
3254 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3255
3256 * international/subst-gb2312.el: Likewise.
3257
3258 * international/subst-big5.el: Likewise.
3259
3260 * international/subst-ksc.el: Likewise.
3261
3262 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3263 New variable.
3264 (utf-translate-cjk-set-unicode-range): New function.
3265 (utf-translate-cjk-unicode-range): Make it customizable.
3266 (utf-8-post-read-conversion):
3267 Use utf-translate-cjk-unicode-range-string.
3268 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3269 Unicode ranges.
3270
3271 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3272
3273 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3274 trivial variants to shorten the list.
3275 (xml-based-modes): New var.
3276 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3277 declaration higher priority than auto-mode-alist.
3278
3279 * find-file.el (cc-other-file-alist): Bring it in line with
3280 cc-mode's auto-mode-alist entries and use \' instead of $.
3281
3282 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3283 and add "Id" and "Name" submenus to it.
3284
3285 * imenu.el (imenu--generic-function): Skip matches in comments.
3286
3287 2004-10-26 Jay Belanger <belanger@truman.edu>
3288
3289 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3290 (full-calc-keypad, calc-trail-display): Use an extra argument
3291 instead of `interactive-p'.
3292
3293 * calc/calc-misc.el (calc-other-window): Use an extra argument
3294 instead of `interactive-p'.
3295
3296 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3297 `interactive-p'.
3298
3299 2004-10-26 Kim F. Storm <storm@cua.dk>
3300
3301 * help.el (describe-key): Describe both down-event and up-event
3302 for a mouse click.
3303
3304 2004-10-26 Richard M. Stallman <rms@gnu.org>
3305
3306 * woman.el (woman): Don't call interactive-p.
3307
3308 * pcomplete.el (pcomplete): Instead of interactive-p,
3309 use an arg set non-nil by the interactive spec.
3310
3311 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3312 use an arg set non-nil by the interactive spec.
3313
3314 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3315 use an arg set non-nil by the interactive spec.
3316
3317 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3318
3319 * progmodes/flymake.el (flymake-split-string):
3320 Use `flymake-split-string-remove-empty-edges' in any case.
3321
3322 2004-10-26 Masatake YAMATO <jet@gyve.org>
3323
3324 * progmodes/flymake.el (flymake-err-line-patterns):
3325 Use `compilation-error-regexp-alist-alist' instead of
3326 `compilation-error-regexp-alist'.
3327
3328 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3331 verbatim face on the \ of \end{verbatim}.
3332
3333 2004-10-25 Jay Belanger <belanger@truman.edu>
3334
3335 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3336 erasing minibuffer.
3337
3338 2004-10-25 Simon Josefsson <jas@extundo.com>
3339
3340 * subr.el (read-passwd): Move to net/password.el.
3341
3342 * net/password.el (read-passwd): Add. Autoload it.
3343
3344 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3345
3346 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3347
3348 * simple.el (process-file): Fix logic.
3349
3350 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3351
3352 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3353 (increase-right-margin): Remove erroneous call to `interactive-p'.
3354
3355 2004-10-24 Kim F. Storm <storm@cua.dk>
3356
3357 * help.el (describe-mode): Fix 2004-10-13 change.
3358 Copy pure "Auto Fill" string so it can be propertized later
3359 without causing a read-only error.
3360
3361 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3362
3363 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3364 style indexes.
3365
3366 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3367
3368 * simple.el (process-file): Accept nil for INFILE. Reported by
3369 Luc Teirlinck.
3370
3371 2004-10-24 Masatake YAMATO <jet@gyve.org>
3372
3373 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3374 Handle periods and underscores in a function name.
3375 Remove the address fontification.
3376
3377 2004-10-24 Masatake YAMATO <jet@gyve.org>
3378
3379 * progmodes/asm-mode.el (asm-font-lock-keywords):
3380 Use font-lock-variable-name-face for registers.
3381
3382 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3383
3384 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3385 kill-all-local-variables.
3386 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3387 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3388 Use kill-all-local-variables and provide mode-hooks.
3389 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3390 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3391 Suggested by Masatake YAMATO <jet@gyve.org>.
3392
3393 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3394
3395 * simple.el (process-file): New function, similar to call-process
3396 but supports file handlers.
3397 * vc.el (vc-do-command): Use it, instead of call-process.
3398 * net/tramp-vc.el (vc-do-command): Do not advise it if
3399 process-file is fboundp.
3400 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3401 process-file.
3402 (tramp-handle-process-file): New function.
3403 (tramp-file-name-for-operation): Support process-file.
3404
3405 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3406
3407 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3408 (icalendar-weekdayabbrev-table)
3409 (icalendar-monthnumber-table): Delete.
3410 (icalendar--get-month-number): Use calendar-month-name-array.
3411 (icalendar--get-weekday-number): New function.
3412 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3413 (icalendar-export-region): Handle multi-line entries.
3414 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3415
3416 2004-10-23 John Paul Wallington <jpw@gnu.org>
3417
3418 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3419 `wildcards' set to t in interactive spec.
3420
3421 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3422 interactive spec rather than use `interactive-p'.
3423 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3424 rather than use function `interactive-p'.
3425
3426 2004-10-22 Kenichi Handa <handa@m17n.org>
3427
3428 * international/mule.el (translate-region): Implement it in Lisp
3429 as a front end of translate-region-internal.
3430
3431 2004-10-21 Jay Belanger <belanger@truman.edu>
3432
3433 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3434 Declare these variables with defvar.
3435
3436 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3437 is bound, only check to see if it is bound.
3438
3439 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3442 Don't output messages.
3443
3444 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3445
3446 2004-10-21 John Paul Wallington <jpw@gnu.org>
3447
3448 * calc/calc-graph.el (calc-graph-init):
3449 Use `set-process-query-on-exit-flag'.
3450
3451 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3452
3453 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3454 dir right and also allow argumentless cd.
3455
3456 2004-10-19 Richard M. Stallman <rms@gnu.org>
3457
3458 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3459
3460 * eshell/em-unix.el (eshell-grep):
3461 Don't bind compilation-process-setup-function.
3462
3463 * comint.el (comint-insert-input): Use @ in `interactive'.
3464 (comint-input-filter-functions): Doc fix.
3465 (comint-kill-whole-line, comint-get-source): Doc fix.
3466
3467 * progmodes/compile.el (compilation-setup):
3468 Don't set buffer-read-only if MINOR is non-nil.
3469
3470 2004-10-19 Jay Belanger <belanger@truman.edu>
3471
3472 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3473 (calc-emacs-type-gnu19): Remove.
3474 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3475 Remove check for old emacs versions.
3476
3477 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3478 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3479 for current Emacs.
3480
3481 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3482 the end of the minibuffer.
3483 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3484 copy `esc-map'.
3485
3486 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3487
3488 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3489 call that would be given when the current emacs was used.
3490
3491 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3492
3493 * calendar/icalendar.el: Set coding to utf-8.
3494 (icalendar-version): Increase to 0.07.
3495 (icalendar-monthnumber-table): Change March pattern.
3496 (icalendar-get-all-event-properties)
3497 (icalendar-set-event-property): Delete.
3498 (icalendar-all-events): No longer interactive.
3499 (icalendar-convert-diary-to-ical)
3500 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3501 their replacements.
3502 (icalendar-export-file, icalendar-export-region): New functions;
3503 essentially old `icalendar-convert-diary-to-ical' but appending to
3504 target rather than overwriting.
3505 (icalendar-import-file): Append to target file rather than
3506 overwriting. Fourth arg deleted.
3507 (icalendar-import-buffer): New name for old
3508 `icalendar-extract-ical-from-buffer'.
3509 (icalendar--convert-string-for-import): New name for
3510 old `icalendar-convert-for-import'.
3511 (include-icalendar-files): Delete.
3512 Prefix for all internal functions changed from `icalendar-'
3513 to `icalendar--'.
3514
3515 2004-10-19 Richard M. Stallman <rms@gnu.org>
3516
3517 * paths.el (news-path): Fix previous change.
3518
3519 2004-10-18 Jay Belanger <belanger@truman.edu>
3520
3521 * calc/calc-help.el (calc-describe-bindings):
3522 Set `buffer-read-only' to nil while working in the keybindings buffer;
3523 remove some extra information from the keybindings buffer.
3524
3525 2004-10-18 David Ponce <david@dponce.com>
3526
3527 * mouse.el (mouse-drag-move-window-top): New function.
3528 (mouse-drag-mode-line-1): Use it.
3529
3530 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3531
3532 * info.el (Info-fontify-node): For multiline refs,
3533 arrange to unfontify newline and surrounding whitespace.
3534
3535 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3538 directory is missing.
3539
3540 2004-10-17 John Paul Wallington <jpw@gnu.org>
3541
3542 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3543 New customizable variable; whether to display buffers that match
3544 `ibuffer-maybe-show-predicates' by default.
3545 (ibuffer-maybe-show-predicates): Mention it in docstring.
3546 (ibuffer-display-maybe-show-predicates): New variable.
3547 (ibuffer-update): Prefix arg now toggles whether buffers that
3548 match `ibuffer-maybe-show-predicates' should be displayed.
3549 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3550 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3551 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3552
3553 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3554
3555 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3556 work correctly.
3557
3558 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3559
3560 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3561 (Buffer-menu-beginning): New helper function.
3562 (Buffer-menu-execute): Use it.
3563 (Buffer-menu-select): Use it.
3564 (Buffer-menu-sort): Use it and also keep markers.
3565
3566 2004-10-17 Richard M. Stallman <rms@gnu.org>
3567
3568 * paths.el (news-directory): Rename from news-path. Old name alias.
3569 (rmail-spool-directory): Use defvar.
3570 (sendmail-program): Use defcustom.
3571 (remote-shell-program): Use defcustom.
3572 (term-file-prefix): Use defvar.
3573 (abbrev-file-name): Use defvar.
3574
3575 * term.el: Add maintainer.
3576
3577 * subr.el (with-local-quit): Return nil if there's a quit.
3578 (read-passwd): Use with-local-quit. Doc fix.
3579
3580 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3581 (strokes-unload-hook): Set as a variable with add-hook.
3582
3583 * startup.el (fancy-splash-tail, normal-splash-screen):
3584 Update copyright year.
3585
3586 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3587
3588 * server.el (server-unload-hook): Set as a variable with add-hook.
3589
3590 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3591
3592 * frame.el (special-display-popup-frame):
3593 Make the buffer current as its frame is created.
3594
3595 * delsel.el (delsel-unload-hook): Set as a variable.
3596
3597 * comint.el (comint-output-filter-functions):
3598 Add comint-watch-for-password-prompt.
3599 (comint-read-noecho): Function deleted.
3600 (send-invisible): Use read-passwd.
3601
3602 * fringe.el (fringe-mode-initialize): New function.
3603 (fringe-mode): Use fringe-mode-initialize as :initialize.
3604
3605 2004-10-17 Kim F. Storm <storm@cua.dk>
3606
3607 * language/indian.el (indian-script-language-alist): Swap value
3608 and doc.
3609 (indian-font-char-index-table): Doc fix.
3610
3611 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3614
3615 2004-10-16 Juri Linkov <juri@jurta.org>
3616
3617 * progmodes/compile.el (compilation-start): Move let-binding of
3618 `process-environment' into `with-current-buffer' body.
3619 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3620
3621 2004-10-16 Richard M. Stallman <rms@gnu.org>
3622
3623 * pcvs-util.el (cvs-bury-buffer):
3624 Don't call get-buffer-window for effect.
3625
3626 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3627
3628 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3629
3630 * msb.el (msb-unload-hook): Set the variable.
3631
3632 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3633 Use * to err if buffer is readonly.
3634
3635 * subr.el (looking-back): Return only t or nil.
3636
3637 * whitespace.el (whitespace-unload-hook): Set the variable.
3638
3639 * view.el (view-mode-enable): Set view-page-size and
3640 view-half-page-size to nil.
3641 (view-set-half-page-size-default): view-half-page-size = nil
3642 means the default.
3643 (View-scroll-page-forward): Use view-page-size-default.
3644 (View-scroll-page-backward): Likewise.
3645 (view-page-size, view-half-page-size): Doc fixes.
3646
3647 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3648
3649 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3650
3651 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3652 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3653 (byte-compile-log-1): Bind inhibit-read-only.
3654 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3655 (byte-compile-log-warning): Likewise.
3656 (byte-compile-file-form-require): Detect "cl" from the arg value.
3657
3658 * progmodes/compile.el (compilation-start): Assume compilation-mode
3659 will make the buffer read-only.
3660 (compilation-mode): Take arg name-of-mode.
3661 (compilation-setup): Make buffer read-only.
3662 (compilation-handle-exit): Bind inhibit-read-only.
3663
3664 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3665 (ispell-message): Likewise.
3666 (ispell-show-choices): Don't call get-buffer-window uselessly.
3667 (ispell-init-process): Use set-process-query-on-exit-flag.
3668
3669 2004-10-16 Kim F. Storm <storm@cua.dk>
3670
3671 * fringe.el (fringe-bitmaps): Only initialize when defined.
3672
3673 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3674 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3675
3676 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3677
3678 2004-10-15 Simon Josefsson <jas@extundo.com>
3679
3680 * net/password.el: Add.
3681
3682 2004-10-14 Masatake YAMATO <jet@gyve.org>
3683
3684 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3685 (gdb-script-end-of-defun): New function.
3686 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3687 `gdb-script-end-of-defun' as *-of-defun-function.
3688
3689 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3690
3691 * button.el (button-activate): Allow a marker to display as an action.
3692
3693 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3694
3695 * help.el (describe-mode): Use it to make minor mode list into
3696 hyperlinks.
3697
3698 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * vc.el (vc-annotate-display-select): Fix typo.
3701
3702 * subr.el (substitute-key-definition-key): New function.
3703 (substitute-key-definition): Use it with map-keymap.
3704 (event-modifiers): Use push.
3705 (mouse-movement-p, with-temp-buffer): Simplify.
3706
3707 2004-10-12 Jay Belanger <belanger@truman.edu>
3708
3709 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3710 New variables.
3711 (calc-help-index-entries): New function.
3712 (calc-describe-function): Use `calc-help-function-list' instead of
3713 obarray for completion.
3714 (calc-describe-variable): Use `calc-help-variable-list' instead
3715 of obarray for completion.
3716
3717 2004-10-12 Richard M. Stallman <rms@gnu.org>
3718
3719 * info-look.el (info-lookup-file): Add info-file property.
3720 (info-lookup-symbol): Likewise.
3721
3722 * info.el (info-xref): Add underlining.
3723 (info): Add info-file property.
3724 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3725
3726 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3727
3728 Sync with Tramp 2.0.45.
3729
3730 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3731 defined. This is not the case for XEmacs without package "edebug".
3732 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3733 remote files to the permissions of the original file. This is not
3734 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3735 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3736 (tramp-perl-decode): Fix an error in Perl implementation.
3737 $pending must be cleared every loop. Reported by Benjamin Place
3738 <benjaminplace@sprintmail.com>
3739
3740 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3741 Don't activate advice during definition. This is done later on,
3742 depending on test result of `substitute-in-file-name'.
3743 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3744
3745 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3748
3749 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3750
3751 2004-10-12 David Ponce <david@dponce.com>
3752
3753 * recentf.el (recentf-edit-list): Update the menu when the recentf
3754 list has been modified.
3755
3756 2004-10-12 Simon Josefsson <jas@extundo.com>
3757
3758 * net/tls.el (tls-certtool-program): New variable.
3759 (tls-certificate-information): New function, based on
3760 ssl-certificate-information.
3761
3762 2004-10-12 Kenichi Handa <handa@m17n.org>
3763
3764 * international/mule.el (coding-system-equal): Move from mule-util.el.
3765
3766 * international/mule-util.el (coding-system-equal): Move to mule.el.
3767
3768 2004-10-12 Kim F. Storm <storm@cua.dk>
3769
3770 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3771 reset kmacro-initial-counter-value if set.
3772 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3773 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3774 (kmacro-display): Show macro counter if non-zero.
3775
3776 * subr.el (substitute-key-definition): Mention command remapping
3777 in doc string.
3778
3779 2004-10-11 Jay Belanger <belanger@truman.edu>
3780
3781 * calc/calc-misc.el (calc-info-goto-node): New function.
3782 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3783 node in one step.
3784 (calc-describe-copying, calc-describe-distribution)
3785 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3786 Go to appropriate info node in one step.
3787
3788 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3791
3792 * font-lock.el (font-lock-apply-highlight): Fix last change.
3793
3794 2004-10-11 Simon Josefsson <jas@extundo.com>
3795
3796 * mail/smtpmail.el (smtpmail-open-stream): Look for
3797 starttls-gnutls-program instead of starttls-program iff
3798 starttls-use-gnutls is non-nil.
3799 (smtpmail-open-stream): Don't overwrite user settings of
3800 starttls-extra-arguments and starttls-extra-args.
3801
3802 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * comint.el (comint-mouse-insert-input): Remove.
3805 (comint-insert-input): Make it work for mouse bindings.
3806 (comint-mode-map): Move defs into the declaration.
3807 (comint-output-filter): Typo.
3808
3809 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3810
3811 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3812
3813 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3814 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3815 ange-ftp-remote-shell.
3816
3817 2004-10-10 Andreas Schwab <schwab@suse.de>
3818
3819 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3820 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3821 Reported by <sri@asu.edu>.
3822
3823 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3824
3825 * vc.el (vc-annotate-mode): Remove variable.
3826 (vc-annotate-display-select): Only call vc-annotate-mode
3827 if we're not in that mode already.
3828
3829 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3832 (imenu-choose-buffer-index): Check here for rescan instead.
3833
3834 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3835 where the face expression evals to nil.
3836
3837 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3838 (tex-font-lock-keywords-2): Use it.
3839 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3840
3841 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3842
3843 2004-10-09 Kim F. Storm <storm@cua.dk>
3844
3845 * subr.el (progress-reporter-update): Define before first usage.
3846 (make-progress-reporter): Doc fix.
3847
3848 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3849
3850 * textmodes/paragraphs.el (sentence-end-double-space)
3851 (sentence-end-without-period, sentence-end-without-space)
3852 (sentence-end): Doc fixes.
3853
3854 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3855
3856 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3857 Change paragraph-start regexp so we don't fill code starting with #'(.
3858
3859 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3860
3861 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3862 New defcustom.
3863 (extract-address-components): Use it.
3864
3865 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3866
3867 * subr.el (make-progress-reporter, progress-reporter-update)
3868 (progress-reporter-force-update, progress-reporter-do-update)
3869 (progress-reporter-done): New functions.
3870
3871 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3872
3873 * progmodes/etags.el (etags-tags-completion-table): Use progress
3874 reporter.
3875 (etags-tags-apropos): Likewise.
3876
3877 2004-10-08 Alan Mackenzie <acm@muc.de>
3878
3879 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3880 of current line.
3881
3882 2004-10-08 Masatake YAMATO <jet@gyve.org>
3883
3884 * server.el (server-process-filter): Wrap `process-send-region'
3885 by `condition-case' to guard the case when the pipe to PROC is closed.
3886
3887 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3888
3889 * xml.el (xml-substitute-special): Limit handling of external entities.
3890
3891 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3892
3893 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
3894
3895 2004-10-06 John Paul Wallington <jpw@gnu.org>
3896
3897 * xml.el (xml-parse-dtd): Fix `error' call.
3898
3899 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3900
3901 * xml.el (xml-substitute-special): Return a single string instead
3902 of a list of strings if an entity substitution is made.
3903
3904 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3905
3906 * calendar/icalendar.el: New file.
3907
3908 2004-10-05 Juri Linkov <juri@jurta.org>
3909
3910 * isearch.el (isearch-done): Set mark after running hook.
3911 Reported by Drew Adams <drew.adams@oracle.com>.
3912
3913 * info.el (Info-history, Info-toc): Fix Info headers.
3914 (Info-toc): Narrow buffer before Info-fontify-node.
3915 (Info-build-toc): Don't check for special Info file names.
3916 Set main-file to nil if Info-find-file returns a symbol.
3917
3918 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
3919
3920 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3921 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3922 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3923
3924 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3925
3926 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3927 for old interactive spec from calendar-goto-iso-date.
3928 (calendar-goto-iso-date): Use it.
3929 (calendar-goto-iso-week): New function. Suggested by Emilio
3930 C. Lopes <eclig@gmx.net>.
3931
3932 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3933
3934 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3935 `set-right-margin' bindings that follow the minor mode conventions.
3936
3937 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3940 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3941 (latex-block-args-alist): Add minipage and picture.
3942 (latex-block-body-alist): Use reftex-label if enabled.
3943 (latex-insert-block): Don't insert a \n if not necessary.
3944 (tex-compile-commands): Make sure dvips doesn't send to printer.
3945 (tex-compile-default): Handle the case where no executable is found.
3946 (latex-noindent-environments): New var.
3947 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3948 If tex-indent-allhanging is non-nil, make sure we only align for macros
3949 at beginning of line.
3950
3951 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3952
3953 * newcomment.el (comment-beginning): Doc fix and don't choke on
3954 unset `comment-end-skip' when at beginning of comment.
3955
3956 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3957
3958 * term.el (term-adjust-current-row-cache): Don't allow the current
3959 row to become negative.
3960 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3961 the end of the line. Fix scroll down. Add comments.
3962 (term-handle-ansi-escape): Don't exceed terminal width when moving
3963 right.
3964 (term-scroll-region): Move the cursor after setting the scroll region.
3965
3966 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3967
3968 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3969 to `width' for consistency with docstring. Doc fix.
3970
3971 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3972
3973 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3974 This is necessary for derived modes.
3975
3976 2004-09-30 Kim F. Storm <storm@cua.dk>
3977
3978 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3979 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3980
3981 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3982 kmacro-extract-lambda functions.
3983 (edit-kbd-macro): Handle kmacro lambda forms.
3984 Include counter and counter format in edit buffer.
3985 (edmacro-finish-edit): Get counter and format from edit buffer and
3986 update kmacro bindings when found.
3987
3988 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * textmodes/paragraphs.el (forward-paragraph):
3991 Avoid args-out-of-range error when point winds up at the beginning of
3992 the buffer and hard newlines are enabled.
3993
3994 * newcomment.el (comment-multi-line): Doc fix.
3995
3996 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3999 (diff-fixup-modifs): Catch unified-diff file-headers.
4000
4001 2004-09-29 Kim F. Storm <storm@cua.dk>
4002
4003 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4004 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4005 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4006
4007 * fringe.el (fringe-bitmap-p): New macro.
4008 (fringe-bitmaps): Add standard fringe bitmaps on load.
4009
4010 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * dired.el (dired-view-command-alist): Use more efficient regexps.
4013 Remove dubious arguments.
4014 (dired-align-file): New function.
4015 (dired-insert-directory): Use it.
4016 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4017 (dired-buffers-for-dir): Remove unused var `pattern'.
4018
4019 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
4020
4021 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4022 from diary display excursion. Store diary buffer's point for
4023 `simple-diary-display'.
4024 (simple-diary-display): Set window point and start when
4025 displaying buffer, to preserve point.
4026
4027 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4028
4029 * textmodes/enriched.el (enriched-translations): Replace defconst
4030 with defvar.
4031
4032 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4033
4034 * printing.el: Doc fix.
4035 (pr-version): New version number (6.8.1).
4036 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4037 make-temp-name.
4038 (pr-delete-file): Check if file exists before deleting it.
4039 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4040
4041 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * term.el (term-display-table): New variable.
4044 (term-mode): Use it.
4045 (term-exec-1): Set the coding system to binary.
4046 (term-emulate-terminal): Decode the string before inserting it.
4047
4048 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4049
4050 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4051 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4052 (map): Bind S-prior, S-next and S-insert.
4053 (term-mode): Set `indent-tabs-mode' to nil.
4054 (term-paste): New function to be bound to S-insert.
4055 (term-send-del, term-send-backspace): Change the strings sent.
4056 (term-termcap-format): Synchronize with etc/e/eterm.ti.
4057 (term-handle-colors-array): Fix handling of underline and reverse.
4058 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4059 (term-erase-in-line): Fix comparison.
4060 (term-emulate-terminal): Fix line wrap handling.
4061 (term-start-output-log): Rename from `term-set-output-log'.
4062 (term-stop-output-log): Rename from `term-stop-photo'.
4063 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4064
4065 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * dired.el (dired-move-to-filename): Don't output a message if
4068 raise-error is non-nil. Fix return position and value.
4069
4070 * files.el (insert-directory): Obey --dired even with symlinks.
4071
4072 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4073
4074 * ls-lisp.el (ls-lisp-format): Mark file names with property
4075 dired-filename.
4076
4077 2004-09-25 Kim F. Storm <storm@cua.dk>
4078
4079 * ido.el (ido-max-directory-size): New defcustom.
4080 (ido-decorations): Add "too big" element.
4081 (ido-directory-too-big): New dynamic var.
4082 (ido-may-cache-directory): Don't cache big directories.
4083 (ido-directory-too-big-p): New defun.
4084 (ido-set-current-directory): Update ido-directory-too-big.
4085 (ido-read-internal): Make empty ido-cur-item if too-big.
4086 (ido-buffer-internal): Use ido-read-internal directly instead of
4087 ido-read-buffer.
4088 (ido-file-internal): Init ido-directory-too-big.
4089 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4090 and redo completion with full list.
4091 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4092 it, and show completions.
4093 (ido-all-completions): Let bind ido-directory-too-big to nil.
4094 (ido-exhibit): Handle ido-directory-too-big.
4095 (ido-read-buffer): Handle fallback to read-buffer.
4096 Init ido-directory-too-big.
4097 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4098 Init ido-directory-too-big.
4099
4100 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4101
4102 * subr.el (delay-mode-hooks): Doc fix.
4103
4104 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * textmodes/enriched.el
4107 (enriched-default-text-properties-local-flag): New variable.
4108 (enriched-mode): Make sure that enabling and disabling the mode is
4109 a no-op. Doc fix.
4110
4111 2004-09-23 HÃ¥kon Malmedal <hmalmedal@yahoo.no> (tiny change)
4112
4113 * calendar/holidays.el (holiday-advent): Report on a specified day
4114 offset from advent, not just advent.
4115 (holiday-easter-etc): Report on one specified day offset from
4116 easter, not all easter holidays. Various Easter holidays moved to
4117 `christian-holidays' variable in calendar.el.
4118 * calendar/calendar.el (christian-holidays): Adapt for new
4119 behavior of `holiday-advent' and `holiday-easter-etc' functions.
4120
4121 2004-09-23 Kim F. Storm <storm@cua.dk>
4122
4123 * image.el (insert-sliced-image): Add doc string.
4124
4125 * ido.el (ido-choice-list): New dynamic var for `list' context.
4126 (ido-context-switch-command): New dynamic var.
4127 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4128 (ido-read-internal): Handle new `list' context.
4129 Handle insert-buffer and insert-file ido-exit values.
4130 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4131 ido-context-switch-command. Handle insert-file ido-exit value.
4132 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4133 unless it is already bound by caller.
4134 (ido-file-internal): New arg switch-cmd. Use it to setup
4135 ido-context-switch-command. Handle insert-buffer ido-exit value.
4136 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4137 used for context switching.
4138 (ido-all-completions): Handle new `list' context.
4139 (ido-make-choice-list): Return choices for `list' context.
4140 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4141 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4142 (ido-insert-buffer, ido-insert-file): Setup context switching.
4143 (ido-exhibit): Handle `list' context.
4144 (ido-read-file-name): Disable context switching. Handle fallback.
4145 (ido-read-directory-name): Disable context switching.
4146 (ido-completing-read): New defun like completing-read. Setup and
4147 use new `list' context.
4148
4149 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4150
4151 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4152
4153 2004-09-21 Jay Belanger <belanger@truman.edu>
4154
4155 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4156 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4157 separate window.
4158
4159 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * subr.el (after-change-major-mode-hook): Doc fix.
4162
4163 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4164
4165 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4166 of ghostscript for monochrome PostScript file in Windows.
4167
4168 2004-09-21 Kenichi Handa <handa@m17n.org>
4169
4170 * descr-text.el (describe-char): Checking of quail activation fixed.
4171
4172 2004-09-21 Jay Belanger <belanger@truman.edu>
4173
4174 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4175
4176 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4179 after the mode hooks instead of before. Doc fix.
4180
4181 2004-09-20 Jason Rumney <jasonr@gnu.org>
4182
4183 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4184 _emacs, but revert to .emacs if neither exists in home directory.
4185
4186 2004-09-20 John Paul Wallington <jpw@gnu.org>
4187
4188 * bindings.el (completion-ignored-extensions): Add .dfsl.
4189
4190 2004-09-20 Richard M. Stallman <rms@gnu.org>
4191
4192 * bindings.el (scroll-left): Make it disabled.
4193
4194 * files.el (enable-local-eval): Doc fix.
4195
4196 * indent.el (move-to-left-margin): Special case for minibuffer.
4197
4198 * term.el (term-emulate-terminal): Turn off undo for output.
4199 Use with-current-buffer and save-selected-window.
4200
4201 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4202
4203 * progmodes/make-mode.el (makefile-fill-paragraph):
4204 Don't insist on spaces when looking for comments. # is enough.
4205
4206 * files.el (hack-local-variables): Copy the variables list
4207 to another buffer, strip prefixes and suffixes there, then read.
4208 (enable-local-eval): Doc fix.
4209 (ignored-local-variables): Initialize to nil.
4210 (risky-local-variable-p): Don't check ignored-local-variables here.
4211 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4212
4213 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4214
4215 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4216 of = to "." (punctuation).
4217
4218 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4221
4222 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4223
4224 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4225 (enriched-before-change-major-mode): New function.
4226 Add it to `change-major-mode-hook'.
4227 (enriched-after-change-major-mode): New function.
4228 Add it to `after-change-major-mode-hook'.
4229 (enriched-mode): Make it work correctly if called from
4230 `after-change-major-mode-hook'.
4231 No longer set `indent-line-function'.
4232
4233 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4234
4235 * subr.el (after-change-major-mode-hook): New variable.
4236 (run-mode-hooks): Implement it.
4237
4238 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * battery.el (battery-linux-proc-apm): Use string-to-number.
4241 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4242 Use dolist (and less indentation). Use erase-buffer.
4243 Pre-initialize `design-capacity', `warn', and `low'.
4244 (battery-format): Use replace-regexp-in-string.
4245
4246 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4247
4248 * battery.el: Delete superfluous empty lines.
4249 (battery-linux-proc-acpi): Attempt to gather information from all
4250 battery subdirectories regardless of their file name.
4251 (battery-linux-proc-apm): Replace all occurrences of
4252 battery-hex-to-int-2 with string-to-int (base 16).
4253 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4254 (battery-hex-map): Delete variable.
4255
4256 2004-09-18 John Paul Wallington <jpw@gnu.org>
4257
4258 * calc/calc-units.el (calc-quick-units): Fix overzealous
4259 s/or/unless/.
4260
4261 2004-09-17 Jay Belanger <belanger@truman.edu>
4262
4263 * calc/calc.el (calc-mode-var-list): Fix the value of
4264 `calc-matrix-brackets'.
4265
4266 2004-09-17 Romain Francoise <romain@orebokech.com>
4267
4268 * ibuf-ext.el (define-ibuffer-filter filename):
4269 Expand dired-directory since buffer-file-name is absolute.
4270
4271 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4272
4273 * ediff-init.el (ediff-current-diff-face-A)
4274 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4275 (ediff-current-diff-face-Ancestor)
4276 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4277 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4278 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4279 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4280 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4281 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4282 Use min-colors.
4283
4284 * term.el (term-down): Perform vertical motion if DOWN is negative.
4285 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4286 (term-termcap-format): Synchronize with the eterm terminfo entry
4287 in etc/e/eterm.ti.
4288 (term-handle-colors-array): If the current foreground or
4289 background are zero (i.e. unspecified), use the foreground and
4290 background of the default face for reverse video.
4291 (term-ansi-at-eval-string, term-ansi-default-fg)
4292 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4293 (term-mem): Delete unused function.
4294 (term-protocol-version): Increment.
4295 (term-current-face): Set to default.
4296
4297 2004-09-15 Jay Belanger <belanger@truman.edu>
4298
4299 * calc/calc.el (calc-mode-var-list): Define this variable.
4300 (calc-always-load-extensions, calc-line-numbering)
4301 (calc-line-breaking, calc-display-just, calc-display-origin)
4302 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4303 (calc-group-char, calc-point-char, calc-frac-format)
4304 (calc-prefer-frac, calc-hms-format, calc-date-format)
4305 (calc-float-format, calc-full-float-format, calc-complex-format)
4306 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4307 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4308 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4309 (calc-matrix-brackets, calc-language, calc-language-option)
4310 (calc-left-label, calc-right-label, calc-word-size)
4311 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4312 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4313 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4314 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4315 (calc-window-height, calc-display-trail, calc-show-selections)
4316 (calc-use-selections, calc-assoc-selections)
4317 (calc-display-working-message, calc-auto-why, calc-timing)
4318 (calc-mode-save-mode, calc-standard-date-formats)
4319 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4320 (calc-user-parse-tables, calc-gnuplot-default-device)
4321 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4322 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4323 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4324 (calc-invocation-macro, calc-show-banner): Give these values as
4325 part of `calc-mode-var-list's initialization after the variables
4326 are declared with defvar.
4327 (calc-bug-address): Change email address to send bug reports to.
4328 Change the maintainer address at the top.
4329 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4330 than "\\.emacs" to determine if it is the user-init-file.
4331
4332 * calc/calc-embed.el (calc-embedded-set-modes): Use
4333 `calc-mode-var-list' correctly.
4334
4335 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4336
4337 * vc.el (annotate-time): Document point handling.
4338 (vc-annotate-display-autoscale): Doc fix.
4339
4340 2004-09-15 Miles Bader <miles@gnu.org>
4341
4342 * generic.el (generic-make-keywords-list): Use symbol rather than
4343 word anchors in regexp.
4344
4345 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4346
4347 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4348 no file name consider `dired-directory'.
4349
4350 2004-09-14 Kim F. Storm <storm@cua.dk>
4351
4352 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4353
4354 2004-09-14 Simon Josefsson <jas@extundo.com>
4355
4356 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4357
4358 * textmodes/dns-mode.el: Add.
4359
4360 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4363 (disabled-command-function): Make the ?\ char more obvious.
4364
4365 * vc-arch.el (vc-arch-root, vc-arch-registered):
4366 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4367
4368 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4369
4370 * windmove.el (windmove-frame-edges): Report coordinates of
4371 outside edges of frame, not inside edges.
4372 (windmove-coordinates-of-position): Convert into wrapper to new
4373 function `windmove-coordinates-of-window-position';
4374 `compute-motion' always applies to selected window.
4375 (windmove-coordinates-of-position): Update documentation to refer
4376 to Emacs 21 Lisp Reference Manual.
4377 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4378
4379 2004-09-13 Kim F. Storm <storm@cua.dk>
4380
4381 * isearch.el (isearch-resume-in-command-history): Rename from
4382 isearch-resume-enabled and change default to nil.
4383
4384 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4387 (vc-registered): Use it.
4388 (vc-find-root): New fun.
4389
4390 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4391 Don't tell to use \\{...} when it's already done.
4392
4393 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4394 Provide a sample complex default.
4395 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4396 (bibtex-entry): Use mapc.
4397
4398 2004-09-12 Kim F. Storm <storm@cua.dk>
4399
4400 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4401
4402 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4403 inhibit-field-text-motion to t so rectangles work in comint buffers.
4404
4405 * simple.el (choose-completion-string): Set buffer before running
4406 choose-completion-string-functions hook so it can be buffer-local.
4407
4408 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4409
4410 * progmodes/compile.el (compilation-start): Parse command to see
4411 if it starts with a cd, and if so perform it for the *compilation*
4412 buffer. Change the header to reflect this.
4413
4414 2004-09-11 Kim F. Storm <storm@cua.dk>
4415
4416 * ido.el (ido-enable-dot-prefix): Doc fix.
4417 (ido-enable-dot-prefix): New defcustom.
4418 (ido-set-matches1): Use it.
4419
4420 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * textmodes/bibtex.el (bibtex-mark-active)
4423 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4424
4425 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4426
4427 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4428 used in a case insensitive environment.
4429 (bibtex-mode-map): Rearrange order of menus.
4430 (bibtex-quoted-string-re): Obsolete.
4431 (bibtex-complete-key-cleanup): Variable replaced by new function.
4432 (bibtex-font-lock-keywords): Use backquotes.
4433 (bibtex-font-lock-url-regexp): New internal variable.
4434 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4435 "OPT" and "ALT".
4436 (bibtex-insert-current-kill, bibtex-make-field)
4437 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4438 (bibtex-parse-field-text): Simplify.
4439 (bibtex-string=): New helper function.
4440 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4441 (bibtex-map-entries): Use bibtex-string=.
4442 (bibtex-search-entry): Use not.
4443 (bibtex-enclosing-field): Fix docstring.
4444 (bibtex-assoc-regexp): Obsolete.
4445 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4446 (bibtex-autokey-get-names): Handle empty name field.
4447 (bibtex-parse-strings): Use assoc-string and unless.
4448 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4449 Use assoc-string.
4450 (bibtex-pop): Simplify.
4451 (bibtex-mode): Set font-lock-extra-managed-props.
4452 (bibtex-entry-update): Use assoc-string.
4453 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4454 (bibtex-autofill-entry): Use bibtex-string=.
4455 (bibtex-print-help-message): Simplify.
4456 (bibtex-find-entry): New optional arg START.
4457 (bibtex-validate): Use bibtex-string= and assoc-string.
4458 Do not call obsolete function compilation-parse-errors.
4459 (bibtex-remove-delimiters): Only remove delimiters if present.
4460 (bibtex-copy-entry-as-kill): Add docstring.
4461 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4462 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4463 (bibtex-complete): Use bibtex-predefined-month-strings,
4464 bibtex-string=, and new function bibtex-complete-key-cleanup.
4465 (bibtex-generate-url-list): New variable.
4466 (bibtex-url): New command bound to C-c C-l and mouse-2.
4467 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4468 (bibtex-font-lock-url): New function.
4469
4470 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4473
4474 2004-09-09 Kim F. Storm <storm@cua.dk>
4475
4476 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4477 counter and format with binding.
4478 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4479 the declared macro uses own macro counter and format. Give symbol
4480 kmacro property.
4481 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4482 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4483 (kmacro-end-and-call-macro): Doc fix.
4484
4485 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4486
4487 * desktop.el (desktop-clear-preserve-buffers):
4488 Remove make-obsolete-variable.
4489
4490 2004-09-08 Richard M. Stallman <rms@gnu.org>
4491
4492 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4493 with the buffer as argument.
4494
4495 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4498
4499 2004-09-08 Juri Linkov <juri@jurta.org>
4500
4501 * replace.el (perform-replace): Use `query-replace-descr'.
4502
4503 * cus-start.el (history-delete-duplicates): Specify customization.
4504
4505 * diff-mode.el (diff-mode-map):
4506 * progmodes/compile.el (compilation-mode-map):
4507 * progmodes/grep.el (grep-mode-map):
4508 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4509 to `next-error-follow-minor-mode'.
4510
4511 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4512
4513 * isearch.el (isearch-lazy-highlight-update): Take into account
4514 the case of zero-length match at the search bound.
4515
4516 2004-09-08 Kim F. Storm <storm@cua.dk>
4517
4518 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4519 change. Use zero width overlays when necessary.
4520
4521 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4522
4523 * subr.el (split-string): Docfix.
4524
4525 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4526
4527 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4528 (display-call-tree): Ensure newline after caller/calls blocks.
4529
4530 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4531
4532 * startup.el (command-line-1): Make option
4533 --directory/-L modify `load-path' straight away.
4534
4535 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4536
4537 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4538
4539 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4540
4541 * emacs-lisp/autoload.el (make-autoload):
4542 Handle `define-compilation-mode'.
4543
4544 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4545 Specify `doc-string-elt' property.
4546
4547 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4548
4549 * bs.el (bs-mode): Doc fix.
4550
4551 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4552
4553 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4554
4555 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4556
4557 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4558
4559 2004-09-08 Kenichi Handa <handa@m17n.org>
4560
4561 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4562 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4563 ps-mule-next-point -> 1+).
4564
4565 * composite.el (encode-composition-rule): Add autoload cookie.
4566
4567 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * format.el (buffer-auto-save-file-format): Make it permanent local.
4570
4571 2004-09-07 Kim F. Storm <storm@cua.dk>
4572
4573 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4574 (authors-fixed-entries): Fix typo.
4575 (authors-canonical-author-name): Compact multiple spaces.
4576 Ignore trivial names (e.g. only first name).
4577
4578 * term.el (term-window-width): Only use full window width on
4579 window system if overflow-newline-into-fringe is enabled.
4580 (term-mode): Don't disable overflow-newline-into-fringe.
4581
4582 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4585 motion as seen on my Mac OS X xterms.
4586
4587 * newcomment.el (uncomment-region-default, comment-region-default):
4588 New functions extracted from uncomment-region and comment-region.
4589 (comment-region, comment-region-function, uncomment-region)
4590 (uncomment-region-function): Use them.
4591
4592 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4593
4594 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4595 It's not crucial but can make sense at times.
4596
4597 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4598 the first commit.
4599
4600 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4601 Disable obsolete code.
4602
4603 2004-09-07 Juri Linkov <juri@jurta.org>
4604
4605 * progmodes/grep.el (grep-highlight-matches): Change default from
4606 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4607 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4608 if grep option `--color' is available, or to `nil' otherwise.
4609 (grep-process-setup): Call `grep-compute-defaults' if
4610 `grep-highlight-matches' is not computed. Set env-vars only
4611 if `grep-highlight-matches' is `t'.
4612 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4613 is already defined).
4614
4615 * progmodes/compile.el (compilation-start): Use copy of
4616 `process-environment' created by `copy-sequence' to not
4617 modify env-vars in the global `process-environment'.
4618
4619 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4620
4621 * simple.el (next-error-follow-minor-mode): Fix last change.
4622
4623 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4624
4625 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4626 permanent local.
4627
4628 2004-09-04 Richard M. Stallman <rms@gnu.org>
4629
4630 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4631 highlighting if the search string is empty.
4632
4633 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4634
4635 * facemenu.el (facemenu-active-faces): Change condition of inner
4636 `while' loop to also check the first two elements of `face-atts'
4637 and `mask-atts'.
4638
4639 2004-09-04 John Paul Wallington <jpw@gnu.org>
4640
4641 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4642 (thumbs-view-image-mode): Make buffer read-only.
4643
4644 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4645
4646 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4647 (ispell-check-version): Set it.
4648 (ispell-send-replacement): New function.
4649 (ispell-process-line): Call ispell-send-replacement.
4650
4651 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4652
4653 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4654 Support choosing seconds with "s".
4655
4656 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4657
4658 * terminal.el (te-escape): Show `?' in prompt for help key.
4659
4660 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4661
4662 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4663
4664 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4665
4666 * simple.el (next-error-follow-minor-mode)
4667 (next-error-follow-mode-post-command-hook): New functions.
4668 (next-error-follow-last-line): New defvar.
4669
4670 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4671 * progmodes/compile.el (compilation-mode-map): Likewise.
4672 * progmodes/grep.el (grep-mode-map): Likewise.
4673 * replace.el (occur-mode-map): Likewise.
4674
4675 * newcomment.el (uncomment-region): Bind comment-use-global-state
4676 to nil.
4677
4678 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4681 locally around the call to `revert-buffer'.
4682
4683 2004-09-03 Juri Linkov <juri@jurta.org>
4684
4685 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4686 `isearch-adjusted' to `t'.
4687 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4688 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4689 (isearch-other-meta-char): Restore isearch-point unconditionally.
4690 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4691 Set point to start of match if region is not active in transient
4692 mark mode (to include the current match to region boundaries).
4693 Push the search string to `query-replace-from-history-variable'.
4694 Add prompt "Query replace regexp" for isearch-regexp.
4695 Add region beginning/end as last arguments of `perform-replace'.
4696 (isearch-query-replace-regexp): Replace code by the call to
4697 `isearch-query-replace' with arg `t'.
4698
4699 2004-09-03 Richard M. Stallman <rms@gnu.org>
4700
4701 * startup.el (normal-top-level): Undo previous TERM change.
4702
4703 2004-09-03 Kim F. Storm <storm@cua.dk>
4704
4705 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4706 highlight overlays; allow using RET when cursor is over a button.
4707 (cua--highlight-rectangle): Use it.
4708 (cua--rectangle-set-corners): Don't move backwards at eol.
4709 (cua--forward-line): Don't move into void after eob.
4710
4711 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4712 point is set (and displayed) inside rectangle.
4713 (cua--rectangle-operation): Fix for highlight of empty lines.
4714 (cua--highlight-rectangle): Fix highlight for tabs.
4715 Position cursor at left/right edge of rectangle using new `cursor'
4716 property on overlay strings.
4717 (cua--indent-rectangle): Don't tabify.
4718 (cua-rotate-rectangle): Ignore that point has moved.
4719
4720 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4721
4722 * term/mac-win.el: Add ASCII equivalents for some function keys.
4723 (mode-line-frame-identification): Sync with x-win.el.
4724
4725 2004-09-02 Juri Linkov <juri@jurta.org>
4726
4727 * progmodes/compile.el (compilation-buffer-name): Compare major
4728 mode with second element of compilation-arguments instead of third
4729 to reflect latest changes in compilation-arguments structure.
4730 (recompile): Use global variable `compilation-directory' to get
4731 recent compilation directory only when `recompile' is invoked NOT
4732 in the compilation buffer. Otherwise, use `default-directory' of
4733 the compilation buffer.
4734 (compilation-error-properties): Allow to funcall col and end-col.
4735 (compilation-mode-font-lock-keywords): Check col and end-col by
4736 `integerp'.
4737 (compilation-goto-locus): If end-mk is non-nil in transient mark
4738 mode don't activate the mark (and don't display message in
4739 push-mark), but highlight overlay between mk and end-mk.
4740
4741 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4742 (grep-regexp-alist): Add rule to highlight grep matches.
4743 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4744
4745 * info.el (Info-fontify-node): Don't compute other-tag
4746 if Info-hide-note-references=hide.
4747
4748 * help.el (function-called-at-point):
4749 * help-fns.el (variable-at-point):
4750 Try `find-tag-default' when other methods failed.
4751
4752 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4753 Do not push mark if inhibit-mark-movement is non-nil.
4754
4755 * textmodes/ispell.el (ispell-html-skip-alists):
4756 Fix backslashes in docstring.
4757
4758 2004-09-01 Juri Linkov <juri@jurta.org>
4759
4760 * isearch.el (isearch-wrap-function)
4761 (isearch-push-state-function): New defvars.
4762 (isearch-pop-fun-state): New defsubst.
4763 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4764 (isearch-push-state): Set the result of calling
4765 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4766 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4767 restore the mode-specific starting point of terminated search.
4768 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4769 (isearch-repeat): Call `isearch-wrap-function' if defined.
4770 (isearch-message-prefix): Don't add prefix "over" to the message
4771 for wrapped search if `isearch-wrap-function' is defined.
4772 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4773 restore the mode-specific starting point of failed search.
4774
4775 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4776 (Info-search): Add new optional arguments for the sake of isearch.
4777 Replace whitespace in Info-search-whitespace-regexp literally.
4778 Add backward search. Don't call `Info-select-node' if regexp is
4779 found in the same Info node. Don't add node to Info-history for
4780 wrapped isearch.
4781 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4782 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4783 (Info-mode): Set local variables `isearch-search-fun-function',
4784 `isearch-wrap-function', `isearch-push-state-function',
4785 `search-whitespace-regexp'.
4786
4787 * isearch.el: Remove ancient Change Log section.
4788 (isearch-string, isearch-message-string, isearch-point)
4789 (isearch-success, isearch-forward-flag, isearch-other-end)
4790 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4791 (isearch-barrier, isearch-within-brackets)
4792 (isearch-case-fold-search): Add suffix `-state' to state-related
4793 defsubsts to avoid name clashes with other function names.
4794
4795 * simple.el (next-error): New defgroup and defface.
4796 (next-error-highlight, next-error-highlight-no-select):
4797 New defcustoms.
4798 (next-error-no-select): Let-bind next-error-highlight to the value
4799 of next-error-highlight-no-select before calling `next-error'.
4800
4801 * progmodes/compile.el (compilation-goto-locus):
4802 Use `next-error' face instead of `region'. Set 4-th argument of
4803 `move-overlay' to `current-buffer' to move overlay to different
4804 source buffers. Use new variable `next-error-highlight'.
4805
4806 * simple.el (next-error-find-buffer): Move the rule
4807 "if current buffer is a next-error capable buffer" after the
4808 rule "if next-error-last-buffer is set to a live buffer".
4809 Simplify to test all rules in one `or'.
4810 (next-error): Doc fix.
4811 (next-error, previous-error, first-error)
4812 (next-error-no-select, previous-error-no-select):
4813 Make arguments optional.
4814
4815 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4816
4817 * macros.el (apply-macro-to-region-lines): Make it operate on all
4818 lines that begin in the region, rather than on all complete lines
4819 in the region.
4820
4821 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
4822
4823 * x-dnd.el (x-dnd-protocol-alist): Document update.
4824 (x-dnd-known-types): Defcustom it.
4825 (x-dnd-handle-motif): Print message-atom in error message.
4826
4827 2004-08-30 John Paul Wallington <jpw@gnu.org>
4828
4829 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4830 strings rather than programmatically constructing message.
4831
4832 2004-08-30 Richard M. Stallman <rms@gnu.org>
4833
4834 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4835 Don't return a string that would read as the wrong character code.
4836
4837 2004-08-29 Kim F. Storm <storm@cua.dk>
4838
4839 * emulation/cua-base.el (cua-auto-expand-rectangles):
4840 Remove automatic rectangle padding feature; replace by non-destructive
4841 virtual rectangle edges feature.
4842 (cua-virtual-rectangle-edges): New defcustom.
4843 (cua-auto-tabify-rectangles): New defcustom.
4844 (cua-paste): If paste into a marked rectangle, insert rectangle at
4845 current column, even if virtual; also paste exactly as many lines
4846 as has been marked (ignore additional lines or add empty lines),
4847 but paste whole source if only one line is marked.
4848 (cua--update-indications): No longer use overwrite-cursor to
4849 indicate rectangle padding
4850
4851 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4852 (cua--rectangle-virtual-edges): New defun.
4853 (cua--rectangle-get-corners): Remove optional PAD arg.
4854 (cua--rectangle-set-corners): Never do padding.
4855 (cua--forward-line): Remove optional PAD arg. Simplify.
4856 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4857 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4858 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4859 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4860 (cua--rectangle-move): Never do padding. Simplify.
4861 (cua--tabify-start): New defun.
4862 (cua--rectangle-operation): Add tabify arg. All callers changed.
4863 (cua--pad-rectangle): Remove.
4864 (cua--delete-rectangle): Handle delete with virtual edges.
4865 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4866 (cua--insert-rectangle): Handle insert at virtual column.
4867 Perform auto-tabify if necessary.
4868 (cua--activate-rectangle): Remove optional FORCE arg.
4869 Never do padding. Simplify.
4870 (cua--highlight-rectangle): Enhance for virtual edges.
4871 (cua-toggle-rectangle-padding): Remove command.
4872 (cua-toggle-rectangle-virtual-edges): New command.
4873 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4874 (cua--rectangle-post-command): Don't force rectangle padding.
4875 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4876
4877 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4878
4879 * indent.el (edit-tab-stops-buffer): Doc fix.
4880
4881 2004-08-28 Richard M. Stallman <rms@gnu.org>
4882
4883 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4884 (grep-tag-default): Function deleted.
4885
4886 * subr.el (find-tag-default): Move from etags.el.
4887
4888 * progmodes/etags.el (find-tag-default): Move to subr.el.
4889
4890 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4891 into the basic character if it has an uppercase form.
4892
4893 2004-08-27 Kenichi Handa <handa@m17n.org>
4894
4895 * international/utf-8.el (utf-8-post-read-conversion): If the
4896 buffer is unibyte, temporarily make it multibyte.
4897
4898 2004-08-27 Masatake YAMATO <jet@gyve.org>
4899
4900 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4901
4902 2004-08-25 John Paul Wallington <jpw@gnu.org>
4903
4904 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4905 0, 1, and many mismatches in message.
4906 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4907
4908 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4909 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4910
4911 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4914 vc-diff-switches differently.
4915
4916 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4917
4918 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4919 before and a real defvar after
4920 `speedbar-supported-extension-expressions'. This is to silence
4921 the compiler without breaking bootstrapping.
4922
4923 2004-08-22 Richard M. Stallman <rms@gnu.org>
4924
4925 * textmodes/flyspell.el (flyspell-word):
4926 Use set-process-query-on-exit-flag.
4927 (flyspell-highlight-duplicate-region): Take POSS as arg.
4928 (flyspell-word): Pass POSS as arg.
4929
4930 * progmodes/ada-xref.el: Many doc and style fixes.
4931 (ada-find-any-references): Use compilation-start.
4932 (ada-get-ali-file-name): Improve error msg.
4933 (ada-get-ada-file-name): Likewise.
4934
4935 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4936 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4937
4938 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4939 Add forward defvar.
4940
4941 * whitespace.el (global-whitespace-mode): New alias
4942 for whitespace-global-mode.
4943
4944 * speedbar.el (speedbar-file-regexp): Move definition up.
4945 (speedbar-mode, speedbar-set-mode-line-format):
4946 Use with-no-warnings.
4947 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4948
4949 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4950 controls whether to display the error buffer.
4951
4952 * ps-mule.el: Delete compatibility code for old Emacsen.
4953 (ps-mule-find-wrappoint): Don't use chars-in-region.
4954
4955 * frame.el (display-mouse-p, display-selections-p):
4956 Use with-no-warnings.
4957
4958 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4959
4960 2004-08-22 David Kastrup <dak@gnu.org>
4961
4962 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4963 information.
4964
4965 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4966
4967 2004-08-22 Andreas Schwab <schwab@suse.de>
4968
4969 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4970
4971 2004-08-22 Masatake YAMATO <jet@gyve.org>
4972
4973 * cvs-status.el (cvs-status-checkout): New function.
4974 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4975
4976 2004-08-21 David Kastrup <dak@gnu.org>
4977
4978 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4979 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4980 has been converted to use hashtables, the relation `nil=none' is
4981 no longer valid, as `nil' is not a hashtable. This patch tries to
4982 reduce the number of resulting errors.
4983
4984 2004-08-21 John Paul Wallington <jpw@gnu.org>
4985
4986 * subr.el (process-kill-without-query): Made obsolete in
4987 version 21.4, not 21.5.
4988
4989 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4990 (vc-previous-comment, vc-next-comment)
4991 (vc-comment-search-reverse, vc-comment-search-forward)
4992 (vc-comment-to-change-log): Likewise.
4993
4994 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4995
4996 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny change)
4997
4998 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4999 Correct indentation of DEFMETHODS with non-standard method
5000 combinations (e.g., PROGN, MIN, MAX).
5001
5002 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * startup.el (normal-top-level-add-subdirs-to-load-path):
5005 Avoid unnecessarily checking system-type.
5006 (normal-top-level): Set TERM to "dumb". Simplify.
5007
5008 * avoid.el (mouse-avoidance-ignore-p): New fun.
5009 Also ignore switch-frame, select-window, double, and triple clicks.
5010 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5011 (mouse-avoidance-fancy-hook): Use it.
5012
5013 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5014
5015 * avoid.el (mouse-avoidance-nudge-mouse)
5016 (mouse-avoidance-banish-destination): Stay within the current window
5017 to avoid problems with mouse-autoselect-window.
5018
5019 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5022 the newer format of some messages in cvs-1.12.1.
5023
5024 2004-08-19 Masatake YAMATO <jet@gyve.org>
5025
5026 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5027 (elp-results-jump-to-definition-by-mouse)
5028 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5029 (elp-output-result): Use elp-output-insert-symname.
5030
5031 2004-08-18 Kenichi Handa <handa@m17n.org>
5032
5033 * language/cyrillic.el: Register koi8-r in
5034 ctext-non-standard-encodings-alist.
5035 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5036
5037 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5038
5039 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5040 that replaces 20xy with xy.
5041
5042 2004-08-17 John Paul Wallington <jpw@gnu.org>
5043
5044 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5045 (reb-force-update): Doc fix.
5046
5047 2004-08-16 Richard M. Stallman <rms@gnu.org>
5048
5049 * progmodes/which-func.el (which-func-update-1): Doc fix.
5050
5051 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5052 (sh-mode-abbrev-table): New variable.
5053
5054 * progmodes/compile.el (compilation-mode): Doc fix.
5055
5056 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5057 Don't cons a new symbol each time.
5058 (eval-last-sexp-fake-value): New variable.
5059
5060 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5061 (copyright-update-year): Detect continuation of list of years.
5062
5063 * term.el (term-default-fg-color, term-default-bg-color)
5064 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5065
5066 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5067
5068 2004-08-16 Stuart Herring <herring@lanl.gov>
5069
5070 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5071 (isearch-success, isearch-forward-flag, isearch-other-end)
5072 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5073 (isearch-barrier, isearch-within-brackets)
5074 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5075
5076 2004-08-16 Kenichi Handa <handa@m17n.org>
5077
5078 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5079
5080 2004-08-15 Kenichi Handa <handa@m17n.org>
5081
5082 * term/x-win.el (x-selection-value): If utf8 was successful but
5083 ctext was not, use utf8 string.
5084
5085 2004-08-14 Stuart Herring <herring@lanl.gov>
5086
5087 * isearch.el: Remove accidental changes of March 4. Fix backing
5088 up when a regexp isearch is made more general. Use symbolic
5089 accessor functions for isearch stack frames to make usage clearer.
5090 (search-whitespace-regexp): Made groups in documentation shy (as
5091 is the group in the default value).
5092 (isearch-fallback): New function, addresses problems with regexps
5093 liberalized by `\|', adds support for liberalization by `\}' (the
5094 general repetition construct), and incorporates behavior for
5095 `*'/`?'.
5096 (isearch-}-char): New command, calls `isearch-fallback' with
5097 arguments appropriate to a typed `}'.
5098 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5099 appropriately.
5100 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5101 (isearch-string, isearch-message,string, isearch-point)
5102 (isearch-success, isearch-forward-flag, isearch-other-end)
5103 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5104 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5105 New inline functions to read fields of a stack frame.
5106
5107 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5108
5109 * battery.el (battery-linux-proc-acpi): Look into battery
5110 directories matching the literal string "CMB", too (required for
5111 Linux kernel version 2.6.7).
5112
5113 2004-08-14 John Paul Wallington <jpw@gnu.org>
5114
5115 * cus-start.el (read-file-name-completion-ignore-case): Add.
5116 (blink-cursor-alist): Change version to "21.4".
5117
5118 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5119
5120 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5121
5122 * speedbar.el (speedbar-scan-subdirs): New option.
5123 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5124 dolist.
5125 (speedbar-insert-files-at-point): Take an extra argument and use
5126 it to optionally find out if a subdir is empty. Also unreadable
5127 files don't get expand buttons.
5128 (speedbar-directory): New image (unused pixmap already existed).
5129 (speedbar-expand-image-button-alist): Use it.
5130
5131 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5132
5133 CC Mode update to 5.30.9:
5134
5135 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5136 Move from cc-vars to cc-defs for dependency reasons. Fix the
5137 POSIX char class test to check that it works in
5138 `skip-chars-(forward|backward)' too.
5139
5140 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5141 first argument starts with a special brace list.
5142
5143 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5144 when `c-opt-type-concat-key' is used (i.e. in Pike).
5145
5146 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5147 Fix bug when the inner char pair doesn't have paren syntax,
5148 i.e. "(<>)".
5149
5150 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5151 whitespace safe.
5152
5153 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5154 position for `arglist-intro', `arglist-cont-nonempty' and
5155 `arglist-close' when there are two arglist open parens on the same
5156 line and there's nothing in front of the first.
5157
5158 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5159 locking of qualified names in Java, which previously could fontify
5160 common indexing expressions in many cases. The standard Java
5161 naming conventions are used to tell them apart.
5162
5163 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5164 Fix inconsistency wrt opening parens on the first line inside a paren
5165 block.
5166
5167 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5168 compile time for the sake of `c-major-mode-is'.
5169
5170 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5171 `c-major-mode-is' in the event that this is used inside a
5172 `c-lang-defconst'.
5173
5174 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5175 `c-lang-defconst' so that it works better with fallback languages.
5176
5177 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5178 it to fail to record the base mode.
5179
5180 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5181 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5182 is used. Reorder the syntax checks to get more efficient
5183 skipping in some situations.
5184
5185 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5186 continuation which might precede the newly inserted '{'.
5187
5188 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5189 Fix cases where it could loop indefinitely.
5190
5191 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5192 size specs correctly. Only fontify identifiers in front of '('
5193 with as functions - don't accept any paren char. Tighten up
5194 initializer skipping to stop before function and class blocks.
5195
5196 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5197 the point could be left directly after an open paren when finding
5198 the beginning of the first decl in the block.
5199
5200 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5201 table when filtering out legitimate open parens to be recorded.
5202 This could cause cache inconsistencies when e.g.
5203 `c++-template-syntax-table' was temporarily in use.
5204
5205 * progmodes/cc-engine.el (c-on-identifier)
5206 (c-simple-skip-symbol-backward): Small fix for handling "-"
5207 correctly in `skip-chars-backward'. Affected the operator lfun
5208 syntax in Pike.
5209
5210 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5211 Fix bug that could cause an error from `after-change-functions' when
5212 the changed region is at bob.
5213
5214 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5215
5216 CC Mode update to 5.30.9:
5217
5218 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5219 to say that <TAB> doesn't insert WS into a CPP line.
5220 (c-indent-command, c-tab-always-indent): Amend doc strings.
5221
5222 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5223 checks for user errors, thus eliminating cryptic and unhelpful
5224 Emacs error messages. (1) Check the arg to `c-set-style' is a
5225 string. (2) Check that settings to `c-offsets-alist' are not
5226 spuriously quoted.
5227
5228 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5229 which precedes the newly inserted `{'.
5230
5231 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5232
5233 Sync with Tramp 2.0.44.
5234
5235 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5236 function "tramp_file_attributes". Otherwise, file names
5237 containing spaces are misinterpreted. Reported by Magnus Henoch
5238 <mange@freemail.hu>.
5239 (tramp-handle-file-truename): FILENAME must be expanded first.
5240 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5241 obscure results. Reported by D. Goel <deego@gnufans.org>.
5242 (tramp-handle-verify-visited-file-modtime): If file does not
5243 exist, say it is not modified if and only if that agrees with the
5244 buffer's record. Check whether a file is visiting the buffer, or
5245 the buffer has no recorded last modification time. Return t in
5246 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5247 <teirllm@auburn.edu>.
5248 (tramp-handle-write-region): Pass modtime explicitly to
5249 `set-visited-file-modtime', because filename can be different
5250 from (buffer-file-name) if `file-precious-flag' is set.
5251 `set-visited-file-modtime' must be called always when `visit' is t
5252 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5253 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5254 nil, don't apply the whole body. If the file doesn't exists, set
5255 modtime to '(-1 65535). Suggested by Luc Teirlinck
5256 <teirllm@auburn.edu>.
5257
5258 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5259
5260 * help.el (describe-bindings): Doc fix.
5261
5262 * subr.el (kbd): Doc fix.
5263
5264 2004-08-08 John Paul Wallington <jpw@gnu.org>
5265
5266 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5267 instead of `string-to-int'.
5268 (define-ibuffer-column mode): Fix indentation.
5269
5270 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5271
5272 * wid-edit.el (widget-sexp-validate): Allow whitespace after
5273 expression.
5274
5275 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5276
5277 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5278
5279 * novice.el (disabled-command-function): New variable renamed from
5280 `disabled-command-hook'.
5281 (disabled-command-hook): Keep the _variable_ as alias for
5282 `disabled-command-function' and make obsolete.
5283 (disabled-command-function): Function renamed from
5284 `disabled-command-hook'. Adapt code to name change of the variable.
5285
5286 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu>
5287
5288 * simple.el (completion-root-regexp): New defvar.
5289 (completion-setup-function): Use it instead of a literal string.
5290
5291 2004-08-07 John Paul Wallington <jpw@gnu.org>
5292
5293 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5294 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5295 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5296 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5297
5298 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5301 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5302
5303 2004-08-04 Kenichi Handa <handa@m17n.org>
5304
5305 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5306 Fix previous change.
5307
5308 2004-08-03 Kenichi Handa <handa@m17n.org>
5309
5310 * international/encoded-kb.el: The following changes are to
5311 utilize key-translation-map instead of minor mode map.
5312 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5313 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5314 (encoded-kbd-last-key): New function.
5315 (encoded-kbd-iso2022-single-shift): New function.
5316 (encoded-kbd-iso2022-designation)
5317 (encoded-kbd-self-insert-iso2022-7bit)
5318 (encoded-kbd-self-insert-iso2022-8bit)
5319 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5320 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5321 key-translation-map.
5322 (encoded-kbd-setup-keymap): Setup key-translation-map.
5323 (saved-key-translation-map): New variable.
5324 (encoded-kbd-mode): Save/restore key-translation-map.
5325 Adjust for the change of encoded-kbd-setup-keymap.
5326
5327 2004-08-02 Kim F. Storm <storm@cua.dk>
5328
5329 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5330 and call compute-motion with nil for topos and width to get proper
5331 usable width and height for both window and non-window systems.
5332
5333 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5334 calculate usable window width and height.
5335
5336 * window.el (window-buffer-height): Call compute-motion with nil width.
5337
5338 2004-08-01 David Kastrup <dak@gnu.org>
5339
5340 * replace.el (query-replace-read-from):
5341 Use `query-replace-compile-replacement'.
5342 (query-replace-compile-replacement): New function.
5343 (query-replace-read-to): Use `query-replace-compile-replacement'
5344 for repeating the last command.
5345
5346 2004-08-01 John Paul Wallington <jpw@gnu.org>
5347
5348 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5349 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5350 (pr-switches): Remove period from end of error messages.
5351
5352 * help-mode.el (help-go-back): Likewise.
5353
5354 * abbrev.el (only-global-abbrevs): Doc fix.
5355 (edit-abbrevs-map): Define within defvar.
5356 (quietly-read-abbrev-file): Doc fix.
5357
5358 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5359
5360 * novice.el (enable-command, disable-command): Doc fixes.
5361
5362 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5363
5364 2004-07-30 Richard M. Stallman <rms@gnu.org>
5365
5366 * subr.el (with-local-quit): Doc fix.
5367
5368 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5369
5370 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5371
5372 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5373
5374 * custom.el (defcustom): Doc fix.
5375
5376 2004-07-28 Masatake YAMATO <jet@gyve.org>
5377
5378 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5379
5380 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * imenu.el (imenu-prev-index-position-function)
5383 (imenu-extract-index-name-function, imenu-name-lookup-function)
5384 (imenu--index-alist): Docstring redundancy fix.
5385
5386 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5387
5388 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5389 binding dired-backup-overwrite.
5390
5391 2004-07-25 John Paul Wallington <jpw@gnu.org>
5392
5393 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5394
5395 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5396
5397 * term/tty-colors.el (tty-color-approximate): Doc fix.
5398
5399 * select.el (x-get-selection, x-set-selection): Doc fixes.
5400
5401 * frame.el (make-frame): Doc fix.
5402
5403 2004-07-24 Richard M. Stallman <rms@gnu.org>
5404
5405 * mail/rmail.el (rmail-mime-charset-pattern):
5406 Don't include semicolon in the charset value.
5407
5408 * replace.el (occur-next-error): Call set-window-point.
5409 (occur-engine): Handle negative NLINES.
5410
5411 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5412
5413 * frame.el (modify-all-frames-parameters): Minor doc fix.
5414 (set-frame-configuration): Doc fix.
5415
5416 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5417
5418 * simple.el (completion-setup-function): Compute the common parts
5419 and the first difference place correctly when
5420 partial-completion-mode is on.
5421
5422 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5423
5424 * ps-print.el: Doc fix.
5425 (ps-print-version): New version 6.6.5.
5426 (ps-printing-region): Doc fix.
5427 (ps-generate-string-list): Comment fix.
5428 (ps-message-log-max): Code fix.
5429
5430 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5431
5432 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5433 generated PostScript.
5434
5435 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5436
5437 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5438 with Gnus v5_10 branch.)
5439
5440 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * calendar/time-date.el (time-to-number-of-days): New function.
5443 Imported from Gnus.
5444
5445 2004-07-22 Kim F. Storm <storm@cua.dk>
5446
5447 * progmodes/make-mode.el: Fix comments.
5448
5449 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5450
5451 * printing.el: Doc fix.
5452
5453 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * frame.el (modify-all-frames-parameters): Minor doc fix.
5456
5457 2004-07-20 Richard M. Stallman <rms@gnu.org>
5458
5459 * textmodes/fill.el (fill-nobreak-p): If this break point is
5460 at the end of the line, don't consider the newline which follows
5461 as a reason to return t.
5462
5463 2004-07-19 John Paul Wallington <jpw@gnu.org>
5464
5465 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5466
5467 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5468
5469 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5470 Delete irrelevant code.
5471
5472 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5473
5474 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5475 New docstring. From Luc Teirlinck.
5476
5477 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5478
5479 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5480 section.
5481 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5482 non-file buffers. We know it is nil.
5483
5484 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5485
5486 Sync with Tramp 2.0.43.
5487
5488 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5489 Remove outdated comment.
5490 (tramp-locked, tramp-locker): New variables for implementing a
5491 global lock.
5492 (tramp-sh-file-name-handler): Use them to implement the global lock.
5493
5494 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5495
5496 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5497 calls to respective `xxx` calls.
5498 (tramp-process-alive-regexp): Precise doc string.
5499 (tramp-multi-action-process-alive): New defun.
5500 (tramp-multi-actions): Use it.
5501 (tramp-handle-find-backup-file-name): `copy-tree' is available
5502 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
5503 in order to avoid this function.
5504 (tramp-handle-write-region): Set current buffer. If connection
5505 wasn't open, `file-modes' has changed it accidentally. Reported by
5506 David Kastrup <dak@gnu.org>.
5507 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5508 HOST.
5509 (tramp-action-password, tramp-multi-action-password): Apply it.
5510 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5511 name must still contain the port number. Otherwise, we have two
5512 Tramp buffers, with all the confusion. Reported by Myron Selby
5513 <myron@xytech.com> and Rolf Dubitzky
5514 <Dubitzky@physi.uni-heidelberg.de>.
5515
5516 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5517 HOST to `tramp-enter-passwd'.
5518
5519 * net/tramp-vc.el (all): Code cleanup. Change all
5520 `tramp-handle-xxx' calls to respective `xxx` calls.
5521
5522 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5523
5524 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5525 functions that are not erroneous if either 1-valued or
5526 multi-valued. Detect functions in this class.
5527 (testcover-1value-functions, testcover-compose-functions)
5528 (testcover-progn-functions) Add some additional functions to lists.
5529 (testcover-mark): Bugfix when marking up the definition for an
5530 empty function.
5531
5532 2004-07-17 Richard M. Stallman <rms@gnu.org>
5533
5534 * replace.el (occur-read-primary-args): Pass default to
5535 read-from-minibuffer.
5536
5537 * mail/footnote.el (footnote-section-tag): Use defcustom.
5538
5539 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5540 Compile font-lock-keywords, not KEYWORDS.
5541 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5542 Add warn, check-type. Handle cerror like error.
5543
5544 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5545
5546 * progmodes/which-func.el (which-func-keymap): New var.
5547 (which-func-face): New face.
5548 (which-func-format): Use them.
5549
5550 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5551
5552 * buff-menu.el (list-buffers-noselect): Append the buffer's
5553 process status to its mode name.
5554
5555 2004-07-16 Kim F. Storm <storm@cua.dk>
5556
5557 * simple.el (inhibit-mark-movement): New defvar.
5558 (beginning-of-buffer, end-of-buffer): Do not push mark if
5559 inhibit-mark-movement is non-nil or C-u prefix is given.
5560
5561 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5562 Init to beginning-of-buffer and end-of-buffer.
5563 (cua--undo-push-mark): New defvar.
5564 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5565 already active and command is in cua--preserve-mark-commands.
5566 Also fix check for shift modifier on non-window systems.
5567 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5568
5569 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5570
5571 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5572 of two integers, instead of a cons.
5573
5574 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5575 `visited-file-modtime' now returns a list of two integers, instead
5576 of a cons.
5577
5578 * dired.el (dired-directory-changed-p): Ditto.
5579
5580 * progmodes/grep.el (grep): Doc fix.
5581
5582 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5583
5584 * autorevert.el (auto-revert-tail-mode)
5585 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5586 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5587 in both at the same time.
5588 (auto-revert-tail-mode): New command.
5589 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5590 (auto-revert-handler): Revert only either tail or whole file.
5591
5592 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5593 add auto-revert-tail-mode.
5594
5595 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5596
5597 * printing.el: Doc fix. Change name of some funs.
5598 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5599 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5600 (pr-standard-file-name): New fun. Replace pr-standard-path.
5601 (pr-call-process): Code fix.
5602
5603 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * subr.el (with-selected-window): Doc fix.
5606
5607 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5608
5609 * subr.el (get-buffer-window-list): Doc fix.
5610
5611 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5612
5613 * files.el (switch-to-buffer-other-window): Doc fix.
5614
5615 * window.el (save-selected-window, one-window-p)
5616 (split-window-keep-point, split-window-vertically)
5617 (split-window-horizontally): Doc fixes.
5618
5619 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5620
5621 * printing.el: Doc fix. Now it uses call-process instead of
5622 shell-command for low command execution.
5623 (pr-version): New version number (6.8).
5624 (pr-shell-file-name): Option removed.
5625 (pr-shell-command): Fun removed.
5626 (pr-call-process): New fun. Replace pr-shell-command.
5627 (pr-standard-path, pr-remove-nil-from-list): New funs.
5628 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5629 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5630 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5631 (pr-ps-utility-process, pr-txt-print): Code fix.
5632
5633 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5634
5635 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5636 boolean.
5637
5638 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5639
5640 * wid-edit.el (widget-field-buffer): Doc fix.
5641
5642 2004-07-09 John Paul Wallington <jpw@gnu.org>
5643
5644 * emacs-lisp/re-builder.el (reb-update-overlays):
5645 Distinguish between one and several matches in message.
5646
5647 2004-07-09 Richard M. Stallman <rms@gnu.org>
5648
5649 * mouse.el (mouse-set-region-1): If transient-mark-mode
5650 is `identity', change it to `only'.
5651
5652 * simple.el (current-word): Doc fix.
5653
5654 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5655
5656 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5657 so that it is more understanding of whitespace.
5658
5659 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
5660 (("ns" . "element") (attr-list) children) instead of
5661 ((:ns . "element") (attr-list) children) in order to reduce the
5662 number of symbols used.
5663 (xml-skip-dtd): Change to use xml-parse-dtd but set
5664 xml-validating-parsing to nil.
5665 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
5666 (xml-substitute-entity): Remove in favor of new entity substitution.
5667 (xml-substitute-special): Rewrite in to substitute complex
5668 entities from DOCTYPE declarations.
5669 (xml-parse-fragment): Parse fragments from entity declarations.
5670 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5671 (xml-parse-dtd, xml-substitute-special): Make validity checks
5672 conditioned on xml-validating-parser. Add "Not Well Formed" to
5673 error messages about well-formedness.
5674
5675 2004-07-08 Steven Tamm <steventamm@mac.com>
5676
5677 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5678 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5679 Do not treat double clicks and triple clicks specially in the
5680 scroll bar (preventing strange repositioning problems)
5681
5682 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * replace.el (query-replace-regexp-eval): Fix last change.
5685
5686 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * replace.el (query-replace-descr): New fun.
5689 (query-replace-read-from, query-replace-read-args): Default to the
5690 previous from&to.
5691 (query-replace-read-to): Quote the `from' string when displaying it.
5692 (query-replace-regexp-eval): Immediately check read-only status.
5693 Use query-replace-read-from to get the \n checking.
5694 Quote the `from' string when displaying it.
5695 (map-query-replace-regexp, occur-read-primary-args):
5696 Quote the `from' string when displaying it.
5697
5698 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5699 delimited-ness of the search to query-replace.
5700
5701 * replace.el (query-replace-read-from, query-replace-read-to):
5702 New funs extracted from query-replace-read-args.
5703 (query-replace-read-args): Use them.
5704
5705 * replace.el (query-replace-interactive, query-replace-read-args):
5706 Remove the `initial' special value.
5707 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5708 (occur-engine): Remove unused var `matchend'.
5709
5710 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5711 Use the search string without prompting.
5712
5713 2004-07-05 Kenichi Handa <handa@m17n.org>
5714
5715 * international/mule.el (decode-coding-inserted-region):
5716 Set last-coding-system-used only when coding is nil.
5717
5718 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5719
5720 * progmodes/grep.el (grep-compute-defaults, grep-command)
5721 (grep-program, find-program, grep-find-use-xargs, grep-history)
5722 (grep-find-history, grep-tag-default, grep-find-command)
5723 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5724 Add autoload cookies, for unbundled packages that load `compile'
5725 and expect all grep-related symbols to become defined.
5726
5727 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5728
5729 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5730 (iimage-mode-image-search-path): New user option to search the
5731 image file.
5732 (iimage-locate-file): New function. Emacs21.3 or earlier does not
5733 have locate-file.
5734 (iimage-mode-buffer): Use it.
5735
5736 2004-07-03 Nick Roberts <nickrob@gnu.org>
5737
5738 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5739 carefully.
5740 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5741
5742 2004-07-03 Juri Linkov <juri@jurta.org>
5743
5744 * replace.el (query-replace-read-args): Swallow space after 'foo,
5745 not after (quote foo). Match space only immediately after symbol,
5746 not anywhere in the whole string.
5747
5748 2004-07-02 Richard M. Stallman <rms@gnu.org>
5749
5750 * replace.el (query-replace-read-args): Swallow space after
5751 symbols, not after closeparens. But avoid error if string ends there.
5752
5753 * progmodes/python.el (python-beginning-of-statement):
5754 Exit the loop if backward-up-list gets error.
5755
5756 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5757
5758 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5759
5760 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5761 only if vc-consult-headers is non-nil.
5762
5763 2004-07-02 Juri Linkov <juri@jurta.org>
5764
5765 * pcvs.el (cvs-mode-diff-repository): New command.
5766
5767 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5768
5769 2004-07-01 Juri Linkov <juri@jurta.org>
5770
5771 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5772 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5773 C-M-% to isearch-query-replace-regexp.
5774 (minibuffer-local-isearch-map): Add arrow key bindings.
5775 Bind C-f to isearch-yank-char-in-minibuffer.
5776 (isearch-forward): Doc fix.
5777 (isearch-edit-string): Doc fix.
5778 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5779 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5780 (isearch-yank-char): Add optional arg.
5781 (isearch-yank-char-in-minibuffer): New fun.
5782
5783 * replace.el (query-replace-interactive): Change type from boolean
5784 to choice. Add value `initial'.
5785 (query-replace-read-args): Handle value `initial' of
5786 query-replace-interactive.
5787
5788 2004-06-29 Kim F. Storm <storm@cua.dk>
5789
5790 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5791 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5792
5793 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5794 Add :group 'ada.
5795
5796 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5797
5798 2004-06-29 Juri Linkov <juri@jurta.org>
5799
5800 * replace.el (query-replace-read-args): Swallow a space after
5801 everything except )]" which in most cases means after a symbol.
5802
5803 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5804
5805 2004-06-28 Richard M. Stallman <rms@gnu.org>
5806
5807 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5808 More changes to go with previous change in font-lock.el.
5809
5810 2004-06-26 David Kastrup <dak@gnu.org>
5811
5812 * replace.el (perform-replace): Highlight the match even in
5813 non-query mode if there is potential replace string editing.
5814
5815 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5816
5817 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5818 agree with new return value of `file-remote-p'.
5819 This syncs with Tramp 2.0.42.
5820
5821 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5822 according to new documentation of `file-remote-p'.
5823
5824 * files.el (file-remote-p): Fix doc to say that return value is
5825 identification of remote system, if not nil.
5826 (file-relative-name): Use new return value of `file-remote-p'.
5827
5828 2004-06-26 Nick Roberts <nickrob@gnu.org>
5829
5830 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5831 (gdb-goto-breakpoint): Fix breakage.
5832
5833 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5834
5835 * man.el (Man-getpage-in-background): Add windows-nt to the list
5836 of systems where shell-file-name should be used instead of
5837 literal "sh".
5838
5839 2004-06-25 Sam Steingold <sds@gnu.org>
5840
5841 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5842 function names `(setf symbol)'.
5843
5844 2004-06-24 Richard M. Stallman <rms@gnu.org>
5845
5846 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5847
5848 * font-lock.el (font-lock-keywords): Change format of compiled values.
5849 Document it.
5850 (font-lock-add-keywords): If font-lock-keywords is compiled,
5851 extract the uncompiled version, modify, then recompile.
5852 (font-lock-remove-keywords): Likewise.
5853 (font-lock-fontify-keywords-region): Handle changed format.
5854 (font-lock-compile-keywords): Handle changed format.
5855 (font-lock-set-defaults): Compile the keywords explicitly here.
5856
5857 2004-06-24 David Kastrup <dak@gnu.org>
5858
5859 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5860 replacements here.
5861 (query-replace-regexp): Doc string explaining this and the new
5862 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5863 is better placed in `query-replace-read-args'.
5864 (replace-regexp): Explain `\,', `\#' and `\?'.
5865 (replace-match-data): New function for thorough reuse/destruction
5866 of old match-data.
5867 (replace-match-maybe-edit): Function for implementing `\?' editing.
5868 (perform-replace): Fix maintaining of the match stack including
5869 already matched regions, implement `\?', fix various problems
5870 with regions while editing and other stuff.
5871 (replace-highlight): Simplify.
5872
5873 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5874
5875 * progmodes/grep.el (grep-error-screen-columns): New variable.
5876 (grep-regexp-alist): Give it the full functionality of gnu style
5877 compilation messages with line and column ranges. Ask me for the
5878 perl script I'm working on, that uses these.
5879
5880 2004-06-23 Nick Roberts <nickrob@gnu.org>
5881
5882 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
5883 Remove.
5884 (comint-insert-input, comint-mouse-insert-input): New functions
5885 based on comint-insert-clicked-input for two bindings but just
5886 one functionality.
5887
5888 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5891
5892 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5893
5894 * files.el (write-contents-functions): Doc fix.
5895
5896 2004-06-21 Juanma Barranquero <lektu@terra.es>
5897
5898 * image.el (image-library-alist): Rewrite docstring in active voice.
5899
5900 2004-06-20 Richard M. Stallman <rms@gnu.org>
5901
5902 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5903
5904 * isearch.el (isearch-repeat): Avoid testing old match data.
5905 (isearch-message): Display trailing space in special font
5906 when search is failing.
5907 (isearch-search-fun-function): Doc fix.
5908
5909 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5910
5911 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5912
5913 * frame.el (show-trailing-whitespace): Doc fix.
5914
5915 * cus-edit.el (custom-variable-documentation): New function.
5916 (custom-variable): Use it.
5917
5918 2004-06-19 Nick Roberts <nickrob@gnu.org>
5919
5920 * man.el (Man-getpage-in-background): Revert previous change but
5921 make cygwin a special case.
5922
5923 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5924
5925 * autorevert.el (global-auto-revert-non-file-buffers):
5926 Update docstring.
5927
5928 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5929
5930 * progmodes/compile.el (compilation-error-properties): Store one
5931 more than end-col, if present, so that transient-mark-mode will
5932 highlight last char too.
5933 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5934 ranges, if present.
5935
5936 2004-06-18 Jason Rumney <jasonr@gnu.org>
5937
5938 * makefile.w32-in: Double percent signs in for loops.
5939
5940 2004-06-17 David Kastrup <dak@gnu.org>
5941
5942 * replace.el (query-replace-read-args): Only warn about use of \n
5943 and \t when we are doing a regexp replacement and the actual
5944 escaped character is n or t.
5945 (query-replace-regexp): Add \, and \# interpretation to
5946 interactive call and document it.
5947 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5948 as shortkey for replace-count.
5949 (replace-quote): New function for doubling backslashes.
5950
5951 2004-06-17 Juanma Barranquero <lektu@terra.es>
5952
5953 * files.el (parse-colon-path, cd): Mention in docstring that the
5954 path separator is colon in GNU-like systems.
5955
5956 * newcomment.el (comment-region-internal): Fix docstring.
5957
5958 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5959 (ewoc-invalidate, ewoc-collect): Doc fixes.
5960 (ewoc--create-node, ewoc--delete-node-internal):
5961 Fix typos in docstring.
5962
5963 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5966 manual to docstring.
5967
5968 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5969
5970 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5971
5972 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5973
5974 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5975 Add hyperlink to emacs-xtra manual to docstring.
5976
5977 * autorevert.el (global-auto-revert-non-file-buffers):
5978 Add hyperlink to emacs-xtra manual to docstring, as well as an
5979 info-link.
5980
5981 2004-06-14 Juanma Barranquero <lektu@terra.es>
5982
5983 * image.el (image-library-alist): New variable to map image types
5984 to external libraries. Initialized to nil, unless system-specific
5985 configs change it.
5986 (image-type-available-p): Determine whether an image type is
5987 available by calling `init-image-library'.
5988
5989 * term/w32-win.el (image-library-alist): Initialize to a known set
5990 of probable library names.
5991
5992 2004-06-14 Kenichi Handa <handa@m17n.org>
5993
5994 * international/code-pages.el (windows-1256, cp1125): Fix tables
5995 for several characters.
5996
5997 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5998
5999 2004-06-13 Richard M. Stallman <rms@gnu.org>
6000
6001 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6002
6003 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6004 not "`pc-selection-mode'".
6005
6006 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6007
6008 * simple.el (previous-matching-history-element): Specify a default.
6009
6010 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6011
6012 * cus-face.el (custom-declare-face): Simplify code.
6013
6014 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6015
6016 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * files.el (before-save-hook): Add `time-stamp' to the options.
6019
6020 * time-stamp.el (time-stamp): Recommend adding it to
6021 `before-save-hook', rather than `write-file-functions'.
6022 Make a similar change in `Commentary' section.
6023
6024 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6025
6026 * diff-mode.el (diff-current-defun): If at start of hunk, use
6027 position of first change.
6028
6029 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6030
6031 * dired-x.el (dired-mark-omitted): Bind to "*O".
6032
6033 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6034
6035 * bookmark.el (bookmark-bmenu-relocate): New function, as
6036 suggested by David J. Biesack <David.Biesack@sas.com>.
6037 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6038 (bookmark-bmenu-mode): Describe binding in doc string.
6039 (bookmark-set-filename): Save the bookmark list if it's time.
6040
6041 2004-06-13 Kenichi Handa <handa@m17n.org>
6042
6043 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6044 (ccl-untranslated-to-ucs): Fix typo.
6045
6046 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
6047
6048 * progmodes/python.el (python-open-block-statement-p):
6049 Fix indentation after a block opening that contains a comment.
6050
6051 2004-06-12 Jérôme Marant <jerome@marant.org>
6052
6053 * bindings.el (completion-ignored-extensions): Add file extensions
6054 of Python byte-compiled files.
6055
6056 2004-06-12 Juri Linkov <juri@jurta.org>
6057
6058 * info.el (Info-goto-node): Add autoload.
6059 (Info-toc): Add substring-no-properties on Info file name.
6060 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6061 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6062
6063 2004-06-12 Kenichi Handa <handa@m17n.org>
6064
6065 * international/mule-cmds.el (set-language-environment):
6066 Load subst tables if necessary.
6067
6068 * international/mule.el (decode-char): Load subst tables if necessary.
6069 (encode-char): Likewise.
6070
6071 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6072 pair correctly. Call ccl-mule-utf-untrans for untranslatable chars.
6073 (utf-16le-decode-loop): Set r5 to -1 before loop.
6074 (utf-16be-decode-loop): Likewise.
6075 (ccl-decode-mule-utf-16le): Add EOF processing block.
6076 (ccl-decode-mule-utf-16be): Likewise.
6077 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6078 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6079 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6080 (ccl-mule-utf-16-encode-untrans): New CCL.
6081 (utf-16-decode-to-ucs): Handle pre-read character.
6082 (utf-16le-encode-loop): Handle surrogate pair.
6083 (utf-16be-encode-loop): Likewise.
6084 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6085 of utf-16le-encode-loop.
6086 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6087 of utf-16be-encode-loop.
6088 (mule-utf-16-post-read-conversion):
6089 Call utf-8-post-read-conversion at first.
6090 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6091 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6092 Add post-read-conversion and pre-write-conversion.
6093
6094 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6095 (utf-translate-cjk-unicode-range): New variable.
6096 (utf-translate-cjk-load-tables): New function.
6097 (utf-lookup-subst-table-for-decode): New function.
6098 (utf-lookup-subst-table-for-encode): New function.
6099 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6100 tables here. Update safe-charsets of utf-* coding systems.
6101 (ccl-mule-utf-untrans): New CCL.
6102 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6103 at end of each branch.
6104 (ccl-mule-utf-8-encode-untrans): New CCL.
6105 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6106 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6107 length of encoding. Don't return r0.
6108 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6109 (utf-8-post-read-conversion): Narrow to region properly.
6110 If utf-translate-cjk-mode is on, load tables if necessary.
6111 Call utf-8-compose with hash-table arg if necessary.
6112 Call XXX-compose-region instead of XXX-post-read-conversion.
6113 (utf-8-pre-write-conversion): New function.
6114 (mule-utf-8): Include CJK charsets in safe-charsets if
6115 utf-translate-cjk-mode is on. Add pre-write-conversion.
6116
6117 * international/characters.el: Temporarily set
6118 utf-translate-cjk-mode to nil.
6119
6120 * language/devan-util.el (devanagari-compose-region):
6121 Add autoload cookie.
6122
6123 * international/ccl.el (ccl-dump-call): Fix printing the
6124 subroutine name.
6125
6126 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * dired.el (dired-revert): If buffer is marked unmodified before
6129 reverting, keep it marked unmodified. Adapt to new conventions
6130 for commenting out code.
6131 (dired-make-relative): Adapt to new conventions for commenting out
6132 code.
6133
6134 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6135
6136 * eshell/esh-module.el (eshell-load-defgroups):
6137 Bind `vc-handled-backends' to nil when opening files.
6138
6139 2004-06-11 Juanma Barranquero <lektu@terra.es>
6140
6141 * files.el (parse-colon-path, cd): Doc fixes (refer to
6142 `path-separator', not colon).
6143
6144 2004-06-10 Juanma Barranquero <lektu@terra.es>
6145
6146 * newcomment.el (comment-search-forward)
6147 (comment-search-backward): Fix typos in docstring.
6148 (comment-region): Doc fix.
6149
6150 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6153 switch is no longer stored in `dired-switches-alist'.
6154
6155 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6156 `dired-switches-alist'.
6157
6158 2004-06-10 Kim F. Storm <storm@cua.dk>
6159
6160 * pcvs.el (cvs-mode-diff-yesterday): New command.
6161
6162 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6163
6164 2004-06-10 Juri Linkov <juri@jurta.org>
6165
6166 * emacs-lisp/edebug.el (edebug-eval-defun):
6167 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6168 Fix docstring.
6169
6170 * simple.el (eval-expression-print-format): Don't print additional
6171 information on the first call to `eval-print-last-sexp'.
6172 (next-error-find-buffer): Fix punctuation.
6173 (killing) <defgroup>: Fix punctuation.
6174 (yank-excluded-properties): Change group from editing to killing.
6175
6176 * replace.el (perform-replace): Use `limit' to terminate the
6177 while-loop explicitly.
6178
6179 2004-06-09 Jan Djärv <jan.h.d@swipnet.se>
6180
6181 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6182 Use lc-*.xpm as prefix instead of *-locol.xpm.
6183
6184 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6185 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6186 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6187 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6188 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6189 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6190 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6191 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6192 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6193 * toolbar/lc-up_arrow.xpm:
6194 Rename from *-locol.xpm.
6195
6196 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6197
6198 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6199 include forms like &<str>; as valid url patterns.
6200
6201 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6202
6203 * dired.el (dired-diff, dired-backup-diff)
6204 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6205 (dired-do-chown, dired-do-touch, dired-do-print)
6206 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6207 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6208 (dired-create-directory, dired-do-copy, dired-do-symlink)
6209 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6210 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6211 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6212 (dired-maybe-insert-subdir, dired-next-subdir)
6213 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6214 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6215 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6216 (dired-run-shell-command, dired-query): Remove redundant,
6217 or incorrect, autoloads.
6218
6219 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6220 does not end in a slash. Add optional argument KILL-ROOT.
6221 Update docstring.
6222 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6223 (dired-query): Add autoloads.
6224
6225 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6226
6227 * progmodes/compile.el (compilation-set-window-height): Rearrange
6228 the save-* functions because a buffer can have several current
6229 point in different windows.
6230 (compilation-error-regexp-alist-alist): Recognize {standard input}
6231 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6232
6233 2004-06-08 Jan Djärv <jan.h.d@swipnet.se>
6234
6235 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6236 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6237 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6238 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6239 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6240 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6241 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6242 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6243 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6244 * toolbar/up_arrow-locol.xpm:
6245 New versions of icons that uses fewer colors.
6246
6247 * toolbar/tool-bar.el (tool-bar-local-item)
6248 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6249 if display-color-cells is 256 or less.
6250
6251 2004-06-08 Kim F. Storm <storm@cua.dk>
6252
6253 * wid-edit.el (widget-specify-button): Use hand pointer rather
6254 than mouse-face as visible mouse-over effect.
6255
6256 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6257
6258 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6259 and `print-level' to nil when writing out `save-place-alist'.
6260 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6261
6262 2004-06-07 Juanma Barranquero <lektu@terra.es>
6263
6264 * completion.el (completion-kill-region): Doc fix.
6265
6266 * format.el (format-insert-annotations)
6267 (format-annotate-location): Doc fixes.
6268 (format-subtract-regions): Make arguments match their use in docstring.
6269
6270 * simple.el (kill-region): Doc fix.
6271
6272 * subr.el (insert-buffer-substring-no-properties)
6273 (insert-buffer-substring-as-yank): Doc fixes.
6274
6275 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6276
6277 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6278 Update docstring.
6279 (dired-reset-subdir-switches): New function.
6280
6281 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6282 Limit scope of `buffer-read-only' binding.
6283
6284 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6285
6286 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6287 eshell-explicit-command-char.
6288
6289 2004-06-06 Juanma Barranquero <lektu@terra.es>
6290
6291 * help-fns.el (help-argument-name): Inherit from italic face only
6292 if the frame supports it.
6293
6294 2004-06-06 Jan Djärv <jan.h.d@swipnet.se>
6295
6296 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6297 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6298 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6299 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6300 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6301 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6302 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6303 New conversions from xpm files.
6304
6305 * toolbar/README: New file.
6306
6307 2004-06-06 Richard M. Stallman <rms@gnu.org>
6308
6309 * isearch.el (isearch-mode-map): Undo previous change.
6310
6311 2004-06-05 Juri Linkov <juri@jurta.org>
6312
6313 * bindings.el (debug-ignored-errors): Add regexps for history
6314 related messages. Remove $ from "No further undo information".
6315 Move Ediff's messages to ediff.el.
6316
6317 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6318
6319 * cus-edit.el (custom-display): Add `min-colors'.
6320
6321 * custom.el (defface): Add `supports' to docstring.
6322
6323 * help-fns.el (help-argument-name): Add :group 'help.
6324
6325 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6326
6327 * find-dired.el (find-ls-subdir-switches): New user option.
6328 (find-dired): No longer call `abbreviate-file-name' on DIR.
6329 Set `dired-subdir-switches' buffer-locally.
6330
6331 * locate.el: Merge the two `Commentary' sections.
6332 (locate-ls-subdir-switches): New user option.
6333 (locate): Update for other changes.
6334 (locate-mode-map): Restore Dired binding for mouse-2.
6335 Bind `locate-mouse-view-file' to M-mouse-2.
6336 Bind `l' to `locate-do-redisplay'.
6337 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6338 (locate-mouse-view-file, locate-tags, locate-find-directory):
6339 Print message if used outside main listing.
6340 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6341 Various changes to support inserted subdirectories.
6342 (locate-insert-header): Change header of *Locate* buffer.
6343
6344 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6345 Change interactive default switches.
6346 (dired-rename-subdir-2): Update `dired-switches-alist'.
6347 (dired-insert-subdir, dired-kill-subdir):
6348 Handle `dired-switches-alist'. Do not mark buffer modified.
6349 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6350 (dired-insert-subdir-doinsert): Omit messages.
6351 Handle `dired-subdir-switches'.
6352 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6353
6354 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6355 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6356 subdirs if -R switch is used for a subdir.
6357 (dired-mode): Set `dired-switches-alist'.
6358 (dired-build-subdir-alist): Only print number of directories in
6359 echo area when invoked interactively.
6360
6361 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6362
6363 * dired-x.el (dired-omit-mode): Rename from
6364 dired-omit-files-p. Use define-minor-mode to define it.
6365 (dired-omit-files-p): Add as alias for dired-omit-mode.
6366 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6367 dired-mark-omitted.
6368 (dired-mark-omitted): Add. Bind to M-O.
6369
6370 2004-06-05 Kenichi Handa <handa@m17n.org>
6371
6372 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6373
6374 2004-06-05 Juanma Barranquero <lektu@terra.es>
6375
6376 * help-fns.el (help-argument-name): Reintroduce face.
6377 (help-default-arg-highlight): Use it, now that
6378 `face-differs-from-default-p' can be trusted.
6379
6380 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6381
6382 * textmodes/table.el: Sentence commands added to Point Motion
6383 group; kill and backward-kill commands added to Extraction group.
6384
6385 2004-06-04 Mario Lang <mlang@delysid.org>
6386
6387 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
6388 systems appear to use mW, make the code handle this. Fix a
6389 division-by-zero bug while at it, and handle kernels with
6390 a slightly different layout in /proc/acpi.
6391
6392 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6393
6394 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
6395 because the latter is a CL-ism. This fixes the bug reported by
6396 Shawn Boyette <mdxi@collapsar.net> in
6397 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6398
6399 2004-06-04 Miles Bader <miles@gnu.org>
6400
6401 * faces.el (display-supports-face-attributes-p): Function moved to
6402 C code. Previously only the tty-related portion of this function
6403 was done in C; however the previous attempt to do a halfway-proper
6404 job for non-tty displays in lisp didn't work properly because of
6405 funny conditions during Emacs startup.
6406 (face-differs-from-default-p): Simplify, now that
6407 display-supports-face-attributes-p works properly on all display
6408 types. Remove :stipple from comparison; it doesn't really work
6409 in emacs anyway.
6410
6411 2004-06-04 Miles Bader <miles@gnu.org>
6412
6413 * faces.el (face-differs-from-default-p): Use a different
6414 implementation, so we can really check whether FACE displays
6415 differently or not.
6416
6417 2004-06-04 Miles Bader <miles@gnu.org>
6418
6419 * faces.el (display-supports-face-attributes-p): Implement a
6420 `different from default' check for non-tty displays.
6421
6422 2004-06-03 David Kastrup <dak@gnu.org>
6423
6424 * woman.el (woman-mapcan): More concise code.
6425 (woman-topic-all-completions, woman-topic-all-completions-1)
6426 (woman-topic-all-completions-merge): Replace by a simpler and
6427 much faster implementation based on O(n log n) sort/merge instead
6428 of the old O(n^2) behavior.
6429
6430 2004-06-03 Miles Bader <miles@gnu.org>
6431
6432 * subr.el (read-number): Use canonical format for default in prompt.
6433
6434 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6435 Add regexp for " [...]" style defaults.
6436
6437 2004-06-02 Romain Francoise <romain@orebokech.com>
6438
6439 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6440 groups: if the user asks for a hidden buffer, open the
6441 corresponding filter group to expose it.
6442
6443 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6444 `ibuffer-jump-to-buffer'.
6445 (ibuffer-jump-offer-only-visible-buffers): New user option.
6446
6447 2004-06-02 Juanma Barranquero <lektu@terra.es>
6448
6449 * faces.el (frame-update-faces): Add empty docstring so the one
6450 for `ignore' doesn't show through.
6451
6452 * subr.el (process-kill-without-query): Remove spurious "\n" on
6453 obsolescence string.
6454 (focus-frame, unfocus-frame): Add obsolescence declaration and
6455 empty docstring.
6456
6457 * international/mule.el (register-char-codings): Make alias for
6458 `ignore'. Move docstring to obsolescence info and remove redundancy.
6459
6460 2004-06-02 Kim F. Storm <storm@cua.dk>
6461
6462 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6463 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6464
6465 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * comint.el (comint-replace-by-expanded-history-before-point):
6468 Obey `start' as the docstring says.
6469 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6470 (comint-update-fence): Prevent font-lock from running unnecessarily.
6471 (comint-dynamic-list-completions): Use with-current-buffer.
6472
6473 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6474
6475 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6476 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6477 (bibtex-entry-update): Handle alternatives and optional fields.
6478 (bibtex-parse-entry): Bugfix, handle empty key.
6479
6480 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6483
6484 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6485
6486 * desktop.el (desktop-save): Don't save minor modes without a
6487 known mode initialization function.
6488
6489 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6492
6493 * autorevert.el: Update `Commentary' section.
6494
6495 2004-05-30 Juanma Barranquero <lektu@terra.es>
6496
6497 * dos-fns.el (convert-standard-filename):
6498 * files.el (convert-standard-filename):
6499 * w32-fns.el (convert-standard-filename):
6500 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6501
6502 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6503
6504 Sync with Tramp.
6505
6506 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6507 (tramp-let-maybe): Move to an earlier spot in the file.
6508 Patch by Andreas Schwab.
6509
6510 2004-05-30 Andreas Schwab <schwab@suse.de>
6511
6512 * dired.el (dired-get-filename): Don't use dired-re-dot.
6513
6514 2004-05-30 Richard M. Stallman <rms@gnu.org>
6515
6516 * files.el (find-file): Doc fix.
6517
6518 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6519
6520 2004-05-30 Nick Roberts <nickrob@gnu.org>
6521
6522 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6523 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6524 modeline of the locals buffer.
6525 (gdb-goto-breakpoint): Handle gdbmi.
6526 (gdb-get-frame-number): Change for gdbmi.
6527
6528 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * files.el (file-remote-p): Apply file name handler for operation
6531 `file-remote-p'. It isn't a property any longer.
6532 (file-relative-name): `fh' and `fd' get the required value via
6533 `find-file-name-handler' already.
6534
6535 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6536 (top): Remove setting of `file-remote-p' property for
6537 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6538
6539 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6540
6541 Version 2.0.41 of Tramp released.
6542
6543 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6544 Throw away if process has died.
6545 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6546 (tramp-out-of-band-prompt-regexp): Rename to
6547 `tramp-process-alive-regexp', because its usage is widen.
6548 (tramp-actions-copy-out-of-band): Apply it.
6549 (tramp-actions-before-shell, tramp-multi-actions):
6550 Add `tramp-action-process-alive' action.
6551 (tramp-action-process-alive): New defun.
6552 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6553 Add entry for `file-remote-p'.
6554 (tramp-handle-file-remote-p): New defun.
6555 (top): Remove setting of `file-remote-p'. Don't set
6556 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6557
6558 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6559 `file-remote-p'.
6560
6561 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6562 counted for (last) line. [They should or they shouldn't? --Stef]
6563 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6564
6565 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6566
6567 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6568 not really necessary but seems to keep the shell history smaller
6569 in some cases. It is no substitute for setting HISTFILE and
6570 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6571 though. Suggested by Luc Teirlinck.
6572 (tramp-open-connection-setup-interactive-shell): Export variables
6573 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6574 (tramp-set-process-query-on-exit-flag): New compat function.
6575 (tramp-open-connection-multi, tramp-open-connection-su)
6576 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6577 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6578 (tramp-let-maybe): New macro, let-binds a variable only if it
6579 isn't obsolete.
6580 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6581 (tramp-handle-file-truename): Use it.
6582 (tramp-completion-file-name-regexp-unified): Avoid matching
6583 filenames starting with "/:" -- those are reserved for
6584 file-name-non-special.
6585
6586 * tramp-smb.el (tramp-smb-open-connection):
6587 Use tramp-set-process-query-on-exit-flag compat function.
6588
6589 2004-05-29 Richard M. Stallman <rms@gnu.org>
6590
6591 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6592
6593 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6594 (eval-last-sexp-print-value): Print char equivalent regardless
6595 of standard-output value.
6596
6597 * thumbs.el (thumbs-subst-char-in-string): Delete.
6598 (thumbs-thumbname): Use subst-char-in-string.
6599 (thumbs-resize-image): Use condition-case, not ignore-errors.
6600 (thumbs-kill-buffer): Likewise.
6601
6602 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6603 (thumbs-mode): Make buffer read-only.
6604 (thumbs-make-thumb): Unconditionally accept an existing file.
6605 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6606 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6607 (thumbs-show-thumbs-list): Error if images not supported.
6608 (thumbs-save-current-image): Improve prompt string.
6609 (thumbs-mode-map): Define u, R, x.
6610 (thumbs-unmark): New command.
6611 (thumbs-emboss-image): Minor cleanup.
6612 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6613 (thumbs-rename-images): New command.
6614 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6615
6616 * thumbs.el (thumbs-current-image): New function.
6617 (thumbs-file-list, thumbs-file-alist): New functions.
6618 (thumbs-find-image): Delete arg L.
6619 Don't set up thumbs-fileL as buffer-local global var.
6620 (thumbs-find-image-at-point): Use thumbs-current-image.
6621 (thumbs-set-image-at-point-to-root-window): Likewise.
6622 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6623 Record and warn about errors. Update thumbs-markedL for deletions.
6624 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6625 (thumbs-redraw-buffer): Use thumbs-file-list.
6626 (thumbs-mark): Use thumbs-current-image.
6627 (thumbs-show-name): Use thumbs-current-image.
6628
6629 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6630 and imenu--last-menubar-index-alist.
6631
6632 * subr.el (with-selected-window): Undo previous change.
6633
6634 2004-05-29 John Paul Wallington <jpw@gnu.org>
6635
6636 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6637 (thumbs-mouse-find-image): New command.
6638 (thumbs-mode-map): Bind it to mouse-2.
6639 (thumbs-mode): Make mode-class special.
6640 (thumbs-view-image-mode): Likewise.
6641
6642 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6643
6644 * flymake.el: New file.
6645
6646 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6647
6648 * files.el (find-file-noselect-1): Do not bind
6649 `inhibit-read-only' to t during execution of
6650 `find-file-not-found-functions'.
6651
6652 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6655 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6656
6657 2004-05-28 Juri Linkov <juri@jurta.org>
6658
6659 * simple.el (eval-expression-print-format): New fun.
6660
6661 * simple.el (eval-expression):
6662 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6663 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6664 (edebug-eval-expression): Print additionally the value returned by
6665 `eval-expression-print-format'.
6666
6667 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6668 (insert-pair): Make arguments optional. Find character pair
6669 from `insert-pair-alist' according to the last input event.
6670 (insert-parentheses): Make arguments optional.
6671 (raise-sexp, delete-pair): New funs.
6672
6673 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6674 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6675 Bind C-M-q to `indent-pp-sexp'.
6676
6677 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6678 `pp-to-string' modified to be able to format text with newlines.
6679 (pp-to-string): Move the buffer-formatting part of the code to
6680 `pp-buffer'. Call `pp-buffer'.
6681
6682 * info.el (Info-desktop-buffer-misc-data): Don't save information
6683 about virtual files.
6684 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6685 buffers with names obtained from the desktop file instead of the
6686 default *info* buffer.
6687
6688 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * subr.el (with-selected-window): Only save/restore the selected
6691 window.
6692
6693 * progmodes/compile.el (compilation-error-regexp-alist):
6694 Use expand-file-name and data-directory.
6695
6696 * progmodes/grep.el (grep-tree): Rework previous fix.
6697
6698 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6699 after the user marked text with the mouse.
6700
6701 * startup.el (command-line): Keep the first regexp of
6702 auto-save-file-name-transforms intact.
6703
6704 2004-05-28 Juanma Barranquero <lektu@terra.es>
6705
6706 * cus-edit.el (customize-face, customize-face-other-window)
6707 (custom-face-edit-delete): Make arguments match their use in
6708 docstring.
6709 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6710 docstring.
6711
6712 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6713 not `cvs-butlast'.
6714
6715 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6716 `nbutlast' are in subr.el).
6717
6718 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6719 (set-w32-system-coding-system): Doc fixes.
6720
6721 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6722 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6723 Make arguments match their use in docstring.
6724 (artist-draw-region-trim-line-endings)
6725 (artist-mouse-choose-operation): Fix typo in docstring.
6726 (artist-key-set-point-common): Doc fix.
6727
6728 2004-05-28 Simon Josefsson <jas@extundo.com>
6729
6730 * mail/smtpmail.el (smtpmail-open-stream):
6731 Bind starttls-extra-arguments too, if starttls.el uses GnuTLS.
6732
6733 2004-05-26 Simon Josefsson <jas@extundo.com>
6734
6735 * starttls.el: Merge with my GnuTLS based starttls.el.
6736 (starttls-gnutls-program, starttls-use-gnutls)
6737 (starttls-extra-arguments, starttls-process-connection-type)
6738 (starttls-connect, starttls-failure, starttls-success): New variables.
6739 (starttls-program, starttls-extra-args): Doc fix.
6740 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6741 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6742 and pass on to corresponding *-gnutls function if it is set.
6743
6744 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6745
6746 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6747 remote files.
6748
6749 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6750
6751 * files.el (file-name-non-special): There are more operations
6752 which need handling: `find-backup-file-name',
6753 `insert-file-contents', `verify-visited-file-modtime',
6754 `write-region'. Rename t value of method to `add'. Add new
6755 methods `quote' and `unquote-then-quote' to file-arg-indices.
6756
6757 2004-05-25 Juri Linkov <juri@jurta.org>
6758
6759 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6760 (Info-index-nodes): Enclose code in condition-case to catch errors.
6761 (Info-index-node): Don't search all index nodes if request is only
6762 for the current node and file is not in the cache of index nodes.
6763 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6764 for consistency with dired-copy-filename-as-kill.
6765 Bind `S' to Info-search-case-sensitively.
6766 (Info-copy-current-node-name): New arg. With zero prefix arg put
6767 the name inside a function call to `info'. Display copied text in
6768 the echo area.
6769
6770 2004-05-25 Sam Steingold <sds@gnu.org>
6771
6772 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6773 strip the package prefix from the symbol name, if any.
6774 Make it the `find-tag-default-function' for `lisp-mode'.
6775
6776 2004-05-25 John Paul Wallington <jpw@gnu.org>
6777
6778 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6779 instead of obsolete `process-kill-without-query'.
6780
6781 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6782 Declare as variable, not constant.
6783
6784 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6785
6786 * files.el (find-file-noselect-1): Fix bug introduced by
6787 Revision 1.694. As a side effect, `inhibit-read-only'
6788 is again, by default, t during execution of
6789 `find-file-not-found-functions'.
6790 (insert-directory): Check that lines were really inserted by
6791 the --dired switch, before erasing them.
6792
6793 2004-05-24 Nick Roberts <nickrob@gnu.org>
6794
6795 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6796 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6797 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6798 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6799 gud-minor-mode (gdbmi).
6800
6801 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6802
6803 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6804 explicitly select the text to be taken as URL.
6805
6806 2004-05-23 Juri Linkov <juri@jurta.org>
6807
6808 * info.el (Info-index-nodes): New var and fun.
6809 (Info-goto-index, Info-index, info-apropos)
6810 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6811 (Info-index): Fix docstring. Store and restore Info-history-list.
6812 (Info-complete-nodes): New var.
6813 (Info-complete-menu-item): Use it.
6814 (Info-index-node): New fun.
6815 (Info-final-node, Info-forward-node, Info-backward-node)
6816 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6817 Use Info-index-node.
6818 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6819 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6820 (Info-find-node-2): If a node with period in its name not found,
6821 try to find a node without the name part after period.
6822 (Info-select-node): Call Info-fontify-node only if
6823 Info-fontify-maximum-menu-size is not nil.
6824 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6825 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6826 Preserve Info-history-list.
6827 (Info-toc): Set Info-current-file.
6828 (Info-build-toc): Move point to the beginning of the buffer.
6829 Add main-file variable.
6830 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6831 Use backslashed representation of the control character ^_.
6832
6833 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6834 numbers in the new Texinfo 4.7 format.
6835
6836 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6837 regexps for function and variable names.
6838
6839 * descr-text.el (describe-property-list): Add [show] button for
6840 `syntax-table' property with action to pp to a separate buffer.
6841 (describe-char): Replace search-forward by re-search-forward with
6842 whitespace regexp after "character:" to not fail in too narrow windows.
6843
6844 * simple.el (next-error-find-buffer): Add a rule to return
6845 next-error capable buffer if one window on the selected frame
6846 displays such buffer.
6847
6848 2004-05-23 Nick Roberts <nickrob@gnu.org>
6849
6850 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6851 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6852 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6853 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6854 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6855 Handle new value for gud-minor-mode (gdbmi).
6856 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6857 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6858 Change from local to global gdb variable set.
6859 (gdb-ann3): Initialize above gdb variable set.
6860 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6861 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6862 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6863 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6864 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6865 (gdb-info-locals-handler, gdb-invalidate-assembler)
6866 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6867 set as global variables.
6868 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6869 Handle gdbmi.
6870 (gdb-info-breakpoints-custom): Fix regexp.
6871 (def-gdb-var): Delete.
6872
6873 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6874 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6875 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6876 a new mode. The file (gdb-mi.el) for this mode will be included
6877 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6878 primary interface.
6879
6880 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6881
6882 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6883 interpreted as a directory.
6884
6885 2004-05-22 Richard M. Stallman <rms@gnu.org>
6886
6887 * textmodes/paragraphs.el (sentence-end): Match Unicode curly quotes
6888 as a close quote.
6889
6890 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6891
6892 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6893 Use assoc-string, not assoc-ignore-case.
6894
6895 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6896
6897 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6898 If moving back then fwd gets a defun that ends before point,
6899 try again moving fwd then back.
6900
6901 * files.el (file-name-non-special): Allow t in file-arg-indices
6902 to mean requote the return value. Use `identity' as an element
6903 rather than as the whole value.
6904
6905 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6906
6907 2004-05-22 Juanma Barranquero <lektu@terra.es>
6908
6909 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6910 `help-make-usage'.
6911 (help-highlight-arguments): Skip function name before searching
6912 for arguments.
6913
6914 2004-05-21 Juanma Barranquero <lektu@terra.es>
6915
6916 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6917 Don't mention in the docstring these arguments meant for
6918 internal (recursive) use only.
6919 (allout-char-spec): Comment out (it's not implemented).
6920 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6921 obsolescence declaration.
6922 (allout-flatten-exposed-to-buffer)
6923 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6924 (my-mark-marker): Doc fix.
6925 (produce-allout-mode-map, allout-sibling-index)
6926 (allout-isearch-expose, allout-distinctive-bullet)
6927 (allout-open-topic, allout-reindent-body)
6928 (allout-rebullet-heading, allout-process-exposed)
6929 (allout-insert-listified, allout-latex-verb-quote)
6930 (allout-insert-latex-header, allout-insert-latex-trailer):
6931 Make arguments match their use in docstring.
6932 (allout-primary-bullet, allout-old-style-prefixes)
6933 (allout-inhibit-protection, allout-init, allout-mode)
6934 (allout-before-change-protect, allout-flag-region):
6935 Use "Emacs" instead of "emacs" in docstrings.
6936
6937 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6938
6939 * international/characters.el: Modify syntax of more characters.
6940
6941 2004-05-21 Masatake YAMATO <jet@gyve.org>
6942
6943 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6944 (etags-tags-completion-table): Show parsing progress.
6945
6946 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6947
6948 * locate.el (locate-prompt-for-command): Shorten first line of
6949 docstring.
6950 (locate-mode): Expand docstring and include keymap summary.
6951
6952 * files.el (find-file-noselect-1): Limit the scope of the
6953 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6954 is, by default, nil during the execution of
6955 `find-file-not-found-functions' and `find-file-hook'.
6956
6957 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6958
6959 * facemenu.el (facemenu-color-name-equal): New function.
6960 (list-colors-display): Use it to compare colors instead of
6961 facemenu-color-equal.
6962
6963 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6964
6965 * compare-w.el (compare-windows-face): Use min-colors instead of
6966 checking for tty or pc types.
6967
6968 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6971 (completion-setup-function): Use with-current-buffer.
6972 Properly save excursion. Simplify.
6973 Don't assume there is necessarily a `mouse-face' property somewhere.
6974
6975 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6976
6977 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6978
6979 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6980 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6981 Use with-current-buffer.
6982 (byte-goto-log-buffer): Delete.
6983 (byte-compile-log-file): Call compilation-forget-errors.
6984
6985 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com>
6986
6987 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6988 output messages into the search result.
6989
6990 2004-05-19 Masatake YAMATO <jet@gyve.org>
6991
6992 * wid-edit.el (widget-radio-button-notify): Revert my last
6993 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6994
6995 2004-05-19 Kenichi Handa <handa@m17n.org>
6996
6997 * international/characters.el: Fix syntax (open/close) of CJK chars.
6998
6999 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu>
7000
7001 * help-mode.el (help-go-back): Don't depend on position of back button.
7002
7003 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7006 files don't contain an accidental additional /.
7007
7008 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7009 in source buffer.
7010
7011 2004-05-18 Masatake YAMATO <jet@gyve.org>
7012
7013 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7014 to widget-apply. :action method assumes 2 arguments, not 3.
7015
7016 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7017
7018 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7019 New constants.
7020 (hs-special-modes-alist): Add an f90-mode entry.
7021
7022 2004-05-17 Sam Steingold <sds@gnu.org>
7023
7024 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7025 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7026
7027 2004-05-16 Kim F. Storm <storm@cua.dk>
7028
7029 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7030
7031 2004-05-15 John Wiegley <johnw@newartisans.com>
7032
7033 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7034 (eshell-output-object-to-target): Improve output speed 20% by not
7035 calling `eshell-stringify' if something is already known to be a
7036 string.
7037
7038 2004-05-15 Alex Ott <ott@jet.msk.su>
7039
7040 * textmodes/ispell.el (ispell-local-dictionary-alist):
7041 Add windows-1251 to the choice of coding systems.
7042 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7043 encoded in cp1251.
7044
7045 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7046
7047 * progmodes/compile.el (compilation-warning-face)
7048 (compilation-info-face): Use min-colors.
7049
7050 2004-05-15 Jan Djärv <jan.h.d@swipnet.se>
7051
7052 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7053 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7054 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7055 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7056 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7057 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7058 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7059 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7060 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7061 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7062 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7063 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7064 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7065 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7066
7067 2004-05-15 Kim F. Storm <storm@cua.dk>
7068
7069 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7070 Use it to set triggered-p element of timer.
7071 (timer-event-handler): Set triggered-p element non-nil while running
7072 the timer function.
7073
7074 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * descr-text.el (describe-char-unicode-data)
7077 (describe-char-unicodedata-file): Re-enable the Unicode code now that
7078 the licensing issues have been cleared in the unicode-4 license.
7079 (describe-text-properties-1): Remove unused `overlay' var.
7080 (describe-char): Remove unused var `buffer'.
7081
7082 2004-05-14 David Ponce <david@dponce.com>
7083
7084 * tree-widget.el: New file.
7085
7086 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
7087
7088 * language/european.el ("Brazilian Portuguese"): Add support for
7089 Brazilian Portuguese.
7090
7091 2004-05-13 John Wiegley <johnw@newartisans.com>
7092
7093 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7094 `recentf-mode' if this variable has been customized to t.
7095
7096 * eshell/esh-test.el (eshell-test): Call the function
7097 `emacs-version' rather than trying to build a custom version string.
7098
7099 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * net/telnet.el (telnet-mode): Use define-derived-mode.
7102 Don't modify the global value of comint-prompt-regexp.
7103
7104 2004-05-13 John Paul Wallington <jpw@gnu.org>
7105
7106 * version.el (emacs-version): Check for `gtk' feature before
7107 `x-toolkit' feature.
7108
7109 2004-05-13 Juanma Barranquero <lektu@terra.es>
7110
7111 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7112 arguments in the docstring, they're used only in recursive calls.
7113
7114 * help-fns.el (help-arg-highlighting-function)
7115 (help-argument-name): Delete.
7116 (help-default-arg-highlight): New function.
7117 (help-do-arg-highlighting): Use it.
7118
7119 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7120
7121 * calendar/appt.el (appt-disp-window):
7122 Use `calendar-set-mode-line' for a centered mode-line.
7123
7124 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com>
7125
7126 * calendar/appt.el (appt-disp-window): Do not split window
7127 excessively when `split-height-threshold' is low.
7128
7129 2004-05-12 Nick Roberts <nickrob@gnu.org>
7130
7131 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7132 kill-buffer-hook here and make it local.
7133 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7134
7135 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7136
7137 * progmodes/compile.el (compilation-set-window-height):
7138 Use save-excursion to protect against misplaced marker.
7139
7140 2004-05-12 Jan Djärv <jan.h.d@swipnet.se>
7141
7142 * custom.el (defface): Document that type can have value gtk.
7143
7144 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7145
7146 2004-05-12 Kenichi Handa <handa@m17n.org>
7147
7148 * descr-text.el: Require quail at compile time.
7149 (describe-char): If an input method is on and it supports the
7150 character, show how to input it.
7151
7152 * international/quail.el (quail-install-decode-map): Accept a
7153 char-table whose subtype is `quail-decode-map'.
7154 (quail-store-decode-map-key, quail-gen-decode-map1)
7155 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7156 (quail-show-key): New functions.
7157
7158 2004-05-12 Juanma Barranquero <lektu@terra.es>
7159
7160 * generic.el (define-generic-mode): Remove redundant arglist info.
7161
7162 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7163 Make arguments match their use in docstring.
7164 (help-arg-highlighting-function): New variable.
7165 (help-argument-name): Mention it in the docstring.
7166 (help-do-arg-highlight): Use it. Expand regexp to accept also
7167 ARG-xxx and xxx-ARG references.
7168
7169 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7170
7171 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7172 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7173 and "mailto:addr1?to=addr2" equal.
7174
7175 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7176
7177 * man.el (Man-getpage-in-background): Use shell-file-name
7178 and shell-command-switch variables instead of hard-coded values.
7179
7180 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7181
7182 * iimage.el: New file.
7183
7184 2004-05-11 Juanma Barranquero <lektu@terra.es>
7185
7186 * custom.el (custom-initialize-default, defcustom):
7187 Fix typo in docstring.
7188
7189 * files.el (set-visited-file-name, file-expand-wildcards):
7190 Fix docstring.
7191
7192 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7195
7196 * subr.el (eventp): Be more discriminating with integers.
7197
7198 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7199
7200 * progmodes/compile.el (compile): Add universal prefix arg.
7201 (compilation-error-regexp-alist-alist): Add edg patterns.
7202
7203 2004-05-10 Sam Steingold <sds@gnu.org>
7204
7205 * textmodes/ispell.el (ispell-message):
7206 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7207
7208 2004-05-10 Dave Love <fx@gnu.org>
7209
7210 * progmodes/python.el (help-buffer): Autoload when compiling.
7211 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7212 (run-python): Prepend to any existing PYTHONPATH.
7213
7214 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7215
7216 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7217 for pending breakpoints.
7218
7219 2004-05-10 Richard M. Stallman <rms@gnu.org>
7220
7221 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7222 directly without calling any functions in Rmail.
7223 (unrmail-unprune): Function deleted.
7224
7225 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7228 C-c C-z binding.
7229
7230 2004-05-10 Kenichi Handa <handa@m17n.org>
7231
7232 * descr-text.el (describe-char): Fix previous change. Don't make
7233 a unibyte character to multibyte in the *Help* buffer.
7234
7235 2004-05-10 Miles Bader <miles@gnu.org>
7236
7237 * progmodes/gud.el (gud-common-init): Only consider an existing
7238 buffer an error if the debugger process is actually running.
7239
7240 2004-05-10 Juanma Barranquero <lektu@terra.es>
7241
7242 * help-fns.el (help-argument-name): Default to italic.
7243 (help-highlight-arguments): Return always (usage . doc), even when
7244 usage is nil.
7245
7246 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7247 (define-ibuffer-filter): Add usage info.
7248 (define-ibuffer-op): Add usage info (but CL-style defaults for
7249 keyword args are not shown).
7250
7251 * subr.el (remove-overlays, read-passwd): Fix docstring.
7252 (start-process-shell-command): Fix docstring. Put usage info in a
7253 format usable by `describe-function'.
7254 (open-network-stream, open-network-stream-nowait)
7255 (open-network-stream-server): Fix docstring.
7256
7257 2004-05-09 Jason Rumney <jasonr@gnu.org>
7258
7259 * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
7260 Only define cp125* if windows-125* is already defined.
7261
7262 * language/korean.el (cp949): Add alias.
7263
7264 * language/chinese.el (cp936, cp950): Add aliases.
7265
7266 * language/japanese.el (cp932): Add alias.
7267
7268 * term/w32-win.el: Require code-pages.
7269
7270 * international/mule-cmds.el (set-locale-environment):
7271 On MS-Windows use ansi code-page for default coding-systems.
7272 Set up paper sizes for Windows 3 letter languages.
7273
7274 * international/code-pages.el (cp932, cp936, cp949, cp950):
7275 Add aliases. Also add cp125* if not already defined.
7276
7277 2004-05-09 Juanma Barranquero <lektu@terra.es>
7278
7279 * help-fns.el (help-highlight-arguments): Don't try to highlight
7280 missing or autoloaded arglists. Accept structured arguments, like
7281 the first ones of `do' and `flet'.
7282
7283 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7284 (cvs-get-marked): Remove redundant arglist info.
7285
7286 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7287 Don't use CL-style default args.
7288
7289 2004-05-08 Andreas Schwab <schwab@suse.de>
7290
7291 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7292
7293 * international/subst-ksc.el: Fix references to utf-translate-cjk
7294 into utf-translate-cjk-mode.
7295 * international/subst-big5.el: Likewise.
7296 * international/subst-gb2312.el: Likewise.
7297 * international/subst-jis.el: Likewise.
7298 * international/utf-16.el: Likewise.
7299 * international/utf-8.el: Likewise.
7300
7301 2004-05-08 John Wiegley <johnw@newartisans.com>
7302
7303 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7304 "virtual buffers" (off by default), which makes it possible to
7305 switch to the "virtual" buffers of recently visited files. When a
7306 buffer name search fails, and this option is on, iswitchb will
7307 look at the list of recently visited files, and permit matching
7308 against those names. When the user hits RET on a match, it will
7309 revisit that file.
7310 (iswitchb-read-buffer): Add two optional arguments, which makes
7311 isearchb.el possible.
7312 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7313 (iswitchb-next-match): Add support for virtual buffers.
7314
7315 * isearchb.el: This module extends iswitchb to provide "as you
7316 type" buffer selection.
7317
7318 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7319 Ignore the read-only property when flyspell highlighting is on.
7320 Not ignoring it leads to a series of confusing errors.
7321 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7322 but also make sure to call flyspell-incorrect-hook.
7323 (flyspell-maybe-correct-transposition): Perform transposition test
7324 by bit twiddling a string, rather than using a temp buffer.
7325 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7326 buffer. This is also the original version of the code, which
7327 could not be checked in before due to a previous lack of
7328 assignment papers. This version has seen heavy usage on my system
7329 for several years now.
7330
7331 * calendar/cal-bahai.el: New file, which adds support for the
7332 Baha'i calendar to Emacs. This calendar is based on a solar year
7333 of 19 months of 19 days, with 4 intercalary days. Each year
7334 begins on March 21, with the calendar starting in 1844.
7335
7336 * calendar/cal-menu.el, calendar/calendar.el
7337 * calendar/diary-lib.el, calendar/holidays.el:
7338 Added support for using cal-bahai.el.
7339
7340 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7341 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7342 function can be used outside of eshell buffers.
7343 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7344
7345 2004-05-08 Juanma Barranquero <lektu@terra.es>
7346
7347 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7348 word constituent so FOO-ARG is not recognized as an arg.
7349 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7350
7351 * simple.el (next-error): Fix typo in docstring.
7352 (open-line): Make argument names match their use in docstring.
7353 (split-line): Fix docstring.
7354
7355 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7356 usable by `describe-function'.
7357 (gensym, gentemp, typep, ignore-errors): Make argument names match
7358 their use in docstring.
7359
7360 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7361 argument to `help-setup-xref'.
7362
7363 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7364
7365 Version 2.0.40 of Tramp released.
7366
7367 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7368 Use symbol-function to invoke functions only known on some Emacs
7369 flavors. This avoids byte-compiler warnings. Reported by Kevin
7370 Scaldeferri <kevin@scaldeferri.com>.
7371 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7372 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7373 consistent with the other tramp-do-* functions.
7374 (tramp-do-copy-or-rename-file): Calls adjusted.
7375 (tramp-process-initial-commands): Avoid liveness check on shell --
7376 we know that it must be alive since we're opening a connection at
7377 this moment.
7378 (tramp-last-cmd): New internal variable.
7379 (tramp-process-echoes): New tunable.
7380 (tramp-send-command): Set tramp-last-cmd.
7381 (tramp-wait-for-output): Delete echo, if applicable.
7382 (tramp-read-passwd): Construct the key for the password cache in a
7383 way that works for multi methods, too.
7384 (tramp-bug): Add backup-directory-alist and
7385 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7386
7387 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7388
7389 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7390
7391 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7392 (tramp-actions-copy-out-of-band): New defcustoms.
7393 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7394 used instead of a synchronous one. Allows password entering.
7395 (tramp-action-out-of-band): New defun.
7396 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7397 Remove restriction with password from doc string.
7398 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7399 `tramp-out-of-band-prompt-regexp',
7400 `tramp-actions-copy-out-of-band', `password-cache' and
7401 `password-cache-expiry'.
7402 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7403 password caching.
7404 (tramp-touch): FILE can be a local file, too.
7405 (TODO): Remove items done.
7406 (tramp-handle-insert-directory): Properly quote file name also if
7407 not full-directory-p. Handle wildcard case. Reported by Andreas
7408 Schwab <schwab@suse.de>.
7409 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7410 new file.
7411 (tramp-handle-file-local-copy, tramp-handle-write-region):
7412 The permissions of the temporary file are set if filename exists.
7413 Reported by Ted Stern <stern@cray.com>.
7414 (tramp-backup-directory-alist)
7415 (tramp-bkup-backup-directory-info): New defcustoms.
7416 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7417 (tramp-handle-find-backup-file-name): New function.
7418 Implements Tramp's find-backup-file-name.
7419
7420 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7421 for `find-backup-file-name'.
7422
7423 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7424 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
7425
7426 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7427
7428 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7429
7430 2004-05-07 Juanma Barranquero <lektu@terra.es>
7431
7432 * subr.el (lambda): Add arglist description to docstring.
7433 (declare): Fix typo in docstring.
7434 (open-network-stream): Fix docstring.
7435 (process-kill-without-query): Fix docstring and add obsolescence info.
7436 (last, butlast, nbutlast): Make arguments match their use in docstring.
7437 (insert-buffer-substring-no-properties): Likewise.
7438 (insert-buffer-substring-as-yank): Likewise.
7439 (split-string): Fix docstring.
7440
7441 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7442 Make argument names match their use in docstring.
7443
7444 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7445
7446 2004-05-06 Nick Roberts <nickrob@gnu.org>
7447
7448 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7449 Fit first sentence on one line for apropos-command.
7450
7451 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 Changes largely merged in from Dave Love's code.
7454 * progmodes/python.el: Doc fixes.
7455 (python-mode-map): Add python-complete-symbol.
7456 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7457 (python-comment-indent, python-complete-symbol)
7458 (python-symbol-completions, python-partial-symbol)
7459 (python-try-complete): New.
7460 (python-indent-line): Remove optional arg. Use python-block-end-p.
7461 (python-check): Bind compilation-error-regexp-alist.
7462 (inferior-python-mode): Use rx. Move keybindings to top level.
7463 Set comint-input-filter.
7464 (python-preoutput-filter): Use rx.
7465 (python-input-filter): Re-introduce.
7466 (python-proc): Start new process if necessary.
7467 Check python-buffer non-nil.
7468 (view-return-to-alist): Defvar.
7469 (python-send-receive): New.
7470 (python-eldoc-function): Use it.
7471 (python-mode-running): Don't defvar.
7472 (python-mode): Set comment-indent-function.
7473 Maybe update hippie-expand-try-functions-list.
7474 (python-indentation-levels): Initialize differently.
7475 (python-block-end-p): New.
7476 (python-indent-line): Use it.
7477 (python-compilation-regexp-alist): Augment.
7478 (run-python): Import `emacs' module to Python rather than loading
7479 code directly. Set python-buffer differently.
7480 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7481 Use python-proc.
7482 (python-send-command): Go to end of comint buffer.
7483 (python-load-file): Use python-proc, emacs.eimport.
7484 (python-describe-symbol): Simplify interactive form.
7485 Use emacs.help. Do use temp-buffer-show-hook.
7486 Call print-help-return-message.
7487 (hippie-exp): Require when compiling.
7488 (python-preoutput-continuation): Use rx.
7489
7490 * diff-mode.el (diff-make-unified): Fix regexp.
7491
7492 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7493
7494 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7495 filter groups from the buffer when rebuilding the Ibuffer buffer
7496 and `ibuffer-show-empty-filter-groups' is nil.
7497
7498 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7499
7500 * ps-print.el (ps-print-quote): Call ps-value-string.
7501 (ps-setup): Call ps-comment-string.
7502 (ps-value-string, ps-comment-string): New funs.
7503
7504 2004-05-06 Juanma Barranquero <lektu@terra.es>
7505
7506 * ehelp.el (electric-help-command-loop): Check whether the last
7507 character is visible, not (point-max).
7508
7509 * help-fns.el (help-argument-name): Default to bold; don't inherit
7510 from font-lock-variable-name-face.
7511 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7512
7513 2004-05-05 Kenichi Handa <handa@m17n.org>
7514
7515 * descr-text.el (describe-char): Copy the character with text
7516 properties and overlays into the first line, and call
7517 describe-text-properties on it.
7518
7519 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7520
7521 * iswitchb.el (iswitchb-global-map): Fix typo.
7522 Remove unwanted ###autoloads from source file.
7523
7524 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7525
7526 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7527 in run-hooks. Use substitute-command-keys in message.
7528 (wdired-abort-changes): Add message.
7529
7530 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7531
7532 * progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7533 (sql-emacs20-p): Remove.
7534 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
7535 (sql-builtin-face, sql-doc-face): Remove.
7536 (sql-mode-ansi-font-lock-keywords)
7537 (sql-mode-oracle-font-lock-keywords)
7538 (sql-mode-postgres-font-lock-keywords)
7539 (sql-mode-linter-font-lock-keywords)
7540 (sql-mode-ms-font-lock-keywords)
7541 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7542 (sql-product-font-lock): Fix font-lock reset when font rules change.
7543 (sql-highlight-product): Remove incorrect font-lock reset logic.
7544
7545 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7546
7547 * ses.el (ses-set-parameter): Fix typo.
7548
7549 2004-05-04 Kim F. Storm <storm@cua.dk>
7550
7551 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7552 Must expand directory for completion to work; and don't mess with
7553 process-environment.
7554 (ido-read-file-name): If command has ido property, don't use ido
7555 if value is ignore, or read as directory if value is dir.
7556 Set ido ignore property for dired-do-rename command.
7557
7558 2004-05-04 Juanma Barranquero <lektu@terra.es>
7559
7560 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7561 (electric-help-help): Check against unmapped commands.
7562
7563 * help-fns.el (help-argument-name): New face, inheriting from
7564 font-lock-variable-name-face, to highlight function arguments in
7565 `describe-function' and `describe-key'.
7566 (help-do-arg-highlight): Auxiliary function to highlight a given
7567 list of arguments in a string.
7568 (help-highlight-arguments): Highlight the function arguments and
7569 all uses of them in the docstring.
7570 (describe-function-1): Use it. Do docstring output via `insert',
7571 not 'princ', so text attributes are preserved.
7572
7573 * winner.el (winner-mode-map): Move `winner-undo' and
7574 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7575 previous bindings conflict with `prev-buffer', `next-buffer').
7576
7577 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7578
7579 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7580 (bibtex-entry-update): New command bound to C-c C-u.
7581 (bibtex-text-in-string): Fix regexp.
7582 (bibtex-assoc-of-regexp): Remove.
7583 (bibtex-progress-message): Fix docstring.
7584 (bibtex-inside-field): Use if.
7585 (bibtex-assoc-regexp): New function.
7586 (bibtex-format-entry): Make code more robust so that it formats
7587 also old entries.
7588 (bibtex-autokey-demangle-title): Merge with obsolete function
7589 bibtex-assoc-of-regexp.
7590 (bibtex-field-list): New function.
7591 (bibtex-entry): Use bibtex-field-list.
7592 (bibtex-parse-entry): Fix docstring.
7593 (bibtex-print-help-message): Use bibtex-field-list.
7594 (bibtex-make-field): Use bibtex-field-list.
7595 (bibtex-entry-index): Bugfix. Return crossref key if required.
7596 (bibtex-lessp): Fix docstring.
7597
7598 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * select.el (xselect-convert-to-string): Move comment to intended line.
7601
7602 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7603
7604 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7605 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7606
7607 2004-05-03 Jan Djärv <jan.h.d@swipnet.se>
7608
7609 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7610 x-get-selection.
7611
7612 2004-05-03 Jason Rumney <jasonr@gnu.org>
7613
7614 * makefile.nt: Remove.
7615
7616 2004-05-03 Kim F. Storm <storm@cua.dk>
7617
7618 * emulation/cua-base.el (cua--update-indications): Fix last change.
7619 (cua-mode): Deactivate mark when cua-mode is enabled.
7620
7621 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7624
7625 2004-05-03 Nick Roberts <nickrob@gnu.org>
7626
7627 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7628 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7629 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7630 window over visible frames.
7631 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7632
7633 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * progmodes/compile.el (compilation-gcpro): New var.
7636 (compilation-fake-loc): Use it.
7637 (compilation-forget-errors): Reset it.
7638
7639 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7640
7641 * diff-mode.el (diff-header-face, diff-file-header-face):
7642 Use min-colors.
7643
7644 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7645
7646 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7647 (bibtex-clean-entry): Disentangle code.
7648 (bibtex-realign): New function.
7649 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7650 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7651 Remove undocumented optional arg called-by-convert-alien.
7652 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7653 for sorting instead of bibtex-sort-buffer.
7654
7655 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7656
7657 * progmodes/compile.el (compilation-start): In the
7658 no-async-subprocesses branch, call sit-for to give redisplay a
7659 chance to show the updated process status in the mode line, and
7660 fontify the buffer explicitly after the process exits.
7661
7662 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * progmodes/python.el (python-compilation-line-number): Remove.
7665 (python-compilation-regexp-alist): Don't use it any more.
7666 (python-orig-start, python-input-filter): Remove.
7667 (inferior-python-mode): Don't set up comint-input-filter-functions.
7668 (python-send-region): Use compilation-fake-loc.
7669
7670 * progmodes/compile.el (compilation-messages-start): New var.
7671 (compilation-mode): Don't setup next-error-function here.
7672 (compilation-setup): Set it up here instead (for minor modes as well).
7673 Make compilation-messages-start buffer local.
7674 (compilation-next-error-function): Use it.
7675 (compilation-forget-errors): Set compilation-messages-start.
7676
7677 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7678
7679 * ielm.el (ielm-prompt-read-only): Update docstring.
7680
7681 * comint.el (comint-prompt-read-only): Update docstring.
7682 (comint-update-fence, comint-kill-whole-line)
7683 (comint-kill-region): New functions.
7684
7685 * simple.el (kill-whole-line): Use "p" instead of "P" in
7686 interactive form.
7687
7688 2004-05-01 Juanma Barranquero <lektu@terra.es>
7689
7690 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7691 format arglist so default values in CL-style argument lists are
7692 correctly shown.
7693
7694 2004-05-01 Jason Rumney <jasonr@gnu.org>
7695
7696 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7697
7698 2004-05-01 Kenichi Handa <handa@m17n.org>
7699
7700 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7701 quail file if it is up to date.
7702
7703 2004-04-30 Juri Linkov <juri@jurta.org>
7704
7705 * cus-edit.el (custom-mode-map):
7706 Add key binding `C-x C-s' to `Custom-save'.
7707
7708 * outline.el (outline-blank-line): New var.
7709 (outline-next-preface, outline-show-heading)
7710 (outline-end-of-subtree): Use it.
7711
7712 * dired-aux.el (dired-touch-initial): New fun.
7713 (dired-do-chxxx): Call it for op-symbol `touch'.
7714 (dired-diff): Use `dired-dwim-target-directory'
7715 if current dired buffer has no buffer mark.
7716
7717 * bindings.el (propertized-buffer-identification):
7718 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7719 Add C-M-arrow keys for consistency.
7720
7721 * files.el (confirm-kill-emacs):
7722 Change group from top-level `emacs' to `convenience'.
7723
7724 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7725 Push mark on the first call of successive command calls.
7726 (insert-pair): New fun created from `insert-parentheses' with
7727 `open' and `close' arguments added. Enclose active regions
7728 in paired characters. Compare adjacent characters syntax with
7729 inserted characters syntax before inserting a space.
7730 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7731
7732 * delsel.el: Don't put `delete-selection' property
7733 on `insert-parentheses' symbol to take advantage of
7734 region handling in `insert-pair' function.
7735 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7736
7737 2004-04-30 Kim F. Storm <storm@cua.dk>
7738
7739 * emulation/cua-base.el: Add support for changing cursor types;
7740 based on patch from Michael Mauger.
7741 (cua-normal-cursor-color, cua-read-only-cursor-color)
7742 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7743 Customization cursor type and/or cursor color.
7744 (cua--update-indications): Handle cursor type changes.
7745 (cua-mode): Update cursor indications if enabled.
7746
7747 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7748
7749 * mouse.el (mouse-drag-copy-region): New defcustom.
7750 (mouse-set-region, mouse-drag-region-1): Use it.
7751
7752 * simple.el (kill-ring-save): If region face background color is
7753 unspecified (if no highlighting), show extent of fully visible
7754 region even if transient-mark-mode is enabled.
7755
7756 * emulation/cua-base.el (cua--standard-movement-commands):
7757 Add cua-scroll-up and cua-scroll-down.
7758 (cua-scroll-up, cua-scroll-down): New commands.
7759 (cua--init-keymaps): Remap scroll-up and scroll-down.
7760
7761 * emulation/cua-rect.el (cua--convert-rectangle-as):
7762 New defmacro.
7763 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7764 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7765 New commands (suggested by Jordan Breeding).
7766
7767 2004-04-30 Juanma Barranquero <lektu@terra.es>
7768
7769 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7770
7771 2004-04-30 Mario Lang <mlang@delysid.org>
7772
7773 * diff.el (diff-switches): Fix typo in docstring.
7774
7775 2004-04-30 Alex Schroeder <alex@gnu.org>
7776
7777 * xml.el (xml-debug-print-internal): Don't add newline and
7778 indentation to text nodes and write empty elements as empty tags
7779 instead of opening and closing tags.
7780 (xml-debug-print): Take optional indent-string argument.
7781 (xml-print): Alias for xml-debug-print.
7782
7783 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7784
7785 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7786 than duplicate call to `line-beginning-position'.
7787
7788 * progmodes/f90.el (f90-get-present-comment-type):
7789 Return whitespace, as well as comment chars, for consistent filling
7790 of comment blocks. Use `match-string-no-properties'.
7791 (f90-break-line): Trim trailing whitespace when filling comments.
7792
7793 2004-04-30 Dave Love <fx@gnu.org>
7794
7795 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7796 (diary-from-outlook-internal, diary-from-outlook)
7797 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7798 New functions to import diary entries from Outlook-format
7799 appointments in mail messages.
7800
7801 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * progmodes/python.el (python-send-command): New fun.
7804 (python-send-region, python-load-file): Use it.
7805
7806 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7807
7808 * help-fns.el (help-C-file-name): Use new subr-name.
7809 Prepend `src/' to the file name.
7810 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7811 (describe-function-1, describe-variable): Only find a C source file
7812 name if DOC is already loaded.
7813
7814 * help-mode.el (help-function-def, help-variable-def):
7815 Use the new find-function-search-for-symbol functionality.
7816 Allow FILE to be `C-source'.
7817
7818 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7819 (find-function-C-source): New fun.
7820 (find-function-search-for-symbol): Use it.
7821
7822 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7823
7824 * progmodes/sql.el (sql-product-alist): Rename variable
7825 `sql-product-support'. Add Postgres login parameters.
7826 (sql-set-product, sql-product-feature): Update with renamed variable.
7827 (sql-connect-postgres): Add username prompt.
7828 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7829 Make patterns less product specific.
7830 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7831 (sql-mode-abbrev-table): Modify initialization.
7832 (sql-builtin-face): Add variable.
7833 (sql-keywords-re): Add macro.
7834 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7835 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7836 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7837 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7838 (sql-mode-linter-font-lock-keywords)
7839 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7840 (sql-mode-sybase-font-lock-keywords)
7841 (sql-mode-informix-font-lock-keywords)
7842 (sql-mode-interbase-font-lock-keywords)
7843 (sql-mode-ingres-font-lock-keywords)
7844 (sql-mode-solid-font-lock-keywords)
7845 (sql-mode-sqlite-font-lock-keywords)
7846 (sql-mode-db2-font-lock-keywords): Default to nil.
7847 (sql-product-font-lock): Always highlight ANSI keywords.
7848 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7849 (sql-send-string): Add function.
7850
7851 2004-04-29 Dave Love <fx@gnu.org>
7852
7853 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7854 (cfengine-end-of-defun): Ensure progress through buffer.
7855
7856 * info-look.el (cfengine-mode): Accept a terminal ().
7857
7858 2004-04-29 Juri Linkov <juri@jurta.org>
7859
7860 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7861 instead of isearch-yank-word-or-char. Add new key bindings for
7862 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7863 (isearch-del-char): New fun.
7864 (isearch-forward, isearch-edit-string): Update docstring.
7865 (isearch-yank-char): Doc fix.
7866 (isearch-other-meta-char): Restore point after scrolling.
7867
7868 * progmodes/compile.el (compilation-context-lines): Add nil option
7869 to disable compilation output window scrolling.
7870 (compilation-set-window): Use it.
7871
7872 * outline.el (outline-next-preface, outline-show-heading):
7873 Don't leave unhidden blank line before heading.
7874 (outline-end-of-subtree): Include last newline into subtree.
7875 (hide-entry): Leave point at beginning of heading instead of end.
7876 (outline-up-heading): Push mark for the first call of successive
7877 command calls.
7878
7879 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * comint.el (comint-prompt-read-only): New variable.
7882 (comint-output-filter): Implement it.
7883
7884 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7885 (ielm-prompt-internal): New variable.
7886 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7887 (ielm-send-input): Delete unused variable `buf'.
7888 (ielm-eval-input): Use `ielm-prompt-internal'.
7889 (inferior-emacs-lisp-mode): Use new variables
7890 `comint-prompt-read-only' and `ielm-prompt-internal'.
7891 Get rid of obsolete variable `directory-sep-char'.
7892 (ielm): Use `zerop'.
7893
7894 2004-04-29 John Paul Wallington <jpw@gnu.org>
7895
7896 * thumbs.el (toplevel): Require cl at compile time.
7897 Remove conditional definitions of `ignore-errors' and `caddar'
7898 because they occur at run time.
7899
7900 2004-04-28 Nick Roberts <nickrob@gnu.org>
7901
7902 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7903 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7904 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7905 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7906
7907 * progmodes/gud.el (gud-common-init): Throw an error if program is
7908 already running under gdb.
7909
7910 2004-04-28 John Paul Wallington <jpw@gnu.org>
7911
7912 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7913 (thumbs-show-image-num): Move assignment of
7914 `thumbs-current-image-filename' within scope of `i'.
7915 (thumbs-emboss-image): Don't use `evenp'.
7916
7917 2004-04-28 Richard M. Stallman <rms@gnu.org>
7918
7919 * progmodes/compile.el (compilation-context-lines): Default now 0.
7920
7921 2004-04-28 Juanma Barranquero <lektu@terra.es>
7922
7923 Use `time-less-p' from calendar/time-date.el instead of defining
7924 custom versions of it.
7925
7926 * pcomplete.el (pcomplete-time-less-p): Remove.
7927
7928 * thumbs.el (time-less-p): Remove.
7929
7930 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7931 (timeclock-generate-report): Use `time-less-p'.
7932
7933 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7934 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7935
7936 2004-04-28 Masatake YAMATO <jet@gyve.org>
7937
7938 * subr.el (remove-overlays): Make arguments optional.
7939
7940 * wid-edit.el (widget-specify-button): Put evaporate to the
7941 overlay for sample.
7942 (widget-specify-sample): Put evaporate to the overlay for sample.
7943 (widget-specify-doc): Put evaporate to the overlay for documentation.
7944
7945 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7946
7947 * info.el (info-apropos): Make it an index node. Align node names
7948 like makeinfo.
7949
7950 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7951
7952 * net/browse-url.el (browse-url-netscape-sentinel)
7953 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7954 (browse-url-epiphany-sentinel, browse-url-mosaic):
7955 Use browse-url-*-program instead of a literal program name.
7956
7957 2004-04-27 Kevin Ryde <user42@zip.com.au>
7958
7959 * eshell/em-alias.el:
7960 * eshell/em-dirs.el:
7961 * eshell/em-hist.el:
7962 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7963 features when M-x customize-group loads modules before the main
7964 eshell.el.
7965
7966 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7967
7968 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7969 either a character representation of an event or an event
7970 description list.
7971
7972 * type-break.el: Capitalize Emacs and Lisp.
7973 (type-break-good-break-interval, type-break-demo-boring-stats)
7974 (type-break-terse-messages, type-break-file-name): New defcustoms.
7975 (type-break-post-command-hook)
7976 (type-break-warning-countdown-string): Quote variable names in doc.
7977 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7978 (type-break-mode): Document type-break-good-break-interval and the
7979 "session" file. Schedule break according to the session file.
7980 Kill session file buffer on exit. Organize for save-some-buffers
7981 to always save the session file.
7982 (type-break-mode-line-message-mode, type-break-query-mode):
7983 Uppercase arguments.
7984 (type-break-file-time, type-break-file-keystroke-count, timep)
7985 (type-break-choose-file, type-break-get-previous-time)
7986 (type-break-get-previous-count): New defuns.
7987 (type-break): Avoid break querying after a completed break in the
7988 case where the query was initiated during user invocation of the
7989 break. Optional terse messages.
7990 Use type-break-good-break-interval if type-break-good-rest-interval is
7991 nil. File the break time.
7992 (type-break-schedule): New optional args for overriding the use of
7993 the current time.
7994 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7995 after a break.
7996 (type-break-check): File the keystroke count.
7997 (type-break-do-query): Prevent a second query when the break is
7998 interrupted. Optional terse message.
7999 (type-break-keystroke-reset): Record the start of a typing interval.
8000 (type-break-demo-boring): Optional terse messages. Display word
8001 per minute and keystroke counts according to
8002 type-break-demo-boring-stats.
8003
8004 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8005
8006 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8007 directories, make sure they exist under archive-tmpdir.
8008
8009 2004-04-27 Juri Linkov <juri@jurta.org>
8010
8011 * help.el (view-emacs-news): With argument, display info for the
8012 selected version by finding it among different NEWS files, and
8013 narrowing the buffer to the selected version.
8014
8015 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8016 same-window-buffer-names.
8017 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8018 non-numeric prefix argument, append the number to the buffer name
8019 for numeric prefix argument.
8020 (info-other-window): Bind same-window-regexps to nil.
8021 (Info-reference-name): Rename to Info-point-loc.
8022 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8023 and Info-find-index-name for stringy Info-point-loc.
8024 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8025 without middle `.', but with final `.' and optional line number
8026 for it. Set Info-point-loc for index nodes.
8027 (Info-index): Remove middle `.' from index entry regexp.
8028 Modify line number regexp.
8029 (Info-index-next): Decrement line number.
8030 (info-apropos): Remove middle `.' from index entry regexp.
8031 Add optional line number regexp at the end. Add matched value
8032 for line number to the result list and insert it to the buffer.
8033 Replace match-string by match-string-no-properties.
8034 Reorder result list.
8035 (Info-fontify-node): Hide index line numbers.
8036 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8037 empty matches.
8038 (Info-follow-reference): Use `str' instead of
8039 Info-following-node-name-re.
8040 (Info-toc): Use full file names. Set Info-current-node to "Top".
8041 (Info-fontify-node): Compare file names without directory name.
8042 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8043 Set second arg of Info-extract-menu-node-name for index nodes.
8044 (info-xref-visited): Use magenta3 instead of magenta4.
8045 (Info-mode): Add info-apropos to docstring.
8046
8047 * log-view.el (log-view-diff): Replace interactive code "r"
8048 by a list to allow to call it even if region is not active.
8049
8050 * paren.el (show-paren-highlight-openparen): New var.
8051 (show-paren-function): Turn on openparen highlighting when
8052 matching forward if show-paren-highlight-openparen is non-nil.
8053
8054 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8055 the constant value 1.
8056 (completions-common-part): Expand docstring.
8057
8058 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8059
8060 2004-04-27 Kim F. Storm <storm@cua.dk>
8061
8062 * image.el (insert-sliced-image): Use line-height instead of
8063 line-spacing property on newline.
8064
8065 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8066
8067 * desktop.el (desktop-buffer-misc-data-function): Rename to
8068 desktop-save-buffer and change docstring.
8069 (desktop-buffer-modes-to-save): Delete.
8070 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8071 desktop-buffer-modes-to-save.
8072 (desktop-save): Rename desktop-buffer-misc-data-function to
8073 desktop-save-buffer and allow non-function value.
8074 (desktop-missing-file-warning): Correct docstring.
8075
8076 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8077 to desktop-save-buffer.
8078
8079 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8080 desktop-save-buffer.
8081
8082 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8083
8084 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8085
8086 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8087
8088 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8089
8090 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8091
8092 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8093 (ielm): Only go to the end of the buffer when starting a new process.
8094
8095 2004-04-25 Juanma Barranquero <lektu@terra.es>
8096
8097 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8098 mode line. Bind `inhibit-read-only' to t before modifying
8099 properties of text in the buffer.
8100 (ielm): Force point to the end of buffer, even when running ielm
8101 from inside itself.
8102
8103 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8104
8105 * info.el (info-apropos): Reset Info-complete-cache.
8106
8107 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8108
8109 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8110 Also recognize severe Irix et al. messages.
8111 (compilation-normalize-filename, compile-abbreviate-directory):
8112 Delete functions.
8113 (compilation-get-file-structure): New function inherits
8114 functionality of the two preceding ones.
8115 (compilation-internal-error-properties, compilation-fake-loc):
8116 Use it so that different paths to the same file share the same
8117 markers. Also optimize finding adjacent marker slightly.
8118
8119 2004-04-25 Kim F. Storm <storm@cua.dk>
8120
8121 * image.el (insert-sliced-image): Add line-spacing t property
8122 to newlines separating image lines.
8123
8124 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8127
8128 * ielm.el (ielm-prompt-read-only): New user option.
8129 (ielm-prompt): Expand docstring to describe new behavior.
8130 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8131 mention it in the docstring.
8132
8133 2004-04-24 Andreas Schwab <schwab@suse.de>
8134
8135 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8136
8137 * diff.el (diff): Set default-directory in diff buffer.
8138
8139 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8140
8141 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8142 mail was being composed if the terminal cannot display more than
8143 one frame; instead, switch to previous frame.
8144
8145 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8146 (rmail-start-mail): Support rmail-mail-new-frame even on
8147 terminals that can display only one frame at a time.
8148
8149 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8152 (checkdoc-output-font-lock-keywords): Remove error regexp.
8153 (checkdoc-output-mode-map): Remove.
8154 (checkdoc-output-mode): Derive from compilation-mode.
8155 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8156
8157 * dired.el (dired-mode-map): Add a menu entry for wdired.
8158
8159 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8160 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8161
8162 * wdired.el (wdired-mode-map): Move init into declaration.
8163 Fix `return' binding.
8164 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8165 Use force-mode-line-update.
8166 (wdired-get-filename): Use `unless'.
8167 (wdired-preprocess-files): Don't assume names have no \n and use / for
8168 dir separator.
8169 (wdired-normalize-filename): Use replace-regexp-in-string.
8170 (wdired-load-hooks): Remove.
8171 (wdired-mode-hooks): Rename to wdired-mode-hook.
8172
8173 * info-look.el: Add support for cfengine-mode.
8174 (info-lookup-setup-mode): Use dolist.
8175
8176 2004-04-23 Juan León Lahoz García <juan-leon.lahoz@tecsidel.es>
8177
8178 * wdired.el: New file.
8179
8180 2004-04-23 Juanma Barranquero <lektu@terra.es>
8181
8182 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8183
8184 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8185 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8186 (pcomplete--help, pcomplete--here): Doc fixes.
8187
8188 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8189
8190 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8191 handles wrong-number-of-arguments in backend call.
8192
8193 * vc.el (vc-print-log): Likewise.
8194
8195 2004-04-20 Dave Love <fx@gnu.org>
8196
8197 * emacs-lisp/rx.el: Doc fixes.
8198 (rx-constituents): Add/extend many forms.
8199 (rx-check): Check form is a list.
8200 (bracket): Defvar.
8201 (rx-check-any, rx-any, rx-check-not): Modify.
8202 (rx-not): Simplify.
8203 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8204 (rx-kleene): Use rx-trans-forms.
8205 (rx-quote-for-set): Delete.
8206 (rx): Allow multiple args.
8207
8208 2004-04-23 Kenichi Handa <handa@m17n.org>
8209
8210 * international/mule-util.el (char-displayable-p): Simplify by
8211 using internal-char-font.
8212
8213 2004-04-23 Juanma Barranquero <lektu@terra.es>
8214
8215 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8216
8217 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * diff-mode.el (diff-next-error): New fun.
8220 (diff-mode): Use it.
8221
8222 * simple.el (next-error): Change arg name.
8223 Add support for the documented C-u C-x ` usage.
8224
8225 * frame.el (special-display-popup-frame, next-multiframe-window)
8226 (previous-multiframe-window): Only consider frames on same display.
8227
8228 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8229
8230 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8231 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8232
8233 2004-04-22 Kim F. Storm <storm@cua.dk>
8234
8235 * net/telnet.el (telnet): Add optional port arg.
8236
8237 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8240 Minor sanity check on the `hyperlink' slot.
8241
8242 * Makefile.in (recompile): Compile new files.
8243
8244 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8245 Add byte-recompile-directory's optional `arg'.
8246
8247 * cvs-status.el (cvs-tree-use-charset): New var.
8248 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8249 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8250 (cvs-status-cvstrees): Use it.
8251
8252 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8253 Make it a normal major mode.
8254 (checkdoc-buffer-label): Make sure the file name is meaningful.
8255 (checkdoc-output-to-error-buffer): Remove.
8256 (checkdoc-error, checkdoc-start-section): Rewrite.
8257
8258 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8259 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8260 (Info-title-4-face): Use new syntax.
8261 (info-xref-visited): Inherit from info-xref.
8262
8263 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8264
8265 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8266
8267 * simple.el (next-error-last-buffer, next-error-function):
8268 New variables for the next-error framework.
8269 (next-error-buffer-p): New function.
8270 (next-error-find-buffer): Generalize compilation-find-buffer.
8271 (next-error, previous-error, first-error, next-error-no-select)
8272 (previous-error-no-select): Move from compile.el.
8273
8274 * replace.el (occur-next-error, occur-1): Hook into the next-error
8275 framework.
8276
8277 * progmodes/compile.el (compilation-start):
8278 Set next-error-last-buffer so next-error knows where to jump.
8279 (compilation-setup): Set the buffer-local variable
8280 next-error-function to 'compilation-next-error-function.
8281 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8282 alternate way to find if a buffer is a compilation buffer, for
8283 next-error convenience.
8284 (next-error-no-select, previous-error-no-select, next-error)
8285 (previous-error, first-error): Move to simple.el.
8286 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8287 (compilation-last-buffer): Remove.
8288 (compilation-start, compilation-next-error, compilation-setup)
8289 (compilation-next-error-function, compilation-find-buffer):
8290 Remove compilation-last-buffer use.
8291
8292 2004-04-21 Juanma Barranquero <lektu@terra.es>
8293
8294 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8295 (font-lock-warning-face): Fix spacing.
8296
8297 * makefile.w32-in (WINS): Add url/ directory.
8298
8299 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8300
8301 * desktop.el (desktop-buffer-mode-handlers): New variable.
8302 Alist of major mode specific functions to restore a desktop buffer.
8303 (desktop-buffer-handlers): Make variable obsolete.
8304 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8305 Catch errors signaled in handlers. Update buffer count.
8306 Evaluate desktop-buffer-point.
8307 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8308 move to dired.el.
8309 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8310 move to info.el.
8311 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8312 move to mail/rmail.el.
8313 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8314 to mh-e/mh-e.el.
8315 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8316 On fail, print message (to message buffer) even if
8317 desktop-missing-file-warning is nil.
8318 (desktop-buffer-misc-data-function): New buffer local variable.
8319 Function returning major mode specific data.
8320 (desktop-buffer-misc-functions): Make variable obsolete.
8321 (desktop-save): Use desktop-buffer-misc-data-function.
8322 (desktop-buffer-dired-misc-data): Rename to
8323 dired-desktop-buffer-misc-data and move to dired.el.
8324 (desktop-buffer-info-misc-data): Rename to
8325 Info-desktop-buffer-misc-data and move to info.el.
8326 (desktop-read): Add message about number of buffers restored/failed.
8327
8328 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8329 Add parameters. Pause to display error only when
8330 desktop-missing-file-warning is non-nil.
8331 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8332 (dired-mode): Bind desktop-buffer-misc-data-function.
8333
8334 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8335 Add Parameters.
8336 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8337 (Info-mode): Bind desktop-buffer-misc-data-function.
8338
8339 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8340 Add Parameters.
8341
8342 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8343 Add Parameters.
8344
8345 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8346
8347 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8348 the case of letters in case-insensitive expansions when the
8349 abbrev is preceded by characters with letter syntax.
8350
8351 2004-04-21 Richard M. Stallman <rms@gnu.org>
8352
8353 * progmodes/cperl-mode.el (cperl-putback-char):
8354 Delete Emacs 18 definition.
8355
8356 * international/mule.el (ctext-post-read-conversion):
8357 Use assoc-string, not assoc-ignore-case.
8358
8359 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8360
8361 * emacs-lisp/easymenu.el (easy-menu-add):
8362 Do call x-popup-menu, but only if it's defined.
8363
8364 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8365
8366 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8367 Handle multiple args: compile like progn.
8368
8369 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8370 take all args as &rest arg.
8371
8372 * autoinsert.el (auto-insert-alist): Insert the user's name in
8373 copyright notice, rather than Free Software Foundation.
8374
8375 2004-04-21 Kenichi Handa <handa@m17n.org>
8376
8377 * descr-text.el (describe-char): Make it work on *Help* buffer.
8378
8379 2004-04-21 Kim F. Storm <storm@cua.dk>
8380
8381 * image.el (insert-image): Add optional SLICE arg.
8382 (insert-sliced-image): New defun.
8383
8384 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8385
8386 * subr.el (read-number): Check whether `default' is nil.
8387
8388 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * progmodes/compile.el (compilation-error-properties): Split into
8391 two.
8392 (compilation-internal-error-properties): New one.
8393 (compilation-compat-error-properties): Use it. Fix the non-marker
8394 case.
8395
8396 2004-04-20 Richard M. Stallman <rms@gnu.org>
8397
8398 * window.el (split-window-save-restore-data):
8399 Don't update the data if OLD-INFO is nil.
8400
8401 * view.el (view-return-to-alist): Mark it permanent local.
8402
8403 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8404
8405 * recentf.el (recentf-save-list): Catch and warn about errors.
8406
8407 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8408 so "Buffers" won't be pure.
8409
8410 * help-mode.el (help-mode-finish): Set help-return-alist first
8411 thing, setting only the entry for the selected window.
8412
8413 * help-fns.el (describe-function-1): If many non-control non-meta
8414 keys run the command, don't list all of them.
8415
8416 2004-04-20 Juanma Barranquero <lektu@terra.es>
8417
8418 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8419 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8420
8421 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8422
8423 2004-04-20 Kenichi Handa <handa@m17n.org>
8424
8425 * international/quail.el (quail-lookup-key): New optional arg
8426 NOT-RESET-INDICES.
8427 (quail-get-translations): Call quail-lookup-key with
8428 NOT-RESET-INDICES t.
8429 (quail-completion): Likewise.
8430 (quail-lookup-map-and-concat): Likewise.
8431
8432 2004-04-20 Kenichi Handa <handa@m17n.org>
8433
8434 * international/quail.el (quail-update-translation): Don't insert
8435 such an unsupported multibyte char in a unibyte buffer.
8436
8437 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8438
8439 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8440 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8441 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8442 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8443 (gdb-frame-assembler-buffer): Improve behavior with
8444 multiple frames.
8445 (gdb-display-buffer): Extend search to all visible frames.
8446
8447 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8448
8449 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8450 characters left after base64 decoding.
8451 (rmail-decode-region): Use -dos variety of `coding', to remove any
8452 ^M characters left after qp or base64 decoding.
8453
8454 2004-04-19 Jan Djärv <jan.h.d@swipnet.se>
8455
8456 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8457 messages.
8458
8459 2004-04-19 Stephen Eglen <stephen@gnu.org>
8460
8461 * add-log.el (add-change-log-entry): Update doc string to mention
8462 add-log-full-name and add-log-mailing-address.
8463
8464 2004-04-18 Juri Linkov <juri@jurta.org>
8465
8466 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8467 (Info-find-node-2): Simplify error message.
8468 (Info-insert-dir): Use Info-following-node-name.
8469 (Info-goto-node): Remove *info-history* and *info-toc*.
8470 (Info-history): Create a node of the virtual history file.
8471 (Info-toc): Create a node of the virtual toc file.
8472 (Info-insert-toc): New arg `curr-file' for reference file names.
8473 (info-apropos): Remove redundant var binding for temp-file.
8474 (Info-index, Info-index-next, Info-mode): Doc fix.
8475 (Info-goto-emacs-command-node): Don't jump to *info* from
8476 non-*info* Info buffers.
8477 (Info-fontify-node): Don't show the file name of external
8478 references if `Info-hide-note-references' is `hide'. Don't hide
8479 newlines at the end of paragraphs.
8480
8481 * international/mule-diag.el (list-input-methods):
8482 Fix args to help-xref-button.
8483
8484 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8485 to put into effect local variables from TUTORIAL files.
8486
8487 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8488 with default value taken from the variable `sentence-end'.
8489 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8490 Add nil const to :type.
8491 (sentence-end-without-period, sentence-end-double-space)
8492 (sentence-end-without-space): Doc fix.
8493
8494 * textmodes/paragraphs.el (forward-sentence):
8495 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8496 (fill-delete-newlines):
8497 * progmodes/cc-cmds.el (c-beginning-of-statement):
8498 Use function `sentence-end' instead of variable `sentence-end'.
8499
8500 2004-04-18 Andreas Schwab <schwab@suse.de>
8501
8502 * progmodes/compile.el (compilation-start): Set window start to
8503 point-min if compilation-scroll-output is nil.
8504
8505 2004-04-18 John Wiegley <johnw@newartisans.com>
8506
8507 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8508
8509 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8510
8511 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8512 (gdb-info-breakpoints-custom): Revert previous change.
8513 (gdb-view-assembler): Update assembler if necessary.
8514 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8515 (gdb-display-source-buffer): Update properly when both source and
8516 assembler are visible.
8517
8518 2004-04-17 John Wiegley <johnw@newartisans.com>
8519
8520 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8521 which limits the number of names shown in the minibuffer. Off by
8522 default.
8523 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8524 up iswitchb for users with a multitude of open buffers by showing
8525 only the first and last N/2 buffers in the completion list (which
8526 is enough to aid C-s/C-r, and to know that more characters are
8527 needed to refine the completion list).
8528
8529 2004-04-17 Richard M. Stallman <rms@gnu.org>
8530
8531 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8532 (file-truename): Expand all ~ constructs directly.
8533 (insert-directory): Delete any error msg output by the
8534 `insert-directory-program'.
8535
8536 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8537 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8538 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8539 (allout-init): Use find-file-hook, not find-file-hooks.
8540 (allout-mode): Eliminate Emacs 18 support.
8541 Use write-contents-functions, not local-write-file-hooks.
8542
8543 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8544
8545 * progmodes/compile.el (compilation-error-properties): Fix for
8546 adding messages when there are already markers for their file.
8547 (compilation-fake-loc): New function.
8548
8549 2004-04-16 Dave Love <fx@gnu.org>
8550
8551 * progmodes/python.el (python-compilation-line-number): Fix
8552 braindamage.
8553 (python-load-file): Fix python-orig-start setting.
8554
8555 * progmodes/compile.el: Doc fixes.
8556 (compilation-error-regexp-alist-alist)
8557 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8558 (compilation-assq): Wrap in eval-when-compile.
8559 (compilation-mode-font-lock-keywords): Don't use list*.
8560 (compilation-start): Avoid warning.
8561 (compilation-compat-error-properties)
8562 (compilation-directory-properties): Add keymap property.
8563 (compilation-parsing-end): Make it a marker for better compatibility.
8564
8565 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8566
8567 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8568
8569 * xml.el: Doc fixes.
8570 (xml-get-children): Only looks at sub-tags and ignore strings.
8571
8572 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8573
8574 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8577
8578 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8579
8580 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8581
8582 * vc.el (vc-print-log): Likewise.
8583
8584 2004-04-16 Masatake YAMATO <jet@gyve.org>
8585
8586 * simple.el (completion-setup-function): Set an initial value to
8587 `element-common-end' before entering loop. Set a value to
8588 `element-common-end' at the end of loop. The bug is reported by
8589 Juri Linkov <juri@jurta.org> in emacs-devel list.
8590 (completions-common-part): Rename from completion-de-emphasis.
8591 (completions-first-difference): Rename from completion-emphasis.
8592 Suggested by RMS.
8593
8594 2004-04-16 Juanma Barranquero <lektu@terra.es>
8595
8596 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8597 (bookmark-edit-annotation-mode): Add mode name.
8598
8599 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8602 for nested conflict markers.
8603 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8604
8605 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8606
8607 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8608
8609 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8610
8611 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8614 Give a backtrace if requested.
8615
8616 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8617
8618 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8619 Remove unused functions.
8620 (python-orig-start-line, python-orig-file): Remove.
8621 (python-orig-start): New var.
8622 (python-input-filter, python-compilation-line-number)
8623 (python-send-region, python-load-file): Use it.
8624
8625 * info.el (info): Always jump to *info*.
8626
8627 * subr.el (posn-set-point): New function.
8628
8629 * mouse.el (mouse-set-point): Use it.
8630
8631 * progmodes/compile.el (compile-goto-error): Use it.
8632 (compilation-button-map): New keymap.
8633 (compilation-error-properties): Use it.
8634 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8635
8636 * smerge-mode.el (smerge-popup-context-menu): Use it.
8637
8638 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8639 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8640 mouse and non-mouse case.
8641
8642 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8643 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8644
8645 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8646 Make it work for non-mouse events.
8647
8648 * pcvs-info.el (cvs-status-map): Update binding name.
8649
8650 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8651
8652 * xml.el (xml-maybe-do-ns): New function to handle namespace
8653 parsing of both attribute and element names.
8654 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8655 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8656 (xml-parse-tag): Update assumed namespaces. Clean up namespace
8657 parsing.
8658 (xml-parse-attlist): Make it do its own namespace parsing.
8659
8660 2004-04-14 Dave Love <fx@gnu.org>
8661
8662 * progmodes/python.el (run-python): Fix use of \n.
8663 (python-load-file): Remove `try' from Python fragment.
8664 (python-describe-symbol): Fix message.
8665
8666 * comint.el: Doc fixes.
8667 (comint-last-input-start, comint-last-input-end)
8668 (comint-last-output-start): Give them values.
8669 (comint-arguments): Avoid warning.
8670 (comint-skip-prompt): Use line-end-position.
8671 (comint-backward-matching-input): Rename arg to agree with doc.
8672 (comint-extract-string): Use syntax-ppss.
8673 (comint-dynamic-simple-complete): Delete useless list construction.
8674 (comint-redirect-subvert-readonly): New.
8675 (comint-redirect-preoutput-filter): Use it.
8676
8677 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8678 Correctly handle negative arguments when calling hook functions.
8679
8680 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8681
8682 * info.el (info-apropos): Don't clobber Info-history-list.
8683
8684 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8685
8686 * progmodes/compile.el (compilation-setup):
8687 Localize overlay-arrow-position.
8688 (compilation-sentinel): Restructure code equivalently.
8689 (compilation-next-error): Find message on same line after point if
8690 not found before point.
8691 (compile-mouse-goto-error): Restore function so that compilation
8692 buffer need not be current and use compile-goto-error.
8693 (compile-goto-error): Restore function.
8694 (next-error): Set overlay-arrow-position.
8695 (compilation-forget-errors): Don't localize already local
8696 compilation-locs and remove FIXME about refontifying.
8697
8698 2004-04-14 Kim F. Storm <storm@cua.dk>
8699
8700 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8701 (command-line): New option -Q. Like -q --no-site-file, but in
8702 addition it also disables menu-bar, tool-bar, scroll-bars,
8703 tool-tips, and the blinking cursor.
8704 (command-line-1): Skip startup screen if -Q.
8705 (fancy-splash-head): Use ":align-to center" prop to center splash
8706 image.
8707
8708 * emulation/cua-base.el (cua-read-only-cursor-color)
8709 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8710
8711 2004-04-13 Dave Love <fx@gnu.org>
8712
8713 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8714 (syntax): Don't require.
8715 (python) <defgroup>: Add :version.
8716 (python-quote-syntax): Re-written.
8717 (inferior-python-mode): Move stuff here from run-python and add
8718 some more.
8719 (python-preoutput-continuation, python-preoutput-result)
8720 (python-dotty-syntax-table): New.
8721 (python-describe-symbol): Use them.
8722 (run-python): Move stuff to inferior-python-mode. Modify code
8723 loaded into Python.
8724 (python-send-region): Use python-proc, python-send-string.
8725 (python-send-string): Send newlines too. Callers changed.
8726 (python-load-file): Re-written.
8727 (python-eldoc-function): New.
8728 (info-look): Don't require.
8729 (python-after-info-look): New. A modified version of former
8730 top-level code for use with eval-after-load.
8731 (python-maybe-jython, python-guess-indent): Use widened buffer.
8732 (python-fill-paragraph): Re-written.
8733 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8734 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8735
8736 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8739 Set compilation-error-regexp-alist earlier.
8740
8741 * progmodes/compile.el (compilation-minor-mode-map)
8742 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8743 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8744
8745 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8748 corresponding to the event.
8749
8750 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8751
8752 * loadup.el: Add cygwin to system-type list, for unexec() support.
8753
8754 2004-04-12 John Paul Wallington <jpw@gnu.org>
8755
8756 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8757 (ibuffer-restore-window-config-on-quit): New variable to replace
8758 `ibuffer-delete-window-on-quit'. Update all references.
8759 (ibuffer-prev-window-config): New variable.
8760 (ibuffer-quit): Restore previous window configuration instead of
8761 deleting window.
8762 (ibuffer): Save window configuration before showing Ibuffer buffer.
8763
8764 * help.el (describe-mode): Doc fix.
8765
8766 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8769 not to treat nil as a function.
8770
8771 * vc-arch.el (vc-arch-root): Be a bit more careful.
8772 (vc-arch-register): Save the buffer if we modified it.
8773 (vc-arch-delete-rej-if-obsolete): Save excursion.
8774 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8775 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8776
8777 * net/ldap.el (ldap-search): Use list*.
8778
8779 2004-04-12 Juri Linkov <juri@jurta.org>
8780
8781 * info.el (Info-follow-reference): Allow multiline reference name.
8782
8783 2004-04-11 Dave Love <fx@gnu.org>
8784
8785 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8786
8787 * progmodes/python.el: New file.
8788
8789 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8790
8791 * vc-hooks.el (vc-arg-list): Function removed.
8792 (vc-default-workfile-unchanged-p): Use condition-case to check for
8793 backward compatibility.
8794
8795 * vc.el (vc-print-log): Use condition-case to check for backward
8796 compatibility.
8797
8798 2004-04-11 Juri Linkov <juri@jurta.org>
8799
8800 * dired.el (dired-faces): New defgroup.
8801 (dired-header, dired-mark, dired-marked, dired-flagged)
8802 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8803 New faces.
8804 (dired-header-face, dired-mark-face, dired-marked-face)
8805 (dired-flagged-face, dired-warning-face, dired-directory-face)
8806 (dired-symlink-face, dired-ignored-face): New face variables.
8807 (dired-font-lock-keywords): Use them instead of font-lock faces.
8808 Split the rule for dired marks into 3 separate rules: for marks,
8809 marked file names and flagged file names.
8810
8811 * help-mode.el (help-make-xrefs): Add a final newline to the
8812 *Help* buffer.
8813
8814 2004-04-11 John Paul Wallington <jpw@gnu.org>
8815
8816 * replace.el (occur-engine): Distinguish between one and several
8817 matches in the matches per buffer heading.
8818
8819 2004-04-11 Kim F. Storm <storm@cua.dk>
8820
8821 * ido.el (ido-confirm-unique-completion): New defcustom.
8822 (ido-complete): Use it.
8823 (ido-write-file): Set it to t unconditionally.
8824
8825 2004-04-10 Miles Bader <miles@gnu.org>
8826
8827 RCS keyword removal (only non-comment changes are enumerated here):
8828
8829 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8830 (byte-compile-insert-header): Don't use `byte-compile-version'.
8831 * forms.el (forms-version): Variable removed.
8832 (forms-mode): Don't use `forms-version'.
8833 * recentf.el (recentf-version): Variable removed.
8834 * progmodes/delphi.el (delphi-version): Variable removed.
8835 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8836
8837 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8840
8841 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8842
8843 * info.el (info-apropos): Improve menu item regexp.
8844
8845 2004-04-09 Simon Josefsson <jas@extundo.com>
8846
8847 * mail/smtpmail.el: Add comment, based on report by
8848 kdc@rcn.com (Kevin D. Clark).
8849
8850 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8853 Redo one more thing that I didn't notice Daniel had undone.
8854
8855 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8856
8857 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8858 (gdb-goto-breakpoint, gdb-display-buffer)
8859 (gdb-display-source-buffer, gdb-view-source-function)
8860 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8861 (gdb-source-info, gdb-frame-handler): Don't specify a window
8862 for display.
8863 (gdb-info-breakpoints-custom): Remove superfluous update of
8864 assembler buffer.
8865 (gdb-many-windows): Make settable outside gdb.
8866
8867 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8868
8869 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8870 Derive from fundamental-mode rather than text-mode.
8871
8872 2004-04-08 Juri Linkov <juri@jurta.org>
8873
8874 * info.el (Info-history): Doc fix.
8875 (Info-history-list): New var.
8876 (info-xref): Change magenta4 to blue, remove bold for dark and
8877 light backgrounds, change bold to underline for non-color classes.
8878 (info-xref-visited): New face.
8879 (Info-fontify-visited-nodes): New custom.
8880 (Info-hide-note-references): Add new value `hide'. Doc fix.
8881 (Info-reference-name): New var.
8882 (Info-selection-hook): New custom.
8883 (Info-edit-mode-hook): New var.
8884 (Info-find-file): New fun.
8885 (Info-find-node): Move part of code to Info-find-file.
8886 (Info-find-node-2): Add anchors to Info-history-list. Move point
8887 to the place with the reference name if name is defined.
8888 (Info-select-node): Add current node to Info-history-list.
8889 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8890 (Info-search-whitespace-regexp): New custom.
8891 (Info-search-case-fold): New var.
8892 (Info-search): Add "case-sensitively" to the prompt.
8893 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8894 (Info-search-case-sensitively, Info-search-next): New fun.
8895 (Info-up): Move point to the menu item of the current node.
8896 (Info-history): New fun. Add *info-history* to
8897 same-window-buffer-names.
8898 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8899 (Info-insert-toc): New fun.
8900 (Info-build-toc): New fun.
8901 (Info-follow-reference): Add new arg `fork'. Doc fix.
8902 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8903 with the same name prefer the reference closest to point.
8904 (Info-next-reference): Replace * by + in the *Note regexp.
8905 Add regexp for http:// and ftp://. Skip the *Note prefix.
8906 (Info-prev-reference): Replace * by + in the *Note regexp.
8907 Add regexp for http:// and ftp://. Skip the *Note prefix.
8908 (Info-follow-nearest-node): Add new arg `fork'.
8909 (Info-try-follow-nearest-node): Add new arg `fork'.
8910 Call browse-url for http:// and ftp:// references.
8911 Set Info-reference-name for index entries.
8912 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8913 Info-search-next, Info-history, Info-toc, clone-buffer.
8914 (Info-menu-update): Replace * by + in the *Note regexp.
8915 (Info-mode): Add documentation for Info-history, Info-toc,
8916 Info-search-case-sensitively, Info-search-next, clone-buffer.
8917 (Info-fontify-menu-headers): Remove fun. Move code to
8918 Info-fontify-node.
8919 (Info-fontify-node): Add docstring. Add local vars
8920 fontify-visited-p and not-fontified-p. If not-fontified-p is t
8921 then fontify header line, titles, menu headers, http and ftp
8922 references, refill paragraphs. If not-fontified-p is t or
8923 fontify-visited-p is t then fontify cross references, menu items.
8924 Fontify menu headers. Fontify http and ftp references.
8925 Change regexp for cross references to require whitespace after *Note,
8926 add matching groups for file and node names. Remove hack for quote.
8927 Use display property for Info-hide-note-references=t. Use fifth
8928 or fourth match for help-echo. Display visited nodes in a
8929 different face. Unhide file names of external references.
8930 Unhide newlines. Display visited menu items in a different face.
8931
8932 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * progmodes/compile.el: Require CL.
8935 (compilation-mode-font-lock-keywords): Re-install the "line as
8936 function" patch.
8937
8938 * help-fns.el (help-C-source-directory): New var.
8939 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8940 (describe-function-1, describe-variable): Use them.
8941
8942 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8943 to C source files specially.
8944
8945 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8946
8947 * info.el (Info-hide-cookies-node): New function.
8948 (Info-select-node): Use it.
8949 (Info-display-images-node): Remove message with image file name.
8950
8951 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8952
8953 * progmodes/compile.el (compilation-warning-face)
8954 (compilation-info-face, compilation-skip-threshold)
8955 (compilation-skip-visited, compilation-context-lines):
8956 Declare :version when added to Emacs.
8957 (compilation-error-regexp-alist-alist): Extend caml and irix.
8958 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8959 (compilation-mode-font-lock-keywords): Temporarily undo line as
8960 function patch, which wasn't ready.
8961
8962 2004-04-07 Kenichi Handa <handa@m17n.org>
8963
8964 * international/latin1-disp.el (latin1-display-setup): Check each
8965 character is displayable or not instead of calling
8966 latin1-display-check-font.
8967
8968 2004-04-06 Kenichi Handa <handa@m17n.org>
8969
8970 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8971 New variable.
8972 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8973 instead of sera-being-called-by-w3.
8974 (ethio-fidel-to-sera-buffer): Likewise.
8975 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8976 instead of sera-being-called-by-w3.
8977 (ethio-write-file): Likewise.
8978
8979 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8980
8981 * printing.el: Doc fix.
8982
8983 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8984
8985 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8986 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8987 (gdb-setup-windows): Only use separate IO buffer if required.
8988
8989 2004-04-06 Kim F. Storm <storm@cua.dk>
8990
8991 * term.el (term-is-xemacs): Remove.
8992 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8993 (term-window-width): New function.
8994 (term-mode, term-check-size): Use it.
8995 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8996
8997 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8998
8999 * cus-edit.el (custom-add-parent-links): Change unbound variable
9000 `symbol' to `name'.
9001
9002 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9003 * info.el (info-apropos): New function.
9004 (Info-mode-menu): Add it.
9005 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9006
9007 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9008 inherited docstring.
9009
9010 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9011
9012 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9015
9016 * progmodes/compile.el (font-lock): Don't require any more.
9017 (compilation-error-properties, compilation-start, compilation-sentinel)
9018 (compilation-filter, next-error): Use with-current-buffer.
9019 (compilation-skip-to-next-location, compilation-skip-threshold)
9020 (compilation-skip-visited): Move to silence the byte-compiler.
9021 (compilation-setup): Simplify.
9022 (compilation-next-error): Use line-(beginning|end)-position.
9023 Make sure `pt' is non-nil before using compilation-loop.
9024 (compile-goto-error): Add optional event arg. Use it.
9025 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9026 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9027 Update the binding for mouse-2.
9028 (first-error): Set compilation-current-error to nil rather than bob.
9029 (compilation-parsing-end, compilation-parse-errors-function)
9030 (compilation-error-list, compilation-old-error-list):
9031 "New" compatibility variables.
9032 (compile-buffer-substring, compilation-compat-error-properties)
9033 (compilation-compat-parse-errors, compilation-forget-errors):
9034 New compatibility functions.
9035 (compilation-mode-font-lock-keywords): Use them.
9036
9037 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9038
9039 * autorevert.el (auto-revert-handler): If point (or a window
9040 point) is at the end of the buffer, keep it there after
9041 reverting. This allows to tail a file.
9042 Mention this in the `Commentary'.
9043
9044 * format.el (format-write-file): Add optional argument CONFIRM
9045 and make it behave like the analogous argument to `write-file'.
9046
9047 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9048
9049 * progmodes/ebnf2ps.el: Doc fix.
9050 (ebnf-version): New version number (4.2).
9051 (ebnf-syntax): Customization and docstring fix.
9052 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9053 Put autoloaded funs before first use.
9054 (ebnf-style-database): Add dtd entry.
9055 (ebnf-syntax-alist): Add dtd initialization.
9056 (ebnf-token-sequence): New fun.
9057 (ebnf-comment-table): Add new comment action character.
9058 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9059
9060 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9061 Type Definition for XML).
9062
9063 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9064 * progmodes/ebnf-bnf.el (ebnf-sequence):
9065 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9066 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9067 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9068 Code simplification: call ebnf-token-sequence.
9069
9070 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9071
9072 * calendar/timeclock.el (timeclock-relative)
9073 (timeclock-get-project-function, timeclock-get-workday-function)
9074 (timeclock-query-out, timeclock-when-to-leave)
9075 (timeclock-when-to-leave-string, timeclock-log-data)
9076 (timeclock-generate-report, timeclock-in): Doc fixes.
9077
9078 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * url/: New dir. Import the URL package from its repository.
9081
9082 2004-04-03 Andreas Schwab <schwab@suse.de>
9083
9084 * diff-mode.el (diff-mode): Fix missing quote.
9085
9086 2004-04-03 Juri Linkov <juri@jurta.org>
9087
9088 * descr-text.el (describe-property-list): Add `font-lock-face'.
9089
9090 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9091
9092 2004-04-02 Jan Djärv <jan.h.d@swipnet.se>
9093
9094 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9095 Use utf-16le on little endian machines and utf-16be otherwise.
9096
9097 2004-04-02 David Kastrup <dak@gnu.org>
9098
9099 * net/browse-url.el (browse-url-generic): Use call-process
9100 instead of start-process to allow browsers that fork and detach.
9101
9102 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9103
9104 * compile.el (compilation-current-error): New var.
9105 (compilation-setup, compile-mouse-goto-error)
9106 (compile-goto-error, next-error): Use it.
9107 (compilation-skip-to-next-location): Default to t, which gives
9108 contiguous skipping like old compile (where this was redundant).
9109 (compilation-next-error): Prevent previous-* commands from moving
9110 back to message at or just before point.
9111
9112 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9113
9114 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9115 (gdb-source-info): Don't display source at startup, if required.
9116 (gdb-show-main): New option.
9117 (gdba): Update documentation.
9118 (gdb-source): Cover case of auto-display output.
9119
9120 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9121
9122 * autorevert.el: Delete obsolete autoloads and defvars.
9123 (auto-revert-check-vc-info): New user option.
9124 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9125 (auto-revert-handler-vc): Delete.
9126 (auto-revert-handler): Treat return value `fast' of
9127 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9128
9129 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9130 return `fast'.
9131
9132 * files.el (buffer-stale-function): Doc change.
9133
9134 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9135
9136 * printing.el: New tip on Tips section.
9137 (pr-version): New version number (6.7.4).
9138 (pr-shell-file-name): Initialization fix.
9139
9140 2004-03-31 Juri Linkov <juri@jurta.org>
9141
9142 * dired.el: Add autoload for `dired-do-touch'.
9143 (dired-touch-program): New var.
9144 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9145 (dired-no-confirm): Add `touch' to docstring.
9146
9147 * dired-aux.el (dired-do-touch): New fun.
9148 (dired-do-chxxx): Add argument -t for touch operation.
9149
9150 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9151 `dired-move-to-filename-regexp'.
9152
9153 2004-03-31 HÃ¥kan Granath <hakan.granath@kau.se> (tiny change)
9154
9155 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9156
9157 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9158
9159 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9160 and only if the buffer was modified.
9161
9162 2004-03-30 Kenichi Handa <handa@m17n.org>
9163
9164 * international/characters.el: Delete pairs for U+2308..U+230B.
9165
9166 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9167
9168 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9169 to detect the beginning of a level 2 or 3 annotation.
9170
9171 2004-03-29 Kenichi Handa <handa@m17n.org>
9172
9173 * international/ucs-tables.el (ucs-insert): Fix the error message.
9174
9175 2004-03-29 Kenichi Handa <handa@m17n.org>
9176
9177 * international/mule-util.el (char-displayable-p): Fix generation
9178 of XLFD file name.
9179
9180 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9181 before finding directories by `find'.
9182
9183 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * subr.el (interactive-form): Delete. Now implemented in C.
9186
9187 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9188
9189 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9190 (vc-diff-label): New fun.
9191 (vc-diff-internal): Use it.
9192
9193 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9194
9195 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9196
9197 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9198
9199 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9200 specify XML (EBNFX).
9201
9202 * progmodes/ebnf2ps.el: Doc fix.
9203 (ebnf-version): New version number (4.1).
9204 (ebnf-syntax): Adjust customization.
9205 (ebnf-style-database): Add ebnfx entry.
9206 (ebnf-syntax-alist): Add ebnfx initialization.
9207 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9208
9209 * printing.el: Doc fix.
9210 (pr-version): New version number (6.7.3).
9211 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9212 returns nil for mouse position. Reported by Drew Adams
9213 <drew.adams@oracle.com>.
9214 (pr-update-menus): Modify interactive declaration. Reported by Drew
9215 Adams <drew.adams@oracle.com>.
9216
9217 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9218
9219 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9220 (gud-gdba-marker-filter): Log the process input and output, if
9221 required. From Stefan Monnier.
9222 (gdb-debug-log, gdb-enable-debug-log): New variables.
9223 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9224
9225 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9228 From lorentey@elte.hu (Lőrentey Károly).
9229
9230 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9231
9232 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9233 Call vc-find-file-hook here instead of in auto-revert-buffers.
9234 (auto-revert-buffers): Delete call to vc-find-file-hook.
9235 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9236 (global-auto-revert-mode, auto-revert-set-timer)
9237 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9238
9239 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9240
9241 * woman.el (woman-change-fonts): Rename local variable
9242 woman-font-alist to font-alist to avoid a compiler warning.
9243
9244 2004-03-27 Dave Love <fx@gnu.org>
9245
9246 * emacs-lisp/rx.el (rx): Doc fix.
9247 Fix copyright years.
9248
9249 * strokes.el (strokes-global-set-stroke-string): New function.
9250 (strokes-list-strokes): Cope with strings, not just commands.
9251 Set foreground color of image.
9252 (strokes-global-set-stroke): Doc fix.
9253
9254 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9255
9256 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9257 Auto Revert mode.
9258 (Buffer-menu-files-only): New variable.
9259 (Buffer-menu-toggle-files-only): New function.
9260 (Buffer-menu-mode-map): Bind it to `T'.
9261 (Buffer-menu-mode): Mention `T' in docstring.
9262 Set buffer-stale-function.
9263 (list-buffers-noselect): Mark buffer non-modified and set
9264 Buffer-menu-files-only.
9265
9266 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9267
9268 * autorevert.el (auto-revert-handler): Print revert message
9269 before, rather than after, reverting.
9270 (buffer-stale-function): Move to files.el.
9271
9272 * files.el (buffer-stale-function): Move here from autorevert.el.
9273
9274 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9277
9278 * calc/calc.el (calc-mode-map): Use mapc.
9279
9280 * apropos.el (apropos-mode): Don't autoload.
9281 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9282 (apropos): Use it.
9283 (apropos-print): Add optional `text' argument.
9284 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9285 Don't assume point-min == 1.
9286
9287 * bs.el (bs-buffer-list): Use buffer-local-value.
9288 (bs--set-toggle-to-show): Use with-current-buffer.
9289
9290 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9291 New funs.
9292 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9293
9294 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9295
9296 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9297 (dabbrev--find-expansion): Use pop.
9298 (dabbrev--search): Use match-string-no-properties.
9299
9300 * dired.el (dired-mode): Use run-mode-hooks.
9301 (dired-move-to-end-of-filename): Use match-string.
9302
9303 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9304 is bound before using it.
9305 (ediff-verbose-p): Make it into a var since it's not constant.
9306
9307 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9308
9309 * faces.el (read-face-font): Don't cons up unnecessarily.
9310 (header-line, tool-bar): Share common parts.
9311
9312 * files.el (file-relative-name): Use compare-strings.
9313
9314 * finder.el (finder-mode): Follow coding convention.
9315
9316 * subr.el (read-number): New function.
9317
9318 * ses.el (ses-read-number): Move to subr.el.
9319 (ses-set-header-row): Use read-number.
9320
9321 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9322
9323 * vc-hooks.el (vc-arg-list): New function, which handles both
9324 compiled and uncompiled code.
9325 (vc-default-workfile-unchanged-p): Use it.
9326
9327 * vc.el (vc-print-log): Undo prev change, use new function
9328 vc-arg-list from vc-hooks.el.
9329
9330 2004-03-26 Masatake YAMATO <jet@gyve.org>
9331
9332 * simple.el (completion-setup-function): Emphasize the
9333 first uncommon characters in the completions; and de-emphasize
9334 the common prefix substrings.
9335 (completion-emphasis): New face.
9336 (completion-de-emphasis): New face.
9337
9338 2004-03-25 Juanma Barranquero <lektu@terra.es>
9339
9340 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9341 Comment out (it's unused and unfinished code).
9342
9343 2004-03-25 Sam Steingold <sds@gnu.org>
9344
9345 * vc.el (vc-print-log): Fix a bug in the last patch:
9346 backend-function may be a byte-compiled object, not a lambda.
9347
9348 2004-03-25 Juri Linkov <juri@jurta.org>
9349
9350 * descr-text.el (describe-property-list): Add a button
9351 for `face' property that calls `describe-face'.
9352 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
9353
9354 * international/mule.el (keyboard-coding-system):
9355 * kmacro.el (kmacro-call-macro): Fix docstring.
9356
9357 * dired.el: Fix comments.
9358
9359 * textmodes/fill.el (fill): Fix Info link.
9360
9361 * font-lock.el (fast-lock, lazy-lock):
9362 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9363 Info node.
9364
9365 * eshell/eshell.el (eshell): Fix broken info-link.
9366
9367 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9368 * eshell/em-banner.el (eshell-banner):
9369 * eshell/em-smart.el (eshell-smart):
9370 * eshell/esh-cmd.el (eshell-cmd):
9371 Comment out broken info-links to incomplete Info manual.
9372
9373 * info-xref.el: Fix commentary.
9374
9375 2004-03-25 Kevin Ryde <user42@zip.com.au>
9376
9377 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9378 Remove spurious node duplicate suppression, doesn't work, not wanted.
9379 (info-xref-output): Take format style args, add "sit-for 0" to let
9380 user see the results as they progress.
9381 (info-xref-check-all-custom): New function.
9382
9383 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9384
9385 * gdb-ui.el: Moved to progmodes.
9386
9387 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9390
9391 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9392
9393 * calendar/appt.el (appt-check): Remove superfluous progn.
9394 When finished with diary buffer: if it was not being displayed
9395 before, kill it; otherwise restore its original state.
9396 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9397
9398 * calendar/calendar.el (calendar-set-mode-line): Use total
9399 available mode-line width, rather than frame-width.
9400
9401 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9402 after mode change so effect not lost.
9403
9404 2004-03-23 Dave Love <fx@gnu.org>
9405
9406 * dired.el (dired) <defgroup>: Add link to manual.
9407 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9408 (dired-revert): Use dolist.
9409 (dired-mode-map): Add U binding.
9410 (dired-mode): Add font-lock-beginning-of-syntax-function.
9411 (dired-garbage-files-regexp): Make it a defcustom.
9412
9413 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9416 is equivalent to nil.
9417 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9418 (vc-arch-mode-line-string): Accept `added' state.
9419 (vc-arch-state): Use inode-sigs if available.
9420 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9421 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9422 (vc-arch-tagline-re): New var.
9423 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9424 New functions.
9425 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9426 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9427
9428 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9429 (vc-file-not-found-hook): Use it.
9430
9431 * diff-mode.el (diff-default-read-only): Change default.
9432 (diff-mode-hook): Make it a defcustom. Add some options.
9433 (diff-mode-map): Bind diff-refine-hook.
9434 (diff-yank-handler): New var.
9435 (diff-yank-function): New fun.
9436 (diff-font-lock-keywords): Use them.
9437 (diff-end-of-file): Handle case where file-header looks like diff text.
9438 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9439 (diff-file-kill): Delete a subsequent empty line, if applicable.
9440 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9441 (diff-find-file-name): Use it.
9442 (diff-tell-file-name): New command.
9443 (diff-mode): Be careful with view-mode.
9444 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9445 New functions, for use in diff-mode-hook.
9446 (diff-find-source-location): Catch "regex too large" errors.
9447 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9448 (diff-refine-hunk): New command.
9449
9450 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9451 (smerge-context-menu-map): Remove unused var.
9452 (smerge-keep-all): Preserve markers.
9453 (smerge-keep-n): New fun.
9454 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9455 (smerge-keep-current, smerge-ediff): Use it.
9456 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9457 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9458 (smerge-resolve): Resolve trivial 3-part conflicts.
9459
9460 2004-03-23 Juri Linkov <juri@jurta.org>
9461
9462 * man.el (Man-width): New var.
9463 (Man-getpage-in-background): Use it.
9464 (Man-support-local-filenames): New var and fun.
9465 (Man-build-man-command): Don't add a second %s.
9466 (Man-fontify-manpage): Clean up message.
9467 (Man-mode): Set outline-regexp, outline-level,
9468 imenu-generic-expression.
9469
9470 * woman.el (woman-fill-frame): Doc fix.
9471 (woman-decode-region): Use window-width instead of frame-width.
9472
9473 * abbrevlist.el (list-one-abbrev-table):
9474 * descr-text.el (describe-char):
9475 * international/mule-diag.el (describe-current-coding-system):
9476 * international/quail.el (quail-insert-decode-map):
9477 Use window-width instead of frame-width.
9478
9479 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9480 (jka-compr-mode-alist-additions): Add tbz.
9481 (jka-compr-write-region, jka-compr-insert-file-contents):
9482 Add message for undefined compress-program.
9483 (jka-compr-write-region): Remove redundant var bindings.
9484
9485 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9486 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9487 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9488 (dired-man): Use dired-guess-shell-command.
9489 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9490 Change default nil to t.
9491
9492 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9493 (dired-compare-directories): Add default value for empty input.
9494
9495 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9496
9497 * time.el (display-time-string-forms): Fix help-echo date format.
9498
9499 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9500
9501 * autorevert.el (global-auto-revert-non-file-buffers): Expand
9502 docstring.
9503 (buffer-stale-function): New variable.
9504 (auto-revert-list-diff, auto-revert-dired-file-list)
9505 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9506 (auto-revert-handler): Take over some functionality of deleted
9507 functions.
9508 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9509
9510 * dired.el (dired-directory-changed-p): New fun, extracted from
9511 dired-internal-noselect.
9512 (dired-buffer-stale-p): New fun.
9513 (dired-internal-noselect): Use dired-directory-changed-p.
9514 Eliminate revert messages.
9515 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9516
9517 2004-03-23 Kenichi Handa <handa@m17n.org>
9518
9519 * international/characters.el: Setup syntaxes for more parentheses
9520 Unicode characters.
9521
9522 * international/mule-cmds.el (select-safe-coding-system):
9523 Merge coding-system and auto-cs before comparing them.
9524
9525 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9528
9529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9530 normal-auto-fill-function and comment-indent-function.
9531 The default values now work just as well.
9532 Don't set font-lock-beginning-of-syntax-function since we already set
9533 syntax-begin-function.
9534 (lisp-outline-level): Put ;;;###autoload at same level as (.
9535 (prin1-char): Quote special chars.
9536
9537 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9538 than with-no-warnings.
9539
9540 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9541 if the source location can't be found.
9542 (edebug-compute-previous-result): Use prin1-char.
9543
9544 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9545 (debug-ignored-errors): Add an entry.
9546
9547 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9548 (byte-compile-file): Output warning when deleting a file.
9549
9550 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9551 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9552
9553 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9554 (byte-compile-inline-expand): Use backquote.
9555 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9556 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9557
9558 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9559
9560 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9561
9562 2004-03-22 Juri Linkov <juri@jurta.org>
9563
9564 * finder.el (finder-known-keywords): Fix data, tex, unix.
9565
9566 * play/landmark.el: Fix keywords.
9567
9568 * language/ethio-util.el (ethio-find-file): Doc fix.
9569
9570 * emacs-lisp/warnings.el: Doc fix.
9571
9572 * textmodes/ispell.el (ispell-help): Doc fix.
9573
9574 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * format.el (format-insert-file): Always return a list of two
9577 elements, like insert-file-contents does.
9578
9579 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9580
9581 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9582 and vc-BACKEND-diff.
9583 (vc-print-log): If the print-log implementation supports it, use
9584 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9585 (vc-version-diff, vc-diff-internal): Doc fixes.
9586
9587 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9588 implementation supports it, let diff output go to *vc*,
9589 not *vc-diff*, since this is an internal call.
9590
9591 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9592
9593 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9594
9595 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9596
9597 2004-03-21 Dave Love <fx@gnu.org>
9598
9599 * progmodes/cfengine.el (cfengine-mode):
9600 Set parse-sexp-ignore-comments.
9601
9602 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9603
9604 2004-03-21 Juanma Barranquero <lektu@terra.es>
9605
9606 * allout.el (allout-mode): Fix docstring.
9607
9608 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9611
9612 * autorevert.el (auto-revert-interval): Make new value take
9613 effect immediately when set through Custom.
9614 (auto-revert-set-timer): Add interactive declaration.
9615
9616 2004-03-19 David Ponce <david@dponce.com>
9617
9618 * ruler-mode.el (ruler-mode-header-line-format-old):
9619 Don't `make-variable-buffer-local'.
9620 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9621 (ruler-mode-header-line-format): Simply funcall the above.
9622 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9623 to save/restore a previous header line format.
9624 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9625 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9626 fringes and margins width.
9627 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9628
9629 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * log-edit.el (log-edit-font-lock-keywords): Typo.
9632
9633 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9634 (tex-send-tex-command): Rather than here.
9635 (tex-compilation-parse-errors): Simplify.
9636
9637 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9638
9639 * time.el (display-time-string-forms): Add help-echo with date on time.
9640
9641 * composite.el (compose-region): Use restore-buffer-modified-p.
9642
9643 * disp-table.el (standard-display-8bit): Simplify.
9644
9645 * server.el (server-process-filter): Delete temp frame.
9646
9647 * add-log.el (add-change-log-entry): Simplify.
9648
9649 2004-03-19 Kim F. Storm <storm@cua.dk>
9650
9651 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9652 (hexl-follow-line): Don't require 'fringe.
9653
9654 * progmodes/compile.el (compilation-start): Always set
9655 compilation-last-buffer and return it.
9656
9657 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * simple.el (clone-buffer): Doc fix.
9660
9661 2004-03-18 Juanma Barranquero <lektu@terra.es>
9662
9663 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9664
9665 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * log-edit.el (log-edit-font-lock-keywords): New var.
9668 (log-edit-mode): Use it.
9669
9670 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9671
9672 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9673 properly for watching in speedbar.
9674
9675 2004-03-17 Masatake YAMATO <jet@gyve.org>
9676
9677 * smerge-mode.el (smerge-popup-context-menu):
9678 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9679
9680 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9683 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9684 Take sealed revisions into account.
9685 (vc-arch-checkin): Extract a summary line from the message.
9686
9687 2004-03-16 Masatake YAMATO <jet@gyve.org>
9688
9689 * register.el (register): Provide `register' feature.
9690
9691 2004-03-15 Masatake YAMATO <jet@gyve.org>
9692
9693 Added context menu support in smerge mode.
9694 Most of the part is written by Stefan Monnier.
9695
9696 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9697 New keymap and menu.
9698 (smerge-text-properties): New function.
9699 (smerge-remove-props): New function.
9700 (smerge-popup-context-menu): New function.
9701 (smerge-resolve): Call `smerge-remove-props'.
9702 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9703 (smerge-keep-current): Ditto.
9704 (smerge-kill-current): New function.
9705 (smerge-match-conflict): Put text properties.
9706 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9707
9708 2004-03-15 David Ponce <david@dponce.com>
9709
9710 * ruler-mode.el (ruler-mode-left-fringe-cols)
9711 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9712 (ruler-mode-right-scroll-bar-cols): Remove.
9713 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9714 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9715 Use fringe-columns and scroll-bar-columns.
9716
9717 2004-03-15 Masatake YAMATO <jet@gyve.org>
9718
9719 * hl-line.el (hl-line-range-function): New variable.
9720 (hl-line-move): New function.
9721 (global-hl-line-highlight): Use `hl-line-move'.
9722 (hl-line-highlight): Ditto.
9723
9724 * scroll-bar.el (scroll-bar-columns):
9725 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9726
9727 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9728 (ruler-mode-left-fringe-cols)
9729 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9730 (ruler-mode-right-scroll-bar-cols)
9731 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9732 (ruler-mode-ruler-function): New variable.
9733 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9734 if the value for `ruler-mode-ruler-function' is given.
9735
9736 * hexl.el (hexl-mode-hook): Make the hook customizable.
9737 (hexl-address-area, hexl-ascii-area): New customize variables.
9738 (hexlify-buffer): Put font-lock-faces on the address area and
9739 the ascii area.
9740 (hexl-activate-ruler): New function.
9741 (hexl-follow-line): New function.
9742 (hexl-highlight-line-range): New function.
9743 (hexl-mode-ruler): New function.
9744
9745 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9748 (vc-default-find-file-hook): New fun.
9749 (vc-find-file-hook): Call new find-file-hook operation.
9750
9751 * vc-arch.el: New file.
9752
9753 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9754
9755 * info-look.el (info-lookup): Reuse an existing Info window.
9756
9757 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9758
9759 * woman.el (woman-preserve-ascii): Default value changed to t and
9760 doc string revised.
9761
9762 2004-03-12 Richard M. Stallman <rms@gnu.org>
9763
9764 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9765 Fix minor bug.
9766
9767 * replace.el (occur-engine): Change message for count of matches.
9768
9769 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9770 For strings, do compare text properties.
9771
9772 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9773
9774 * progmodes/compile.el (compile-auto-highlight)
9775 (compilation-error-list, compilation-old-error-list)
9776 (compilation-parse-errors-function, compilation-parsing-end)
9777 (compilation-error-message, compilation-directory-stack)
9778 (compilation-enter-directory-regexp-alist)
9779 (compilation-leave-directory-regexp-alist)
9780 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9781 (compilation-current-file, compilation-regexps): Remove vars.
9782
9783 (compile-error-at-point, compilation-error-filedata)
9784 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9785 (compilation-next-error-locus, compilation-forget-errors)
9786 (count-regexp-groupings, compilation-parse-errors)
9787 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9788
9789 (compile-internal): Make obsolete.
9790
9791 (compilation-first-column, compilation-error)
9792 (compilation-directory-matcher, compilation-page-delimiter)
9793 (compilation-mode-font-lock-keywords, compilation-debug)
9794 (compilation-error-face, compilation-warning-face)
9795 (compilation-info-face, compilation-line-face)
9796 (compilation-column-face, compilation-enter-directory-face)
9797 (compilation-leave-directory-face, compilation-skip-threshold)
9798 (compilation-skip-visited, compilation-context-lines): New vars.
9799
9800 (compilation-warning-face, compilation-info-face)
9801 (compilation-message-face): New faces.
9802
9803 (compilation-error-regexp-alist-alist): New constant.
9804
9805 (compilation-face, compilation-directory-properties)
9806 (compilation-assq, compilation-error-properties, compilation-start)
9807 (define-compilation-mode, compilation-loop)
9808 (compilation-set-window): New functions.
9809
9810 (compile): Additional argument for interactive compiles like TeX.
9811
9812 * progmodes/grep.el (kill-grep): Move here from compile.el.
9813 (grep-error, grep-hit-face, grep-error-face)
9814 (grep-mode-font-lock-keywords): New variables.
9815 (grep-regexp-alist): Simplify regexp and add `binary' case.
9816 (grep-mode): New mode.
9817 (grep-process-setup): Simplify.
9818
9819 2004-03-11 Jason Rumney <jasonr@gnu.org>
9820
9821 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9822 letters on DOS/Windows.
9823
9824 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * server.el (server-name): New var.
9827 (server-socket-dir): New var to replace server-socket-name.
9828 (server-start): Use them.
9829
9830 2004-03-11 Simon Josefsson <jas@extundo.com>
9831
9832 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9833 died to avoid infloop. Reported by Jonathan Glauner
9834 <jglauner@sbum.org>.
9835
9836 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9839 (smerge-mode-menu): Use it to deactivate menu entries.
9840 (smerge-keep-current): New fun.
9841 (smerge-keep-current): Use it.
9842
9843 2004-03-10 John Paul Wallington <jpw@gnu.org>
9844
9845 * foldout.el (foldout-fold-list, foldout-modeline-string):
9846 Declare them as variables, not constants.
9847
9848 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9849
9850 * ps-print.el: Modification to print *Messages* buffer.
9851 (ps-print-version): New version 6.6.4.
9852 (ps-message-log-max): New fun.
9853 (ps-spool-without-faces, ps-spool-with-faces)
9854 (ps-count-lines-preprint): Code fix.
9855
9856 * printing.el: New tips in Tips section.
9857
9858 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9859
9860 * delim-col.el: Doc fix.
9861
9862 * printing.el: Doc fix. New doc section (Tips).
9863
9864 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * type-break.el (type-break-emacs-variant): Remove.
9867 (type-break-run-at-time, type-break-cancel-function-timers):
9868 Use fboundp rather than version name and number.
9869
9870 2004-03-09 Masatake YAMATO <jet@gyve.org>
9871
9872 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9873 `make-variable-buffer-local'.
9874
9875 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9876
9877 * find-dired.el (find-dired): Call `shell-command' instead of
9878 `start-process-shell-command'. By this, Tramp takes over
9879 handling of remote directories.
9880
9881 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * newcomment.el (comment-use-global-state): New var.
9884 (comment-search-forward): Use it.
9885
9886 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9887
9888 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9889
9890 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9891 (enable-kinsoku): Make it a defcustom.
9892 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9893 paragraph to same-comment-start-marker.
9894
9895 2004-03-07 Dave Love <fx@gnu.org>
9896
9897 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9898 (browse-url-mail): Use it.
9899
9900 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9901 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9902
9903 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9904
9905 * woman.el (woman-man.conf-path): Doc fix.
9906 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9907
9908 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9909
9910 * sort.el (sort-columns): Remove ms-dos from the list of systems
9911 where the external `sort' command is not used.
9912
9913 2004-03-07 Kim F. Storm <storm@cua.dk>
9914
9915 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9916 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9917 from overlay-arrow-variable-list.
9918 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9919
9920 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
9921
9922 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9923 overlay arrow string properly for the assembler buffer.
9924
9925 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * mail/sendmail.el (mail-mode): Fix last change.
9928
9929 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
9930
9931 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9932 for the assembler buffer.
9933 (gdb-assembler-custom): Position the overlay arrow.
9934 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9935
9936 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9939
9940 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9941 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9942
9943 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9944
9945 * newcomment.el (uncomment-region): Allow non-terminated comment.
9946 (comment-normalize-vars): Check the user-specified comstart marker.
9947
9948 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9949
9950 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9951 Otherwise, do use it if the region only contains font-lock text
9952 properties.
9953
9954 2004-03-04 Masatake YAMATO <jet@gyve.org>
9955
9956 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9957 as the callback function for eldoc.
9958 (hexl-print-current-point-info): New function.
9959 (hexl-current-address): Print the address in both decimal
9960 and hexadecimal format.
9961
9962 2004-03-04 Richard M. Stallman <rms@gnu.org>
9963
9964 * mail/rmail.el (rmail-convert-to-babyl-format):
9965 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9966
9967 * mail/mail-utils.el (mail-unquote-printable-region):
9968 New arg UNIBYTE.
9969
9970 * startup.el (command-switch-alist): Doc fix.
9971
9972 * simple.el (undo): Temporarily set this-command to `undo-start',
9973 then set it to `undo' once undo-start returns without error.
9974
9975 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9976
9977 * simple.el (kill-line): Don't disregard trailing whitespace
9978 in eol condition, if show-trailing-whitespace is set.
9979
9980 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9981 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9982 When disabling, restore old values only if mouse-sel-has-been-enabled.
9983
9984 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9985 (isearch-{-char): New function.
9986 (isearch-mode-map): Bind { to isearch-{-char.
9987
9988 * font-lock.el (lisp-font-lock-keywords-2):
9989 Turn off the CL with-... and do-... general patterns.
9990 Instead, recognize several specific with... and do... constructs.
9991
9992 * files.el (switch-to-buffer-other-window):
9993 Bind same-window-buffer-names and same-window-regexps to nil.
9994 (switch-to-buffer-other-frame): Likewise.
9995
9996 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9999 recognizing leading comment on code line.
10000
10001 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10004 hidden files/directories.
10005
10006 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10009 only comment-start (in case the mode hasn't set it).
10010
10011 * Makefile.in (AUTOGENEL): New var.
10012 (bootstrap-prepare): Rename from bootstrap-clean.
10013 Don't remove elc files.
10014 (maintainer-clean): New target.
10015
10016 * xml.el (xml-get-attribute-or-nil): Simplify.
10017
10018 2004-03-02 Juri Linkov <juri@jurta.org>
10019
10020 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10021 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10022 URL to prevent their substitution with the environment variable
10023 values by browsers.
10024
10025 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10026
10027 * ps-print.el: Doc fix.
10028 (ps-print-version): New version number (6.6.3).
10029 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10030 Docstring fix.
10031 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10032 before printing.
10033 (ps-time-stamp-yyyy-mm-dd): New fun.
10034 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10035
10036 2004-03-02 Kim F. Storm <storm@cua.dk>
10037
10038 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10039
10040 2004-03-01 Juanma Barranquero <lektu@terra.es>
10041
10042 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10043
10044 * desktop.el (desktop-file-version)
10045 (desktop-after-read-hook): Fix typos.
10046 (desktop-clear-preserve-buffers): Remove redundant info in
10047 docstring already shown by the obsolescence message.
10048 (desktop-truncate, desktop-internal-v2s)
10049 (desktop-value-to-string): Change argument name to match docstring.
10050
10051 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10052
10053 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10054 docstring.
10055
10056 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10057
10058 * printing.el: Replace "As Is..." in PostScript file print/preview by
10059 "No Preprocessing...". Suggested by Colin Marquardt
10060 <_marquardt_@zmd.de>.
10061 (pr-insert-section-4): Adjust buffer interface.
10062
10063 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10064
10065 Version 2.0.39 of Tramp released.
10066
10067 * net/tramp.el (tramp-handle-file-local-copy)
10068 (tramp-handle-write-region, tramp-open-connection-rsh):
10069 Variable name typo. Small change. From Patrick Tullmann
10070 <tullmann@flux.utah.edu>.
10071 (tramp-process-connection-type): New variable.
10072 (tramp-maybe-open-connection): Use it.
10073 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10074 (tramp-touch): Set last-modified time of a remote file.
10075 (tramp-handle-write-region): Say which function is used when encoding.
10076
10077 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10078
10079 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10080 case of non-existing filename, too. Reported by Christoph Bauer
10081 <c_bauer@informatik.uni-kl.de>.
10082 (tramp-smb-get-file-entries): The directory in question should
10083 have permissions "drwxrwxrwx". Just virtual, because we don't
10084 know the real permissions. Don't we know?
10085 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10086 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10087 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10088 output. If it was received chunkwise, there have been problems.
10089 Remove the "prompt not found" error message; it is obvious.
10090 Simplify algorithm.
10091 (tramp-smb-process-running): Remove. Since we acknowledge the
10092 virtual prompt for shares, there's no need for distinction of
10093 reading shares (process ends afterwards) and interactive mode of
10094 smbclient.
10095 (tramp-smb-open-connection): Setting process sentinel removed.
10096 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10097 "NT_STATUS_NETWORK_ACCESS_DENIED".
10098 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10099 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10100 (top-level): Setting default value in `tramp-default-method-alist'
10101 corrected. Order of USER and HOST have been wrong.
10102 Nobody complained for months ...
10103 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10104 (tramp-smb-open-connection): Clear password cache if login has failed.
10105
10106 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10107 `tramp-unified-filenames'.
10108 (tramp-completion-mode): Make test for XEmacs explicitly.
10109 `event-to-character' can exists in Emacs packages too.
10110 Reported by Matt Swift <swift@alum.mit.edu>.
10111 (tramp-buffer-name): Buffer name must contain the user if exists.
10112 Reported by Adrian Phillips <a.phillips@met.no>.
10113 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10114 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10115 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10116 `tramp-do-copy-or-rename-file-one-local', because it handles also
10117 the case both files use the same out-of-band method.
10118 Implementation added.
10119 (tramp-handle-file-local-copy, tramp-handle-write-region):
10120 Out-of-band handling removed. `copy-file' called instead, which
10121 calls `tramp-do-copy-or-rename-file-out-of-band'.
10122 (tramp-action-password): Check for out-of-band method removed.
10123 This function is used for 'login-program.
10124 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10125 appropriate.
10126 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10127 and `tramp-parse-sknownhosts'.
10128 (tramp-completion-function-alist): It's a defvar now, because we
10129 want to apply the optimized `tramp-set-completion-function'
10130 instead of a static list.
10131 (tramp-set-completion-function): Implementation tuned.
10132 Avoid double entries, and entries where the function or the
10133 file/directory doesn't exist.
10134 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10135 for SSH2.
10136 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10137 (tramp-handle-dired-compress-file): New function.
10138 (tramp-async-proc): New variable.
10139 (tramp-handle-shell-command): Adding asynchronous processes.
10140 They are far from being perfect, but it works at least for
10141 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
10142 (top-level): Require password.el if visible. Should be mandatory
10143 once No Gnus has found its way into (X)Emacs.
10144 (tramp-read-passwd): Invoke `password-read' if available,
10145 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10146 fallback any longer.
10147 (tramp-clear-passwd): New function.
10148 (tramp-process-actions, tramp-process-multi-actions):
10149 Clear password cache if login has failed.
10150
10151 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10152 its own module.
10153 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10154 `ange-ftp-ftp-name-res'. There could be incorrect values from
10155 previous calls in case the "ftp" method is used in the Tramp file
10156 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10157
10158 2004-02-28 Richard M. Stallman <rms@gnu.org>
10159
10160 * term.el (term-mouse-paste): Call mouse-set-point.
10161
10162 * thumbs.el: New file.
10163
10164 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10165
10166 * progmodes/ebnf-abn.el: Doc fix.
10167
10168 * progmodes/ebnf-bnf.el: Doc fix.
10169 (ebnf-repeat): Code fix.
10170
10171 * progmodes/ebnf2ps.el: Doc fix.
10172 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10173
10174 2004-02-28 Juri Linkov <juri@jurta.org>
10175
10176 * ffap.el (dired-at-point): Additional writability test for
10177 relative directory names.
10178 (dired-at-point-prompter): Treat directories as a directory, get
10179 the directory component from files.
10180 (ffap-string-at-point): Return string from region if region is active.
10181 (ffap-file-at-point): Remove redundant code.
10182
10183 2004-02-28 Kim F. Storm <storm@cua.dk>
10184
10185 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10186 Initialize margin area images to nil.
10187 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10188 (breakpoint-enabled-bitmap-face)
10189 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10190 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10191 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10192 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10193 (gdb-reset): Use gdb-remove-breakpoint-icons.
10194 (gdb-put-string): Add dprop arg to specify alternative display
10195 property (for setting fringe bitmap).
10196 (gdb-remove-strings): Doc fix.
10197 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10198 icon in fringe (if available), or else as icon or text in display
10199 margin. Creates necessary icons in breakpoint-bitmap,
10200 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10201 Also make left window margin if required.
10202 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10203 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10204 no longer needed.
10205 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10206 gdb-put-breakpoint-icon.
10207 (gdb-assembler-mode): Don't set left-margin-width here.
10208
10209 2004-02-27 Kevin Ryde <user42@zip.com.au>
10210
10211 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10212 comma, so that it DTRT in macros.
10213
10214 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10215
10216 * progmodes/sh-script.el (sh-shell-arg)
10217 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10218 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10219
10220 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10221
10222 * faces.el (face-spec-set-match-display): Add a new attribute,
10223 `min-colors'.
10224 (region, highlight, secondary-selection): Use `min-colors'.
10225
10226 * custom.el (defface): Add documentation for `min-colors'.
10227
10228 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10229 (font-lock-keyword-face, font-lock-function-name-face)
10230 (font-lock-variable-name-face, font-lock-constant-face):
10231 Use `min-colors'.
10232
10233 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10234
10235 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10236
10237 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10238 define assq-delete-all if it's not defined.
10239 (ebnf-generate-region): Code fix.
10240
10241 * printing.el: Doc fix.
10242 (pr-version): New version number (6.7.2).
10243 (pr-command): Return empty string if command is an empty string.
10244
10245 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10246
10247 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10248
10249 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10250 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10251 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10252 "tt" ["test"] ). Reported by Markus Dreyer
10253 <mdreyer@ix.urz.uni-heidelberg.de>.
10254 (ebnf-version): New version number (4.0).
10255 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10256 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10257 (ebnf-delete-style): New commands.
10258 (ebnf-directory, ebnf-file): New funs.
10259 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10260 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10261 (ebnf-syntax-alist): New var.
10262 (ebnf-element-width): New fun replacing ebnf-list-width.
10263 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10264 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10265 (ebnf-prologue): Adjust vars.
10266 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10267 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10268 (ebnf-check-style-values, ebnf-generate-production)
10269 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10270 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10271 (ebnf-token-repeat): Code fix.
10272
10273 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10274 %right, %left and %prec. Suggested by Matthew K. Junker
10275 <junker@alum.mit.edu>.
10276 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10277
10278 * progmodes/ebnf-iso.el: Doc fix.
10279 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10280 (ebnf-iso-lex): Code fix.
10281
10282 * progmodes/ebnf-bnf.el: Doc fix.
10283 (ebnf-bnf-lex): Code fix.
10284
10285 * progmodes/ebnf-otz.el: Doc fix.
10286
10287 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10288
10289 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10290 (abbrev-prefix-mark): Doc fix.
10291
10292 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10293
10294 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10295 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10296 (gdb-var-delete): Make interactive (really).
10297 (gdb-edit-value): Make non-interactive.
10298
10299 * progmodes/gud.el (gud-speedbar-menu-items):
10300 Add gdb-var-delete and, indirectly, gdb-edit-value.
10301 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10302 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10303 (gud-gdb-marker-filter): Add comment for annotations.
10304
10305 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10306
10307 * calendar/calendar.el (generate-calendar)
10308 (calendar-read-date): Prevent display of BC calendars once more -
10309 reverts 2003-10-01 change.
10310 (generate-calendar-month): Doc fix.
10311
10312 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10313
10314 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10315 return value of increment-calendar-month.
10316
10317 2004-02-21 Stephen Compall <s11@member.fsf.org>
10318
10319 * saveplace.el (save-place-forget-unreadable-files)
10320 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10321 (save-place-forget-unreadable-files): New function.
10322 (save-place-alist-to-file): Use it to filter out files that are
10323 no longer readable.
10324
10325 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10326 current Texinfo environment, using the same method as in
10327 `texinfo-insert-@end', and insert a space rather than a newline if
10328 point in a @table environment.
10329
10330 2004-02-21 Juri Linkov <juri@jurta.org>
10331
10332 * ffap.el (ffap-file-at-point): Try parent directories.
10333
10334 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10335
10336 * vcursor.el (vcursor-modifiers): New defcustom.
10337 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10338 hard-coded list.
10339
10340 2004-02-21 Masatake YAMATO <jet@gyve.org>
10341
10342 * play/animate.el (animate-birthday-present): Accept names other
10343 than `Sarah', too.
10344
10345 2004-02-21 Juri Linkov <juri@jurta.org>
10346
10347 * startup.el: Remove table of command line arguments from the
10348 Commentary section.
10349
10350 2004-02-20 John Wiegley <johnw@newartisans.com>
10351
10352 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10353 again" modifier from 'e' to 'E', since 'e' is also used by the
10354 "file extension" modifier.
10355
10356 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10357
10358 * help-fns.el (describe-categories): Doc fix.
10359
10360 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10361
10362 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10363 temporary file for buffer already visiting one. This change makes
10364 output likely to be directly usable by patch program.
10365 Suggested by Adrian Aichner <adrian@xemacs.org>
10366
10367 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10368
10369 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10370 case of variables defined in compound statements.
10371 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10372 Simplify constructions using switch-to-buffer.
10373
10374 2004-02-19 Simon Josefsson <jas@extundo.com>
10375
10376 * play/morse.el: Fix typo.
10377 (morse-code): Add @.
10378
10379 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10380
10381 * calendar/appt.el (appt-display-format): Change default to
10382 'ignore, for backwards compatibility.
10383 (appt-display-message): If appt-display-format is 'ignore,
10384 respect old vars appt-msg-window and appt-visible.
10385 (appt-activate): Don't depend on return value of cancel-timer.
10386
10387 * calendar/calendar.el (calendar-holidays): Doc fix.
10388
10389 * calendar/cal-coptic.el (coptic-prompt-for-date):
10390 Use assoc-string instead of assoc-ignore-case.
10391 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10392 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10393 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10394 * calendar/cal-islam.el (calendar-goto-islamic-date)
10395 (mark-islamic-diary-entries): Ditto.
10396 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10397 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10398 (calendar-read-mayan-tzolkin-date): Ditto.
10399 * calendar/calendar.el (calendar-read-date): Ditto.
10400 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10401
10402 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10403
10404 * progmodes/executable.el (executable-command-find-posix-p):
10405 Fix choice of the directory.
10406
10407 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10408
10409 * simple.el (interprogram-cut-function)
10410 (interprogram-paste-function, kill-new, kill-append):
10411 Doc fixes.
10412 (kill-region): Make it return nil. Doc fix.
10413 (yank-pop): Make its argument optional.
10414 (yank): Make ARG `-' equivalent to `-1'.
10415
10416 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10417
10418 * mail/rmail.el (rmail-get-new-mail): Don't reference
10419 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10420
10421 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10424 if one of global-auto-revert-non-file-buffers or autorevert-mode
10425 is non-nil.
10426
10427 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10428
10429 * subr.el (delete-dups): A better implementation from Karl Heuer
10430 <kwzh@gnu.org>.
10431
10432 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10433
10434 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10435 correct place.
10436 * progmodes/icon.el (icon-indent-command): Ditto.
10437 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10438
10439 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10440
10441 * progmodes/grep.el (grep-compute-defaults): Undo change from
10442 2004-01-29: don't use executable-command-find-posix-p.
10443
10444 2004-02-16 Richard Sharman <rsharman@pobox.com>
10445
10446 * hilit-chg.el: Use require instead of eval-and-compile.
10447 (highlight-compare-buffers): New function.
10448
10449 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10450
10451 * man.el (Man-fontify-manpage): Render section headings in
10452 `Man-overstrike-face' even when overstrike was not used by man
10453 formatter for section headings.
10454
10455 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10456
10457 * rmail-spam-filter.el (vm-use-spam-filter)
10458 (rsf-min-region-length-added-to-spam-list): New variables.
10459 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10460 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10461 spam testing. Don't delete spam message if automatic deletion
10462 after output via variable rmail-delete-after-output is turned on.
10463 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10464 rsf-bbdb-dont-create-entries-for-spam.
10465 (check-field): New function, extracted from code in
10466 rmail-spam-filter to ease addition of header fields like content-type.
10467 (message-content-type): New variable to check the content-type:
10468 field added, also in defcustom of rsf-definitions-alist.
10469 (rmail-spam-filter): Replace repeated test code for header fields
10470 by calls to check-field; change the call to
10471 rmail-output-to-rmail-file such that rmail-current-message stays
10472 the same to avoid wrong deletion of unseen flags.
10473 (rsf-add-contents-type): New function to convert old format
10474 of rmail-spam-definitions-alist into new one.
10475 Change prefixes of all variables and functions from
10476 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10477
10478 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10479
10480 * loadhist.el (unload-hook-features-list): New defvar.
10481
10482 2004-02-16 Dave Love <fx@gnu.org>
10483
10484 * loadhist.el (unload-feature): Doc fix. Rename flist to
10485 unload-hook-features-list.
10486
10487 2004-02-16 Jay Belanger <belanger@truman.edu>
10488
10489 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10490 cookie. Don't check if we are looking-at open-formula.
10491
10492 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10493
10494 * subr.el (match-string-no-properties): Use substring-no-properties.
10495
10496 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10497
10498 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10499 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10500 Use lower-case "rx" in all error message.
10501
10502 2004-02-16 Dave Love <fx@gnu.org>
10503
10504 * emacs-lisp/rx.el (rx-or): Put group around result.
10505 (rx-constituents): Add backref.
10506 (rx-syntax): Add string-delimiter, comment-delimiter.
10507 (rx-categories): Add combining-diacritic.
10508 (rx-check-not, rx-greedy, rx): Doc fix.
10509 (rx-backref, rx-check-backref): New.
10510
10511 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10512
10513 * newcomment.el (uncomment-region): Allow eob as comment end.
10514
10515 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10516
10517 * filecache.el: All message and error commands now use prefix
10518 "Filecache:" to make it easy to read *Messages* buffer.
10519
10520 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10521
10522 * autorevert.el: Add support to detect changed dired and VC buffers.
10523 (auto-revert-active-p, auto-revert-list-diff)
10524 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10525 (auto-revert-handler, auto-revert-active-p): New functions.
10526 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10527 and `auto-revert-active-p'.
10528 (eval-when-compile): Defvar dired-directory and vc-mode.
10529 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10530 (auto-revert-handler-vc): New functions.
10531
10532 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10533
10534 * progmodes/compile.el (compilation-directory): New defvar.
10535 (compile): Save current directory in compilation-directory.
10536 (recompile): Bind default-directory to compilation-directory if
10537 that is non-nil.
10538
10539 2004-02-16 Dave Love <fx@gnu.org>
10540
10541 * newcomment.el (comment-insert-comment-function)
10542 (comment-region-function, uncomment-region-function): New.
10543 (comment-indent): Use comment-insert-comment-function.
10544 (uncomment-region): Use uncomment-region-function.
10545 (comment-region): Use comment-region-function.
10546
10547 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10548
10549 2004-02-16 Richard Stallman <rms@gnu.org>
10550
10551 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10552 loaddefs* and ldefs-boot*.
10553
10554 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10555
10556 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10557 and email address at the beginning and end of the address.
10558
10559 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10560 anchored at the beginning of the email address.
10561
10562 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10563
10564 * international/ccl.el (ccl-compile-write): Pass `left' to
10565 ccl-embed-code to generate correct code of write-expr-register.
10566
10567 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10568
10569 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10570
10571 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
10572
10573 * x-dnd.el: Mention support for Motif in commentary.
10574 (x-dnd-handle-drag-n-drop-event): Ditto.
10575
10576 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10577
10578 * ses.el: Use "ses--" prefixes for buffer-local variables.
10579 Use (point-min) instead of 1, even when we know the buffer
10580 is unnarrowed.
10581 (ses-build-load-map): Delete. Distribute its content to defconsts for
10582 the three maps.
10583 (ses-menu, ses-header-line-menu): New menus.
10584 (ses-mode-map): Use them.
10585 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10586
10587 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10588
10589 * Makefile.in: Fix the CC Mode recompile kludge so it works
10590 when building in a different directory.
10591
10592 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10593
10594 * simple.el (kill-new): Put yank-handler property on the entire string.
10595
10596 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * diff.el: Don't use compile any more, use diff-mode instead.
10599 (diff-regexp-alist, diff-old-file, diff-new-file)
10600 (diff-parse-differences, diff-process-setup): Remove.
10601 (diff-sentinel): New fun.
10602 (diff): Use it. Run the process ourselves.
10603 Use diff-mode for the rest of the processing.
10604
10605 * diff.el (diff): Simplify code handling `switch'.
10606
10607 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * pcvs-defs.el (cvs-menu): Add `tag'.
10610
10611 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10612
10613 * simple.el (kill-append): Doc fix.
10614
10615 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10616 Adapt outline-regexp to the new conventions for commenting out code.
10617
10618 2004-02-11 John Paul Wallington <jpw@gnu.org>
10619
10620 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10621
10622 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * diff.el (diff-switches): New fun.
10625 (diff, diff-backup): Use it.
10626 (diff): Clean up the args construction. Use backquote.
10627 Use listp instead of consp to avoid putting a nil arg.
10628 (diff): Add a revert-buffer function.
10629
10630 2004-02-10 Jan Djärv <jan.h.d@swipnet.se>
10631
10632 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10633 handled by x-dnd-handle-file-name.
10634 (x-dnd-known-types): Add COMPOUND_TEXT.
10635 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10636 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10637 x-dnd-empty-state.
10638 (x-dnd-forget-drop): Ditto.
10639 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10640 (x-dnd-handle-one-url): Return private when inserting text.
10641 (x-dnd-insert-ctext): New function.
10642 (x-dnd-handle-file-name): New function for FILE_NAME.
10643 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10644 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10645 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10646
10647 2004-02-10 Kenichi Handa <handa@m17n.org>
10648
10649 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10650 instead of while loop.
10651
10652 2004-02-10 Miles Bader <miles@gnu.org>
10653
10654 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10655
10656 2004-02-09 Kenichi Handa <handa@m17n.org>
10657
10658 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10659 have end-of-line.
10660
10661 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10662
10663 * Makefile.in: Added extra dependencies in the recompile target
10664 needed to cope with the compile time macro expansions in CC Mode.
10665
10666 2004-02-09 Kim F. Storm <storm@cua.dk>
10667
10668 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10669 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10670 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10671 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10672 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10673 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10674 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10675 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10676 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10677 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10678 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10679
10680 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10683 Don't allow shrink if there's a window on our right.
10684
10685 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10686 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10687 Bring together declaration and initialization.
10688 (prolog-mode-variables): Don't set the syntax table.
10689 Don't set paragraph-start and comment-indent-function.
10690 Add /*..*/ to the comment regexps.
10691 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10692 (prolog-mode-map): Don't bind TAB.
10693 (prolog-mode): Set the syntax table.
10694 (prolog-comment-indent): Remove.
10695 (inferior-prolog-mode-map): Initialize in the declaration.
10696 (inferior-prolog-mode-syntax-table)
10697 (inferior-prolog-mode-abbrev-table): New vars.
10698 (inferior-prolog-mode): Derive from comint-mode.
10699 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10700 minibuffer windows.
10701
10702 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10703 in file names, as long as it is unambiguous.
10704
10705 2004-02-08 Andreas Schwab <schwab@suse.de>
10706
10707 * textmodes/reftex-toc.el
10708 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10709 format. Doc fix.
10710
10711 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10712 format string arguments.
10713
10714 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10715 string argument.
10716
10717 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10718
10719 * play/zone.el (zone-call): Fix format string.
10720
10721 * net/webjump.el (webjump-builtin): Add missing format string argument.
10722
10723 * midnight.el (midnight-delay-set): Remove extra format string
10724 argument.
10725
10726 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10727
10728 * hexl.el (hexl-insert-char): Add missing format string argument.
10729
10730 * format.el (format-decode): Fix format string.
10731
10732 * emulation/vi.el (vi-mode): Remove extra format string argument.
10733 (vi-repeat-last-search): Likewise.
10734 (vi-reverse-last-search): Likewise.
10735 (vi-goto-mark): Likewise.
10736 (vi-reverse-last-find-char): Likewise.
10737 (vi-repeat-last-find-char): Likewise.
10738 (vi-locate-def): Likewise.
10739
10740 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10741
10742 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10743 string argument.
10744 (ediff-toggle-regexp-match): Likewise.
10745
10746 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10747 format string argument.
10748
10749 * calc/calc-map.el (calc-get-operator): Remove extra format
10750 string argument.
10751
10752 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10753
10754 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10755 string argument.
10756
10757 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10758
10759 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10760
10761 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10762
10763 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10764 (cl-struct-setf-expander): Likewise.
10765
10766 * vc.el (with-vc-file): Fix unsafe uses of error.
10767 (vc-cancel-version): Likewise.
10768
10769 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl>
10770
10771 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10772 thousands separator; fixes <class>:<line-number> regexp for
10773 non-english locales.
10774
10775 2004-02-08 Andreas Schwab <schwab@suse.de>
10776
10777 * view.el (view-mode-enable): Revert previous change.
10778
10779 2004-02-07 Kim F. Storm <storm@cua.dk>
10780
10781 * simple.el (line-number-at-pos): Rename from line-at-pos.
10782 Uses changed (what-line and vc-annotate-warp-version).
10783
10784 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10787 (diff-mode): Remove aborted attempt at support for compile.el.
10788 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10789
10790 2004-02-06 Andreas Schwab <schwab@suse.de>
10791
10792 * view.el (view-mode-enable): Add view-mode-map to
10793 minor-mode-overriding-map-alist.
10794
10795 2004-02-05 Jan Djärv <jan.h.d@swipnet.se>
10796
10797 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10798
10799 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10802 with point inside rather than after the paragraph.
10803
10804 2004-02-04 Sam Steingold <sds@gnu.org>
10805
10806 * mail/smtpmail.el (smtpmail-try-auth-methods):
10807 Do not try authentication when no mechanism is available.
10808 Pass port-name as defaultport to `netrc-machine'.
10809
10810 2004-02-04 Stephen Eglen <stephen@gnu.org>
10811
10812 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10813 to show how minibuffer height can be constrained.
10814
10815 2004-02-04 John Paul Wallington <jpw@gnu.org>
10816
10817 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10818
10819 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
10820
10821 * x-dnd.el: New file for drag and drop.
10822
10823 * term/x-win.el: require x-dnd, set after-make-frame-functions
10824 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10825 drag-n-drop event.
10826
10827 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10828 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10829 (dired-dnd-handle-file): New functions for drag and drop support.
10830 (dired-mode): Initialize drag and drop if x-dnd present.
10831
10832 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10835 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10836 (cperl-mode): Set fill-paragraph-function.
10837 (cperl-fill-paragraph): Make it non-interactive.
10838
10839 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10840
10841 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10842
10843 2004-02-02 David Kastrup <dak@gnu.org>
10844
10845 * replace.el (perform-replace): Allow 'literal argument in
10846 regexp-flag to indicate literal replacement.
10847 (query-replace-regexp-eval): Use it.
10848
10849 2004-02-01 Andreas Schwab <schwab@suse.de>
10850
10851 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10852
10853 2004-02-01 Stephen Eglen <stephen@gnu.org>
10854
10855 * info-look.el: Add support for maxima-mode. Update commentary
10856 because info-lookup-symbol is now bound to C-h S.
10857
10858 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10859
10860 * simple.el (edit-and-eval-command): Bind print-level and
10861 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10862 Correct initial position in command-history.
10863
10864 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10865
10866 * files.el (read-directory-name): Adapt the docstring to recent
10867 change in Fread_file_name.
10868
10869 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10870
10871 * ses.el (ses-print-cell): If print format too wide for column
10872 width, truncate decimal places if that helps to avoid "#####" fill.
10873 * ses.el (ses-initial-column-width): Revert previous change.
10874
10875 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10878 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10879 Add edebug info.
10880 (jit-lock-mode): Setup/cancel the new timer.
10881 (jit-lock-context-fontify): New fun. Extracted from
10882 context fontification code of jit-lock-stealth-fontify.
10883 (jit-lock-stealth-fontify): Don't do context fontification any more.
10884
10885 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10886 (jit-lock-fontify-now): Handle the `quit' case.
10887 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10888
10889 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10890
10891 * progmodes/executable.el (executable-command-find-posix-p):
10892 New. Check if find handles arguments POSIX-style.
10893
10894 * progmodes/grep.el (grep-compute-defaults):
10895 Use executable-command-find-posix-p.
10896 (grep-find): Check `grep-find-command'.
10897
10898 * filecache.el (file-cache-find-posix-p): Delete.
10899 (file-cache-add-directory-using-find):
10900 Use `executable-command-find-posix-p'.
10901
10902 2004-01-29 Dave Love <fx@gnu.org>
10903
10904 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10905 Iterate the hook function if arg is given.
10906 (mark-defun, narrow-to-defun): Change order of finding the limits.
10907
10908 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10909 (byte-compile-format-warn): New.
10910 (byte-compile-callargs-warn): Use it.
10911 (Format, message, error): Add byte-compile-format-like property.
10912 (byte-compile-maybe-guarded): New.
10913 (byte-compile-if, byte-compile-cond): Use it.
10914 (byte-compile-lambda): Compile interactive forms,
10915 just to make warnings about them.
10916
10917 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10918
10919 * ses.el (ses-initial-column-width): Increase to 14, so it will
10920 work well with the default printer of "%.7g" for extreme values
10921 like "-1.234567e+07".
10922
10923 2004-01-29 Kenichi Handa <handa@m17n.org>
10924
10925 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10926
10927 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
10928
10929 * dos-w32.el: Added support for the `default-printer-name' function.
10930
10931 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * server.el (server-socket-name): Don't use the hostname in the
10934 socket name since /tmp is local to the host anyway.
10935
10936 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10937 robust check of widening and fix var-naming.
10938
10939 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10940
10941 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10942 or rmail-spam- to rsf- in all function and variable names.
10943 (rsf-min-region-to-spam-list): New variable.
10944 (rsf-bbdb-auto-delete-spam-entries): Rename from
10945 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10946 scanned together with the recipients field for spam testing; Don't
10947 delete spam message if rmail-delete-after-output is non-nil.
10948 (rsf-check-field): New function, extracted from code in
10949 rmail-spam-filter to ease addition of header fields like
10950 content-type:.
10951 (message-content-type): New variable. The content-type: field was
10952 added also in defcustom of rsf-definitions-alist.
10953 (rmail-spam-filter): Replace repeated test code for header fields
10954 by calls to check-field; change the call to
10955 rmail-output-to-rmail-file such that rmail-current-message stays
10956 the same to avoid wrong deletion of unseen flags.
10957 (rmail-use-spam-filter): Add autoload cookie.
10958
10959 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10960
10961 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10962 (file-cache-add-directory-using-find): Add Cygwin support.
10963 (file-cache-find-command-posix-flag): New user variable.
10964
10965 * filecache.el (file-cache-add-directory): Check for
10966 directories an remove them from dir-files.
10967
10968 2004-01-27 Richard M. Stallman <rms@gnu.org>
10969
10970 * man.el (Man-fontify-manpage): Clean up message.
10971
10972 2004-01-27 Kenichi Handa <handa@m17n.org>
10973
10974 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10975 (sentence-end): Define using sentence-end-without-space.
10976
10977 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10978 a sentence ends with one of a character in sentence-end-without-space.
10979
10980 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10983 (jit-lock): Group declaration moved to jit-lock.el.
10984 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10985 when necessary.
10986
10987 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10988 (jit-lock-context-unfontify-pos): Rename from
10989 jit-lock-first-unfontify-pos.
10990 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10991
10992 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10993
10994 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10995 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10996 (fortran-fill): When filling a string, adjust re-search-backward
10997 argument for special case of string just on fill-column.
10998 When filling non-string, allow one extra char if
10999 fortran-break-before-delimiters is non-nil.
11000 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11001 Use fortran-break-delimiters-re and fortran-no-break-re to
11002 correctly handle cases such as "**".
11003
11004 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11005 (f90-no-break-re): Add some extra tokens. Doc fix.
11006
11007 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11008
11009 * mail/rmail-spam-filter.el:
11010 Use two semicolons as Commentary line prefix.
11011 Add ";;; Code:" stylized comment.
11012 Delete end-of-line whitespace.
11013 Wrap (require 'cl) with `eval-when-compile'.
11014
11015 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11016
11017 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11018 at the top level of vc.el.
11019
11020 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11021
11022 * vc.el (vc-current-line): Function removed. This is now done by
11023 the new function line-at-pos in simple.el.
11024 (vc-annotate-warp-version): Use line-at-pos instead of
11025 vc-current-line.
11026
11027 2004-01-22 Kim F. Storm <storm@cua.dk>
11028
11029 * simple.el (line-at-pos): New defun.
11030 (what-line): Use it. Optimize by only counting lines in narrowed
11031 region once.
11032
11033 2004-01-22 Kenichi Handa <handa@m17n.org>
11034
11035 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11036 point (register r1) only for charset mule-unicode-0100-24ff.
11037
11038 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11039
11040 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11041 trailing white space and ensure a final newline.
11042
11043 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11044 Add autoload cookie.
11045
11046 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11047
11048 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11049 activate view-mode explicitly.
11050
11051 2004-01-21 Jan Djärv <jan.h.d@swipnet.se>
11052
11053 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
11054 menu-bar-enable-clipboard and make Paste use clipboard first.
11055
11056 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11059 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11060 (vc-mcvs-cvs): Remove.
11061 (vc-mcvs-command): Remove use of assert.
11062
11063 * outline.el (outline-insert-heading): Tighten up match.
11064 (outline-demote, outline-move-subtree-down): Don't assume anything
11065 about outline-regexp.
11066
11067 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11068 (texinfo-show-structure): Explicitly add ^, and simplify.
11069
11070 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11071
11072 * calendar/appt.el (appt-check): Restore usage of
11073 appt-issue-message deleted in previous change.
11074 (top-level): Activate package when loaded (needed for backwards
11075 compatibility).
11076
11077 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11078
11079 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11080 following previous change to smtpmail-send-data.
11081
11082 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11083
11084 * vc.el (vc-default-previous-version): Doc enhancement.
11085 (vc-default-next-version): New function.
11086 (vc-print-log): New arg FOCUS-REV.
11087 (vc-annotate-mode): Derive from view-mode.
11088 (vc-annotate): New args REVISION, DISPLAY-MODE.
11089 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11090 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11091 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11092 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11093 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11094
11095 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11096
11097 2004-01-19 Karl Berry <karl@gnu.org>
11098
11099 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11100 or "TexInfo".
11101
11102 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11103
11104 * subr.el (delete-dups): New function.
11105
11106 2004-01-19 Karl Berry <karl@gnu.org>
11107
11108 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11109 with ^, since that's what texinfo-show-structure
11110 documentation says (plus it works much better in texinfo.txi).
11111
11112 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11113
11114 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11115
11116 2004-01-18 David Ponce <david@dponce.com>
11117
11118 * progmodes/which-func.el (which-function-mode): Don't cancel
11119 which-func-update-timer if not set.
11120
11121 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11122
11123 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11124 Remove spurious left square bracket in XX:XXam regexp.
11125
11126 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11127
11128 * progmodes/cc-defs.el: Do not require cl at run time.
11129
11130 2004-01-16 Richard M. Stallman <rms@gnu.org>
11131
11132 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11133 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11134
11135 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11136 Call rmail-spam-filter. Delete and expunge spam.
11137 Print number of spam messages deleted.
11138 Save and restore the deletion status of old messages when reading
11139 new mail with spam filter, so that expunging spam does not expunge
11140 msgs deleted by the user.
11141 (rmail-only-expunge): Add an optional argument dont-show to
11142 prevent showing message after expunge.
11143
11144 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11147 * subr.el (declare): New macro.
11148
11149 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11150
11151 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11152
11153 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11156 Test window-system rather than system-type (for X11/Mac).
11157
11158 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11159
11160 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11161
11162 2004-01-12 Richard M. Stallman <rms@gnu.org>
11163
11164 * mail/rmail.el (rmail-convert-to-babyl-format):
11165 Use mail-unquote-printable-region.
11166 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11167 (rmail-hex-char-to-integer): Functions deleted.
11168
11169 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11170 (mail-unquote-printable-region): New arg NOERROR.
11171 For invalid encoding, either signal an error to just return nil.
11172
11173 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11174
11175 * calendar/appt.el: Update copyright and commentary.
11176 (appt-issue-message): Make obsolete.
11177 (appt-visible, appt-msg-window): Make obsolete, in favor of
11178 appt-display-format.
11179 (appt-display-mode-line, appt-display-duration)
11180 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11181 (appt-prev-comp-time, appt-display-count, appt-timer)
11182 (appt-convert-time): Doc change.
11183 (appt-disp-window-function, appt-delete-window-function):
11184 Use defcustom rather than defvar.
11185 (appt-display-format): New variable.
11186 (appt-display-message): New function with display code from appt-check.
11187 (appt-check): Add optional FORCE argument. Doc change.
11188 Add appt-make-list to diary-hook if displaying diary.
11189 Remove checking of view-diary-entries-initially.
11190 Message display section removed to new function appt-display-message.
11191 (appt-display-window): Doc change. Remove unused internal var
11192 this-buffer. Do not beep, since appt-display-message does that.
11193 (appt-make-list): Doc change. Use caar.
11194 (appt-sort-list): Simplify by using builtin sort function.
11195 (appt-update-list): New function for updating appts when diary is
11196 saved.
11197 (appt-activate): New autoloaded function to toggle package
11198 functionality.
11199
11200 * calendar/cal-x.el (calendar-one-frame-setup)
11201 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11202
11203 * calendar/calendar.el: Update copyright.
11204 (view-diary-entries-initially, european-calendar-style): Doc change.
11205 (calendar-setup): Make defcustom rather than defvar.
11206 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11207 in let binding so local to function.
11208
11209 * calendar/diary-lib.el: Update copyright.
11210 (diary, diary-entry-time): Doc change.
11211 (list-diary-entries): Doc change. Trivial logic change.
11212 (fancy-diary-display): Restore make-face command mistakenly
11213 deleted 2003-05-08.
11214 (show-all-diary-entries): Allow to pop-up frame if needed.
11215
11216 2004-01-09 John Paul Wallington <jpw@gnu.org>
11217
11218 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11219 Temporarily select EVENT's window for changing eol type.
11220
11221 2004-01-09 Deepak Goel <deego@gnufans.org>
11222
11223 * calendar/diary-lib.el (diary-entry-time):
11224 Also accept time in the form XX[.XX][am/pm/AM/PM].
11225 (fancy-diary-font-lock-keywords): Likewise.
11226 (diary-font-lock-keywords): Likewise.
11227 * calendar/appt.el (appt-add): Likewise.
11228 (appt-make-list): Likewise.
11229 (appt-convert-time): Likewise.
11230
11231 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11232
11233 * gdb-ui.el (gdb-ann3): Revert previous change.
11234 (gdb-source-info): Allow for case of where compilation directory
11235 is not recorded.
11236
11237 2004-01-08 John Paul Wallington <jpw@gnu.org>
11238
11239 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11240
11241 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11242
11243 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11244
11245 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11246 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11247 problems.
11248 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11249
11250 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11251
11252 * files.el (write-file-functions, write-contents-functions):
11253 Clarify docstrings.
11254
11255 2004-01-07 Kenichi Handa <handa@m17n.org>
11256
11257 * international/mule.el (set-auto-coding): Fix for the case that
11258 end-of-line is only CR.
11259
11260 2004-01-07 Kim F. Storm <storm@cua.dk>
11261
11262 * subr.el (event-start, event-end): Doc fix.
11263 (posn-string, posn-image): New defuns.
11264 (posn-object): Return either image or string object.
11265 (posn-object-x-y): Return 8th element of position.
11266 (posn-object-width-height): New defun.
11267
11268 2004-01-06 Andreas Schwab <schwab@suse.de>
11269
11270 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11271 output.
11272
11273 2004-01-05 Karl Berry <karl@gnu.org>
11274
11275 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11276 / and *, too.
11277
11278 2003-12-31 Simon Josefsson <jas@extundo.com>
11279
11280 * files.el (before-save-hook): Add.
11281 (basic-save-buffer): Use before-save-hook.
11282
11283 * emacs-lisp/copyright.el: Fix comment to recommend
11284 before-save-hook instead of write-file-functions.
11285
11286 2004-01-05 Richard M. Stallman <rms@gnu.org>
11287
11288 * finder.el (finder-commentary): Call delete-other-windows.
11289
11290 * net/ange-ftp.el (ange-ftp-file-attributes):
11291 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11292
11293 2004-01-04 Karl Berry <karl@gnu.org>
11294
11295 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11296 comment characters % and # in the copyright year notice,
11297 as well as ;.
11298
11299 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11300
11301 * wid-edit.el (default): Define dummy :value-delete.
11302 Reported by Jesper Harder <harder@ifa.au.dk>.
11303
11304 2004-01-03 Richard M. Stallman <rms@gnu.org>
11305
11306 * progmodes/compile.el (compile-internal): Use point, not point-min,
11307 for set-window-point.
11308
11309 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11310
11311 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11312
11313 * progmodes/grep.el (grep-mode-map):
11314 Don't remap next-line, previous-line.
11315
11316 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11317
11318 * speedbar.el (speedbar-edit-line): Change regexp to position
11319 the cursor on the first character of this line's button.
11320
11321 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11322
11323 * subr.el (functionp): Doc fix.
11324
11325 2004-01-03 Jesper Harder <harder@ifa.au.dk>
11326
11327 * progmodes/idlwave.el (idlwave-make-tags):
11328 * textmodes/flyspell.el (flyspell-large-region):
11329 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11330 * emulation/viper-util.el (viper-glob-unix-files):
11331 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11332 * man.el (Man-init-defvars):
11333 * jka-compr.el (jka-compr-call-process):
11334 * files.el (get-free-disk-space,insert-directory):
11335 * ediff-ptch.el (ediff-test-patch-utility):
11336 * ediff-diff.el (ediff-test-utility):
11337 * dired-aux.el (dired-check-process):
11338 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11339 test the return value of call-process, because it can be a string.
11340
11341 2003-12-31 John Paul Wallington <jpw@gnu.org>
11342
11343 * bindings.el (completion-ignored-extensions): Add .pfsl.
11344
11345 2003-12-31 Kim F. Storm <storm@cua.dk>
11346
11347 * ido.el (ido-nonreadable-directory-p): New defun to check for
11348 nonreadable directory without activating tramp (to avoid problems
11349 with checking incomplete tramp paths).
11350 (ido-set-current-directory, ido-file-internal)
11351 (ido-file-name-all-completions1): Use it.
11352
11353 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11356 documentation if the anchor (or node) name is preceded by `info
11357 anchor' or `Info anchor' in addition to earlier `info node' and
11358 `Info node'.
11359 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11360
11361 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11362
11363 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11364 error in arguments to base64-decode-region. Remove ^M characters
11365 after decoding base64.
11366
11367 2003-12-30 Simon Josefsson <jas@extundo.com>
11368
11369 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11370 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11371 have only been distributed with Emacs for some years.
11372 (texinfo-mode-hook): Customize.
11373
11374 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11375
11376 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11377 cleaner (suggested by Richard Stallman).
11378
11379 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11380 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11381 file-name clashes on 8+3 DOS filesystems.
11382
11383 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11384 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11385 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11386 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11387 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11388 file-name clashes on 8+3 filesystems.
11389
11390 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11391 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11392 file-name clashes on 8+3 DOS filesystems.
11393
11394 2003-12-29 Richard M. Stallman <rms@gnu.org>
11395
11396 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11397 Upcase the character.
11398
11399 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11400 Search for header separator alone on a line, literally,
11401 and search for it backward, not forward.
11402 (flyspell-abbrev-table): Always use global-abbrev-table
11403 if there is no local one.
11404
11405 * progmodes/sh-script.el (sh-get-indent-info):
11406 Don't move point back if at bob.
11407
11408 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11409
11410 * play/handwrite.el (handwrite): Make the handwrite credit message
11411 a comment rather than an output command.
11412
11413 * obsolete/sc.el: Display message that this file is obsolete.
11414
11415 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11416
11417 * mail/rfc822.el (rfc822-address-start): Declare variable.
11418 Renamed from address-start. All uses changed.
11419
11420 * term.el (term-exec): Set up sentinel.
11421 (term-sentinel): New function.
11422 (term-handle-exit): New function.
11423
11424 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11425 Use assoc-string, and mark them obsolete.
11426 (delay-mode-hooks): Mark as permanent local.
11427
11428 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11429
11430 * register.el (copy-rectangle-to-register): Doc fix.
11431
11432 * info.el (Info-insert-dir): Use assoc-string.
11433
11434 * info-look.el (info-lookup): Use assoc-string.
11435
11436 * frame.el (pop-up-frame-function): Use quote, not `function'.
11437 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11438 copying with lists as coordinate values.
11439
11440 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11441
11442 * find-dired.el (kill-find): New command.
11443 (find-dired): Make buffer read-only.
11444 Set up a keymap with C-c C-k running kill-find.
11445 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11446
11447 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11448
11449 * filecache.el (file-cache-ignore-case): New variable.
11450 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11451
11452 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11453 (comint-dynamic-complete-as-filename): Rename local vars.
11454 (comint-dynamic-list-filename-completions): Likewise.
11455
11456 * comint.el (comint-dynamic-list-completions-config): New var.
11457 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11458
11459 * comint.el (comint-file-name-chars): Add [].
11460 (comint-word): Use skip-chars-backward, not search.
11461
11462 * shell.el (shell-file-name-chars): Add [].
11463
11464 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11465
11466 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11467
11468 * generic.el (define-generic-mode): Doc fix.
11469
11470 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11471
11472 * files.el (kill-some-buffers): Doc fix.
11473
11474 2003-12-29 Stuart Herring <herring@lanl.gov> (tiny change)
11475
11476 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11477 arg to send-invisible.
11478 (send-invisible): Doc fix. The argument is now a prompt, not the
11479 string to send.
11480 (comint-read-noecho): Doc fix.
11481
11482 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11483
11484 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11485 "@", as required by some ISP hosting service. Fix defcustom
11486 argument syntax errors that prevented use of customization.
11487
11488 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11489
11490 * xml.el (xml-get-attribute-or-nil): Doc fix.
11491
11492 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11493
11494 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11495 write-file-hooks.
11496
11497 2003-12-29 Eric Hanchrow <offby1@blarg.net>
11498
11499 * autorevert.el (auto-revert-interval): Doc fix.
11500
11501 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11502
11503 * xml.el (xml-get-attribute-or-nil): New function, like
11504 xml-get-attribute, but returns nil if the attribute was not found.
11505 (xml-get-attribute): Convert to defsubst, uses
11506 xml-get-attribute-or-nil.
11507
11508 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11509
11510 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11511
11512 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11513
11514 * custom.el (custom-declare-theme): Use `value' when putting
11515 properties on `theme'.
11516
11517 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11518
11519 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11520 for each yank-handler segment.
11521 (insert-for-yank-1): New function, with the body of the previous
11522 insert-for-yank.
11523
11524 * textmodes/table.el (table-yank-handler): New defcustom.
11525 (table--put-cell-indicator-property): Put yank-handler property
11526 that indicates the yank handler for the table cell.
11527
11528 2003-12-29 Jesper Harder <harder@ifa.au.dk>
11529
11530 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11531 set of keywords.
11532
11533 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11534
11535 * international/mule-cmds.el (reset-language-environment)
11536 (set-language-environment): Don't invoke fontset-related functions
11537 if fontset-list is not fboundp.
11538
11539 2003-12-29 Kenichi Handa <handa@m17n.org>
11540
11541 * international/mule-cmds.el (reset-language-environment):
11542 Call set-overriding-fontspec-internal with nil.
11543 (set-language-environment): Call set-overriding-fontspec-internal
11544 if the language environment specify `overriding-fontspec'.
11545 (language-info-alist): Doc added.
11546
11547 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11548 characters of mule-unicode-0100-24ff.
11549 (ccl-encode-windows-1251-font): New CCL program.
11550 ("Bulgarian"): Specify overriding-fontspec.
11551 ("Belarusian"): Likewise.
11552
11553 2003-12-28 Sam Steingold <sds@gnu.org>
11554
11555 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11556 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11557
11558 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11559
11560 * progmodes/gud.el (gud-gdb-command-name): Set default to
11561 "gdb --annotate=3".
11562 (gud-gdb-marker-filter): Look out for annotations.
11563 (gdb-first-pre-prompt): New variable.
11564 Remove trailing white space.
11565
11566 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11567 if necessary.
11568 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
11569 annotations are detected.
11570 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11571 instead of a local one to allow transition from
11572 gud-gdb-marker-filter.
11573 Remove trailing white space.
11574
11575 2003-12-27 Kim F. Storm <storm@cua.dk>
11576
11577 * ido.el: Handle non-readable directories.
11578 (ido-decorations): Add 9th element for non-readable directory.
11579 (ido-directory-nonreadable): New dynamic var.
11580 (ido-set-current-directory): Set it.
11581 (ido-read-buffer, ido-file-internal):
11582 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11583 (ido-file-name-all-completions1): Return empty list for
11584 non-readable directory.
11585 (ido-exhibit): Print [Not readable] if directory is not readable.
11586 (ido-expand-directory): New defun (based on fix from Karl Chen).
11587 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11588 Use it.
11589
11590 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11591
11592 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11593 calls to directory-files-and-attributes and file-attributes.
11594 (ls-lisp-format): Remove system dependent handling of user and
11595 group id's.
11596
11597 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11598
11599 * ffap.el (ffap-read-file-or-url): Revert previous change.
11600
11601 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11602
11603 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11604 new list of included files called `files-with-node-lines', that
11605 only have node lines. This way @include commands can include any
11606 file, such as version and update files without node lines, not
11607 just files that are chapters.
11608
11609 2003-12-25 Andreas Schwab <schwab@suse.de>
11610
11611 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11612 file not found.
11613
11614 2003-12-08 Miles Bader <miles@gnu.org>
11615
11616 * dired.el (dired-between-files): Always use dired-move-to-filename,
11617 which is more robust in non-english locales.
11618
11619 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11620
11621 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11622
11623 2003-12-24 Andreas Schwab <schwab@suse.de>
11624
11625 * shell.el (shell-file-name-quote-list): Add backslash.
11626
11627 * comint.el (comint-quote-filename): Correctly handle backslash
11628 in comint-file-name-quote-list.
11629
11630 2003-12-24 Kenichi Handa <handa@m17n.org>
11631
11632 * international/mule-cmds.el (set-default-coding-systems):
11633 Call ucs-set-table-for-input for all buffers that don't have local
11634 value of buffer-file-coding-system.
11635
11636 * international/ucs-tables.el (ucs-set-table-for-input):
11637 If translation-table-for-encode is a symbol, get its
11638 translation-table property.
11639
11640 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11641
11642 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11643 to `completing-read' on a recently fixed bug.
11644
11645 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11646 instead of SPACE, to get the list of possible fringe modes.
11647 SPACE only works if both `partial-completion-mode' and
11648 `completion-auto-help' are nil.
11649
11650 * complete.el (PC-is-complete-p): Delete.
11651 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11652 calls to `test-completion'.
11653
11654 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11655
11656 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11657 to edit values when there are no children.
11658
11659 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11660 a mode called "Assembler" already exists.
11661 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11662 (gud-watch): Use format option. Remove font properties from string.
11663 (gdb-var-create-handler, gdb-var-list-children-handler):
11664 Don't bother about properties as there are none.
11665 (gdb-var-create-handler, gdb-var-list-children-handler)
11666 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11667 with two arguments.
11668 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11669 Let speedbar show value changes with a different font.
11670 (gdb-edit-value): New defun.
11671 (gdb-clear-partial-output, gdb-clear-inferior-io)
11672 (def-gdb-auto-update-handler): Use erase-buffer.
11673 (gdb-frame-handler): Display watch expressions in
11674 FUNCTION::VARIABLE format if required.
11675
11676 2003-12-23 John Paul Wallington <jpw@gnu.org>
11677
11678 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11679 (Info-goto-emacs-command-node): Doc fixes.
11680
11681 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11682
11683 * cus-edit.el (custom-add-parent-links): Define "many".
11684
11685 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11686
11687 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11688 (widget-child-validate, widget-type-value-create)
11689 (widget-type-default-get, widget-type-match): New functions.
11690 (lazy): New widget.
11691 (menu-choice, checklist, radio-button-choice, editable-list)
11692 (group, documentation-string): Remove redundant (per 2003-10-25
11693 change) calls to `widget-children-value-delete'.
11694 (widget-choice-value-get, widget-choice-value-inline): Remove.
11695 (menu-choice): Update widget.
11696
11697 2003-12-03 Kenichi Handa <handa@m17n.org>
11698
11699 * language/cyrillic.el: Register "microsoft-cp1251" in
11700 ctext-non-standard-encodings-alist.
11701 ("Bulgarian"): Add ctext-non-standard-encodings.
11702 ("Belarusian"): Likewise.
11703
11704 * international/mule-conf.el (compound-text-with-extensions):
11705 Change the type to 2 (iso-2022 base).
11706
11707 * international/mule.el (ctext-non-standard-encodings-alist):
11708 Change the format.
11709 (ctext-non-standard-encodings): New variable.
11710 (ctext-post-read-conversion): Fully re-written.
11711 (ctext-non-standard-designations-alist): Delete it.
11712 (ctext-non-standard-encodings-table): New function.
11713 (ctext-pre-write-conversion): Fully re-written.
11714
11715 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11716
11717 * cus-edit.el (custom-add-parent-links): Add documentation links
11718 for parent, if the item has none of its own.
11719
11720 2003-11-30 Richard M. Stallman <rms@gnu.org>
11721
11722 * dired-aux.el (dired-do-query-replace-regexp):
11723 Report files visited read-only.
11724
11725 2003-11-30 Juri Linkov <juri@jurta.org>
11726
11727 * dired-aux.el (dired-compare-directories): New command.
11728 (dired-file-set-difference, dired-files-attributes): New functions.
11729
11730 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11731 Version 2.0.38 of Tramp released.
11732
11733 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11734 Charles Curley <charlescurley@charlescurley.com>.
11735 (tramp-multi-connection-function-alist): Add ssht entry which adds
11736 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11737 Aichner.
11738 (tramp-get-method-parameter): New function to retrieve a method
11739 parameter. This allows for omission of method parameters.
11740 Callers adjusted.
11741
11742 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11743
11744 * net/tramp.el: Add new optional parameter ID-FORMAT to
11745 `file-attributes'. Calls of `file-attributes' won't use this
11746 parameter for backward compatibility reasons.
11747 (tramp-perl-file-attributes): Add a new parameter to Perl script
11748 in order to handle uid/gid as strings, if desired.
11749 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11750 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11751 order to make the function more general.
11752 (tramp-handle-file-attributes): Replace proprietary optional
11753 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
11754 (tramp-handle-file-attributes-with-perl): Handle parameter
11755 NONNUMERIC if set. This wasn't done in the past.
11756 (tramp-post-connection): Apply second parameter "$2" if
11757 `tramp-remote-perl' is called.
11758
11759 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11760 Correct cut'n'waste error (`filename' instead of `directory').
11761 (tramp-smb-handle-directory-files-and-attributes)
11762 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
11763 introduced parameter ID-FORMAT.
11764 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11765 error (`directory' instead of `ldir').
11766
11767 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11768 `file-attributes' has a second parameter. If yes, apply it with
11769 value "'integer". Otherwise, don't use that parameter (default is
11770 integer format).
11771
11772 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11775 (help-for-help): Add `C-h .' to the listed Help options.
11776 Remove trailing whitespace.
11777
11778 * help-at-pt.el: New file.
11779
11780 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11781
11782 * subr.el (noreturn, 1value): New macros for test coverage.
11783 See `testcover.el'.
11784
11785 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
11786 `1value'.
11787
11788 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11789 for macro `1value'.
11790 (testcover-1value): New function. Checks that a 1value form
11791 actually returns only one value. Requested by RMS.
11792
11793 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11794
11795 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11796 (gdb-var-list-children, gdb-var-list-children-handler)
11797 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11798 gdb commands that use mi to keep them out of the command history.
11799
11800 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
11801
11802 * cus-start.el (all): Add use-file-dialog.
11803
11804 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11807
11808 2003-11-27 Kim F. Storm <storm@cua.dk>
11809
11810 * subr.el (posn-object-x-y): New defun.
11811
11812 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11815 Don't use `space' for \\\n.
11816 Be more selective as to which # are comment-starters.
11817
11818 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11819
11820 * subr.el (number-sequence): Improve handling of floating point
11821 arguments (suggested by Kim Storm). Allow negative arguments.
11822
11823 2003-11-26 Kenichi Handa <handa@m17n.org>
11824
11825 * international/mule-cmds.el (standard-display-european-internal):
11826 Cancel the standard-display-table setting for ` and '.
11827
11828 2003-11-26 Kim F. Storm <storm@cua.dk>
11829
11830 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11831 New defcustoms to add ffap-like functionality to ido.
11832 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11833 (ido-no-final-slash): New defun.
11834 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11835 (ido-read-file-name): Toggle VC checking via
11836 vc-handled-backends instead of vc-master-templates.
11837 (ido-file-internal): Handle ido-use-url-at-point and
11838 ido-use-filename-at-point via code borrowed from ffap-guesser.
11839 Handle new ido-exit code ffap.
11840 (ido-sort-list): Ignore final slash when sorting file names.
11841
11842 2003-11-25 Kim F. Storm <storm@cua.dk>
11843
11844 * emulation/cua-base.el (cua--standard-movement-commands):
11845 Add forward-sentence and backward-sentence.
11846
11847 2003-11-25 Stephen Eglen <stephen@gnu.org>
11848
11849 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11850 iswitchb-exit is set to 'usefirst when user selects buffer at head
11851 of list using RET. (Selecting buffers at the head of the list was
11852 broken if the substring was also a complete buffer name.)
11853
11854 2003-11-23 Kim F. Storm <storm@cua.dk>
11855
11856 * progmodes/compile.el (grep-command, grep-use-null-device)
11857 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11858 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11859 (grep-regexp-alist, grep-program, find-program)
11860 (grep-find-use-xargs, grep-history, grep-find-history)
11861 (grep-process-setup, grep-compute-defaults)
11862 (grep-default-command, grep, grep-tag-default, grep-find)
11863 (grep-expand-command-macros, grep-tree-last-regexp)
11864 (grep-tree-last-files, grep-tree): Move grep variables, functions
11865 and commands to new file grep.el.
11866 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11867 (compilation-process-setup-function): Doc fix.
11868 (compilation-highlight-regexp, compilation-highlight-overlay): New
11869 defvars used for highlighting current compile error in source buffer.
11870 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11871 LOCAL-MAP which overrides compilation-highlight-regexp and
11872 compilation-mode-map for this compilation.
11873 Delay calling compilation-set-window-height until after running
11874 compilation-process-setup-function so it can buffer-local override
11875 compilation-window-height.
11876 Check buffer-local value of compilation-scroll-output.
11877 (compilation-set-window-height): Use buffer-local value of
11878 compilation-window-height.
11879 (compilation-revert-buffer): Don't pass (undefined)
11880 preserve-modes arg to revert-buffer.
11881 (next-error-no-select, previous-error-no-select): New commands.
11882 (compilation-goto-locus): Temporarily highlight current match in
11883 source buffer using compilation-highlight-regexp.
11884
11885 * progmodes/grep.el: New file with grep code from compile.el.
11886 (grep): New defcustom group.
11887 (grep-window-height): New defcustom, like compilation-window-height.
11888 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11889 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11890 (grep-command, grep-use-null-device, grep-find-command)
11891 (grep-tree-files-aliases, grep-tree-ignore-case)
11892 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11893 (grep-setup-hook): New hook variable.
11894 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11895 (grep-last-buffer): New defvar, override compilation-last-buffer.
11896 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11897 Call compile-internal with args highlight-regexp and grep-mode-map.
11898
11899 2003-11-23 Kim F. Storm <storm@cua.dk>
11900
11901 * subr.el (event-start, event-end): Doc fix.
11902 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11903 (posn-area, posn-actual-col-row, posn-object): New defuns.
11904 (posn-col-row): Simplify doc. Rewrite to use cond.
11905 (posn-point): Also return buffer position for events outside text
11906 area (that info is now present in the event position).
11907
11908 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11909 mouse-set-point so that hscroll still works now that clicks on
11910 fringes generate specific mouse events.
11911 (mouse-set-point): Note that it now works in fringes and margins
11912 too due to new semantics of posn-point in fringes and margins.
11913
11914 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11915 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11916
11917 2003-11-20 Kim F. Storm <storm@cua.dk>
11918
11919 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11920 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11921 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11922 to 100 for icons to avoid increasing line height when shown.
11923
11924 2003-11-17 Jesper Harder <harder@ifa.au.dk>
11925
11926 * newcomment.el (comment-normalize-vars): Initialize properly if
11927 comment-start was nil.
11928
11929 2003-11-19 Andreas Schwab <schwab@suse.de>
11930
11931 * simple.el (set-variable): Fix indentation.
11932
11933 2003-11-17 Kenichi Handa <handa@m17n.org>
11934
11935 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11936 Fix docstring.
11937
11938 2003-11-17 Jesper Harder <harder@ifa.au.dk>
11939
11940 * international/latin1-disp.el (latin1-display): Fix docstring.
11941
11942 2003-11-16 John Wiegley <johnw@newartisans.com>
11943
11944 * eshell/em-ls.el (eshell-ls-file): There are times with
11945 size-width is nil and uncomputed (when directories are created in
11946 dired, for example); in this case, 4 is reasonable default value,
11947 although it may caused skewed new entries (which could be avoided
11948 by returning the original value of 8 in all cases, but 99% of the
11949 time this is a waste of whitespace).
11950
11951 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11952
11953 * cc-engine.el (c-guess-continued-construct)
11954 (c-guess-basic-syntax): Check a little more carefully if it's a
11955 function declaration when an unknown construct followed by a block
11956 is found inside a statement context. This avoids macros followed
11957 by blocks to be taken as function declarations.
11958
11959 (c-guess-continued-construct): Change the analysis of a statement
11960 continuation with a brace open to `substatement-block', for
11961 consistency with recognized statements.
11962
11963 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11964 start is in a position so that `c-beginning-of-statement-1' jumped
11965 to the beginning of the same statement.
11966
11967 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11968 Don't accept binary operators in the arglist if we're in a function
11969 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11970 template recognition in cases like "if (a < b || c > d)".
11971
11972 (c-restricted-<>-arglists): New more appropriate name for
11973 `c-disallow-comma-in-<>-arglists'.
11974
11975 Accessing functions updated for the variable name change.
11976
11977 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11978 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11979
11980 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11981 labels.
11982
11983 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11984 instead of duplicating parts of it. This fixes bogus label
11985 recognition.
11986
11987 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11988 of checking the context in which to apply the minimum indentation,
11989 so that it isn't enforced in e.g. namespace blocks.
11990
11991 * cc-vars.el (c-inside-block-syms): New constant used by
11992 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11993 to somewhat reduce the risk of becoming stale.
11994
11995 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11996 cc-cmds to cc-engine to allow use from cc-align.
11997
11998 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11999 qualified identifiers containing "::".
12000
12001 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12002 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12003
12004 * cc-vars.el (c-emacs-features): Use a space in front of the name
12005 of the temporary buffer. That also avoids dumping problems in
12006 XEmacs due to undo info being left around after the buffer is killed.
12007
12008 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12009 arglist to see if it's a K&R style declaration.
12010
12011 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12012 before returning `knr-argdecl-intro'.
12013
12014 2003-11-16 John Wiegley <johnw@newartisans.com>
12015
12016 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12017 field in a long-listing always 8 characters, use `size-width',
12018 which has already been computed.
12019
12020 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12021
12022 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12023
12024 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12025
12026 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12027 Support operation while narrowed, with `diff-restrict-view'.
12028
12029 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12030
12031 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12032 Take additional optional arg NARROWFUN. For the generated functions:
12033 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12034 include frags that arrange to check for and save narrowing state before
12035 the move and then conditionally call NARROWFUN after the move.
12036
12037 2003-11-14 John Wiegley <johnw@newartisans.com>
12038
12039 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12040 that was optional, but obviously missing based on surrounding code.
12041
12042 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12043 string arguments to numbers unless the whole argument was seen as
12044 a number.
12045
12046 2003-11-14 Kenichi Handa <handa@m17n.org>
12047
12048 * international/mule.el (ctext-non-standard-encodings-alist):
12049 Fix coding systems.
12050
12051 2003-11-10 Kenichi Handa <handa@m17n.org>
12052
12053 * language/kannada.el ("Kannada"): Add sample-text.
12054
12055 * language/knd-util.el (kannada-compose-region)
12056 (kannada-compose-string, kannada-post-read-conversion):
12057 Add autoload cookie.
12058
12059 * international/quail.el (quail-completion): Change the message
12060 "corresponding translations" to "corresponding characters".
12061
12062 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12063
12064 * descr-text.el (describe-char): Fix typo.
12065
12066 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12067
12068 These changes are to support Kannada language/script.
12069
12070 * Makefile.in (DONTCOMPILE): Add kannada.el.
12071
12072 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12073
12074 * loadup.el: Preload kannada.el.
12075
12076 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12077 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12078 New variables.
12079
12080 * language/kannada.el: New file.
12081
12082 * language/knd-util.el: New file.
12083
12084 2003-11-07 Andreas Schwab <schwab@suse.de>
12085
12086 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12087 Also highlight AH_*.
12088
12089 * xml.el (xml-parse-dtd): Fix misplaced paren.
12090
12091 2003-11-07 Kenichi Handa <handa@m17n.org>
12092
12093 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12094
12095 2003-11-05 Juri Linkov <juri@jurta.org>
12096
12097 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12098 (desktop-buffer-file): Use saved buffer-file-coding-system
12099 for file reading. Set auto-insert to nil to prevent automatic
12100 insertion into restored empty files.
12101
12102 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * files.el (risky-local-variable-p): Make second argument optional.
12105
12106 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * subr.el (add-hook): Fix last change.
12109
12110 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12111
12112 * mail/rmail.el (rmail-convert-to-babyl-format):
12113 If base64-decode-region signals an error, catch it and silently
12114 ignore it.
12115
12116 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12117
12118 * xml.el (xml-parse-region): Allow comments to appear after the
12119 topmost element has closed.
12120 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12121 (xml-ns-expand-attr): New functions to do namespace handling.
12122 (xml-intern-attrlist): Back-compatible handling of attribute names.
12123 (xml-parse-tag): Move namespace handling to separate functions.
12124 Now produces elements in the form ((:ns . "element") (attr-list)
12125 children) instead of ('ns:element (attr-list) children).
12126 (xml-parse-attlist): Fix attribute parsing.
12127 (xml-parse-dtd): Change parsing so that it produces strings
12128 instead of interned symbols.
12129
12130 2003-11-01 Era Eriksson <era@iki.fi> (tiny change)
12131
12132 * dired.el (dired-ls-sorting-switches): Doc fix.
12133
12134 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12135
12136 * emacs-lisp/rx.el (rx-or): Fix the case of
12137 "(rx (and ?a (or ?b ?c) ?d))".
12138
12139 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12140
12141 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12142 (texinfo-format-region): Use it.
12143 (texinfo-format-buffer-1): Ditto.
12144
12145 2003-11-01 Alan Mackenzie <acm@muc.de>
12146
12147 Changes to allow scrolling whilst in isearch mode:
12148 * isearch.el (isearch-unread-key-sequence): New function,
12149 extracted from isearch-other-meta-char.
12150 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12151 "scrollable" standard functions.
12152 (isearch-allow-scroll): New customizable variable.
12153 (isearch-string-out-of-window, isearch-back-into-window)
12154 (isearch-reread-key-sequence-naturally)
12155 (isearch-lookup-scroll-key): New functions.
12156 (isearch-other-meta-char): Doc string and functionality enhanced.
12157 Now accepts a prefix argument.
12158 (isearch-lazy-highlight-window-end): New variable.
12159 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12160 end (thru isearch-lazy-highlight-window-end), not only its start.
12161
12162 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12163 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12164 (universal-argument, universal-argument-more, negative-argument)
12165 (digit-argument, universal-argument-other-key): Minor changes.
12166
12167 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12168
12169 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12170 recursively if the last message is deleted, thus avoiding an
12171 infinite loop.
12172
12173 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12176 (tex-main-file): Don't add .tex if the extension is already present.
12177 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12178
12179 2003-10-29 Lute Kamstra <lute@gnu.org>
12180
12181 * progmodes/octave-inf.el (inferior-octave-prompt):
12182 Recognize version number in prompt.
12183
12184 2003-10-28 Dave Love <fx@gnu.org>
12185
12186 * international/characters.el: Fix some Unicode ranges.
12187
12188 2003-10-28 Kenichi Handa <handa@m17n.org>
12189
12190 * disp-table.el (standard-display-8bit)
12191 (standard-display-default, standard-display-ascii)
12192 (standard-display-g1, standard-display-graphic)
12193 (standard-display-underline): Assure that standard-display-table
12194 is a display table.
12195
12196 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12199 reindenting the first line.
12200
12201 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12202
12203 * wid-edit.el (widget-default-delete): Always delete child widgets.
12204
12205 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12208 if the line has code.
12209 Don't try to line up with something that's too far left.
12210
12211 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12212 (octave-mode-syntax-table): Add % as a comment starter.
12213 (octave-point): Remove.
12214 (octave-in-comment-p, octave-in-string-p)
12215 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12216 (octave-blink-matching-block-open, octave-auto-fill):
12217 Use line-(beginning|end)-position instead.
12218
12219 2003-10-23 Francesco Potortì <pot@gnu.org>
12220
12221 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12222 for Francesco Potortì.
12223
12224 2003-10-23 Dave Love <fx@gnu.org>
12225
12226 * international/mule-cmds.el (locale-charset-to-coding-system):
12227 Don't rely on nil being a coding system.
12228
12229 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12230 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12231 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12232
12233 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12234
12235 * gdb-ui.el (gdb-current-language): New variable.
12236 (gdb-update-flag): Remove variable.
12237 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12238 (gdb-take-last-elt): Remove function.
12239 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12240 (gdb-post-prompt): Check for variable object changes here.
12241
12242 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12243 object changes in gdb-ui.el.
12244
12245 2003-10-21 Richard M. Stallman <rms@gnu.org>
12246
12247 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12248
12249 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12250 Don't check for foo*/ wildcard form here.
12251 (insert-directory): Recognize foo*/ as a wildcard.
12252 Separate wildcard-regexp variable from the arg, wildcard.
12253
12254 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12255 (remove-hook): Correctly handle strange cases about local hooks.
12256
12257 2003-10-21 David Ponce <david@dponce.com>
12258
12259 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12260 argument REAL, to return a real number instead of a rounded
12261 integer value. Define as inline function.
12262 (ruler-mode-right-fringe-cols): Likewise.
12263 (ruler-mode-scroll-bar-cols): New function.
12264 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12265 (ruler-mode-right-scroll-bar-cols): Likewise.
12266 (ruler-mode-space): New function.
12267 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12268 scroll bar mode and margins in a more robust way.
12269
12270 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12271
12272 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12273 (antlr-c-init-language-vars): New function.
12274 (antlr-mode): Use it with cc-mode before v5.29.
12275 (antlr-c-common-init): Don't set some local vars here.
12276 (antlr-mode): Set them here.
12277 (antlr-c-forward-sws): New function alias.
12278 (antlr-mode): Redefine with cc-mode before v5.30.
12279 (antlr-skip-sexps): Use it.
12280 (antlr-skip-exception-part): Ditto.
12281 (antlr-skip-file-prelude): Ditto.
12282 (antlr-outside-rule-p): Ditto.
12283 (antlr-end-of-body): Ditto.
12284 (antlr-option-kind): Ditto.
12285 (antlr-insert-option-area): Ditto.
12286 (antlr-file-dependencies): Ditto.
12287
12288 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12289
12290 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12291 Move backward only if point was not inside an entry.
12292
12293 2003-10-21 Richard M. Stallman <rms@gnu.org>
12294
12295 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12296
12297 2003-10-21 Juri Linkov <juri@jurta.org>
12298
12299 * compare-w.el: Automatically skip non-matching text to resync.
12300 (compare-windows-whitespace): Doc fix.
12301 (compare-windows-sync, compare-windows-sync-string-size)
12302 (compare-windows-recenter, compare-ignore-whitespace)
12303 (compare-windows-highlight, compare-windows-face): New variables.
12304 (compare-windows): Use compare-windows-sync.
12305 (compare-windows-highlight, compare-windows-dehighlight)
12306 (compare-windows-sync-regexp)
12307 (compare-windows-sync-default-function): New functions.
12308
12309 2003-10-21 Juri Linkov <juri@jurta.org>
12310
12311 * diff.el (diff-parse-differences): Don't visit the files now;
12312 instead, just record the error locus.
12313
12314 2003-10-21 Dave Love <fx@gnu.org>
12315
12316 * progmodes/cfengine.el: New file.
12317
12318 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12321 default-directory when completing file names.
12322
12323 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12324
12325 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12326 followed by the word `face', it gets treated as a face, even if
12327 it is also defined as a variable or a function.
12328
12329 2003-10-20 Dave Love <fx@gnu.org>
12330
12331 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12332 Avoid incf in macro expansion.
12333
12334 2003-10-20 John Paul Wallington <jpw@gnu.org>
12335
12336 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12337 `evenp' so we don't implicitly require cl library at runtime.
12338
12339 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12340
12341 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12342 (help-make-xrefs): Only make cross-references for faces if
12343 preceded or followed by the word `face'. Do not make a
12344 cross-reference for variables without variable documentation,
12345 unless preceded by the word `variable' or `option'. Update doc
12346 string accordingly.
12347
12348 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12349
12350 * progmodes/hideshow.el: Rewrite one-armed `if'
12351 constructs using either `when' or `unless'.
12352 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12353
12354 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12355
12356 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12357 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12358 instead of 12x12.
12359
12360 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12361
12362 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12363 message while converting to Babyl.
12364
12365 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12366
12367 * allout.el (allout-mode): Doc fix.
12368
12369 2003-10-16 Lute Kamstra <lute@gnu.org>
12370
12371 * subr.el (force-mode-line-update): Fix docstring.
12372
12373 2003-10-14 Dave Love <fx@gnu.org>
12374
12375 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12376 (default-input-method): Add :link, improve :type.
12377 (locale-charset-language-names): Fix utf-8 pattern.
12378 (locale-charset-match-p, locale-charset-alist)
12379 (locale-charset-to-coding-system): New.
12380 (set-locale-environment): Deal with codeset part of locale specs.
12381
12382 2003-10-14 Lute Kamstra <lute@gnu.org>
12383
12384 * fringe.el (fringe-mode): Use active voice in docstring.
12385 (set-fringe-style): Ditto.
12386
12387 2003-10-13 Lute Kamstra <lute@gnu.org>
12388
12389 * fringe.el (fringe-mode): Fix docstring.
12390 (set-fringe-style): Ditto.
12391
12392 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12393
12394 * ediff-mult.el (ediff-filegroup-action):
12395 Use ediff-default-filtering-regexp.
12396
12397 * ediff-util.el (ediff-recenter): Don't call
12398 ediff-restore-highlighting twice.
12399 (ediff-select-difference): Set current difference.
12400 (ediff-unselect-and-select-difference): Add comment.
12401
12402 * ediff.el (ediff-directories,ediff-directory-revisions)
12403 (ediff-directories3,ediff-merge-directories)
12404 (ediff-merge-directories-with-ancestor)
12405 (ediff-merge-directory-revisions)
12406 (ediff-merge-directory-revisions-with-ancestor):
12407 Use ediff-default-filtering-regexp.
12408
12409 2003-10-12 Andreas Schwab <schwab@suse.de>
12410
12411 * international/mule-cmds.el (locale-charset-language-names):
12412 Simplify regex by removing unused grouping.
12413
12414 2003-10-10 Dave Love <fx@gnu.org>
12415
12416 * bindings.el: Don't bind stop.
12417
12418 2003-10-08 Miles Bader <miles@gnu.org>
12419
12420 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12421 face instead of attempting to emulate it.
12422
12423 2003-10-07 Kenichi Handa <handa@m17n.org>
12424
12425 * international/mule-diag.el (list-coding-systems-1): List coding
12426 systems that are loaded automatically.
12427
12428 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12429
12430 * international/mule.el (autoload-coding-system): New function.
12431
12432 2003-10-07 Andreas Schwab <schwab@suse.de>
12433
12434 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12435 change-log-default-name in the buffer visiting the file.
12436
12437 2003-10-06 Dave Love <fx@gnu.org>
12438
12439 * files.el (find-file-hook): Customize.
12440 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12441
12442 * bindings.el (completion-ignored-extensions): Remove .log.
12443 (global-map): Add again, open, stop keys.
12444
12445 2003-10-05 Richard M. Stallman <rms@gnu.org>
12446
12447 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12448 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12449 Use sh-modify directly.
12450 (sh-select): Use sh-append, not eval.
12451
12452 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12453
12454 * info.el (Info-following-node-name): New function.
12455
12456 * loadhist.el (unload-feature-special-hooks):
12457 Rename from loadhist-hook-functions.
12458 (loadhist-hook-functions): Now an alias.
12459
12460 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12461
12462 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12463 file-name clashes on 8+3 filesystems.
12464
12465 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12466 Rename loaddefs-boot.el to ldefs-boot.el
12467
12468 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12469 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12470
12471 2003-10-03 Lute Kamstra <lute@gnu.org>
12472
12473 * info.el (Info-mode): Revert previous change.
12474 (Info-escape-percent): New function.
12475 (Info-fontify-node): Use it.
12476
12477 2003-10-02 Andreas Schwab <schwab@suse.de>
12478
12479 * loaddefs-boot.el: Regenerated.
12480
12481 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12482
12483 * ffap.el: Remove defadvice related code from CVS since `complete'
12484 provides a `PC-completion-as-file-name-predicate' variable that
12485 ffap can override.
12486
12487 2003-10-02 Kenichi Handa <handa@m17n.org>
12488
12489 * international/utf-8.el (ccl-decode-mule-utf-8):
12490 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12491
12492 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12493 * international/subst-big5.el: Likewise.
12494 * international/subst-gb2312.el: Likewise.
12495 * international/subst-ksc.el: Likewise.
12496
12497 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12498
12499 * calendar/calendar.el (increment-calendar-month)
12500 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12501 (generate-calendar, calendar-read-date, calendar-interval)
12502 (calendar-day-of-week): Handle years BC.
12503 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12504
12505 2003-10-01 Dave Love <fx@gnu.org>
12506
12507 * language/cyrillic.el (cp1251): Alias for windows-1251.
12508
12509 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12510 bootstrap.
12511
12512 2003-10-01 Lute Kamstra <lute@gnu.org>
12513
12514 * files.el: Fix typo.
12515 * imenu.el (imenu--generic-function): Docstring fix.
12516
12517 2003-09-30 Richard M. Stallman <rms@gnu.org>
12518
12519 * dired.el (dired-mode): Handle dired-directory as a list.
12520
12521 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12522
12523 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12524
12525 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12526
12527 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12528 Replace gud-display with gud-watch.
12529 (gud-speedbar-buttons): Add stuff for watching expressions
12530 in the speedbar when using M-x gdba. Use dolist on old part
12531 of this function.
12532
12533 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12534 (gdb-update-flag): New variables.
12535 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12536 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12537 (gud-watch, gdb-var-create-handler) : New functions.
12538 (gdb-var-list-children, gdb-var-list-children-handler)
12539 (gdb-var-create-regexp, gdb-var-update-regexp)
12540 (gdb-var-list-children-regexp): New constants.
12541 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12542 (gdb-annotation-rules): Reduce annotation set (level 3).
12543 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12544 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12545 updates.
12546 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12547 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12548 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12549 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12550 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12551 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12552 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12553 (gud-display, gud-display1)
12554 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12555 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12556 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12557 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12558 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12559 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12560 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12561 (gdb-display-display-buffer, gdb-toggle-display)
12562 (gdb-delete-display, gdb-expressions-popup-menu)
12563 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12564 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12565 to display buffer.
12566
12567 2003-09-30 Richard M. Stallman <rms@gnu.org>
12568
12569 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12570 Instead, set which-func-functions.
12571
12572 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12573 (which-func-functions): New variable.
12574 (which-function): Use that.
12575
12576 * info.el (Info-mode): Double each `%' in header line.
12577
12578 * emacs-lisp/lisp-mnt.el (lm-with-file):
12579 When FILE is nil, run BODY in current buffer.
12580
12581 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12582
12583 * help.el (describe-mode): Start with a brief list of minor modes.
12584 Find them thru minor-mode-list so as to find them all.
12585 Show them in alphabetical order.
12586
12587 * mail/sendmail.el (mail-aliases): Doc fix.
12588
12589 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12590
12591 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12592
12593 * mail/rmailsum.el (rmail-make-summary-line-1):
12594 Change comma after last label to a space.
12595 (rmail-summary-font-lock-keywords): Adapt to that change.
12596
12597 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12598
12599 * progmodes/scheme.el (scheme-mode-variables): When setting
12600 `font-lock-defaults', also specify that "#" should
12601 be interpreted with `word' syntax.
12602 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12603
12604 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12605
12606 * desktop.el: A lot of comments updated.
12607 (desktop-save-mode): Minor mode introduced.
12608 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12609 (desktop-load-default): Function made obsolete.
12610 (desktop-locals-to-save): Variable made customizable.
12611 (desktop-read): Optional parameter `dirname' added.
12612 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12613 `desktop-read' used.
12614 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12615
12616 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12617
12618 * whitespace.el (whitespace-clean-msg): Add user customizable message
12619 for displaying ``clean'' output.
12620 (whitespace-buffer): Use `whitespace-clean-msg'.
12621 (whitespace-global-mode): Fix typo.
12622
12623 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12624
12625 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12626
12627 2003-09-29 Lute Kamstra <lute@gnu.org>
12628
12629 * bindings.el (mode-line-modes): Remove superfluous :propertize
12630 construct in initialization.
12631 (mode-line-position): Change cons cell into proper list in
12632 initialization.
12633
12634 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12635
12636 * international/mule.el (decode-coding-inserted-region): Use car
12637 of the return value of find-operation-coding-system.
12638
12639 2003-09-29 Kenichi Handa <handa@m17n.org>
12640
12641 * descr-text.el (describe-char): Fix previous change.
12642
12643 2003-09-28 Kenichi Handa <handa@m17n.org>
12644
12645 * descr-text.el (describe-char-display): New function.
12646 (describe-char): Pay attention to display table on describing how
12647 a character is displayed.
12648
12649 * international/mule-cmds.el (encoded-string-description):
12650 Prepend "0x" to each encoded byte.
12651
12652 2003-09-28 Andreas Schwab <schwab@suse.de>
12653
12654 * find-file.el (ff-special-constructs): Add autoload cookie.
12655
12656 2003-09-28 Kevin Ryde <user42@zip.com.au>
12657
12658 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12659 makeinfo appends to duplicate index entries.
12660
12661 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12662
12663 * dired-x.el (dired-clean-tex): Doc fix.
12664
12665 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12666 using a Chinese tutorial.
12667
12668 2003-09-28 Jesper Harder <harder@ifa.au.dk>
12669
12670 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12671 between "MAIL FROM:" and "RCPT TO:" and the following address.
12672
12673 2003-09-28 Jesper Harder <harder@ifa.au.dk>
12674
12675 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12676
12677 2003-09-28 David Ponce <david@dponce.com>
12678
12679 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12680 (recentf-load-list): When `recentf-initialize-file-name-history'
12681 is non-nil, initialize an empty `file-name-history' with the
12682 recent list.
12683
12684 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12685
12686 * man.el (Man-default-man-entry): Remove the leading `*' from the
12687 word at point.
12688
12689 2003-09-26 Lute Kamstra <lute@gnu.org>
12690
12691 * bindings.el (mode-line-position): Mention size indication in
12692 docstring.
12693
12694 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12695
12696 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12697
12698 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12699 because it's autoloaded now.
12700
12701 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12702
12703 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12704 (sh-font-lock-keywords, sh-feature): Fix previous change of
12705 sh-feature to avoid infloop with sh-font-lock-keywords.
12706
12707 2003-09-25 Kim F. Storm <storm@cua.dk>
12708
12709 * frame.el (frame-current-scroll-bars): New defun.
12710
12711 * window.el (window-current-scroll-bars): New defun.
12712
12713 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12714
12715 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12716 cause errors when the state cache contains info on parts that have
12717 been narrowed out.
12718
12719 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12720
12721 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12722 `c-setup-paragraph-variables' has to be used when this variable is
12723 changed; it doesn't work to reinitialize the mode since that
12724 typically clobbers the variable.
12725
12726 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12727 Make it interactive.
12728
12729 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12730
12731 * progmodes/cc-fonts.el (c-font-lock-declarations):
12732 Fix recognition of constructors and destructors for classes whose
12733 names are matched by `*-font-lock-extra-types'.
12734
12735 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12736 followed by an identifier in C++ then it's a type.
12737
12738 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12739
12740 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12741 problem that primarily affected XEmacs. Don't use faces to find
12742 unterminated strings since Emacs and XEmacs fontify strings
12743 differently - this function should now work better in XEmacs.
12744
12745 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12746
12747 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12748 `expand-abbrev' workaround which caused braces to misbehave inside
12749 macros.
12750
12751 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12752 handling. This bug could cause interactive font locking to bail out.
12753
12754 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12755
12756 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12757 Handle paren-style types in Pike. Also fixed some cases of
12758 insufficient handling of unbalanced parens.
12759
12760 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12761
12762 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12763 common shell prompts that are not common filename or URL characters.
12764 (ffap-file-at-point): Use the new regexp to strip the prompts from
12765 the file names. This is an issue mostly for user prompts that
12766 don't have a trailing space and find-file-at-point is invoked from
12767 within a shell inside Emacs.
12768
12769 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12770
12771 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12772 stamps numerically, rather than textually.
12773
12774 2003-09-24 Kenichi Handa <handa@m17n.org>
12775
12776 * language/devan-util.el (devanagari-post-read-conversion):
12777 * language/mlm-util.el (malayalam-post-read-conversion):
12778 * language/tml-util.el (tamil-post-read-conversion):
12779 Add autoload cookie.
12780
12781 * international/utf-8.el (utf-8-post-read-conversion):
12782 Call post-read-conversion functions for Devanagari, Malayalam,
12783 and Tamil.
12784
12785 2003-09-23 Dave Love <fx@gnu.org>
12786
12787 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12788
12789 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12790
12791 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12792 Update gud-remove.
12793
12794 2003-09-22 Richard M. Stallman <rms@gnu.org>
12795
12796 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12797 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12798 (sh-mode-syntax-table-input): New variable.
12799 (sh-require-final-newline): Don't use eval.
12800 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12801 (sh-variables, sh-font-lock-keywords): Don't use eval.
12802 (sh-set-shell): When setting require-final-newline,
12803 treat value = `require-final-newline' as don't change it.
12804 Set sh-mode-syntax-table locally based on
12805 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12806
12807 * progmodes/compile.el (compile-internal):
12808 Call compilation-set-window-height before setting window start.
12809
12810 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12811
12812 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12813 Clear out byte-compile-last-warned-form.
12814
12815 2003-09-22 Richard M. Stallman <rms@gnu.org>
12816
12817 * woman.el (woman-file-name, woman-follow-word):
12818 If current-word returns nil, use "".
12819
12820 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12821
12822 2003-09-22 Richard M. Stallman <rms@gnu.org>
12823
12824 * emacs-lisp/lisp-mnt.el (lm-with-file):
12825 Don't visit the file, just use insert-file-contents in temp buffer.
12826
12827 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12828
12829 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12830 Add surrounding \\( and \\) around the header, as in
12831 for lm-history-header 'Change Log\\|History'.
12832
12833 2003-09-22 John Paul Wallington <jpw@gnu.org>
12834
12835 * progmodes/ld-script.el: Add Commentary section,
12836 minor cleanup of file header.
12837 (ld-script-font-lock-keywords): Doc fix.
12838 (toplevel): Provide `ld-script' feature.
12839
12840 2003-09-21 Kim F. Storm <storm@cua.dk>
12841
12842 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12843 new built-in variable default-frame-scroll-bars.
12844 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12845 scroll-bar-mode; notably, use it instead of t when we toggle
12846 scroll-bars on.
12847 (toggle-scroll-bar): Use default-frame-scroll-bars.
12848
12849 2003-09-19 Masatake YAMATO <jet@gyve.org>
12850
12851 * pcvs.el (cvs-do-removal): Change the prompt depending on
12852 `filter' value.
12853
12854 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12855
12856 * startup.el (command-line-1): Stop startup-echo-area-message
12857 being hidden by "Loading image..." message.
12858 (use-fancy-splash-screens-p, display-splash-screen):
12859 Move display-graphic-p test from latter to former.
12860
12861 * progmodes/sh-script.el (sh-font-lock-keywords):
12862 Highlight escaped EOLs differently from other backslash constructs.
12863
12864 2003-09-19 Richard M. Stallman <rms@gnu.org>
12865
12866 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12867 New functions.
12868 (edebug-enter, edebug-outside-excursion): Use them.
12869
12870 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12871 Fix the condition for whether to print "In WHERE".
12872
12873 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12874
12875 * finder.el (finder-mode-hook): New variable.
12876 (finder-mode): Run hook finder-mode-hook
12877
12878 2003-09-18 Masatake YAMATO <jet@gyve.org>
12879
12880 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12881
12882 2003-09-17 Mario Lang <mlang@delysid.org>
12883
12884 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12885 "p %e" to actually print the value in the GUD buffer.
12886
12887 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12888
12889 From David Ponce <david.ponce@wanadoo.fr>:
12890 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12891 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12892 from loaddefs-boot.el if necessary.
12893
12894 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12895
12896 * progmodes/gud.el (gud-find-class): Make jdb work again since
12897 cc-mode changed the syntactic information.
12898
12899 2003-09-15 David Ponce <david@dponce.com>
12900
12901 * recentf.el (recentf-exclude): Accept predicates too.
12902 (recentf-file-readable-p): New function.
12903 (recentf-include-p): Handle predicates in recentf-exclude.
12904 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12905 (recentf-cleanup): Likewise.
12906 (recentf-save-list): Use write-file to handle backup of
12907 recentf-save-file.
12908
12909 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12910
12911 * loaddefs-boot.el: Renamed from `loaddefs.el'
12912 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12913 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12914 necessary.
12915
12916 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12917
12918 * electric.el (Electric-pop-up-window): For the `one-window' case,
12919 no longer disconcertingly move point in the original buffer.
12920
12921 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12924
12925 2003-09-12 Eric Hanchrow <offby1@blarg.net>
12926
12927 * dired.el (dired-mode-map): Fix typo.
12928
12929 2003-09-11 Richard M. Stallman <rms@gnu.org>
12930
12931 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12932
12933 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12934
12935 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12936 the function is less noisy. Now only `kill-buffer' can ask questions.
12937
12938 2003-09-10 Mario Lang <mlang@delysid.org>
12939
12940 * battery.el: Update Commentary and Copyright.
12941 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12942 appear due to wrong ordering of the expressions in `or'.
12943
12944 2003-09-09 Lute Kamstra <lute@gnu.org>
12945
12946 * misc.el (upcase-char): Fix docstring.
12947 (zap-up-to-char): New command.
12948
12949 2003-09-08 David Ponce <david@dponce.com>
12950
12951 Ensure that recentf correctly updates the menu bar.
12952 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12953 (recentf-menu-bar): New function.
12954 (recentf-clear-data): Use it.
12955 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12956 of easy-menu-change.
12957
12958 2003-09-08 Lute Kamstra <lute@gnu.org>
12959
12960 * simple.el (size-indication-mode): New.
12961 * bindings.el (mode-line-position): Add buffer size indicator.
12962
12963 2003-09-04 Mario Lang <mlang@delysid.org>
12964
12965 * battery.el (battery-linux-proc-acpi): New function.
12966 (battery-status-function): Modify default value calculation to also
12967 check for availability of ACPI.
12968 (battery-echo-area-format): Ditto.
12969 (battery-mode-line-format): Ditto.
12970
12971 2003-09-06 Dave Love <fx@gnu.org>
12972
12973 * ielm.el (ielm-mode-hook): Add :options.
12974
12975 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12976 (eldoc-print-current-symbol-info): Use it.
12977
12978 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12979
12980 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12981 being displayed in GUD buffer.
12982 (gdb-idle-input-queue): Remove var. Use just one queue.
12983 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12984 Remove functions. Use just one queue.
12985 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12986 (gdb-invalidate-assembler, gdb-get-current-frame):
12987 Modify functions. Use just one queue.
12988
12989 2003-09-04 Dave Love <fx@gnu.org>
12990
12991 * cus-start.el: Add blink-cursor-alist.
12992
12993 * ruler-mode.el (ruler-mode-fill-column-char)
12994 (ruler-mode-current-column-char): Use char-displayable-p,
12995 not window-system.
12996
12997 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12998
12999 * language/european.el (windows-1252): Move from code-pages.
13000
13001 * language/cyrillic.el ("Windows-1251"): Delete.
13002 ("Bulgarian", "Belarusian"): Remove `features'.
13003 (windows-1251): Move from code-pages.
13004
13005 * international/mule-diag.el (non-iso-charset-alist):
13006 Remove `codepage' stuff.
13007 (print-designation, list-coding-systems-1): Output fixes.
13008
13009 * international/code-pages.el (cp-make-translation-table)
13010 (cp-valid-codes): Made defsubsts.
13011 (cp-fix-safe-chars): Delete.
13012 (mule-diag): Don't require.
13013 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13014 (top-level): Check for defined coding system when defining
13015 cp... aliases. Change w32-add-charset-info test to avoid warning.
13016 (non-iso-charset-alist): Defvar when compiling.
13017 (cp-make-coding-system): Doc fix.
13018
13019 2003-09-02 Jason Rumney <jasonr@gnu.org>
13020
13021 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13022 line-ends from CVS before doing conversion.
13023
13024 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13025
13026 * calendar/diary-lib.el (diary-header-line-flag)
13027 (diary-header-line-format): New variables.
13028 (list-diary-entries): Use them to set header line in simple diary.
13029
13030 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13031 other than font-lock-string-face to highlight backslashes.
13032
13033 2003-09-01 Jason Rumney <jasonr@gnu.org>
13034
13035 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13036 regexp.
13037
13038 2003-09-01 Dave Love <fx@gnu.org>
13039
13040 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13041
13042 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13043 and :help; also line and column numbers labels.
13044
13045 * international/mule-util.el (char-displayable-p): Move from
13046 latin1-disp, rename and autoload.
13047
13048 * international/latin1-disp.el (latin1-char-displayable-p):
13049 Now obsolete alias. Replace uses with char-displayable-p.
13050 (latin1-display-ucs-per-lynx): Fix last change.
13051
13052 * international/mule-cmds.el (standard-display-european-internal):
13053 Don't use char code for Latin-1 NBSP.
13054 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13055 U+2018, U+2019 for `'.
13056 (select-safe-coding-system): Message fix.
13057
13058 2003-09-01 Kenichi Handa <handa@m17n.org>
13059
13060 * international/fontset.el (setup-default-fontset): For Thai
13061 font, specify "*" family.
13062
13063 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13064
13065 * progmodes/compile.el (previous-error): Accept a prefix
13066 argument, similarly to next-error.
13067
13068 2003-08-31 Masatake YAMATO <jet@gyve.org>
13069
13070 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13071 the number of files. Bind the number of files to a local
13072 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13073
13074 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13075
13076 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13077 2003-07-26: msdos-long-file-names is a function, not a variable.
13078
13079 2003-08-29 Richard M. Stallman <rms@gnu.org>
13080
13081 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13082 Do nothing with mail-personal-alias-file if it is nil.
13083
13084 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13085 Do nothing if mail-personal-alias-file is nil.
13086
13087 * term.el (term-exec-1): Bind coding-system-for-read.
13088
13089 * dired.el (dired-mouse-find-file-other-window):
13090 Use dired-view-command-alist here, as in dired-view-file.
13091 (dired-view-command-alist): Use %s to substitute file name.
13092 Handle .ps_pages, .eps, .jpg, .gif, .png.
13093
13094 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13095
13096 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13097 `Info-prev-reference', instead of M-tab.
13098
13099 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13100
13101 * simple.el (blink-matching-open): Work correctly on chars that
13102 are designated as parens through the syntax-table text property.
13103
13104 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13105
13106 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13107 line break position in the middle of a non-kinsoku (e.g. latin)
13108 word, making it skip until either a space or a character with
13109 category "|".
13110 (kinsoku-longer): Test for end of buffer.
13111
13112 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13113
13114 * mail/rmail.el (rmail-convert-to-babyl-format):
13115 Detect quoted-printable- and base64-encoded messages and decode them
13116 automatically. Set the message's encoding from the charset=
13117 header, if any. Decode base64-encoded messages in Mail format as well.
13118
13119 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13120
13121 * mail/smtpmail.el: Fix previous change.
13122 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13123 calling smtpmail-via-smtp.
13124 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13125
13126 2003-08-26 John Paul Wallington <jpw@gnu.org>
13127
13128 * image.el (image-jpeg-p): Don't search beyond length of data.
13129
13130 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13131
13132 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13133 misfeature in `expand-abbrev' which caused electric keywords like
13134 "else" to disappear if an open brace was typed directly afterwards.
13135
13136 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13137
13138 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13139 mandatory in `define-widget'.
13140
13141 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13142 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13143
13144 (c-assignment-operators): New language constant that only contains
13145 the assignment operators.
13146
13147 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13148
13149 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13150
13151 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13152 Safeguard against unbalanced sexps.
13153
13154 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13155
13156 * version.el (emacs-version): Check for gtk. Include gtk version info.
13157
13158 2003-08-25 John Paul Wallington <jpw@gnu.org>
13159
13160 * man.el (Man-default-man-entry): Don't whizz past the section
13161 number before looking for it.
13162
13163 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13164
13165 * progmodes/gud.el (gud-display-line): Don't set window-point if
13166 source buffer is not visible. (Only happens with M-x gdba.)
13167
13168 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13169 documentation.
13170 (gdb-source, gdb-source-info): Update to assembler unnecessary
13171 as its done after each GDB command anyway.
13172 (gdb-pre-prompt): Use with-current-buffer.
13173 (gdb-insert-field): Add help-echo text.
13174 (gdb-invalidate-assembler): Re-display of assembler now done in
13175 gdb-info-breakpoints-custom.
13176 (gdb-info-breakpoints-custom): Force re-display of assembler to
13177 happen *after* update of breakpoints buffer.
13178 (gdb-display-source-buffer): Don't choke if gdb-source-window
13179 isn't visible.
13180 (gdb-put-string, gdb-put-arrow): Remove free variables.
13181
13182 2003-08-24 John Paul Wallington <jpw@gnu.org>
13183
13184 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13185
13186 * man.el (Man-default-man-entry): Strip text properties when
13187 snarfing parts of entry because `format' preserves properties.
13188
13189 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13190
13191 * files.el (file-newest-backup): Use `expand-file-name'.
13192
13193 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13194 Allow the diary to pop up a new frame, if needed.
13195
13196 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13197 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13198 (smtpmail-send-it): Make treatment of envelope-from consistent with
13199 sendmail.el.
13200
13201 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13202 (sh-leading-keywords): Add the bash `time' reserved word.
13203 (sh-variables): Add some bash variables.
13204 (sh-add-completer): Fix nil branch of case statement.
13205
13206 2003-08-24 Masatake YAMATO <jet@gyve.org>
13207
13208 * progmodes/ld-script.el: New file.
13209
13210 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13211
13212 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13213
13214 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13215
13216 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13217 Better explain obsolescence, and what to use instead.
13218
13219 2003-08-23 Masatake YAMATO <jet@gyve.org>
13220
13221 * pcvs.el (cvs-do-removal): Show the deleted file name
13222 on the prompt.
13223
13224 2003-08-20 Dave Love <fx@gnu.org>
13225
13226 * international/mule.el (make-coding-system)
13227 (set-buffer-file-coding-system): Doc fix.
13228
13229 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13230
13231 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13232
13233 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13234
13235 * international/utf-16.el: Add mime-text-unsuitable coding system
13236 properties.
13237
13238 * international/latin1-disp.el (latin1-display): Add ?•.
13239
13240 * cus-edit.el: Add some :links.
13241 (bib): Remove.
13242
13243 * textmodes/bib-mode.el (bib): Add :group external.
13244
13245 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13246
13247 * wid-edit.el (widget-echo-help): Make it handle expressions that
13248 evaluate to strings.
13249
13250 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13251
13252 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13253
13254 Simplify selection of SQL products to define highlighting and
13255 interactive mode. Includes detailed instructions on adding
13256 support for new products.
13257
13258 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13259 product for use in highlighting and interactive mode.
13260 (sql-interactive-product): New variable. SQL product for
13261 sql-interactive-mode.
13262 (sql-product-support): New variable. Specifies product-specific
13263 parameters to drive highlighting and interactive mode.
13264 (sql-imenu-generic-expression): Add more object types.
13265 (sql-sqlite-options): Correct comment.
13266 (sql-ms-program): Use "osql" rather than "isql".
13267 (sql-prompt-regexp, sql-prompt-length): Update comment.
13268 (sql-mode-menu): Add "Start SQLi session" entry.
13269 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13270 (sql-mode-abbrev-table): Add abbreviations. Support of
13271 SYSTEM-FLAG on define-abbrev. Support was removed with last
13272 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13273 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13274 names.
13275 (sql-mode-ansi-font-lock-keywords): Set as default value.
13276 (sql-mode-oracle-font-lock-keywords): Set as default value.
13277 Support Oracle 9i keywords.
13278 (sql-mode-postgres-font-lock-keywords): Set as default value.
13279 (sql-mode-linter-font-lock-keywords): Set as default value.
13280 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13281 SQLServer 2000.
13282 (sql-mode-sybase-font-lock-keywords)
13283 (sql-mode-interbase-font-lock-keywords)
13284 (sql-mode-sqlite-font-lock-keywords)
13285 (sql-mode-strong-font-lock-keywords)
13286 (sql-mode-mysql-font-lock-keywords)
13287 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13288 keywords.
13289 (sql-mode-font-lock-defaults): Update comment.
13290 (sql-product-feature): New function. Returns feature associated
13291 with a product from `sql-product-support' alist.
13292 (sql-product-font-lock): New function. Set font-lock support
13293 based on `sql-product'.
13294 (sql-add-product-keywords): New function. Add font-lock rules to
13295 product-specific keyword variables.
13296 (sql-set-product): New function. Set `sql-product' and apply
13297 appropriate font-lock highlighting.
13298 (sql-highlight-product): New function. Set font-lock support
13299 based on a product. Also set mode name to include product name.
13300 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13301 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13302 Use `sql-set-product'.
13303 (sql-highlight-ms-keywords)
13304 (sql-highlight-sybase-keywords)
13305 (sql-highlight-interbase-keywords)
13306 (sql-highlight-strong-keywords)
13307 (sql-highlight-mysql-keywords)
13308 (sql-highlight-sqlite-keywords)
13309 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13310 (sql-get-login): Prompt in the same order as the tokens.
13311 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13312 (sql-product-interactive): New function. Common portions of
13313 product-specific interactive mode wrappers.
13314 (sql-interactive-mode): Rewritten to use product features.
13315 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13316 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13317 (sql-db2, sql-linter): Use `sql-product-interactive'.
13318 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13319 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13320 (sql-connect-ingres, sql-connect-postgres)
13321 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13322 New functions. Format command line parameters and invoke comint on
13323 the appropriate interpreter. Code was in the corresponding
13324 `sql-xyz' function before.
13325 (sql-connect-ms): New function. Support -E argument to use
13326 operating system credentials for authentication.
13327
13328 2003-08-18 Kenichi Handa <handa@m17n.org>
13329
13330 * international/mule.el (encode-char): Fix for the ASCII case.
13331
13332 2003-08-15 Kenichi Handa <handa@m17n.org>
13333
13334 * international/fontset.el (setup-default-fontset): Change "*" to
13335 nil in the specifications of font family.
13336
13337 2003-08-18 Kim F. Storm <storm@cua.dk>
13338
13339 * kmacro.el (kmacro-keymap): Group related bindings in
13340 initialization for clarity. Bind C-s to start macro.
13341 Remove C-r binding.
13342 (kmacro-initial-counter-value): New defvar to hold initial counter
13343 value in case we set the value before defining a macro.
13344 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13345 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13346 not defining or executing macro. Doc fix.
13347 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13348 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13349 temporarily view older elements on the macro ring without cycling
13350 the ring.
13351 (kmacro-display): Doc fix.
13352 (kmacro-exec-ring-item): New helper function.
13353 (kmacro-call-ring-2nd): Use it.
13354 (kmacro-call-ring-2nd-repeat): Doc fix.
13355 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13356 (kmacro-end-or-call-macro): Execute last viewed macro (using
13357 kmacro-exec-ring-item) from ring if this follows
13358 kmacro-view-macro. This allows us to find a macro on the ring
13359 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13360 the ring to bring it to the head of the ring.
13361 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13362 Allow binding to reserved keys without specifying C-x C-k prefix.
13363 Ask for confirmation if entered key sequence is already bound to
13364 a non-macro command.
13365 (kmacro-view-macro): Repeating command will show older elements
13366 on the macro ring; C-k will execute the last viewed macro.
13367 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13368 property from 'ring to 'head.
13369
13370 2003-08-17 Alan Shutko <ats@acm.org>
13371
13372 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13373 keeping December out of the alist.
13374
13375 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13376
13377 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13378 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13379 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13380 (calendar-flatten): New function.
13381 (calendar-mouse-view-other-diary-entries)
13382 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13383 in the menu title and to show multi-line diary entries correctly
13384 in the menu.
13385
13386 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13387
13388 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13389 defcustom, because the default was recently changed.
13390
13391 2003-08-16 Richard M. Stallman <rms@gnu.org>
13392
13393 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13394
13395 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13396 New subroutine, broken out of eval-last-sexp-1.
13397 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13398
13399 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13400
13401 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13402
13403 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13404
13405 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13406
13407 * progmodes/compile.el (compilation-error-regexp-alist):
13408 Add Java ANt error detection as described in document
13409 http://ant.apache.org/faq.html
13410
13411 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13412
13413 * simple.el (backward-word, forward-to-indentation)
13414 (backward-to-indentation): Argument changed to optional.
13415 (next-line, previous-line): Use `or' instead of `unless'.
13416
13417 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13418
13419 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13420 instead of a constant.
13421
13422 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13423
13424 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13425
13426 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13427
13428 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13429 (vc-sccs-workfile-version): Search the entire delta table, rather
13430 than just the first entry, because that might be a deleted version.
13431
13432 2003-08-11 Karl Fogel <kfogel@red-bean.com>
13433
13434 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13435 [save-place] binding in the Options menu. Have it require
13436 'saveplace' and then toggle the variable manually, to avoid an
13437 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13438 for the bug report.
13439
13440 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13441
13442 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13443 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13444 (gdb-info-threads-custom): Add help-echo text.
13445 (gdb-display-back): Don't use purecopy.
13446 (gdb-info-breakpoints-custom, gdb-reset)
13447 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13448 icons can be displayed.
13449
13450 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13451
13452 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13453
13454 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13455
13456 * bookmark.el (bookmark-completing-read):
13457 Return a string, instead of a list of one string.
13458 Use a popup menu if activated from the mouse.
13459 (bookmark-edit-annotation): Remove unused vars.
13460 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13461 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13462 to bookmark-completing-read.
13463 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13464 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13465 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13466 and erase-buffer.
13467 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13468 (bookmark-menu-jump, bookmark-menu-insert)
13469 (bookmark-popup-menu-and-apply-function)
13470 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13471 (bookmark-menu-build-paned-menu): Remove by folding it into
13472 bookmark-menu-popup-paned-menu.
13473 (menu-bar-bookmark-map): Move the define-key statements here.
13474 Use the "non-menu" commands since they now pop up a menu if needed.
13475 (bookmark-exit-hook-internal): Simplify.
13476
13477 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13478
13479 * reftex-toc.el (reftex-toc-rename-label): New function.
13480 (reftex-toc-check-docstruct): New function.
13481
13482 * reftex.el (reftex-region-active-p): New function.
13483
13484 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13485 regexp to find the \bibliography macro.
13486
13487 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13488 which does not exist in LaTeX.
13489 (reftex-cite-format-builtin): Added amsrefs support.
13490 (reftex-toc-confirm-promotion): New option
13491
13492 * reftex-toc.el
13493 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13494 (reftex-toc-demote, reftex-toc-promote)
13495 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13496 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13497 (reftex-toc-newhead-from-alist)
13498 (reftex-toc-load-all-files-for-promotion): New functions.
13499 (reftex-toc-help): Added description of new keys.
13500 (reftex-toc-split-windows-fraction): New option.
13501 (reftex-recenter-toc-when-idle): Search *toc* window on all
13502 visible frames.
13503 (reftex-toc): Additional parameter REUSE.
13504 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13505 with REUSE argument.
13506 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13507 the call of `reftex-toc'.
13508 (reftex-make-separate-toc-frame): New function .
13509 (reftex-toc-recenter): When called with triple prefix arg, call
13510 `reftex-make-separate-toc-frame' first.
13511 (reftex-toc-toggle-dedicated-frame): New command.
13512 (reftex-toc-quit): Adapted to delete frame when called in
13513 dedicated frame.
13514
13515 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13516 all enclosing macros.
13517
13518
13519 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13520
13521 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13522 first use.
13523
13524 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13525
13526 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13527
13528 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13529
13530 * calendar/calendar.el (list-diary-entries-hook)
13531 (diary-display-hook, nongregorian-diary-listing-hook)
13532 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13533 Add some customize options for these hooks.
13534 (calendar-abbrev-construct): Don't try to take a substring longer
13535 than the original string.
13536
13537 2003-08-05 Richard M. Stallman <rms@gnu.org>
13538
13539 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13540 (testcover-reinstrument-clauses): Doc fix.
13541
13542 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13543 (warning-type-format): Rename from warning-group-format.
13544
13545 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13546 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13547 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13548 to prevent warnings about defvar for an obsolete variable.
13549
13550 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13551 warning-group-format renamed to warning-type-format.
13552
13553 * subr.el (read-passwd): Use clear-string instead of fillarray.
13554
13555 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13556 Use vconcat instead of concat.
13557 (edmacro-sanitize-for-string): New function.
13558
13559 2003-08-05 Dave Love <fx@gnu.org>
13560
13561 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13562 line-number-display-limit-width.
13563
13564 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13565
13566 2003-08-05 Kenichi Handa <handa@m17n.org>
13567
13568 * international/code-pages.el: Don't require mule-diag.
13569
13570 * international/mule-diag.el (non-iso-charset-alist):
13571 Add autoload cookie.
13572
13573 * language/devan-util.el (dev-glyph-order): Add an entry for the
13574 glyph code #xC4.
13575
13576 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13577
13578 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13579 (european-calendar-style, diary-date-forms)
13580 (calendar-day-name-array, calendar-month-name-array): Doc change.
13581 (generate-calendar-month): Adapt for new behavior of
13582 `calendar-day-name' function.
13583 (calendar-abbrev-length, calendar-day-abbrev-array)
13584 (calendar-month-abbrev-array): New variables.
13585 (calendar-abbrev-construct): New function.
13586 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13587 rather than fixing abbrevs at some width. Calling syntax change.
13588 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13589 (calendar-date-string): Adapt for new behaviors of
13590 `calendar-day-name' and `calendar-month-name' functions.
13591
13592 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13593 behavior of `calendar-day-name' and `calendar-month-name' functions.
13594 (diary-name-pattern): Use abbrev arrays, rather than fixing
13595 abbrevs at three chars. Calling syntax change.
13596 (mark-diary-entries): Adapt for new behaviors of
13597 `diary-name-pattern' and `calendar-make-alist' functions.
13598 (fancy-diary-font-lock-keywords): Adapt for new behavior of
13599 `diary-name-pattern' function.
13600 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13601 fixing abbrevs at three chars. Calling syntax change.
13602 (cal-hebrew, cal-islam): Require when compiling.
13603 (diary-font-lock-keywords): Adapt for new behavior of
13604 `font-lock-diary-date-forms' function.
13605
13606 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13607 (calendar-hebrew-month-name-array-common-year)
13608 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13609 (list-hebrew-diary-entries): Adapt for new behaviors of
13610 `calendar-day-name' and `add-to-diary-list' functions.
13611 (mark-hebrew-diary-entries): Adapt for new behaviors of
13612 `diary-name-pattern' and `calendar-make-alist' functions.
13613
13614 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13615 Add doc string.
13616 (list-islamic-diary-entries): Adapt for new behaviors of
13617 `calendar-day-name' and `add-to-diary-list' functions.
13618 (mark-islamic-diary-entries): Adapt for new behaviors of
13619 `diary-name-pattern' and `calendar-make-alist' functions.
13620
13621 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
13622 `calendar-month-name' function.
13623
13624 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13625
13626 * calendar/solar.el (solar-seasons-data): Move definition before use.
13627
13628 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13629 (cal-tex-LaTeX-hourbox): Move definition before use.
13630
13631 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
13632 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
13633 * lunar.el, solar.el (displayed-month, displayed-year):
13634 Define for compiler.
13635
13636 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13637
13638 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13639 MODE. Renamed from c-init-c-language-vars'.
13640 (c-initialize-cc-mode): Change accordingly.
13641 (c-common-init): Ditto.
13642 (c-mode): Ditto.
13643 (c++-mode): Use `c-init-language-vars-for'.
13644 (objc-mode): Ditto.
13645 (java-mode): Ditto.
13646 (idl-mode): Ditto.
13647 (pike-mode): Ditto.
13648 (awk-mode): Ditto.
13649
13650 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13651
13652 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13653 or not the point moved.
13654
13655 (c-search-decl-header-end): Don't trip up on operator identifiers
13656 in C++ and operators like == in all languages.
13657
13658 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13659 Detect leading labels correctly.
13660
13661 2003-08-02 Andreas Schwab <schwab@suse.de>
13662
13663 * textmodes/ispell.el: Don't redo key bindings on loading, put
13664 them only in loaddefs.el.
13665 * bookmark.el: Likewise.
13666 * dabbrev.el: Likewise.
13667 * emerge.el: Likewise.
13668
13669 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13670 has more than one member.
13671
13672 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13673
13674 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13675
13676 * lpr.el (printify-region): It was ending conversion before the
13677 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13678
13679 2003-07-31 John Paul Wallington <jpw@gnu.org>
13680
13681 * net/browse-url.el (browse-url-epiphany): Doc fix.
13682
13683 2003-07-30 Kenichi Handa <handa@m17n.org>
13684
13685 * international/fontset.el (setup-default-fontset):
13686 Change registry names of Akurti fonts.
13687
13688 2003-07-29 Jesper Harder <harder@ifa.au.dk>
13689
13690 * comint.el (comint-read-noecho): Use `clear-string' instead of
13691 `fillarray'.
13692
13693 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13694
13695 * outline.el (outline-mode-hook): Add defvar.
13696
13697 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13698
13699 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13700 Restore assembler in source window if that is what has been selected.
13701 (menu): Add gdb-restore-windows to menu. Make gdba
13702 specific menus only visible from gdba.
13703
13704 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com>
13705
13706 * progmodes/compile.el (compilation-environment): New user variable.
13707 (compile-internal): Respect it.
13708
13709 2003-07-23 Masatake YAMATO <jet@gyve.org>
13710
13711 * progmodes/gud.el (gdb-script-font-lock-keywords):
13712 Put `font-lock-function-name-face' on a symbol which includes
13713 `-' like `hook-run'. Put font-lock-variable-name-face
13714 on a symbol starting with $.
13715
13716 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13717
13718 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13719
13720 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13721
13722 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13723
13724 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13725
13726 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13727 Use with-no-warnings.
13728 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13729 rather than to find-file-not-found-hook, which doesn't exist.
13730
13731 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13732
13733 * international/quail.el (quail-translate-key): Fix previous change.
13734
13735 2003-07-25 John Paul Wallington <jpw@gnu.org>
13736
13737 * server.el (server-start): Check `server-process' is non-nil
13738 before killing it to avoid killing current buffer's process.
13739
13740 * simple.el (choose-completion-string): Use `minibufferp';
13741 test `completion-reference-buffer' if `buffer' arg is nil.
13742 (push-mark): Use `when' and `unless'.
13743 (pop-mark): Use `when'.
13744
13745 * mouse-sel.el (mouse-sel-get-selection-function):
13746 Check `x-last-selected-text-primary'. Don't barf if it or
13747 `x-last-selected-text' aren't bound.
13748
13749 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13750
13751 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13752
13753 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13754
13755 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13756
13757 2003-07-23 John Paul Wallington <jpw@gnu.org>
13758
13759 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13760
13761 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13762
13763 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13764 string. Defvar the derived hook.
13765
13766 * macros.el (insert-kbd-macro): Escape double quote character.
13767 From Thomas W Murphy <twm@andrew.cmu.edu>.
13768
13769 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13770
13771 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13772 to match the specific mark rather than reusing comment-start-skip.
13773
13774 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13775
13776 * progmodes/hideshow.el (hs-special-modes-alist):
13777 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13778
13779 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13780
13781 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13782 value using ?\s.
13783
13784 2003-07-21 John Paul Wallington <jpw@gnu.org>
13785
13786 * subr.el (with-selected-window): Add closing paren.
13787
13788 2003-07-21 Richard M. Stallman <rms@gnu.org>
13789
13790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13791 (lisp-mode): Likewise.
13792
13793 * subr.el (with-selected-window): Copy code form save-selected-window
13794 so as to call select-window with norecord arg.
13795 (dynamic-completion-table): Doc fix.
13796 (lazy-completion-table): Doc fix.
13797
13798 * international/mule-cmds.el (set-locale-environment):
13799 langinfo renamed to locale-info.
13800
13801 * international/mule.el (auto-coding-functions): Doc fix.
13802
13803 2003-07-21 Kenichi Handa <handa@m17n.org>
13804
13805 * international/quail.el (quail-translate-key):
13806 Update quail-current-str correctly.
13807
13808 2003-07-21 Andreas Schwab <schwab@suse.de>
13809
13810 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13811 ?, to "_".
13812
13813 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
13814 Version 2.0.36 of Tramp released.
13815
13816 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13817 tramp-password-end-of-line.
13818 (tramp-password-end-of-line): New method parameter.
13819 (tramp-get-password-end-of-line): Function to access method
13820 parameter `tramp-password-end-of-line', or variable
13821 `tramp-default-password-end-of-line' (default value).
13822 (tramp-methods): Add entries for new parameter
13823 tramp-password-end-of-line.
13824 (tramp-enter-password): Use new function
13825 `tramp-get-password-end-of-line'.
13826 (tramp-handle-insert-file-contents): Do not
13827 unconditionally inhibit the file operation file-local-copy, only
13828 do that when the inhibit-file-name-operation is currently
13829 insert-file-contents. This fixes finding remote CVS-controlled
13830 files. (It would barf on inserting the CVS/Entries file
13831 literally, because the file-local-copy handler wasn't called.)
13832 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13833 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13834 (tramp-initial-commands): New variable.
13835 (tramp-process-initial-commands): New function, using the variable.
13836 (tramp-open-connection-setup-interactive-shell): Call the new function.
13837 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13838 method into the buffer name, never use nil. Reported by Hanak
13839 David <dhanak@inf.bme.hu>.
13840 (tramp-open-connection-setup-interactive-shell): Erase buffer
13841 before sending "stty -onlcr".
13842
13843 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13844
13845 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13846
13847 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13848
13849 2003-07-19 John Paul Wallington <jpw@gnu.org>
13850
13851 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13852 (artist-draw-rect, artist-draw-square): Doc fixes.
13853
13854 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13855
13856 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13857
13858 2003-07-19 Kenichi Handa <handa@m17n.org>
13859
13860 * international/kkc.el (kkc-show-conversion-list-update):
13861 Highlight the correct candidate in the message.
13862
13863 2003-07-18 John Paul Wallington <jpw@gnu.org>
13864
13865 * simple.el (current-word): Don't include punctuation char when
13866 `really-word' arg is non-nil.
13867
13868 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13869
13870 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13871 moved to the directory obsolete.
13872
13873 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * info.el (Info-menu-entry-name-re): Allow newlines in
13876 menu entry names.
13877
13878 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13879 syntax-ppss-after-change-function.
13880 (syntax-ppss-after-change-function): New alias. Update uses.
13881 (syntax-ppss): Catch the case where the buffer is narrowed.
13882
13883 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13884
13885 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13886 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13887
13888 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13889
13890 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13891 since it might be modified.
13892
13893 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13894 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13895 names to these language constants.
13896
13897 2003-07-15 Kim F. Storm <storm@cua.dk>
13898
13899 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13900 All uses changed.
13901
13902 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13903
13904 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13905 Namespace support.
13906
13907 2003-07-13 Juanma Barranquero <lektu@terra.es>
13908
13909 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13910 papers received).
13911
13912 2003-07-13 Karl Eichwalder <ke@suse.de>
13913
13914 * textmodes/po.el (po-find-charset): White space at the start of the
13915 Content-Type field body is non-mandatory.
13916
13917 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13918
13919 * textmodes/texinfo.el (texinfo-section-list):
13920 Append appendixsection; a synonym for appendixsec.
13921
13922 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
13923
13924 * man.el (Man-translate-cleanup): New.
13925 (Man-translate-references): Call `Man-translate-cleanup' to clean
13926 leading, trailing and middle spaces.
13927
13928 2003-07-13 Lars Hansen <larsh@math.ku.dk>
13929
13930 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13931 Handle `dired-directory' being a list.
13932
13933 2003-07-13 Jesper Harder <harder@ifa.au.dk>
13934
13935 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13936 it doesn't exist.
13937
13938 2003-07-12 Richard M. Stallman <rms@gnu.org>
13939
13940 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13941
13942 * progmodes/cc-defs.el (c-make-keywords-re):
13943 Don't use delete-duplicates.
13944 (c-lang-const): Don't use mapcan.
13945
13946 * apropos.el (apropos-show-scores): Make it customizable.
13947 Document new meaning.
13948 (apropos): Compute scores from symbols.
13949 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13950
13951 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13952
13953 * ps-bdf.el: Fix copyright line.
13954 (bdf-directory-list): Fix initialization code.
13955
13956 2003-07-11 John Paul Wallington <jpw@gnu.org>
13957
13958 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13959 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13960 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13961
13962 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13963
13964 * emacs-lisp/ring.el (ring-elements): Doc fix.
13965
13966 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13967
13968 * calendar/timeclock.el (timeclock-relative)
13969 (timeclock-ask-before-exiting, timeclock-use-display-time):
13970 Doc changes.
13971 (timeclock-modeline-display): Give a message if
13972 `timeclock-use-display-time' is non-nil but `display-time-mode'
13973 is not active.
13974
13975 2003-07-11 Kenichi Handa <handa@m17n.org>
13976
13977 * international/mule-cmds.el (set-language-environment):
13978 Set current-language-environment to the correct string.
13979
13980 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13981
13982 * ps-print.el: Print line number correctly in a region. Reported by
13983 Tim Allen <timallen@ls83.fsnet.co.uk>.
13984 (ps-print-version): New version number (6.6.2).
13985 (ps-printing-region): Code fix.
13986
13987 2003-07-10 John Paul Wallington <jpw@gnu.org>
13988
13989 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13990 this function can be called from `add-completions-from-tags-table'.
13991
13992 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13993
13994 * calendar/timeclock.el (timeclock-use-display-time)
13995 (timeclock-day-over-hook, timeclock-workday-remaining)
13996 (timeclock-status-string, timeclock-when-to-leave)
13997 (timeclock-when-to-leave-string, timeclock-log-data)
13998 (timeclock-find-discrep, timeclock-day-base)
13999 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14000 (timeclock-modeline-display): Set the variable
14001 `timeclock-modeline-display'.
14002 (timeclock-update-modeline): Doc fix. Respect value of
14003 `timeclock-relative'.
14004
14005 2003-07-09 Richard M. Stallman <rms@gnu.org>
14006
14007 * textmodes/reftex-parse.el (reftex-all-document-files):
14008 Add autoload cookie.
14009
14010 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14011 (reftex-scanning-info-available-p): Add autoload cookie.
14012
14013 * international/mule-cmds.el
14014 (set-display-table-and-terminal-coding-system): Delete duplicate
14015 aset on standard-display-table.
14016
14017 * view.el (view-file): If existing buffer's major mode is special,
14018 don't go into view mode.
14019
14020 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14021
14022 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14023
14024 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14025 buffer changes; there's third party code that calls this function
14026 directly.
14027
14028 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14031 (autodoc-font-lock-keywords): Don't byte compile on font lock
14032 initialization when running from byte compiled files.
14033
14034 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14035
14036 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14037 statement ends with auto-increment "++".
14038
14039 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14040
14041 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14042 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14043 these are changed, so declare them as variables and not constants.
14044
14045 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14046
14047 * subr.el (dolist, dotimes): Doc fix.
14048
14049 2003-07-08 Kim F. Storm <storm@cua.dk>
14050
14051 * international/mule-cmds.el
14052 (set-display-table-and-terminal-coding-system): Don't break
14053 bootstrap if standard-display-table isn't setup yet.
14054
14055 2003-07-07 Richard M. Stallman <rms@gnu.org>
14056
14057 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14058 Give it a doc string, and autoload it.
14059
14060 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14061 Use with-no-warnings.
14062
14063 * info.el (Info-search): If find invisible text, search again.
14064
14065 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14066
14067 * man.el (Man-name-regexp): Match + as part of name.
14068
14069 * simple.el (visible-mode): Rename from vis-mode.
14070 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14071
14072 * simple.el (current-word): New arg REALLY-WORD specifies
14073 don't include punctuation chars.
14074
14075 * emacs-lisp/debug.el (debug, debugger-env-macro):
14076 Use with-no-warnings while accessing and binding unread-command-char.
14077
14078 * international/mule-cmds.el
14079 (set-display-table-and-terminal-coding-system): Use explicit loop
14080 instead of calling standard-display-default.
14081
14082 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14083 Use condition-case to catch error in ange-ftp-get-files.
14084
14085 * net/browse-url.el (browse-url-browser-function):
14086 Add alternative for Epiphany.
14087 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14088 (browse-url-epiphany-startup-arguments)
14089 (browse-url-epiphany-new-window-is-tab): New variables.
14090 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14091
14092 * progmodes/compile.el (compile-auto-highlight): Default now t.
14093 (compile): Doc fix.
14094 (compilation-next-error): Fix previous change.
14095
14096 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14097
14098 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14099
14100 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14101
14102 * gdb-ui.el (gdb-source-info): Display current frame when
14103 attaching to an existing process.
14104 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14105 while laying out windows when attaching to an existing process.
14106
14107 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * info.el (Info-menu): Use Info-menu-entry-name-re.
14110
14111 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14112
14113 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14114 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14115
14116 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14117 to match the same text.
14118
14119 2003-07-06 John Paul Wallington <jpw@gnu.org>
14120
14121 * vc.el (vc-annotate-offset): Move defvar up.
14122
14123 2003-07-06 Kim F. Storm <storm@cua.dk>
14124
14125 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14126 This should fix the infinite loop when extracting menu names.
14127
14128 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14129
14130 * files.el (auto-mode-alist, interpreter-mode-alist):
14131 Remove entries to CC Mode modes to avoid duplicates; they are now added
14132 with autoload directives in cc-mode.el.
14133
14134 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14135
14136 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14137 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14138 these are changed, so declare them as variables and not constants.
14139
14140 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14141 ensure that the entry for ".c" extension comes before the one for
14142 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14143 Fix incorrect entries that were added to `interpreter-mode-alist'.
14144 Move the autoload directives for AWK to the top level since they
14145 aren't recognized anywhere else. Do not use the new AWK mode doc
14146 in the autoload form for the old AWK mode.
14147
14148 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14149
14150 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14151 (bibtex-sort-ignore-string-entries): Default value t.
14152 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14153 erroneously in previous version.
14154 (bibtex-string-files): Docstring reflects new parsing scheme.
14155 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14156 docstring, add # as one of the chars to crush.
14157 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14158 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14159 (bibtex-autokey-name-change-strings)
14160 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14161 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14162 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14163 (bibtex-autokey-title-terminators)
14164 (bibtex-autokey-titlewords-stretch)
14165 (bibtex-autokey-titleword-ignore)
14166 (bibtex-autokey-titleword-case-convert)
14167 (bibtex-autokey-titleword-abbrevs)
14168 (bibtex-autokey-titleword-abbrevs)
14169 (bibtex-autokey-titleword-change-strings)
14170 (bibtex-autokey-titleword-length)
14171 (bibtex-autokey-titleword-separator)
14172 (bibtex-autokey-name-year-separator)
14173 (bibtex-autokey-year-title-separator)
14174 (bibtex-autokey-before-presentation-function)
14175 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14176 Fix docstring.
14177 (bibtex-strings, bibtex-reference-keys):
14178 Use lazy-completion-table and make-variable-buffer-local.
14179 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14180 (bibtex-braced-string-syntax-table)
14181 (bibtex-quoted-string-syntax-table): New variables.
14182 (bibtex-parse-nested-braces): Remove.
14183 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14184 (bibtex-parse-association): Simplify.
14185 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14186 (bibtex-parse-field-text): Simplify.
14187 (bibtex-search-forward-field, bibtex-search-backward-field):
14188 argument BOUND can take value t.
14189 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14190 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14191 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14192 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14193 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14194 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14195 and ending of entry. Update for changes of bibtex-search-entry.
14196 Simplify.
14197 (bibtex-map-entries): FUN is called with three arguments.
14198 (bibtex-search-entry): Return a cons pair with buffer positions of
14199 beginning and end of entry.
14200 (bibtex-enclosing-field): Simplify.
14201 (bibtex-format-entry): Use booktitle to set a missing title.
14202 (bibtex-autokey-get-names): Fiddle with regexps.
14203 (bibtex-generate-autokey): Use identity.
14204 (bibtex-parse-keys): Use simplified parsing algorithm if
14205 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14206 arguments. Return alist of keys.
14207 (bibtex-parse-strings): Simplify. Return alist of strings.
14208 (bibtex-complete-string-cleanup): Fix docstring.
14209 (bibtex-read-key): New function.
14210 (bibtex-mode): Fix docstring. Do not parse for keys and
14211 strings when the mode is entered. Set fill-paragraph-function to
14212 bibtex-fill-field. Setup font-lock-mark-block-function the way
14213 font-lock intended.
14214 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14215 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14216 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14217 (bibtex-Preamble): Avoid hard coded constants.
14218 (bibtex-make-field): Fix docstring. Simplify.
14219 (bibtex-beginning-of-entry): Always return new position of point.
14220 (bibtex-end-of-entry): Rearrange cond clauses.
14221 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14222 Update for changes of bibtex-map-entries.
14223 (bibtex-ispell-abstract): Do not move point.
14224 (bibtex-entry-index): Use downcase. Simplify.
14225 (bibtex-lessp): Handle catch-all.
14226 (bibtex-find-crossref): Turn into a command.
14227 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14228 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14229 preamble entries.
14230 (bibtex-fill-field-bounds): New function.
14231 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14232 (bibtex-fill-entry): Use bibtex-fill-field-bounds.
14233 (bibtex-String): Use bibtex-strings. Always obey
14234 bibtex-sort-ignore-string-entries.
14235
14236 2003-07-05 John Paul Wallington <jpw@gnu.org>
14237
14238 * cus-theme.el (customize-create-theme):
14239 Call `customize-create-theme' in Reset widget's notify function.
14240
14241 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14242 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14243 (define-ibuffer-column name): Add summarizer.
14244 (define-ibuffer-column size): Likewise.
14245 (define-ibuffer-column filename): Likewise.
14246 (define-ibuffer-column process): Likewise. Change BODY's output too.
14247 (define-ibuffer-column filename-and-process): Likewise, likewise.
14248 (ibuffer): Remove local vars `already-in' and `need-update'.
14249
14250 * ibuf-ext.el: Don't require `derived' at compile-time.
14251
14252 2003-07-05 Kim F. Storm <storm@cua.dk>
14253
14254 * info.el: Disable paragraph refilling.
14255 (Info-refill-paragraphs): New defcustom.
14256 (Info-fontify-node): Use it.
14257
14258 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14259
14260 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14261 thingies from constructors created by defstruct.
14262
14263 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14264 the default value of the variable.
14265 (byte-code-meter): Move declaration to top level.
14266
14267 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14268
14269 * info.el (Info-following-node-name-re): New fun.
14270 (Info-following-node-name): Remove.
14271 (Info-insert-dir): Use the new fun.
14272 (Info-extract-pointer): Don't save restriction; use new fun.
14273 (Info-menu-entry-name-re): New const.
14274 (Info-menu-entry-name-re): Use it along with new fun.
14275 (Info-node-spec-re): Use new fun.
14276 (Info-complete-menu-item, Info-fontify-node): Use new const.
14277 (Info-goto-node, Info-follow-reference, Info-menu-update):
14278 Use match-string.
14279 (Info-follow-reference): Use assoc-string.
14280 Use a list of strings for the completion table.
14281 (Info-fontify-node): Use match-string, line-end-position.
14282 Limit the search for `node:' to the first line.
14283
14284 * newcomment.el (uncomment-region): Remove padding coming from
14285 comment-start rather than just from comment-padding.
14286
14287 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14288 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14289 (vc-cvs-rename-file): Remove (use the default).
14290 (vc-cvs-register): Register parent dir if needed.
14291 (vc-cvs-could-register): Return non-nil if parent can be registered.
14292 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14293 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14294
14295 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14296 (vc-svn-update): Fix the arguments to `svn'.
14297 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14298 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14299 Simple implementations, assuming `name' is a URL.
14300
14301 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14302 set of chars allowed unquoted in a case pattern.
14303
14304 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14305
14306 * font-lock.el (font-lock-extra-types-widget)
14307 (c-font-lock-extra-types, c++-font-lock-extra-types)
14308 (objc-font-lock-extra-types, java-font-lock-extra-types)
14309 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14310 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14311 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14312 (font-lock-match-c++-structor-declaration)
14313 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14314 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14315 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14316 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14317 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14318 (java-font-lock-keywords-3, java-font-lock-keywords)
14319 (java-font-lock-syntactic-face-function): Remove obsolete code
14320 and constants. It's all in cc-fonts.el now.
14321
14322 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14323
14324 * mail/sendmail.el (mail-specify-envelope-from)
14325 (mail-envelope-from): Doc fix.
14326
14327 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14328
14329 * generic-x.el: Do away with the dependency on `c-emacs-features'
14330 when populating `rul-generic-mode-syntax-table'; we already know
14331 this isn't XEmacs.
14332
14333 See ChangeLog.10 for earlier changes.
14334
14335 ;; Local Variables:
14336 ;; coding: utf-8
14337 ;; End:
14338
14339 Copyright (C) 2003-2011, 2013 Free Software Foundation, Inc.
14340
14341 This file is part of GNU Emacs.
14342
14343 GNU Emacs is free software: you can redistribute it and/or modify
14344 it under the terms of the GNU General Public License as published by
14345 the Free Software Foundation, either version 3 of the License, or
14346 (at your option) any later version.
14347
14348 GNU Emacs is distributed in the hope that it will be useful,
14349 but WITHOUT ANY WARRANTY; without even the implied warranty of
14350 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14351 GNU General Public License for more details.
14352
14353 You should have received a copy of the GNU General Public License
14354 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.