(Info-search): Save match data for isearch. Skip Tag Table node.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-11 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-search): Save match data for isearch.
4 Skip Tag Table node.
5
6 * descr-text.el (describe-char): Replace syntax-after with code
7 from its previous version.
8
9 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11
12 * international/mule.el (sgml-html-meta-auto-coding-function):
13 Remove > after <html to allow HTML attributes.
14
15 2004-11-11 Jay Belanger <belanger@truman.edu>
16
17 * calc/calc-comb.el (math-prime-factors-finished): Declared it as
18 a variable.
19 (calcFunc-dfac): Replaced unbound max by n.
20 (math-stirling-local-cache): New variable.
21 (math-stirling-number, math-stirling-1, math-stirling-2):
22 Replaced the variable `cache' by the declared variable
23 math-stirling-local-cache.
24 (var-RandSeed): Declared it as a variable.
25 (math-init-random-base, math-random-digit): Don't check to see if
26 var-RandSeed is bound.
27 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
28 Declared them instead of just setting them.
29 (math-init-random-base): Made i a local variable.
30 (math-random-digit): Made math-random-last a local variable.
31 (math-prime-test-cache): Moved declaration to before it is used.
32 (math-prime-test-cache-k, math-prime-test-cache-q)
33 (math-prime-test-cache-nm1, math-prime-factors-finished):
34 Declared them as variables.
35
36 2004-11-11 Jay Belanger <belanger@truman.edu>
37
38 * calc/calc-ext.el (math-defcache): Use defvar for the new
39 variables it creates.
40
41 2004-11-11 Lars Hansen <larsh@math.ku.dk>
42
43 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook,
44 desktop-clear-preserve-buffers-regexp, desktop-file-name-format,
45 desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path,
46 desktop-save): Add :version.
47
48 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * printing.el (pr-get-symbol): Don't downcase.
51
52 2004-11-10 Jay Belanger <belanger@truman.edu>
53
54 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
55 string to kill-ring.
56
57 * calc/calc-aent.el (calc-alg-exp, math-toks)
58 (math-exp-pos,math-exp-old-pos, math-exp-token)
59 (math-exp-keep-spaces, math-exp-str): New variables.
60 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
61 (calcAlg-enter): Use declared variable calc-alg-exp.
62 (math-build-parse-table, math-find-user-token): Use declared
63 variable math-toks.
64 (math-read-exprs, math-read-token, calc-check-user-syntax)
65 (calc-match-user-syntax, match-factor-after, math-read-factor):
66 Use declared variables math-exp-pos math-exp-old-pos.
67 (math-read-exprs, math-read-token, math-read-expr-level)
68 (calc-check-user-syntax, calc-match-user-syntax)
69 (match-factor-after, math-read-factor): Use declared variable
70 math-exp-token.
71 (math-read-exprs, math-read-expr-list, math-read-token)
72 (math-read-factor): Use declared variable math-exp-keep-spaces.
73 (math-read-exprs, math-read-token): Use declared variable
74 math-exp-str.
75 (calc-match-user-syntax): Made m a local variable.
76
77 * calc/calc-ext.el (math-read-expr): Use declared variables
78 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
79 math-exp-keep-spaces.
80
81 * calc/calc-forms.el (math-read-angle-bracket): Use declared
82 variables math-exp-pos, math-exp-str.
83
84 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
85 math-exp-old-pos.
86 (math-parse-fortran-vector, math-parse-fortran-vector-end)
87 (math-parse-eqn-prime): Use declared variable math-exp-token.
88
89 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
90 Use declared variable math-exp-pos.
91 (math-check-for-commas): Use declared variable math-exp-str.
92 (math-read-brackets): Use declared variables math-exp-old-pos,
93 math-exp-keep-spaces.
94 (math-read-brackets, math-read-vector, math-read-matrix):
95 Use declared variable math-exp-token.
96
97 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
100
101 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
102 (sgml-parse-tag-backward): Use it to skip spurious < or >.
103
104 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
105
106 * ebuff-menu.el: Doc fixes throughout.
107 (electric-buffer-menu-mode-hook): New defvar.
108
109 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
110
111 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
112 compilation. The resulting compiler warnings appear to be harmless.
113
114 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
115
116 * textmodes/conf-mode.el: New file.
117
118 * files.el (auto-mode-alist, magic-mode-alist): Use it.
119
120 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
123
124 2004-11-09 Jay Belanger <belanger@truman.edu>
125
126 * calc/calc-ext.el (calc-init-extensions): Remove old code.
127
128 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
129 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
130 (calc-z-prefix-help, calc-user-function-list): Use declared
131 variables calc-z-prefix-buf, calc-z-prefix-msgs.
132 (math-map-tree, math-map-tree-rec): Use declared variables
133 math-mt-many, math-mt-func.
134 (math-read-expression, math-read-string): Use declared variable
135 math-expr-data.
136
137 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
138 variable math-normalize-a.
139
140 * calc/calc.el (math-normalize-a): New variable.
141 (math-normalize): Use declared variable math-normalize-a.
142
143 * calc/calc-poly.el (math-expand-form): Use declared variable
144 math-mt-many.
145
146 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
147 Use declared variable math-mt-many.
148 (math-rewrite): Use declared variable math-mt-func.
149
150 * calc/calc-vec.el (math-read-brackets, math-read-vector)
151 (math-read-matrix): Use declared variable math-expr-data.
152
153 * calc/calc-lang.el (math-parse-fortran-vector)
154 (math-parse-fortran-vector-end, math-parse-tex-sum)
155 (math-parse-eqn-matrix, math-parse-eqn-prime)
156 (math-read-math-subscr): Use declared variable math-expr-data.
157
158 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
159 (math-read-expr-level, math-read-token, calc-check-user-syntax)
160 (calc-match-user-syntax, math-read-if, math-factor-after)
161 (math-read-factor): Use declared variable math-expr-data.
162
163 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
164
165 * calendar/diary-lib.el (diary-from-outlook)
166 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
167 interactive-p; but rather new optional argument NOCONFIRM.
168
169 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
172 (easy-menu-name-match): Revert correspondingly.
173
174 2004-11-09 Richard M. Stallman <rms@gnu.org>
175
176 * emacs-lisp/bytecomp.el (byte-compile-defalias):
177 Turn off warnings for the new function even if definition not constant.
178 If the definition isn't a quoted symbol, record (FUNCTION . t).
179 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
180 (byte-compile-callargs-warn): Handle (FUNCTION . t).
181 (display-call-tree, byte-compile-arglist-warn):
182 Handle t returned by byte-compile-fdefinition.
183
184 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
185
186 * Makefile.in (maintainer-clean): Depend on distclean.
187
188 * help-fns.el (help-C-file-name): File name must be in build-files
189 to be returned.
190
191 2004-11-09 Jay Belanger <belanger@truman.edu>
192
193 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
194 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
195
196 * calc/calc.el (calc, calc-trail-display, calc-mode):
197 Remove obsolete sections.
198
199 * calc/calc.el (calc-x-paste-text): Remove.
200
201 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
202 mouse-2.
203
204 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
205
206 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
207 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
208 current frame (in case of recursive calls).
209 (gdb-show-changed-values): Add :version keyword.
210
211 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * international/mule-cmds.el: Change coding-system to utf-8.
214 (select-safe-coding-system-interactively):
215 New function extracted from select-safe-coding-system.
216 (select-safe-coding-system): Use it.
217
218 2004-11-08 Richard M. Stallman <rms@gnu.org>
219
220 * subr.el (syntax-after): Doc fix.
221
222 * paren.el (show-paren-function): Change calls to syntax-after
223 for new way of returning the value.
224
225 * menu-bar.el (menu-bar-file-menu): Make this the real name
226 and menu-bar-files-menu the alias. Use the former.
227 (global-map): Use `file', not `files', as the symbol.
228
229 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
230
231 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
232 Don't use beginning-of-buffer.
233 (filesets-cmd-show-result): Use with-no-warnings.
234
235 2004-11-08 Juri Linkov <juri@jurta.org>
236
237 * progmodes/compile.el (compile): Don't overwrite last command in
238 minibuffer history with default command if they are not equal.
239
240 2004-11-08 Jay Belanger <belanger@truman.edu>
241
242 * calc/calcalg2.el (math-do-integral-methods): Try linear then
243 non-linear substitutions.
244
245 2004-11-08 Jay Belanger <belanger@truman.edu>
246
247 * calc/calcalg2.el (math-linear-subst-tried): New variable.
248 (math-do-integral): Set `math-linear-subst-tried' to nil.
249 (math-do-integral-methods): Use `math-linear-subst-tried' to
250 determine what type of substitution to try.
251 (math-integ-try-linear-substituion):
252 Set `math-linear-subst-tried' to t.
253
254 2004-11-08 Kim F. Storm <storm@cua.dk>
255
256 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
257
258 2004-11-07 Juri Linkov <juri@jurta.org>
259
260 * info-look.el (info-lookup): Allow reusing in the current buffer
261 not only *info* buffer, but all (even renamed) Info buffers
262 by checking for major-mode instead of *info* buffer name.
263 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
264 (octave-mode, maxima-mode) <doc-spec>:
265 Allow long dashes generated by Texinfo 4.7 before definitions.
266 (texinfo-mode) <doc-spec>: Add space to suffix to find command
267 definitions with argument separated by space.
268
269 2004-11-06 Richard M. Stallman <rms@gnu.org>
270
271 * simple.el (next-error group, face): Move before first use.
272 (next-error-highlight, next-error-highlight-no-select): Likewise.
273
274 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
275 (line-move): New args NOERROR and TO-END.
276 Return t if if succeed in moving specified number of lines.
277 (move-end-of-line): New function.
278
279 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
280 (end-of-buffer-other-window): Likewise.
281
282 * simple.el (line-move-ignore-invisible): Default to t.
283
284 * subr.el (syntax-after): Return the syntax letter, not the raw code.
285
286 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
287
288 * international/iso-cvt.el (iso-cvt-define-menu):
289 Rename menu-bar-files-menu to menu-bar-file-menu.
290
291 * net/browse-url.el (browse-url-gnome-moz-program)
292 (browse-url-gnome-moz-arguments): Move up before first use.
293
294 * net/tramp.el (tramp group): Add :version.
295
296 * progmodes/ada-xref.el (ada-gdb-application):
297 Use goto-char instead of beginning-of-buffer.
298
299 * progmodes/cperl-mode.el (cperl-info-on-command):
300 Use goto-char instead of beginning-of-buffer.
301
302 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
303 Move up before first use.
304 (idlwave-shell-temp-pro-file): Likewise.
305 (idlwave-shell-temp-rinfo-save-file): Likewise.
306 (idlwave-shell-temp-file): Minor doc fix.
307
308 * textmodes/flyspell.el (flyspell-external-point-words):
309 Use goto-char instead of beginning-of-buffer.
310
311 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
312
313 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
314 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
315 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
316
317 2004-11-06 David Ponce <david@dponce.com>
318
319 * recentf.el (recentf-menu-path): Use menu item name.
320
321 2004-11-06 Eli Zaretskii <eliz@gnu.org>
322
323 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
324 display doesn't support images.
325
326 2004-11-06 Andreas Schwab <schwab@suse.de>
327
328 * tempo.el (tempo-match-finder): Doc fix.
329
330 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
331
332 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
335 (easy-menu-lookup-name): New fun to replace it.
336 (easy-menu-get-map): Use it to obey menu item names (rather than just
337 keys) when looking up `path'.
338 (easy-menu-always-true-p): Rename from easy-menu-always-true.
339 (easy-menu-convert-item-1): Adjust to new name.
340
341 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
342
343 * outline.el (hide-body): Don't hide lines at the top of the file
344 that precede the first header line.
345
346 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
347
348 * align.el (align-areas): Delete whitespace before reindenting, so
349 that tabs are never placed after spaces.
350
351 2004-11-06 Alan Shutko <ats@acm.org>
352
353 * macros.el (insert-kbd-macro): Do completions based on macros,
354 rather than all commands.
355
356 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
357
358 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
359 to solve a bug whereby tags with 'b' don't match.
360
361 2004-11-05 Juri Linkov <juri@jurta.org>
362
363 * info.el (Info-search): Don't search in node header lines
364 and file headers.
365
366 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
367 symbol-constituent characters after dot, not only digits.
368
369 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
370
371 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
372
373 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
374
375 * dired.el (dired-read-dir-and-switches): Call read-directory-name
376 if a dialog will be used, read-file-name otherwise.
377
378 2004-11-04 Richard M. Stallman <rms@gnu.org>
379
380 * textmodes/table.el (table group): Add :version.
381
382 * textmodes/ispell.el (ispell-word):
383 Don't alter args; set them only thru `interactive' spec.
384
385 * textmodes/flyspell.el (flyspell-word):
386 Don't alter FOLLOWING; set it only thru `interactive' spec.
387
388 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
389
390 * net/browse-url.el (browse-url-maybe-new-window):
391 Use called-interactively-p.
392
393 * mail/supercite.el (sc-cite-region):
394 Don't use interactive-p. Add arg INTERACTIVE.
395 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
396
397 * international/mule-cmds.el (set-input-method, toggle-input-method):
398 Don't use interactive-p. Add arg INTERACTIVE.
399
400 * eshell/esh-mode.el (eshell-show-maximum-output):
401 Don't use interactive-p.
402 (eshell-truncate-buffer): Just message, no error, if buffer is short.
403
404 * mouse.el (mouse-show-mark): Get positions to delete from mark
405 and point, not from mouse-drag-overlay.
406
407 * imenu.el (imenu-eager-completion-buffer): Add :version.
408
409 * filesets.el (filesets group): Add :version.
410
411 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
412
413 * files.el (xml-based-modes): Delete var.
414 (magic-mode-alist): New more general var.
415 (set-auto-mode): Use it.
416
417 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
418 when clicking from another window.
419
420 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
421
422 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
423 (vc-cvs-annotate-time): Incorporate value of deleted var.
424 Remove special-case handling of beginning-of-buffer cruft.
425 Cache ending position (point) and return value in text property
426 `vc-cvs-annotate-time', and consult it on subsequent invocations.
427
428 * vc-cvs.el (vc-cvs-annotate-command):
429 Delete extraneous lines from beginning of buffer.
430 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
431
432 * progmodes/grep.el (grep-default-command): Take empty string
433 for tag if all other methods yield nil. Shell-quote the tag.
434
435 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
436 spec in `interactive' form, and mention it in the docstring.
437 Also, make sure point is at bol after calling `annotate-time'.
438
439 2004-11-02 Richard M. Stallman <rms@gnu.org>
440
441 * cus-edit.el (customize-group-other-window):
442 Select the window that displays the custom buffer.
443 (custom-buffer-create-other-window): Likewise.
444
445 * comint.el (comint-insert-input): Fix previous change.
446
447 * emacs-lisp/elp.el (elp-instrument-function):
448 Use called-interactively-p.
449
450 * emacs-lisp/easymenu.el (easy-menu-intern):
451 Don't downcase; rather, case-flip the first letter of each word.
452
453 * emacs-lisp/easy-mmode.el (define-minor-mode):
454 Use called-interactively-p.
455
456 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
457 Add interactive-only.
458 (byte-compile-warnings): Add interactive-only as option.
459 (byte-compile-interactive-only-functions): New variable.
460 (byte-compile-form): Warn about calls to functions
461 in byte-compile-interactive-only-functions.
462
463 * emacs-lisp/autoload.el (update-file-autoloads):
464 Don't use interactive-p; take new arg SAVE-AFTER.
465
466 * emacs-lisp/advice.el (ad-make-advised-definition):
467 Use called-interactively-p.
468
469 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
470
471 * files.el (find-file-existing): New function.
472
473 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
474 find-file-existing. Add "New File..." that calls find-file.
475
476 * diropen.pbm diropen.xpm: New files.
477
478 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
479 icon diropen. New tool bar item find-file-existing uses icon open.
480
481 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
482 instead of read-file-name.
483
484 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
485
486 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
487 (icalendar--split-value): Change name of work buffer.
488 (icalendar--get-weekday-abbrev): Return nil on error.
489 (icalendar--date-to-isodate): New function.
490 (icalendar-convert-diary-to-ical)
491 (icalendar-extract-ical-from-buffer): Use only two args for
492 make-obsolete (XEmacs compatibility).
493 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
494 (icalendar-export-region): Doc fix.
495 If error, return non-nil and write errors to a buffer.
496 Use correct weekday for weekly recurring events.
497 Check whether date has been parsed for ordinary events.
498 Make weekly events start in the year 2000.
499 DTEND is non-inclusive, shift end date by one day if
500 necessary (not for entries that have date and time).
501 Rename local let variables: oops -> found-error, datestring ->
502 startdatestring.
503
504 2004-11-02 Kim F. Storm <storm@cua.dk>
505
506 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
507 keep-mode-if-same variable. Add it as optional arg instead.
508 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
509
510 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
511 substitute-command-keys will select lower-case bindings like those
512 used in the static help texts.
513
514 * descr-text.el (describe-text-properties): Don't err if called in
515 the *Help* buffer; output to *Help-2* buffer instead.
516
517 * kmacro.el (group kmacro): Add :version.
518 (kmacro-keyboard-quit): New function to cleanup on C-g.
519 (kmacro-start-macro): Set defining-kbd-macro to append when
520 appending to last macro.
521
522 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
523
524 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
525
526 * progmodes/gdb-ui.el (gdb-enable-debug-log)
527 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
528 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
529 Add :version keyword.
530
531 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
532
533 * progmodes/flymake.el (flymake-err-line-patterns):
534 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
535 `compilation-error-regexp-alist-alist' to internal Flymake format.
536
537 * progmodes/flymake.el: eliminated byte-compiler warnings.
538
539 2004-11-01 Jay Belanger <belanger@truman.edu>
540
541 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
542 with `interactive "s"'.
543
544 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
545
546 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
547 Revert change from 2004-10-16. '*' checks the current buffer, but the
548 mouse click may be in another buffer.
549
550 2004-11-01 John Paul Wallington <jpw@gnu.org>
551
552 * files.el (large-file-warning-threshold): Add :version keyword.
553 (kill-some-buffers): Doc fix.
554
555 * thumbs.el (group thumbs): Add :version keyword.
556
557 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
558
559 2004-11-01 Richard M. Stallman <rms@gnu.org>
560
561 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
562
563 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
564
565 * allout.el (allout group): Add :version.
566 (allout-init): Don't use interactive-p.
567 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
568 (allout-forward-current-level, allout-backward-current-level):
569 Don't use interactive-p.
570
571 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
572 (bibtex-find-text): Likewise.
573
574 * progmodes/vhdl-mode.el (vhdl-fill-region)
575 (vhdl-beginning-of-statement): Don't use interactive-p.
576
577 * progmodes/idlwave.el (idlwave-update-routine-info):
578 Don't use interactive-p.
579
580 * progmodes/idlw-shell.el (idlwave-shell-send-char):
581 Don't use interactive-p.
582
583 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
584 Don't use interactive-p.
585
586 * progmodes/ada-xref.el (ada-make-body-gnatstub):
587 Don't use interactive-p.
588
589 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
590 (fortune-in-buffer): Doc fix.
591
592 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
593
594 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
595 don't select the temporary buffer.
596 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
597 (eudc-get-phone): Likewise.
598
599 2004-11-01 Kim F. Storm <storm@cua.dk>
600
601 * man.el (Man-xref-normal-file): Fix help-echo.
602
603 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * reveal.el (reveal-last-tick): New var.
606 (reveal-post-command): Use it to avoid closing overlays when we're
607 appending text to them.
608
609 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
610
611 * textmodes/bibtex.el: Require button.
612 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
613 (bibtex-reference-keys): Distinguish between header keys and
614 crossref keys.
615 (bibtex-beginning-of-field): New function.
616 (bibtex-url-map): Remove.
617 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
618 (bibtex-font-lock-url-regexp): Assume that field names begin at
619 the beginning of a line.
620 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
621 Remove field delimiters. Use bibtex-beginning-of-field.
622 Bugfix, point can be inside a field with a url.
623 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
624 New functions.
625 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
626 (bibtex-key-in-head): Simplify.
627 (bibtex-current-line): Use bolp.
628 (bibtex-parse-keys): Remove unused arg `add'.
629 Use bibtex-type-in-head and bibtex-key-in-head.
630 (bibtex-parse-entry, bibtex-autofill-entry):
631 Use bibtex-type-in-head and bibtex-key-in-head.
632 (bibtex-autokey-get-field): Do not alter case of replacement text.
633 (bibtex-autokey-get-names): Do all processing of name list.
634 (bibtex-autokey-get-year): New function.
635 (bibtex-autokey-get-title): Do all processing of title words.
636 (bibtex-generate-autokey): Simplify.
637 (bibtex-string-files-init): Use default-directory.
638 Allow for absolute file names in bibtex-string-files.
639 (bibtex-files, bibtex-file-path): New variables.
640 (bibtex-files-expand): New function.
641 (bibtex-find-entry-globally): New command.
642 (bibtex-summary-function): New variable.
643 (bibtex-summary): Default value of bibtex-summary-function.
644 (bibtex-find-crossref): New optional args pnt and split.
645 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
646 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
647 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
648 Fix handling of required and alternative fields.
649 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
650 Use cons and display-buffer.
651 (bibtex-validate-globally): New command.
652 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
653 bibtex-parse-keys and bibtex-parse-strings for updating
654 bibtex-reference-keys and bibtex-strings.
655 (bibtex-realign): Remove blank lines past the last entry.
656 (bibtex-reformat): Use bibtex-entry-format as default.
657 (bibtex-choose-completion-string): Remove.
658 (bibtex-complete): Do not use bibtex-choose-completion-string.
659 (bibtex-url): Simplify.
660
661 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
662
663 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
664 (x-dnd-types-alist, x-dnd-open-file-other-window)
665 (x-dnd-known-types): Add :version.
666
667 2004-10-31 John Paul Wallington <jpw@gnu.org>
668
669 * ibuffer.el (group ibuffer): Add :version keyword.
670
671 2004-10-31 Kim F. Storm <storm@cua.dk>
672
673 * ido.el (group ido): Add :version keyword.
674 (ido-mode): Remove :version keyword.
675
676 * emulation/cua-base.el (group cua): Add :version keyword.
677 (cua-mode): Remove :version keyword.
678
679 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
680
681 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
682
683 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
684 compiler warning.
685 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
686 function.
687 (help-at-pt-display-when-idle): Remove autoload.
688
689 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
692
693 2004-10-30 Juri Linkov <juri@jurta.org>
694
695 * help.el (function-called-at-point):
696 * help-fns.el (variable-at-point): Read -> intern.
697
698 2004-10-30 Simon Josefsson <jas@extundo.com>
699
700 * progmodes/autoconf.el (autoconf-font-lock-keywords):
701 Recognize AS_* too.
702
703 2004-10-29 Simon Josefsson <jas@extundo.com>
704
705 * subr.el (read-passwd): Move back from password.el.
706
707 * password.el: Remove, not ready yet.
708
709 2004-10-29 Andreas Schwab <schwab@suse.de>
710
711 * speedbar.el (speedbar-frame-parameters): Improve customize type.
712
713 2004-10-29 Sam Steingold <sds@gnu.org>
714
715 * mouse.el (mouse-show-mark): Replace the last occurrence of
716 x-lost-selection-hooks with x-lost-selection-functions.
717
718 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
721 x-lost-selection-functions is bound.
722
723 * mouse-sel.el (mouse-sel-mode):
724 * emacs-lisp/lselect.el: Adjust to new names for
725 x-(lost|sent)-selection-functions.
726
727 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
728 New obsolete aliases of x-lost-selection-functions and
729 x-sent-selection-functions.
730
731 2004-10-28 Kim F. Storm <storm@cua.dk>
732
733 * imenu.el (imenu-scanning-message): Remove.
734 (imenu-progress-message): Make it a no-op.
735
736 2004-10-28 John Paul Wallington <jpw@gnu.org>
737
738 * files.el (set-auto-mode): Call `throw' correctly.
739
740 2004-10-28 Juri Linkov <juri@jurta.org>
741
742 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
743 to search `Info-...' commands in `info' manual.
744 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
745 Add 'info-file "emacs" property.
746 (Info-find-emacs-command-nodes): Fix index line number regexp.
747 Set real line number (instead of fake 0) in first element of the
748 returned list.
749 (Info-goto-emacs-command-node): Use line number of first element
750 to set point in the first found Info node.
751
752 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
753 code to `grep-mode-font-lock-keywords'.
754 (grep-mode-font-lock-keywords): Delete grep markers instead
755 of making them invisible.
756
757 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
758
759 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
760 and x-server-version in bug report.
761
762 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
763
764 * files.el (set-auto-mode-0): New function.
765 (set-auto-mode): Use it to handle aliased modes and to
766 be consistent between C-x C-f and C-x C-w.
767
768 2004-10-28 Kenichi Handa <handa@m17n.org>
769
770 * international/utf-8.el (utf-translate-cjk-charsets):
771 Add katakana-jisx0201.
772
773 * international/subst-jis.el: Add data for JISX0201.
774
775 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * obsolete/hilit19.el (hilit-mode): New function.
778 Move all the toplevel side-effecting stuff into it, so that loading
779 hilit19 doesn't mess everything up any more.
780
781 2004-10-27 Richard M. Stallman <rms@gnu.org>
782
783 * add-log.el (add-change-log-entry): Set up mailing address
784 and full name later, and don't alter add-log-mailing-address
785 or add-log-full-name.
786
787 * elide-head.el (elide-head): Change error to message.
788 (elide-head-show): Likewise.
789
790 * apropos.el (apropos-macrop): Doc fix.
791
792 * mouse.el (mouse-show-mark): Do most processing the same
793 regardless of transient-mark-mode.
794
795 * shadowfile.el (shadow-copy-files): Use interactive-p
796 only to control whether to print a message.
797
798 * tar-mode.el (tar-mode): Use write-contents-functions,
799 not write-contents-hooks.
800
801 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
802 directory-sep-char.
803
804 2004-10-27 Richard M. Stallman <rms@gnu.org>
805
806 * strokes.el (strokes-unload-hook): Fix previous change.
807
808 * type-break.el (type-break-run-at-time): Always use run-at-time;
809 forget the alternatives.
810 (type-break-cancel-function-timers): Always use cancel-function-timers;
811 forget the alternatives.
812
813 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
814
815 2004-10-27 Kenichi Handa <handa@m17n.org>
816
817 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
818
819 * international/subst-gb2312.el: Likewise.
820
821 * international/subst-big5.el: Likewise.
822
823 * international/subst-ksc.el: Likewise.
824
825 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
826 New variable.
827 (utf-translate-cjk-set-unicode-range): New function.
828 (utf-translate-cjk-unicode-range): Make it customizable.
829 (utf-8-post-read-conversion):
830 Use utf-translate-cjk-unicode-range-string.
831 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
832 Unicode ranges.
833
834 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
835
836 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
837 trivial variants to shorten the list.
838 (xml-based-modes): New var.
839 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
840 declaration higher priority than auto-mode-alist.
841
842 * find-file.el (cc-other-file-alist): Bring it in line with
843 cc-mode's auto-mode-alist entries and use \' instead of $.
844
845 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
846 and add "Id" and "Name" submenus to it.
847
848 * imenu.el (imenu--generic-function): Skip matches in comments.
849
850 2004-10-26 Jay Belanger <belanger@truman.edu>
851
852 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
853 (full-calc-keypad, calc-trail-display): Use an extra argument
854 instead of `interactive-p'.
855
856 * calc/calc-misc.el (calc-other-window): Use an extra argument
857 instead of `interactive-p'.
858
859 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
860 `interactive-p'.
861
862 2004-10-26 Kim F. Storm <storm@cua.dk>
863
864 * help.el (describe-key): Describe both down-event and up-event
865 for a mouse click.
866
867 2004-10-26 Richard M. Stallman <rms@gnu.org>
868
869 * woman.el (woman): Don't call interactive-p.
870
871 * pcomplete.el (pcomplete): Instead of interactive-p,
872 use an arg set non-nil by the interactive spec.
873
874 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
875 use an arg set non-nil by the interactive spec.
876
877 * man.el (Man-cleanup-manpage): Instead of interactive-p,
878 use an arg set non-nil by the interactive spec.
879
880 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
881
882 * progmodes/flymake.el (flymake-split-string):
883 Use `flymake-split-string-remove-empty-edges' in any case.
884
885 2004-10-26 Masatake YAMATO <jet@gyve.org>
886
887 * progmodes/flymake.el (flymake-err-line-patterns):
888 Use `compilation-error-regexp-alist-alist' instead of
889 `compilation-error-regexp-alist'.
890
891 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
894 verbatim face on the \ of \end{verbatim}.
895
896 2004-10-25 Jay Belanger <belanger@truman.edu>
897
898 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
899 erasing minibuffer.
900
901 2004-10-25 Simon Josefsson <jas@extundo.com>
902
903 * subr.el (read-passwd): Move to net/password.el.
904
905 * net/password.el (read-passwd): Add. Autoload it.
906
907 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
908
909 * mouse-sel.el (mouse-sel-mode): Specify custom group.
910
911 * simple.el (process-file): Fix logic.
912
913 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
914
915 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
916 (increase-right-margin): Remove erroneous call to `interactive-p'.
917
918 2004-10-24 Kim F. Storm <storm@cua.dk>
919
920 * help.el (describe-mode): Fix 2004-10-13 change.
921 Copy pure "Auto Fill" string so it can be propertized later
922 without causing a read-only error.
923
924 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
925
926 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
927 style indexes.
928
929 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
930
931 * simple.el (process-file): Accept nil for INFILE. Reported by
932 Luc Teirlinck.
933
934 2004-10-24 Masatake YAMATO <jet@gyve.org>
935
936 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
937 Handle periods and underscores in a function name.
938 Remove the address fontification.
939
940 2004-10-24 Masatake YAMATO <jet@gyve.org>
941
942 * progmodes/asm-mode.el (asm-font-lock-keywords):
943 Use font-lock-variable-name-face for registers.
944
945 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
946
947 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
948 kill-all-local-variables.
949 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
950 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
951 Use kill-all-local-variables and provide mode-hooks.
952 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
953 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
954 Suggested by Masatake YAMATO <jet@gyve.org>.
955
956 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
957
958 * simple.el (process-file): New function, similar to call-process
959 but supports file handlers.
960 * vc.el (vc-do-command): Use it, instead of call-process.
961 * net/tramp-vc.el (vc-do-command): Do not advise it if
962 process-file is fboundp.
963 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
964 process-file.
965 (tramp-handle-process-file): New function.
966 (tramp-file-name-for-operation): Support process-file.
967
968 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
969
970 * calendar/icalendar.el (icalendar--weekday-array): New constant.
971 (icalendar-weekdayabbrev-table)
972 (icalendar-monthnumber-table): Delete.
973 (icalendar--get-month-number): Use calendar-month-name-array.
974 (icalendar--get-weekday-number): New function.
975 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
976 (icalendar-export-region): Handle multi-line entries.
977 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
978
979 2004-10-23 John Paul Wallington <jpw@gnu.org>
980
981 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
982 `wildcards' set to t in interactive spec.
983
984 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
985 interactive spec rather than use `interactive-p'.
986 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
987 rather than use function `interactive-p'.
988
989 2004-10-22 Kenichi Handa <handa@m17n.org>
990
991 * international/mule.el (translate-region): Implement it in Lisp
992 as a front end of translate-region-internal.
993
994 2004-10-21 Jay Belanger <belanger@truman.edu>
995
996 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
997 Declare these variables with defvar.
998
999 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1000 is bound, only check to see if it is bound.
1001
1002 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1005 Don't output messages.
1006
1007 * calc/calc-help.el (calc-describe-bindings): Fix last change.
1008
1009 2004-10-21 John Paul Wallington <jpw@gnu.org>
1010
1011 * calc/calc-graph.el (calc-graph-init):
1012 Use `set-process-query-on-exit-flag'.
1013
1014 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
1015
1016 * progmodes/compile.el (compilation-start): Rely on `cd' to get
1017 dir right and also allow argumentless cd.
1018
1019 2004-10-19 Richard M. Stallman <rms@gnu.org>
1020
1021 * textmodes/flyspell.el (flyspell-mode): Doc fix.
1022
1023 * eshell/em-unix.el (eshell-grep):
1024 Don't bind compilation-process-setup-function.
1025
1026 * comint.el (comint-insert-input): Use @ in `interactive'.
1027 (comint-input-filter-functions): Doc fix.
1028 (comint-kill-whole-line, comint-get-source): Doc fix.
1029
1030 * progmodes/compile.el (compilation-setup):
1031 Don't set buffer-read-only if MINOR is non-nil.
1032
1033 2004-10-19 Jay Belanger <belanger@truman.edu>
1034
1035 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1036 (calc-emacs-type-gnu19): Remove.
1037 (calc-digit-map, calc-read-key-sequence, calc-read-key):
1038 Remove check for old emacs versions.
1039
1040 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1041 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1042 for current Emacs.
1043
1044 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1045 the end of the minibuffer.
1046 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
1047 copy `esc-map'.
1048
1049 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1050
1051 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1052 call that would be given when the current emacs was used.
1053
1054 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
1055
1056 * calendar/icalendar.el: Set coding to utf-8.
1057 (icalendar-version): Increase to 0.07.
1058 (icalendar-monthnumber-table): Change March pattern.
1059 (icalendar-get-all-event-properties)
1060 (icalendar-set-event-property): Delete.
1061 (icalendar-all-events): No longer interactive.
1062 (icalendar-convert-diary-to-ical)
1063 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1064 their replacements.
1065 (icalendar-export-file, icalendar-export-region): New functions;
1066 essentially old `icalendar-convert-diary-to-ical' but appending to
1067 target rather than overwriting.
1068 (icalendar-import-file): Append to target file rather than
1069 overwriting. Fourth arg deleted.
1070 (icalendar-import-buffer): New name for old
1071 `icalendar-extract-ical-from-buffer'.
1072 (icalendar--convert-string-for-import): New name for
1073 old `icalendar-convert-for-import'.
1074 (include-icalendar-files): Delete.
1075 Prefix for all internal functions changed from `icalendar-'
1076 to `icalendar--'.
1077
1078 2004-10-19 Richard M. Stallman <rms@gnu.org>
1079
1080 * paths.el (news-path): Fix previous change.
1081
1082 2004-10-18 Jay Belanger <belanger@truman.edu>
1083
1084 * calc/calc-help.el (calc-describe-bindings):
1085 Set `buffer-read-only' to nil while working in the keybindings buffer;
1086 remove some extra information from the keybindings buffer.
1087
1088 2004-10-18 David Ponce <david@dponce.com>
1089
1090 * mouse.el (mouse-drag-move-window-top): New function.
1091 (mouse-drag-mode-line-1): Use it.
1092
1093 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
1094
1095 * info.el (Info-fontify-node): For multiline refs,
1096 arrange to unfontify newline and surrounding whitespace.
1097
1098 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1101 directory is missing.
1102
1103 2004-10-17 John Paul Wallington <jpw@gnu.org>
1104
1105 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1106 New customizable variable; whether to display buffers that match
1107 `ibuffer-maybe-show-predicates' by default.
1108 (ibuffer-maybe-show-predicates): Mention it in docstring.
1109 (ibuffer-display-maybe-show-predicates): New variable.
1110 (ibuffer-update): Prefix arg now toggles whether buffers that
1111 match `ibuffer-maybe-show-predicates' should be displayed.
1112 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1113 locally to heed `ibuffer-default-display-maybe-show-predicates'.
1114 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1115
1116 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
1117
1118 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
1119 work correctly.
1120
1121 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
1122
1123 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1124 (Buffer-menu-beginning): New helper function.
1125 (Buffer-menu-execute): Use it.
1126 (Buffer-menu-select): Use it.
1127 (Buffer-menu-sort): Use it and also keep markers.
1128
1129 2004-10-17 Richard M. Stallman <rms@gnu.org>
1130
1131 * paths.el (news-directory): Rename from news-path. Old name alias.
1132 (rmail-spool-directory): Use defvar.
1133 (sendmail-program): Use defcustom.
1134 (remote-shell-program): Use defcustom.
1135 (term-file-prefix): Use defvar.
1136 (abbrev-file-name): Use defvar.
1137
1138 * term.el: Add maintainer.
1139
1140 * subr.el (with-local-quit): Return nil if there's a quit.
1141 (read-passwd): Use with-local-quit. Doc fix.
1142
1143 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1144 (strokes-unload-hook): Set as a variable with add-hook.
1145
1146 * startup.el (fancy-splash-tail, normal-splash-screen):
1147 Update copyright year.
1148
1149 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1150
1151 * server.el (server-unload-hook): Set as a variable with add-hook.
1152
1153 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1154
1155 * frame.el (special-display-popup-frame):
1156 Make the buffer current as its frame is created.
1157
1158 * delsel.el (delsel-unload-hook): Set as a variable.
1159
1160 * comint.el (comint-output-filter-functions):
1161 Add comint-watch-for-password-prompt.
1162 (comint-read-noecho): Function deleted.
1163 (send-invisible): Use read-passwd.
1164
1165 * fringe.el (fringe-mode-initialize): New function.
1166 (fringe-mode): Use fringe-mode-initialize as :initialize.
1167
1168 2004-10-17 Kim F. Storm <storm@cua.dk>
1169
1170 * language/indian.el (indian-script-language-alist): Swap value and doc.
1171 (indian-font-char-index-table): Doc fix.
1172
1173 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1176
1177 2004-10-16 Juri Linkov <juri@jurta.org>
1178
1179 * progmodes/compile.el (compilation-start): Move let-binding of
1180 `process-environment' into `with-current-buffer' body.
1181 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1182
1183 2004-10-16 Richard M. Stallman <rms@gnu.org>
1184
1185 * pcvs-util.el (cvs-bury-buffer):
1186 Don't call get-buffer-window for effect.
1187
1188 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1189
1190 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1191
1192 * msb.el (msb-unload-hook): Set the variable.
1193
1194 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1195 Use * to err if buffer is readonly.
1196
1197 * subr.el (looking-back): Return only t or nil.
1198
1199 * whitespace.el (whitespace-unload-hook): Set the variable.
1200
1201 * view.el (view-mode-enable): Set view-page-size and
1202 view-half-page-size to nil.
1203 (view-set-half-page-size-default): view-half-page-size = nil
1204 means the default.
1205 (View-scroll-page-forward): Use view-page-size-default.
1206 (View-scroll-page-backward): Likewise.
1207 (view-page-size, view-half-page-size): Doc fixes.
1208
1209 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1210
1211 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1212
1213 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1214 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1215 (byte-compile-log-1): Bind inhibit-read-only.
1216 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1217 (byte-compile-log-warning): Likewise.
1218 (byte-compile-file-form-require): Detect "cl" from the arg value.
1219
1220 * progmodes/compile.el (compilation-start): Assume compilation-mode
1221 will make the buffer read-only.
1222 (compilation-mode): Take arg name-of-mode.
1223 (compilation-setup): Make buffer read-only.
1224 (compilation-handle-exit): Bind inhibit-read-only.
1225
1226 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1227 (ispell-message): Likewise.
1228 (ispell-show-choices): Don't call get-buffer-window uselessly.
1229 (ispell-init-process): Use set-process-query-on-exit-flag.
1230
1231 2004-10-16 Kim F. Storm <storm@cua.dk>
1232
1233 * fringe.el (fringe-bitmaps): Only initialize when defined.
1234
1235 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1236 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1237
1238 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1239
1240 2004-10-15 Simon Josefsson <jas@extundo.com>
1241
1242 * net/password.el: Add.
1243
1244 2004-10-14 Masatake YAMATO <jet@gyve.org>
1245
1246 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1247 (gdb-script-end-of-defun): New function.
1248 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1249 `gdb-script-end-of-defun' as *-of-defun-function.
1250
1251 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1252
1253 * button.el (button-activate): Allow a marker to display as an action.
1254
1255 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1256
1257 * help.el (describe-mode): Use it to make minor mode list into
1258 hyperlinks.
1259
1260 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * vc.el (vc-annotate-display-select): Fix typo.
1263
1264 * subr.el (substitute-key-definition-key): New function.
1265 (substitute-key-definition): Use it with map-keymap.
1266 (event-modifiers): Use push.
1267 (mouse-movement-p, with-temp-buffer): Simplify.
1268
1269 2004-10-12 Jay Belanger <belanger@truman.edu>
1270
1271 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1272 New variables.
1273 (calc-help-index-entries): New function.
1274 (calc-describe-function): Use `calc-help-function-list' instead of
1275 obarray for completion.
1276 (calc-describe-variable): Use `calc-help-variable-list' instead
1277 of obarray for completion.
1278
1279 2004-10-12 Richard M. Stallman <rms@gnu.org>
1280
1281 * info-look.el (info-lookup-file): Add info-file property.
1282 (info-lookup-symbol): Likewise.
1283
1284 * info.el (info-xref): Add underlining.
1285 (info): Add info-file property.
1286 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1287
1288 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1289
1290 Sync with Tramp 2.0.45.
1291
1292 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1293 defined. This is not the case for XEmacs without package "edebug".
1294 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1295 remote files to the permissions of the original file. This is not
1296 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1297 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1298 (tramp-perl-decode): Fix an error in Perl implementation.
1299 $pending must be cleared every loop. Reported by Benjamin Place
1300 <benjaminplace@sprintmail.com>
1301
1302 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1303 Don't activate advice during definition. This is done later on,
1304 depending on test result of `substitute-in-file-name'.
1305 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1306
1307 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1310
1311 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1312
1313 2004-10-12 David Ponce <david@dponce.com>
1314
1315 * recentf.el (recentf-edit-list): Update the menu when the recentf
1316 list has been modified.
1317
1318 2004-10-12 Simon Josefsson <jas@extundo.com>
1319
1320 * net/tls.el (tls-certtool-program): New variable.
1321 (tls-certificate-information): New function, based on
1322 ssl-certificate-information.
1323
1324 2004-10-12 Kenichi Handa <handa@m17n.org>
1325
1326 * international/mule.el (coding-system-equal): Move from mule-util.el.
1327
1328 * international/mule-util.el (coding-system-equal): Move to mule.el.
1329
1330 2004-10-12 Kim F. Storm <storm@cua.dk>
1331
1332 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1333 reset kmacro-initial-counter-value if set.
1334 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1335 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1336 (kmacro-display): Show macro counter if non-zero.
1337
1338 * subr.el (substitute-key-definition): Mention command remapping
1339 in doc string.
1340
1341 2004-10-11 Jay Belanger <belanger@truman.edu>
1342
1343 * calc/calc-misc.el (calc-info-goto-node): New function.
1344 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1345 node in one step.
1346 (calc-describe-copying, calc-describe-distribution)
1347 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1348 Go to appropriate info node in one step.
1349
1350 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1353
1354 * font-lock.el (font-lock-apply-highlight): Fix last change.
1355
1356 2004-10-11 Simon Josefsson <jas@extundo.com>
1357
1358 * mail/smtpmail.el (smtpmail-open-stream): Look for
1359 starttls-gnutls-program instead of starttls-program iff
1360 starttls-use-gnutls is non-nil.
1361 (smtpmail-open-stream): Don't overwrite user settings of
1362 starttls-extra-arguments and starttls-extra-args.
1363
1364 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * comint.el (comint-mouse-insert-input): Remove.
1367 (comint-insert-input): Make it work for mouse bindings.
1368 (comint-mode-map): Move defs into the declaration.
1369 (comint-output-filter): Typo.
1370
1371 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1372
1373 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1374
1375 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1376 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1377 ange-ftp-remote-shell.
1378
1379 2004-10-10 Andreas Schwab <schwab@suse.de>
1380
1381 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1382 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1383 Reported by <sri@asu.edu>.
1384
1385 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1386
1387 * vc.el (vc-annotate-mode): Remove variable.
1388 (vc-annotate-display-select): Only call vc-annotate-mode
1389 if we're not in that mode already.
1390
1391 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1394 (imenu-choose-buffer-index): Check here for rescan instead.
1395
1396 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1397 where the face expression evals to nil.
1398
1399 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1400 (tex-font-lock-keywords-2): Use it.
1401 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1402
1403 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1404
1405 2004-10-09 Kim F. Storm <storm@cua.dk>
1406
1407 * subr.el (progress-reporter-update): Define before first usage.
1408 (make-progress-reporter): Doc fix.
1409
1410 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1411
1412 * textmodes/paragraphs.el (sentence-end-double-space)
1413 (sentence-end-without-period, sentence-end-without-space)
1414 (sentence-end): Doc fixes.
1415
1416 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1417
1418 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1419 Change paragraph-start regexp so we don't fill code starting with #'(.
1420
1421 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1422
1423 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1424 New defcustom.
1425 (extract-address-components): Use it.
1426
1427 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1428
1429 * subr.el (make-progress-reporter, progress-reporter-update)
1430 (progress-reporter-force-update, progress-reporter-do-update)
1431 (progress-reporter-done): New functions.
1432
1433 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1434
1435 * progmodes/etags.el (etags-tags-completion-table): Use progress
1436 reporter.
1437 (etags-tags-apropos): Likewise.
1438
1439 2004-10-08 Alan Mackenzie <acm@muc.de>
1440
1441 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1442 of current line.
1443
1444 2004-10-08 Masatake YAMATO <jet@gyve.org>
1445
1446 * server.el (server-process-filter): Wrap `process-send-region'
1447 by `condition-case' to guard the case when the pipe to PROC is closed.
1448
1449 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1450
1451 * xml.el (xml-substitute-special): Limit handling of external entities.
1452
1453 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1454
1455 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1456
1457 2004-10-06 John Paul Wallington <jpw@gnu.org>
1458
1459 * xml.el (xml-parse-dtd): Fix `error' call.
1460
1461 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1462
1463 * xml.el (xml-substitute-special): Return a single string instead
1464 of a list of strings if an entity substitution is made.
1465
1466 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1467
1468 * calendar/icalendar.el: New file.
1469
1470 2004-10-05 Juri Linkov <juri@jurta.org>
1471
1472 * isearch.el (isearch-done): Set mark after running hook.
1473 Reported by Drew Adams <drew.adams@oracle.com>.
1474
1475 * info.el (Info-history, Info-toc): Fix Info headers.
1476 (Info-toc): Narrow buffer before Info-fontify-node.
1477 (Info-build-toc): Don't check for special Info file names.
1478 Set main-file to nil if Info-find-file returns a symbol.
1479
1480 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1481
1482 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1483 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1484 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1485
1486 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1487
1488 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1489 for old interactive spec from calendar-goto-iso-date.
1490 (calendar-goto-iso-date): Use it.
1491 (calendar-goto-iso-week): New function. Suggested by Emilio
1492 C. Lopes <eclig@gmx.net>.
1493
1494 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1495
1496 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1497 `set-right-margin' bindings that follow the minor mode conventions.
1498
1499 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1502 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1503 (latex-block-args-alist): Add minipage and picture.
1504 (latex-block-body-alist): Use reftex-label if enabled.
1505 (latex-insert-block): Don't insert a \n if not necessary.
1506 (tex-compile-commands): Make sure dvips doesn't send to printer.
1507 (tex-compile-default): Handle the case where no executable is found.
1508 (latex-noindent-environments): New var.
1509 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1510 If tex-indent-allhanging is non-nil, make sure we only align for macros
1511 at beginning of line.
1512
1513 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1514
1515 * newcomment.el (comment-beginning): Doc fix and don't choke on
1516 unset `comment-end-skip' when at beginning of comment.
1517
1518 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1519
1520 * term.el (term-adjust-current-row-cache): Don't allow the current
1521 row to become negative.
1522 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1523 the end of the line. Fix scroll down. Add comments.
1524 (term-handle-ansi-escape): Don't exceed terminal width when moving
1525 right.
1526 (term-scroll-region): Move the cursor after setting the scroll region.
1527
1528 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1529
1530 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1531 to `width' for consistency with docstring. Doc fix.
1532
1533 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1534
1535 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1536 This is necessary for derived modes.
1537
1538 2004-09-30 Kim F. Storm <storm@cua.dk>
1539
1540 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1541 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1542
1543 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1544 kmacro-extract-lambda functions.
1545 (edit-kbd-macro): Handle kmacro lambda forms.
1546 Include counter and counter format in edit buffer.
1547 (edmacro-finish-edit): Get counter and format from edit buffer and
1548 update kmacro bindings when found.
1549
1550 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1551
1552 * textmodes/paragraphs.el (forward-paragraph):
1553 Avoid args-out-of-range error when point winds up at the beginning of
1554 the buffer and hard newlines are enabled.
1555
1556 * newcomment.el (comment-multi-line): Doc fix.
1557
1558 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1561 (diff-fixup-modifs): Catch unified-diff file-headers.
1562
1563 2004-09-29 Kim F. Storm <storm@cua.dk>
1564
1565 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1566 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1567 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1568
1569 * fringe.el (fringe-bitmap-p): New macro.
1570 (fringe-bitmaps): Add standard fringe bitmaps on load.
1571
1572 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * dired.el (dired-view-command-alist): Use more efficient regexps.
1575 Remove dubious arguments.
1576 (dired-align-file): New function.
1577 (dired-insert-directory): Use it.
1578 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1579 (dired-buffers-for-dir): Remove unused var `pattern'.
1580
1581 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1582
1583 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1584 from diary display excursion. Store diary buffer's point for
1585 `simple-diary-display'.
1586 (simple-diary-display): Set window point and start when
1587 displaying buffer, to preserve point.
1588
1589 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1590
1591 * textmodes/enriched.el (enriched-translations): Replace defconst
1592 with defvar.
1593
1594 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1595
1596 * printing.el: Doc fix.
1597 (pr-version): New version number (6.8.1).
1598 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1599 make-temp-name.
1600 (pr-delete-file): Check if file exists before deleting it.
1601 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1602
1603 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * term.el (term-display-table): New variable.
1606 (term-mode): Use it.
1607 (term-exec-1): Set the coding system to binary.
1608 (term-emulate-terminal): Decode the string before inserting it.
1609
1610 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1611
1612 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1613 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1614 (map): Bind S-prior, S-next and S-insert.
1615 (term-mode): Set `indent-tabs-mode' to nil.
1616 (term-paste): New function to be bound to S-insert.
1617 (term-send-del, term-send-backspace): Change the strings sent.
1618 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1619 (term-handle-colors-array): Fix handling of underline and reverse.
1620 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1621 (term-erase-in-line): Fix comparison.
1622 (term-emulate-terminal): Fix line wrap handling.
1623 (term-start-output-log): Rename from `term-set-output-log'.
1624 (term-stop-output-log): Rename from `term-stop-photo'.
1625 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1626
1627 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * dired.el (dired-move-to-filename): Don't output a message if
1630 raise-error is non-nil. Fix return position and value.
1631
1632 * files.el (insert-directory): Obey --dired even with symlinks.
1633
1634 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1635
1636 * ls-lisp.el (ls-lisp-format): Mark file names with property
1637 dired-filename.
1638
1639 2004-09-25 Kim F. Storm <storm@cua.dk>
1640
1641 * ido.el (ido-max-directory-size): New defcustom.
1642 (ido-decorations): Add "too big" element.
1643 (ido-directory-too-big): New dynamic var.
1644 (ido-may-cache-directory): Don't cache big directories.
1645 (ido-directory-too-big-p): New defun.
1646 (ido-set-current-directory): Update ido-directory-too-big.
1647 (ido-read-internal): Make empty ido-cur-item if too-big.
1648 (ido-buffer-internal): Use ido-read-internal directly instead of
1649 ido-read-buffer.
1650 (ido-file-internal): Init ido-directory-too-big.
1651 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1652 and redo completion with full list.
1653 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1654 it, and show completions.
1655 (ido-all-completions): Let bind ido-directory-too-big to nil.
1656 (ido-exhibit): Handle ido-directory-too-big.
1657 (ido-read-buffer): Handle fallback to read-buffer.
1658 Init ido-directory-too-big.
1659 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1660 Init ido-directory-too-big.
1661
1662 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1663
1664 * subr.el (delay-mode-hooks): Doc fix.
1665
1666 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * textmodes/enriched.el
1669 (enriched-default-text-properties-local-flag): New variable.
1670 (enriched-mode): Make sure that enabling and disabling the mode is
1671 a no-op. Doc fix.
1672
1673 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1674
1675 * calendar/holidays.el (holiday-advent): Report on a specified day
1676 offset from advent, not just advent.
1677 (holiday-easter-etc): Report on one specified day offset from
1678 easter, not all easter holidays. Various Easter holidays moved to
1679 `christian-holidays' variable in calendar.el.
1680 * calendar/calendar.el (christian-holidays): Adapt for new
1681 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1682
1683 2004-09-23 Kim F. Storm <storm@cua.dk>
1684
1685 * image.el (insert-sliced-image): Add doc string.
1686
1687 * ido.el (ido-choice-list): New dynamic var for `list' context.
1688 (ido-context-switch-command): New dynamic var.
1689 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1690 (ido-read-internal): Handle new `list' context.
1691 Handle insert-buffer and insert-file ido-exit values.
1692 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1693 ido-context-switch-command. Handle insert-file ido-exit value.
1694 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1695 unless it is already bound by caller.
1696 (ido-file-internal): New arg switch-cmd. Use it to setup
1697 ido-context-switch-command. Handle insert-buffer ido-exit value.
1698 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1699 used for context switching.
1700 (ido-all-completions): Handle new `list' context.
1701 (ido-make-choice-list): Return choices for `list' context.
1702 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1703 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1704 (ido-insert-buffer, ido-insert-file): Setup context switching.
1705 (ido-exhibit): Handle `list' context.
1706 (ido-read-file-name): Disable context switching. Handle fallback.
1707 (ido-read-directory-name): Disable context switching.
1708 (ido-completing-read): New defun like completing-read. Setup and
1709 use new `list' context.
1710
1711 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1712
1713 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1714
1715 2004-09-21 Jay Belanger <belanger@truman.edu>
1716
1717 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1718 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1719 separate window.
1720
1721 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * subr.el (after-change-major-mode-hook): Doc fix.
1724
1725 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1726
1727 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1728 of ghostscript for monochrome PostScript file in Windows.
1729
1730 2004-09-21 Kenichi Handa <handa@m17n.org>
1731
1732 * descr-text.el (describe-char): Checking of quail activation
1733 fixed.
1734
1735 2004-09-21 Jay Belanger <belanger@truman.edu>
1736
1737 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1738
1739 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1740
1741 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1742 after the mode hooks instead of before. Doc fix.
1743
1744 2004-09-20 Jason Rumney <jasonr@gnu.org>
1745
1746 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1747 _emacs, but revert to .emacs if neither exists in home directory.
1748
1749 2004-09-20 John Paul Wallington <jpw@gnu.org>
1750
1751 * bindings.el (completion-ignored-extensions): Add .dfsl.
1752
1753 2004-09-20 Richard M. Stallman <rms@gnu.org>
1754
1755 * bindings.el (scroll-left): Make it disabled.
1756
1757 * files.el (enable-local-eval): Doc fix.
1758
1759 * indent.el (move-to-left-margin): Special case for minibuffer.
1760
1761 * term.el (term-emulate-terminal): Turn off undo for output.
1762 Use with-current-buffer and save-selected-window.
1763
1764 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1765
1766 * progmodes/make-mode.el (makefile-fill-paragraph):
1767 Don't insist on spaces when looking for comments. # is enough.
1768
1769 * files.el (hack-local-variables): Copy the variables list
1770 to another buffer, strip prefixes and suffixes there, then read.
1771 (enable-local-eval): Doc fix.
1772 (ignored-local-variables): Initialize to nil.
1773 (risky-local-variable-p): Don't check ignored-local-variables here.
1774 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1775
1776 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1777
1778 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1779 of = to "." (punctuation).
1780
1781 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1784
1785 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1788 (enriched-before-change-major-mode): New function.
1789 Add it to `change-major-mode-hook'.
1790 (enriched-after-change-major-mode): New function.
1791 Add it to `after-change-major-mode-hook'.
1792 (enriched-mode): Make it work correctly if called from
1793 `after-change-major-mode-hook'.
1794 No longer set `indent-line-function'.
1795
1796 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1797
1798 * subr.el (after-change-major-mode-hook): New variable.
1799 (run-mode-hooks): Implement it.
1800
1801 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * battery.el (battery-linux-proc-apm): Use string-to-number.
1804 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1805 Use dolist (and less indentation). Use erase-buffer.
1806 Pre-initialize `design-capacity', `warn', and `low'.
1807 (battery-format): Use replace-regexp-in-string.
1808
1809 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1810
1811 * battery.el: Delete superfluous empty lines.
1812 (battery-linux-proc-acpi): Attempt to gather information from all
1813 battery subdirectories regardless of their file name.
1814 (battery-linux-proc-apm): Replace all occurrences of
1815 battery-hex-to-int-2 with string-to-int (base 16).
1816 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1817 (battery-hex-map): Delete variable.
1818
1819 2004-09-18 John Paul Wallington <jpw@gnu.org>
1820
1821 * calc/calc-units.el (calc-quick-units): Fix overzealous
1822 s/or/unless/.
1823
1824 2004-09-17 Jay Belanger <belanger@truman.edu>
1825
1826 * calc/calc.el (calc-mode-var-list): Fix the value of
1827 `calc-matrix-brackets'.
1828
1829 2004-09-17 Romain Francoise <romain@orebokech.com>
1830
1831 * ibuf-ext.el (define-ibuffer-filter filename):
1832 Expand dired-directory since buffer-file-name is absolute.
1833
1834 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * ediff-init.el (ediff-current-diff-face-A)
1837 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1838 (ediff-current-diff-face-Ancestor)
1839 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1840 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1841 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1842 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1843 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1844 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1845 Use min-colors.
1846
1847 * term.el (term-down): Perform vertical motion if DOWN is negative.
1848 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1849 (term-termcap-format): Synchronyze with the eterm terminfo entry
1850 in etc/e/eterm.ti.
1851 (term-handle-colors-array): If the current foreground or
1852 background are zero (i.e. unspecified), use the foreground and
1853 background of the default face for reverse video.
1854 (term-ansi-at-eval-string, term-ansi-default-fg)
1855 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1856 (term-mem): Delete ununsed function.
1857 (term-protocol-version): Increment.
1858 (term-current-face): Set to default.
1859
1860 2004-09-15 Jay Belanger <belanger@truman.edu>
1861
1862 * calc/calc.el (calc-mode-var-list): Define this variable.
1863 (calc-always-load-extensions, calc-line-numbering)
1864 (calc-line-breaking, calc-display-just, calc-display-origin)
1865 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1866 (calc-group-char, calc-point-char, calc-frac-format)
1867 (calc-prefer-frac, calc-hms-format, calc-date-format)
1868 (calc-float-format, calc-full-float-format, calc-complex-format)
1869 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1870 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1871 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1872 (calc-matrix-brackets, calc-language, calc-language-option)
1873 (calc-left-label, calc-right-label, calc-word-size)
1874 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1875 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1876 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1877 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1878 (calc-window-height, calc-display-trail, calc-show-selections)
1879 (calc-use-selections, calc-assoc-selections)
1880 (calc-display-working-message, calc-auto-why, calc-timing)
1881 (calc-mode-save-mode, calc-standard-date-formats)
1882 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1883 (calc-user-parse-tables, calc-gnuplot-default-device)
1884 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1885 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1886 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1887 (calc-invocation-macro, calc-show-banner): Give these values as
1888 part of `calc-mode-var-list's initialization after the variables
1889 are declared with defvar.
1890 (calc-bug-address): Changed email address to send bug
1891 reports to. Also changed the maintainer address at the top.
1892 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1893 than "\\.emacs" to determine if it is the user-init-file.
1894
1895 * calc/calc-embed.el (calc-embedded-set-modes): Use
1896 `calc-mode-var-list' correctly.
1897
1898 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1899
1900 * vc.el (annotate-time): Document point handling.
1901 (vc-annotate-display-autoscale): Doc fix.
1902
1903 2004-09-15 Miles Bader <miles@gnu.org>
1904
1905 * generic.el (generic-make-keywords-list): Use symbol rather than
1906 word anchors in regexp.
1907
1908 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1909
1910 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1911 no file name consider `dired-directory'.
1912
1913 2004-09-14 Kim F. Storm <storm@cua.dk>
1914
1915 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1916
1917 2004-09-14 Simon Josefsson <jas@extundo.com>
1918
1919 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1920
1921 * textmodes/dns-mode.el: Add.
1922
1923 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1926 (disabled-command-function): Make the ?\ char more obvious.
1927
1928 * vc-arch.el (vc-arch-root, vc-arch-registered):
1929 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1930
1931 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1932
1933 * windmove.el (windmove-frame-edges): Report coordinates of
1934 outside edges of frame, not inside edges.
1935 (windmove-coordinates-of-position): Convert into wrapper to new
1936 function `windmove-coordinates-of-window-position';
1937 `compute-motion' always applies to selected window.
1938 (windmove-coordinates-of-position): Update documentation to refer
1939 to Emacs 21 Lisp Reference Manual.
1940 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1941
1942 2004-09-13 Kim F. Storm <storm@cua.dk>
1943
1944 * isearch.el (isearch-resume-in-command-history): Rename from
1945 isearch-resume-enabled and change default to nil.
1946
1947 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1950 (vc-registered): Use it.
1951 (vc-find-root): New fun.
1952
1953 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1954 Don't tell to use \\{...} when it's already done.
1955
1956 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1957 Provide a sample complex default.
1958 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1959 (bibtex-entry): Use mapc.
1960
1961 2004-09-12 Kim F. Storm <storm@cua.dk>
1962
1963 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1964
1965 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1966 inhibit-field-text-motion to t so rectangles work in comint buffers.
1967
1968 * simple.el (choose-completion-string): Set buffer before running
1969 choose-completion-string-functions hook so it can be buffer-local.
1970
1971 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1972
1973 * progmodes/compile.el (compilation-start): Parse command to see
1974 if it starts with a cd, and if so perform it for the *compilation*
1975 buffer. Change the header to reflect this.
1976
1977 2004-09-11 Kim F. Storm <storm@cua.dk>
1978
1979 * ido.el (ido-enable-dot-prefix): Doc fix.
1980 (ido-enable-dot-prefix): New defcustom.
1981 (ido-set-matches1): Use it.
1982
1983 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * textmodes/bibtex.el (bibtex-mark-active)
1986 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1987
1988 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1989
1990 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1991 used in a case insensitive environment.
1992 (bibtex-mode-map): Rearrange order of menus.
1993 (bibtex-quoted-string-re): Obsolete.
1994 (bibtex-complete-key-cleanup): Variable replaced by new function.
1995 (bibtex-font-lock-keywords): Use backquotes.
1996 (bibtex-font-lock-url-regexp): New internal variable.
1997 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1998 "OPT" and "ALT".
1999 (bibtex-insert-current-kill, bibtex-make-field)
2000 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2001 (bibtex-parse-field-text): Simplify.
2002 (bibtex-string=): New helper function.
2003 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2004 (bibtex-map-entries): Use bibtex-string=.
2005 (bibtex-search-entry): Use not.
2006 (bibtex-enclosing-field): Fix docstring.
2007 (bibtex-assoc-regexp): Obsolete.
2008 (bibtex-format-entry): Use assoc-string and bibtex-string=.
2009 (bibtex-autokey-get-names): Handle empty name field.
2010 (bibtex-parse-strings): Use assoc-string and unless.
2011 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2012 Use assoc-string.
2013 (bibtex-pop): Simplify.
2014 (bibtex-mode): Set font-lock-extra-managed-props.
2015 (bibtex-entry-update): Use assoc-string.
2016 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2017 (bibtex-autofill-entry): Use bibtex-string=.
2018 (bibtex-print-help-message): Simplify.
2019 (bibtex-find-entry): New optional arg START.
2020 (bibtex-validate): Use bibtex-string= and assoc-string.
2021 Do not call obsolete function compilation-parse-errors.
2022 (bibtex-remove-delimiters): Only remove delimiters if present.
2023 (bibtex-copy-entry-as-kill): Add docstring.
2024 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2025 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2026 (bibtex-complete): Use bibtex-predefined-month-strings,
2027 bibtex-string=, and new function bibtex-complete-key-cleanup.
2028 (bibtex-generate-url-list): New variable.
2029 (bibtex-url): New command bound to C-c C-l and mouse-2.
2030 (bibtex-url-map): New local keymap for bibtex-url-mouse.
2031 (bibtex-font-lock-url): New function.
2032
2033 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2036
2037 2004-09-09 Kim F. Storm <storm@cua.dk>
2038
2039 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2040 counter and format with binding.
2041 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
2042 the declared macro uses own macro counter and format. Give symbol
2043 kmacro property.
2044 (kmacro-keymap): Bind kmacro-name-last-macro to n.
2045 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2046 (kmacro-end-and-call-macro): Doc fix.
2047
2048 2004-09-09 Lars Hansen <larsh@math.ku.dk>
2049
2050 * desktop.el (desktop-clear-preserve-buffers):
2051 Remove make-obsolete-variable.
2052
2053 2004-09-08 Richard M. Stallman <rms@gnu.org>
2054
2055 * buff-menu.el (list-buffers-noselect): Call format-mode-line
2056 with the buffer as argument.
2057
2058 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2061
2062 2004-09-08 Juri Linkov <juri@jurta.org>
2063
2064 * replace.el (perform-replace): Use `query-replace-descr'.
2065
2066 * cus-start.el (history-delete-duplicates): Specify customization.
2067
2068 * diff-mode.el (diff-mode-map):
2069 * progmodes/compile.el (compilation-mode-map):
2070 * progmodes/grep.el (grep-mode-map):
2071 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2072 to `next-error-follow-minor-mode'.
2073
2074 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2075
2076 * isearch.el (isearch-lazy-highlight-update): Take into account
2077 the case of zero-length match at the search bound.
2078
2079 2004-09-08 Kim F. Storm <storm@cua.dk>
2080
2081 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2082 change. Use zero width overlays when necessary.
2083
2084 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2085
2086 * subr.el (split-string): Docfix.
2087
2088 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2089
2090 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2091 (display-call-tree): Ensure newline after caller/calls blocks.
2092
2093 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2094
2095 * startup.el (command-line-1): Make option
2096 --directory/-L modify `load-path' straight away.
2097
2098 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2099
2100 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2101
2102 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2103
2104 * emacs-lisp/autoload.el (make-autoload):
2105 Handle `define-compilation-mode'.
2106
2107 * emacs-lisp/lisp-mode.el (define-compilation-mode):
2108 Specify `doc-string-elt' property.
2109
2110 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2111
2112 * bs.el (bs-mode): Doc fix.
2113
2114 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2115
2116 * info.el (Info-insert-dir): Fix temp buffer leak bug.
2117
2118 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2119
2120 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2121
2122 2004-09-08 Kenichi Handa <handa@m17n.org>
2123
2124 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2125 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2126 ps-mule-next-point -> 1+).
2127
2128 * composite.el (encode-composition-rule): Add autoload cooky.
2129
2130 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2131
2132 * format.el (buffer-auto-save-file-format): Make it permanent local.
2133
2134 2004-09-07 Kim F. Storm <storm@cua.dk>
2135
2136 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2137 (authors-fixed-entries): Fix typo.
2138 (authors-canonical-author-name): Compact multiple spaces.
2139 Ignore trivial names (e.g. only first name).
2140
2141 * term.el (term-window-width): Only use full window width on
2142 window system if overflow-newline-into-fringe is enabled.
2143 (term-mode): Don't disable overflow-newline-into-fringe.
2144
2145 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2148 motion as seen on my Mac OS X xterms.
2149
2150 * newcomment.el (uncomment-region-default, comment-region-default):
2151 New functions extracted from uncomment-region and comment-region.
2152 (comment-region, comment-region-function, uncomment-region)
2153 (uncomment-region-function): Use them.
2154
2155 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2156
2157 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2158 It's not crucial but can make sense at times.
2159
2160 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2161 the first commit.
2162
2163 * vc.el (vc-buffer-context, vc-restore-buffer-context):
2164 Disable obsolete code.
2165
2166 2004-09-07 Juri Linkov <juri@jurta.org>
2167
2168 * progmodes/grep.el (grep-highlight-matches): Change default from
2169 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
2170 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2171 if grep option `--color' is available, or to `nil' otherwise.
2172 (grep-process-setup): Call `grep-compute-defaults' if
2173 `grep-highlight-matches' is not computed. Set env-vars only
2174 if `grep-highlight-matches' is `t'.
2175 (grep-use-null-device): Remove redundant type `boolean' (`choice'
2176 is already defined).
2177
2178 * progmodes/compile.el (compilation-start): Use copy of
2179 `process-environment' created by `copy-sequence' to not
2180 modify env-vars in the global `process-environment'.
2181
2182 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2183
2184 * simple.el (next-error-follow-minor-mode): Fix last change.
2185
2186 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2187
2188 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2189 permanent local.
2190
2191 2004-09-04 Richard M. Stallman <rms@gnu.org>
2192
2193 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2194 highlighting if the search string is empty.
2195
2196 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2197
2198 * facemenu.el (facemenu-active-faces): Change condition of inner
2199 `while' loop to also check the first two elements of `face-atts'
2200 and `mask-atts'.
2201
2202 2004-09-04 John Paul Wallington <jpw@gnu.org>
2203
2204 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2205 (thumbs-view-image-mode): Make buffer read-only.
2206
2207 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2208
2209 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2210 (ispell-check-version): Set it.
2211 (ispell-send-replacement): New function.
2212 (ispell-process-line): Call ispell-send-replacement.
2213
2214 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2215
2216 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2217 Support choosing seconds with "s".
2218
2219 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2220
2221 * terminal.el (te-escape): Show `?' in prompt for help key.
2222
2223 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2224
2225 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2226
2227 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * simple.el (next-error-follow-minor-mode)
2230 (next-error-follow-mode-post-command-hook): New functions.
2231 (next-error-follow-last-line): New defvar.
2232
2233 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2234 * progmodes/compile.el (compilation-mode-map): Likewise.
2235 * progmodes/grep.el (grep-mode-map): Likewise.
2236 * replace.el (occur-mode-map): Likewise.
2237
2238 * newcomment.el (uncomment-region): Bind comment-use-global-state
2239 to nil.
2240
2241 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2242
2243 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2244 locally around the call to `revert-buffer'.
2245
2246 2004-09-03 Juri Linkov <juri@jurta.org>
2247
2248 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2249 `isearch-adjusted' to `t'.
2250 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2251 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2252 (isearch-other-meta-char): Restore isearch-point unconditionally.
2253 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2254 Set point to start of match if region is not active in transient
2255 mark mode (to include the current match to region boundaries).
2256 Push the search string to `query-replace-from-history-variable'.
2257 Add prompt "Query replace regexp" for isearch-regexp.
2258 Add region beginning/end as last arguments of `perform-replace.'
2259 (isearch-query-replace-regexp): Replace code by the call to
2260 `isearch-query-replace' with arg `t'.
2261
2262 2004-09-03 Richard M. Stallman <rms@gnu.org>
2263
2264 * startup.el (normal-top-level): Undo previous TERM change.
2265
2266 2004-09-03 Kim F. Storm <storm@cua.dk>
2267
2268 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2269 highlight overlays; allow using RET when cursor is over a button.
2270 (cua--highlight-rectangle): Use it.
2271 (cua--rectangle-set-corners): Don't move backwards at eol.
2272 (cua--forward-line): Don't move into void after eob.
2273
2274 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2275 point is set (and displayed) inside rectangle.
2276 (cua--rectangle-operation): Fix for highlight of empty lines.
2277 (cua--highlight-rectangle): Fix highlight for tabs.
2278 Position cursor at left/right edge of rectangle using new `cursor'
2279 property on overlay strings.
2280 (cua--indent-rectangle): Don't tabify.
2281 (cua-rotate-rectangle): Ignore that point has moved.
2282
2283 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2284
2285 * term/mac-win.el: Add ASCII equivalents for some function keys.
2286 (mode-line-frame-identification): Sync with x-win.el.
2287
2288 2004-09-02 Juri Linkov <juri@jurta.org>
2289
2290 * progmodes/compile.el (compilation-buffer-name): Compare major
2291 mode with second element of compilation-arguments instead of third
2292 to reflect latest changes in compilation-arguments structure.
2293 (recompile): Use global variable `compilation-directory' to get
2294 recent compilation directory only when `recompile' is invoked NOT
2295 in the compilation buffer. Otherwise, use `default-directory' of
2296 the compilation buffer.
2297 (compilation-error-properties): Allow to funcall col and end-col.
2298 (compilation-mode-font-lock-keywords): Check col and end-col by
2299 `integerp'.
2300 (compilation-goto-locus): If end-mk is non-nil in transient mark
2301 mode don't activate the mark (and don't display message in
2302 push-mark), but highlight overlay between mk and end-mk.
2303
2304 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2305 (grep-regexp-alist): Add rule to highlight grep matches.
2306 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2307
2308 * info.el (Info-fontify-node): Don't compute other-tag
2309 if Info-hide-note-references=hide.
2310
2311 * help.el (function-called-at-point):
2312 * help-fns.el (variable-at-point):
2313 Try `find-tag-default' when other methods failed.
2314
2315 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2316 Do not push mark if inhibit-mark-movement is non-nil.
2317
2318 * textmodes/ispell.el (ispell-html-skip-alists):
2319 Fix backslashes in docstring.
2320
2321 2004-09-01 Juri Linkov <juri@jurta.org>
2322
2323 * isearch.el (isearch-wrap-function)
2324 (isearch-push-state-function): New defvars.
2325 (isearch-pop-fun-state): New defsubst.
2326 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2327 (isearch-push-state): Set the result of calling
2328 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2329 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2330 restore the mode-specific starting point of terminated search.
2331 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2332 (isearch-repeat): Call `isearch-wrap-function' if defined.
2333 (isearch-message-prefix): Don't add prefix "over" to the message
2334 for wrapped search if `isearch-wrap-function' is defined.
2335 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2336 restore the mode-specific starting point of failed search.
2337
2338 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2339 (Info-search): Add new optional arguments for the sake of isearch.
2340 Replace whitespace in Info-search-whitespace-regexp literally.
2341 Add backward search. Don't call `Info-select-node' if regexp is
2342 found in the same Info node. Don't add node to Info-history for
2343 wrapped isearch.
2344 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2345 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2346 (Info-mode): Set local variables `isearch-search-fun-function',
2347 `isearch-wrap-function', `isearch-push-state-function',
2348 `search-whitespace-regexp'.
2349
2350 * isearch.el: Remove ancient Change Log section.
2351 (isearch-string, isearch-message-string, isearch-point)
2352 (isearch-success, isearch-forward-flag, isearch-other-end)
2353 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2354 (isearch-barrier, isearch-within-brackets)
2355 (isearch-case-fold-search): Add suffix `-state' to state-related
2356 defsubsts to avoid name clashes with other function names.
2357
2358 * simple.el (next-error): New defgroup and defface.
2359 (next-error-highlight, next-error-highlight-no-select):
2360 New defcustoms.
2361 (next-error-no-select): Let-bind next-error-highlight to the value
2362 of next-error-highlight-no-select before calling `next-error'.
2363
2364 * progmodes/compile.el (compilation-goto-locus):
2365 Use `next-error' face instead of `region'. Set 4-th argument of
2366 `move-overlay' to `current-buffer' to move overlay to different
2367 source buffers. Use new variable `next-error-highlight'.
2368
2369 * simple.el (next-error-find-buffer): Move the rule
2370 "if current buffer is a next-error capable buffer" after the
2371 rule "if next-error-last-buffer is set to a live buffer".
2372 Simplify to test all rules in one `or'.
2373 (next-error): Doc fix.
2374 (next-error, previous-error, first-error)
2375 (next-error-no-select, previous-error-no-select):
2376 Make arguments optional.
2377
2378 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2379
2380 * macros.el (apply-macro-to-region-lines): Make it operate on all
2381 lines that begin in the region, rather than on all complete lines
2382 in the region.
2383
2384 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2385
2386 * x-dnd.el (x-dnd-protocol-alist): Document update.
2387 (x-dnd-known-types): Defcustom it.
2388 (x-dnd-handle-motif): Print message-atom in error message.
2389
2390 2004-08-30 John Paul Wallington <jpw@gnu.org>
2391
2392 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2393 strings rather than programatically constructing message.
2394
2395 2004-08-30 Richard M. Stallman <rms@gnu.org>
2396
2397 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2398 Don't return a string that would read as the wrong character code.
2399
2400 2004-08-29 Kim F. Storm <storm@cua.dk>
2401
2402 * emulation/cua-base.el (cua-auto-expand-rectangles):
2403 Remove automatic rectangle padding feature; replace by non-destructive
2404 virtual rectangle edges feature.
2405 (cua-virtual-rectangle-edges): New defcustom.
2406 (cua-auto-tabify-rectangles): New defcustom.
2407 (cua-paste): If paste into a marked rectangle, insert rectangle at
2408 current column, even if virtual; also paste exactly as many lines
2409 as has been marked (ignore additional lines or add empty lines),
2410 but paste whole source if only one line is marked.
2411 (cua--update-indications): No longer use overwrite-cursor to
2412 indicate rectangle padding
2413
2414 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2415 (cua--rectangle-virtual-edges): New defun.
2416 (cua--rectangle-get-corners): Remove optional PAD arg.
2417 (cua--rectangle-set-corners): Never do padding.
2418 (cua--forward-line): Remove optional PAD arg. Simplify.
2419 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2420 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2421 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2422 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2423 (cua--rectangle-move): Never do padding. Simplify.
2424 (cua--tabify-start): New defun.
2425 (cua--rectangle-operation): Add tabify arg. All callers changed.
2426 (cua--pad-rectangle): Remove.
2427 (cua--delete-rectangle): Handle delete with virtual edges.
2428 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2429 (cua--insert-rectangle): Handle insert at virtual column.
2430 Perform auto-tabify if necessary.
2431 (cua--activate-rectangle): Remove optional FORCE arg.
2432 Never do padding. Simplify.
2433 (cua--highlight-rectangle): Enhance for virtual edges.
2434 (cua-toggle-rectangle-padding): Remove command.
2435 (cua-toggle-rectangle-virtual-edges): New command.
2436 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2437 (cua--rectangle-post-command): Don't force rectangle padding.
2438 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2439
2440 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2441
2442 * indent.el (edit-tab-stops-buffer): Doc fix.
2443
2444 2004-08-28 Richard M. Stallman <rms@gnu.org>
2445
2446 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2447 (grep-tag-default): Function deleted.
2448
2449 * subr.el (find-tag-default): Moved from etags.el.
2450
2451 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2452
2453 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2454 into the basic character if it has an uppercase form.
2455
2456 2004-08-27 Kenichi Handa <handa@m17n.org>
2457
2458 * international/utf-8.el (utf-8-post-read-conversion): If the
2459 buffer is unibyte, temporarily make it multibyte.
2460
2461 2004-08-27 Masatake YAMATO <jet@gyve.org>
2462
2463 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2464
2465 2004-08-25 John Paul Wallington <jpw@gnu.org>
2466
2467 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2468 0, 1, and many mismatches in message.
2469 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2470
2471 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2472 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2473
2474 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2477 vc-diff-switches differently.
2478
2479 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2480
2481 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2482 before and a real defvar after
2483 `speedbar-supported-extension-expressions'. This is to silence
2484 the compiler without breaking bootstrapping.
2485
2486 2004-08-22 Richard M. Stallman <rms@gnu.org>
2487
2488 * textmodes/flyspell.el (flyspell-word):
2489 Use set-process-query-on-exit-flag.
2490 (flyspell-highlight-duplicate-region): Take POSS as arg.
2491 (flyspell-word): Pass POSS as arg.
2492
2493 * progmodes/ada-xref.el: Many doc and style fixes.
2494 (ada-find-any-references): Use compilation-start.
2495 (ada-get-ali-file-name): Improve error msg.
2496 (ada-get-ada-file-name): Likewise.
2497
2498 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2499 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2500
2501 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2502 Add forward defvar.
2503
2504 * whitespace.el (global-whitespace-mode): New alias
2505 for whitespace-global-mode.
2506
2507 * speedbar.el (speedbar-file-regexp): Definition moved up.
2508 (speedbar-mode, speedbar-set-mode-line-format):
2509 Use with-no-warnings.
2510 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2511
2512 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2513 controls whether to display the error buffer.
2514
2515 * ps-mule.el: Delete compatibility code for old Emacses.
2516 (ps-mule-find-wrappoint): Don't use chars-in-region.
2517
2518 * frame.el (display-mouse-p, display-selections-p):
2519 Use with-no-warnings.
2520
2521 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2522
2523 2004-08-22 David Kastrup <dak@gnu.org>
2524
2525 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2526 information.
2527
2528 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2529
2530 2004-08-22 Andreas Schwab <schwab@suse.de>
2531
2532 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2533
2534 2004-08-22 Masatake YAMATO <jet@gyve.org>
2535
2536 * cvs-status.el (cvs-status-checkout): New function.
2537 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2538
2539 2004-08-21 David Kastrup <dak@gnu.org>
2540
2541 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2542 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2543 has been converted to use hashtables, the relation `nil=none' is
2544 no longer valid, as `nil' is not a hashtable. This patch tries to
2545 reduce the number of resulting errors.
2546
2547 2004-08-21 John Paul Wallington <jpw@gnu.org>
2548
2549 * subr.el (process-kill-without-query): Made obsolete in
2550 version 21.4, not 21.5.
2551
2552 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2553 (vc-previous-comment, vc-next-comment)
2554 (vc-comment-search-reverse, vc-comment-search-forward)
2555 (vc-comment-to-change-log): Likewise.
2556
2557 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2558
2559 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2560
2561 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2562 Correct indentation of DEFMETHODS with non-standard method
2563 combinations (e.g., PROGN, MIN, MAX).
2564
2565 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * startup.el (normal-top-level-add-subdirs-to-load-path):
2568 Avoid unnecessarily checking system-type.
2569 (normal-top-level): Set TERM to "dumb". Simplify.
2570
2571 * avoid.el (mouse-avoidance-ignore-p): New fun.
2572 Also ignore switch-frame, select-window, double, and triple clicks.
2573 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2574 (mouse-avoidance-fancy-hook): Use it.
2575
2576 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2577
2578 * avoid.el (mouse-avoidance-nudge-mouse)
2579 (mouse-avoidance-banish-destination): Stay within the current window
2580 to avoid problems with mouse-autoselect-window.
2581
2582 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2585 the newer format of some messages in cvs-1.12.1.
2586
2587 2004-08-19 Masatake YAMATO <jet@gyve.org>
2588
2589 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2590 (elp-results-jump-to-definition-by-mouse)
2591 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2592 (elp-output-result): Use elp-output-insert-symname.
2593
2594 2004-08-18 Kenichi Handa <handa@m17n.org>
2595
2596 * language/cyrillic.el: Register koi8-r in
2597 ctext-non-standard-encodings-alist.
2598 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2599
2600 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2601
2602 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2603 that replaces 20xy with xy.
2604
2605 2004-08-17 John Paul Wallington <jpw@gnu.org>
2606
2607 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2608 (reb-force-update): Doc fix.
2609
2610 2004-08-16 Richard M. Stallman <rms@gnu.org>
2611
2612 * progmodes/which-func.el (which-func-update-1): Doc fix.
2613
2614 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2615 (sh-mode-abbrev-table): New variable.
2616
2617 * progmodes/compile.el (compilation-mode): Doc fix.
2618
2619 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2620 Don't cons a new symbol each time.
2621 (eval-last-sexp-fake-value): New variable.
2622
2623 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2624 (copyright-update-year): Detect continuation of list of years.
2625
2626 * term.el (term-default-fg-color, term-default-bg-color)
2627 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2628
2629 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2630
2631 2004-08-16 Davis Herring <herring@lanl.gov>
2632
2633 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2634 (isearch-success, isearch-forward-flag, isearch-other-end)
2635 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2636 (isearch-barrier, isearch-within-brackets)
2637 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2638
2639 2004-08-16 Kenichi Handa <handa@m17n.org>
2640
2641 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2642
2643 2004-08-15 Kenichi Handa <handa@m17n.org>
2644
2645 * term/x-win.el (x-selection-value): If utf8 was successful but
2646 ctext was not, use utf8 string.
2647
2648 2004-08-14 Davis Herring <herring@lanl.gov>
2649
2650 * isearch.el: Remove accidental changes of March 4. Fix backing
2651 up when a regexp isearch is made more general. Use symbolic
2652 accessor functions for isearch stack frames to make usage clearer.
2653 (search-whitespace-regexp): Made groups in documentation shy (as
2654 is the group in the default value).
2655 (isearch-fallback): New function, addresses problems with regexps
2656 liberalized by `\|', adds support for liberalization by `\}' (the
2657 general repetition construct), and incorporates behavior for
2658 `*'/`?'.
2659 (isearch-}-char): New command, calls `isearch-fallback' with
2660 arguments appropriate to a typed `}'.
2661 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2662 appropriately.
2663 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2664 (isearch-string, isearch-message,string, isearch-point)
2665 (isearch-success, isearch-forward-flag, isearch-other-end)
2666 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2667 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2668 New inline functions to read fields of a stack frame.
2669
2670 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2671
2672 * battery.el (battery-linux-proc-acpi): Look into battery
2673 directories matching the literal string "CMB", too (required for
2674 Linux kernel version 2.6.7).
2675
2676 2004-08-14 John Paul Wallington <jpw@gnu.org>
2677
2678 * cus-start.el (read-file-name-completion-ignore-case): Add.
2679 (blink-cursor-alist): Change version to "21.4".
2680
2681 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2682
2683 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2684
2685 * speedbar.el (speedbar-scan-subdirs): New option.
2686 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2687 dolist.
2688 (speedbar-insert-files-at-point): Take an extra argument and use
2689 it to optionally find out if a subdir is empty. Also unreadable
2690 files don't get expand buttons.
2691 (speedbar-directory): New image (unused pixmap already existed).
2692 (speedbar-expand-image-button-alist): Use it.
2693
2694 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2695
2696 CC Mode update to 5.30.9:
2697
2698 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2699 Move from cc-vars to cc-defs for dependency reasons. Fix the
2700 POSIX char class test to check that it works in
2701 `skip-chars-(forward|backward)' too.
2702
2703 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2704 first argument starts with a special brace list.
2705
2706 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2707 when `c-opt-type-concat-key' is used (i.e. in Pike).
2708
2709 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2710 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2711 >)".
2712
2713 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2714 whitespace safe.
2715
2716 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2717 position for `arglist-intro', `arglist-cont-nonempty' and
2718 `arglist-close' when there are two arglist open parens on the same
2719 line and there's nothing in front of the first.
2720
2721 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2722 locking of qualified names in Java, which previously could fontify
2723 common indexing expressions in many cases. The standard Java
2724 naming conventions are used to tell them apart.
2725
2726 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2727 Fix inconsistency wrt opening parens on the first line inside a paren
2728 block.
2729
2730 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2731 compile time for the sake of `c-major-mode-is'.
2732
2733 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2734 `c-major-mode-is' in the event that this is used inside a
2735 `c-lang-defconst'.
2736
2737 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2738 `c-lang-defconst' so that it works better with fallback languages.
2739
2740 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2741 it to fail to record the base mode.
2742
2743 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2744 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2745 is used. Reordered the syntax checks to get more efficient
2746 skipping in some situations.
2747
2748 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2749 continuation which might precede the newly inserted '{'.
2750
2751 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2752 Fix cases where it could loop indefinitely.
2753
2754 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2755 size specs correctly. Only fontify identifiers in front of '('
2756 with as functions - don't accept any paren char. Tightened up
2757 initializer skipping to stop before function and class blocks.
2758
2759 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2760 the point could be left directly after an open paren when finding
2761 the beginning of the first decl in the block.
2762
2763 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2764 table when filtering out legitimate open parens to be recorded.
2765 This could cause cache inconsistencies when e.g.
2766 `c++-template-syntax-table' was temporarily in use.
2767
2768 * progmodes/cc-engine.el (c-on-identifier)
2769 (c-simple-skip-symbol-backward): Small fix for handling "-"
2770 correctly in `skip-chars-backward'. Affected the operator lfun
2771 syntax in Pike.
2772
2773 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2774 Fix bug that could cause an error from `after-change-functions' when
2775 the changed region is at bob.
2776
2777 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2778
2779 CC Mode update to 5.30.9:
2780
2781 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2782 to say that <TAB> doesn't insert WS into a CPP line.
2783 (c-indent-command, c-tab-always-indent): Amend doc strings.
2784
2785 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2786 checks for user errors, thus eliminating cryptic and unhelpful
2787 Emacs error messages. (1) Check the arg to `c-set-style' is a
2788 string. (2) Check that settings to `c-offsets-alist' are not
2789 spuriously quoted.
2790
2791 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2792 which precedes the newly inserted `{'.
2793
2794 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2795
2796 Sync with Tramp 2.0.44.
2797
2798 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2799 function "tramp_file_attributes". Otherwise, file names
2800 containing spaces are misinterpreted. Reported by Magnus Henoch
2801 <mange@freemail.hu>.
2802 (tramp-handle-file-truename): FILENAME must be expanded first.
2803 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2804 obscure results. Reported by D. Goel <deego@gnufans.org>.
2805 (tramp-handle-verify-visited-file-modtime): If file does not
2806 exist, say it is not modified if and only if that agrees with the
2807 buffer's record. Check whether a file is visiting the buffer, or
2808 the buffer has no recorded last modification time. Return t in
2809 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2810 <teirllm@auburn.edu>.
2811 (tramp-handle-write-region): Pass modtime explicitely to
2812 `set-visited-file-modtime', because filename can be different
2813 from (buffer-file-name) if `file-precious-flag' is set.
2814 `set-visited-file-modtime' must be called always when `visit' is t
2815 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2816 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2817 nil, don't apply the whole body. If the file doesn't exists, set
2818 modtime to '(-1 65535). Suggested by Luc Teirlinck
2819 <teirllm@auburn.edu>.
2820
2821 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * help.el (describe-bindings): Doc fix.
2824
2825 * subr.el (kbd): Doc fix.
2826
2827 2004-08-08 John Paul Wallington <jpw@gnu.org>
2828
2829 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2830 instead of `string-to-int'.
2831 (define-ibuffer-column mode): Fix indentation.
2832
2833 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2834
2835 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2836
2837 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2838
2839 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2840
2841 * novice.el (disabled-command-function): New variable renamed from
2842 `disabled-command-hook'.
2843 (disabled-command-hook): Keep the _variable_ as alias for
2844 `disabled-command-function' and make obsolete.
2845 (disabled-command-function): Function renamed from
2846 `disabled-command-hook'. Adapt code to name change of the variable.
2847
2848 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2849
2850 * simple.el (completion-root-regexp): New defvar.
2851 (completion-setup-function): Use it instead of a literal string.
2852
2853 2004-08-07 John Paul Wallington <jpw@gnu.org>
2854
2855 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2856 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2857 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2858 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2859
2860 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2861
2862 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2863 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2864
2865 2004-08-04 Kenichi Handa <handa@m17n.org>
2866
2867 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2868 Fix previous change.
2869
2870 2004-08-03 Kenichi Handa <handa@m17n.org>
2871
2872 * international/encoded-kb.el: The following changes are to
2873 utilize key-translation-map instead of minor mode map.
2874 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2875 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2876 (encoded-kbd-last-key): New function.
2877 (encoded-kbd-iso2022-single-shift): New function.
2878 (encoded-kbd-iso2022-designation)
2879 (encoded-kbd-self-insert-iso2022-7bit)
2880 (encoded-kbd-self-insert-iso2022-8bit)
2881 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2882 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2883 key-translation-map.
2884 (encoded-kbd-setup-keymap): Setup key-translation-map.
2885 (saved-key-translation-map): New variable.
2886 (encoded-kbd-mode): Save/restore key-translation-map.
2887 Adjust for the change of encoded-kbd-setup-keymap.
2888
2889 2004-08-02 Kim F. Storm <storm@cua.dk>
2890
2891 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2892 and call compute-motion with nil for topos and width to get proper
2893 usable width and height for both window and non-window systems.
2894
2895 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2896 calculate usable window width and height.
2897
2898 * window.el (window-buffer-height): Call compute-motion with nil width.
2899
2900 2004-08-01 David Kastrup <dak@gnu.org>
2901
2902 * replace.el (query-replace-read-from):
2903 Use `query-replace-compile-replacement'.
2904 (query-replace-compile-replacement): New function.
2905 (query-replace-read-to): Use `query-replace-compile-replacement'
2906 for repeating the last command.
2907
2908 2004-08-01 John Paul Wallington <jpw@gnu.org>
2909
2910 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2911 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2912 (pr-switches): Remove period from end of error messages.
2913
2914 * help-mode.el (help-go-back): Likewise.
2915
2916 * abbrev.el (only-global-abbrevs): Doc fix.
2917 (edit-abbrevs-map): Define within defvar.
2918 (quietly-read-abbrev-file): Doc fix.
2919
2920 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2921
2922 * novice.el (enable-command, disable-command): Doc fixes.
2923
2924 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2925
2926 2004-07-30 Richard M. Stallman <rms@gnu.org>
2927
2928 * subr.el (with-local-quit): Doc fix.
2929
2930 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2931
2932 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2933
2934 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2935
2936 * custom.el (defcustom): Doc fix.
2937
2938 2004-07-28 Masatake YAMATO <jet@gyve.org>
2939
2940 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2941
2942 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * imenu.el (imenu-prev-index-position-function)
2945 (imenu-extract-index-name-function, imenu-name-lookup-function)
2946 (imenu--index-alist): Docstring redundancy fix.
2947
2948 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2949
2950 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2951 binding dired-backup-overwrite.
2952
2953 2004-07-25 John Paul Wallington <jpw@gnu.org>
2954
2955 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2956
2957 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2958
2959 * term/tty-colors.el (tty-color-approximate): Doc fix.
2960
2961 * select.el (x-get-selection, x-set-selection): Doc fixes.
2962
2963 * frame.el (make-frame): Doc fix.
2964
2965 2004-07-24 Richard M. Stallman <rms@gnu.org>
2966
2967 * mail/rmail.el (rmail-mime-charset-pattern):
2968 Don't include semicolon in the charset value.
2969
2970 * replace.el (occur-next-error): Call set-window-point.
2971 (occur-engine): Handle negative NLINES.
2972
2973 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * frame.el (modify-all-frames-parameters): Minor doc fix.
2976 (set-frame-configuration): Doc fix.
2977
2978 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2979
2980 * simple.el (completion-setup-function): Compute the common parts
2981 and the first difference place correctly when
2982 partial-completion-mode is on.
2983
2984 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2985
2986 * ps-print.el: Doc fix.
2987 (ps-print-version): New version 6.6.5.
2988 (ps-printing-region): Doc fix.
2989 (ps-generate-string-list): Comment fix.
2990 (ps-message-log-max): Code fix.
2991
2992 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2993
2994 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2995 generated PostScript.
2996
2997 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2998
2999 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
3000 with Gnus v5_10 branch.)
3001
3002 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
3003
3004 * calendar/time-date.el (time-to-number-of-days): New function.
3005 Imported from from Gnus.
3006
3007 2004-07-22 Kim F. Storm <storm@cua.dk>
3008
3009 * progmodes/make-mode.el: Fix comments.
3010
3011 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3012
3013 * printing.el: Doc fix.
3014
3015 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
3016
3017 * frame.el (modify-all-frames-parameters): Minor doc fix.
3018
3019 2004-07-20 Richard M. Stallman <rms@gnu.org>
3020
3021 * textmodes/fill.el (fill-nobreak-p): If this break point is
3022 at the end of the line, don't consider the newline which follows
3023 as a reason to return t.
3024
3025 2004-07-19 John Paul Wallington <jpw@gnu.org>
3026
3027 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3028
3029 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3030
3031 * dired-aux.el (dired-do-kill-lines): Expand docstring.
3032 Delete irrelevant code.
3033
3034 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3035
3036 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3037 New docstring. From Luc Teirlinck.
3038
3039 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
3040
3041 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3042 section.
3043 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3044 non-file buffers. We know it is nil.
3045
3046 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3047
3048 Sync with Tramp 2.0.43.
3049
3050 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3051 Remove outdated comment.
3052 (tramp-locked, tramp-locker): New variables for implementing a
3053 global lock.
3054 (tramp-sh-file-name-handler): Use them to implement the global lock.
3055
3056 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
3059 calls to respective `xxx` calls.
3060 (tramp-process-alive-regexp): Precise doc string.
3061 (tramp-multi-action-process-alive): New defun.
3062 (tramp-multi-actions): Use it.
3063 (tramp-handle-find-backup-file-name): `copy-tree' is available
3064 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
3065 in order to avoid this function.
3066 (tramp-handle-write-region): Set current buffer. If connection
3067 wasn't open, `file-modes' has changed it accidently. Reported by
3068 David Kastrup <dak@gnu.org>.
3069 (tramp-enter-password, tramp-read-passwd): New arguments USER and
3070 HOST.
3071 (tramp-action-password, tramp-multi-action-password): Apply it.
3072 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3073 name must still contain the port number. Otherwise, we have two
3074 Tramp buffers, with all the confusion. Reported by Myron Selby
3075 <myron@xytech.com> and Rolf Dubitzky
3076 <Dubitzky@physi.uni-heidelberg.de>.
3077
3078 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3079 HOST to `tramp-enter-passwd'.
3080
3081 * net/tramp-vc.el (all): Code cleanup. Change all
3082 `tramp-handle-xxx' calls to respective `xxx` calls.
3083
3084 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
3085
3086 * emacs-lisp/testcover.el: New category "potentially-1valued" for
3087 functions that are not erroneous if either 1-valued or
3088 multi-valued. Detect functions in this class.
3089 (testcover-1value-functions, testcover-compose-functions)
3090 (testcover-progn-functions) Added some additional functions to lists.
3091 (testcover-mark): Bugfix when marking up the definition for an
3092 empty function.
3093
3094 2004-07-17 Richard M. Stallman <rms@gnu.org>
3095
3096 * replace.el (occur-read-primary-args): Pass default to
3097 read-from-minibuffer.
3098
3099 * mail/footnote.el (footnote-section-tag): Use defcustom.
3100
3101 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3102 Compile font-lock-keywords, not KEYWORDS.
3103 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3104 Add warn, check-type. Handle cerror like error.
3105
3106 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3107
3108 * progmodes/which-func.el (which-func-keymap): New var.
3109 (which-func-face): New face.
3110 (which-func-format): Use them.
3111
3112 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3113
3114 * buff-menu.el (list-buffers-noselect): Append the buffer's
3115 process status to its mode name.
3116
3117 2004-07-16 Kim F. Storm <storm@cua.dk>
3118
3119 * simple.el (inhibit-mark-movement): New defvar.
3120 (beginning-of-buffer, end-of-buffer): Do not push mark if
3121 inhibit-mark-movement is non-nil or C-u prefix is given.
3122
3123 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3124 Init to beginning-of-buffer and end-of-buffer.
3125 (cua--undo-push-mark): New defvar.
3126 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3127 already active and command is in cua--preserve-mark-commands.
3128 Also fix check for shift modifier on non-window systems.
3129 (cua--post-command-handler): Clear inhibit-mark-movement if set.
3130
3131 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3132
3133 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3134 of two integers, instead of a cons.
3135
3136 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3137 `visited-file-modtime' now returns a list of two integers, instead
3138 of a cons.
3139
3140 * dired.el (dired-directory-changed-p): Ditto.
3141
3142 * progmodes/grep.el (grep): Doc fix.
3143
3144 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3145
3146 * autorevert.el (auto-revert-tail-mode)
3147 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3148 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3149 in both at the same time.
3150 (auto-revert-tail-mode): New command.
3151 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3152 (auto-revert-handler): Revert only either tail or whole file.
3153
3154 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3155 add auto-revert-tail-mode.
3156
3157 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3158
3159 * printing.el: Doc fix. Change name of some funs.
3160 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
3161 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
3162 (pr-standard-file-name): New fun. Replace pr-standard-path.
3163 (pr-call-process): Code fix.
3164
3165 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
3166
3167 * subr.el (with-selected-window): Doc fix.
3168
3169 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
3170
3171 * subr.el (get-buffer-window-list): Doc fix.
3172
3173 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
3174
3175 * files.el (switch-to-buffer-other-window): Doc fix.
3176
3177 * window.el (save-selected-window, one-window-p)
3178 (split-window-keep-point, split-window-vertically)
3179 (split-window-horizontally): Doc fixes.
3180
3181 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3182
3183 * printing.el: Doc fix. Now it uses call-process instead of
3184 shell-command for low command execution.
3185 (pr-version): New version number (6.8).
3186 (pr-shell-file-name): Option removed.
3187 (pr-shell-command): Fun removed.
3188 (pr-call-process): New fun. Replace pr-shell-command.
3189 (pr-standard-path, pr-remove-nil-from-list): New funs.
3190 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3191 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3192 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3193 (pr-ps-utility-process, pr-txt-print): Code fix.
3194
3195 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3196
3197 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3198 boolean.
3199
3200 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3201
3202 * wid-edit.el (widget-field-buffer): Doc fix.
3203
3204 2004-07-09 John Paul Wallington <jpw@gnu.org>
3205
3206 * emacs-lisp/re-builder.el (reb-update-overlays):
3207 Distinguish between one and several matches in message.
3208
3209 2004-07-09 Richard M. Stallman <rms@gnu.org>
3210
3211 * mouse.el (mouse-set-region-1): If transient-mark-mode
3212 is `identity', change it to `only'.
3213
3214 * simple.el (current-word): Doc fix.
3215
3216 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3217
3218 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3219 so that it is more understanding of whitespace.
3220
3221 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3222 form
3223 (("ns" . "element") (attr-list) children) instead of
3224 ((:ns . "element") (attr-list) children) in order to reduce the
3225 number of symbols used.
3226 (xml-skip-dtd): Change to use xml-parse-dtd but set
3227 xml-validating-parsing to nil.
3228 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3229 (xml-substitute-entity): Remove in favor of new entity substitution.
3230 (xml-substitute-special): Rewrite in to substitute complex
3231 entities from DOCTYPE declarations.
3232 (xml-parse-fragment): Parse fragments from entity deleclarations.
3233 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3234 (xml-parse-dtd, xml-substitute-special): Make validity checks
3235 conditioned on xml-validating-parser. Add "Not Well Formed" to
3236 error messages about well-formedness.
3237
3238 2004-07-08 Steven Tamm <steventamm@mac.com>
3239
3240 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3241 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3242 Do not treat double clicks and triple clicks specially in the
3243 scroll bar (preventing strange repositioning problems)
3244
3245 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * replace.el (query-replace-regexp-eval): Fix last change.
3248
3249 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * replace.el (query-replace-descr): New fun.
3252 (query-replace-read-from, query-replace-read-args): Default to the
3253 previous from&to.
3254 (query-replace-read-to): Quote the `from' string when displaying it.
3255 (query-replace-regexp-eval): Immediately check read-only status.
3256 Use query-replace-read-from to get the \n checking.
3257 Quote the `from' string when displaying it.
3258 (map-query-replace-regexp, occur-read-primary-args):
3259 Quote the `from' string when displaying it.
3260
3261 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3262 delimited-ness of the search to query-replace.
3263
3264 * replace.el (query-replace-read-from, query-replace-read-to):
3265 New funs extracted from query-replace-read-args.
3266 (query-replace-read-args): Use them.
3267
3268 * replace.el (query-replace-interactive, query-replace-read-args):
3269 Remove the `initial' special value.
3270 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3271 (occur-engine): Remove unused var `matchend'.
3272
3273 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3274 Use the search string without prompting.
3275
3276 2004-07-05 Kenichi Handa <handa@m17n.org>
3277
3278 * international/mule.el (decode-coding-inserted-region):
3279 Set last-coding-system-used only when coding is nil.
3280
3281 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3282
3283 * progmodes/grep.el (grep-compute-defaults, grep-command)
3284 (grep-program, find-program, grep-find-use-xargs, grep-history)
3285 (grep-find-history, grep-tag-default, grep-find-command)
3286 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3287 Add autoload cookies, for unbundled packages that load `compile'
3288 and expect all grep-related symbols to become defined.
3289
3290 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3291
3292 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3293 (iimage-mode-image-search-path): New user option to search the
3294 image file.
3295 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3296 have locate-file.
3297 (iimage-mode-buffer): Use it.
3298
3299 2004-07-03 Nick Roberts <nickrob@gnu.org>
3300
3301 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3302 carefully.
3303 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3304
3305 2004-07-03 Juri Linkov <juri@jurta.org>
3306
3307 * replace.el (query-replace-read-args): Swallow space after 'foo,
3308 not after (quote foo). Match space only immediately after symbol,
3309 not anywhere in the whole string.
3310
3311 2004-07-02 Richard M. Stallman <rms@gnu.org>
3312
3313 * replace.el (query-replace-read-args): Swallow space after
3314 symbols, not after closeparens. But avoid error if string ends there.
3315
3316 * progmodes/python.el (python-beginning-of-statement):
3317 Exit the loop if backward-up-list gets error.
3318
3319 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3320
3321 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3322
3323 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3324 only if vc-consult-headers is non-nil.
3325
3326 2004-07-02 Juri Linkov <juri@jurta.org>
3327
3328 * pcvs.el (cvs-mode-diff-repository): New command.
3329
3330 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3331
3332 2004-07-01 Juri Linkov <juri@jurta.org>
3333
3334 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3335 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3336 C-M-% to isearch-query-replace-regexp.
3337 (minibuffer-local-isearch-map): Add arrow key bindings.
3338 Bind C-f to isearch-yank-char-in-minibuffer.
3339 (isearch-forward): Doc fix.
3340 (isearch-edit-string): Doc fix.
3341 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3342 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3343 (isearch-yank-char): Add optional arg.
3344 (isearch-yank-char-in-minibuffer): New fun.
3345
3346 * replace.el (query-replace-interactive): Change type from boolean
3347 to choice. Add value `initial'.
3348 (query-replace-read-args): Handle value `initial' of
3349 query-replace-interactive.
3350
3351 2004-06-29 Kim F. Storm <storm@cua.dk>
3352
3353 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3354 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3355
3356 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3357 Add :group 'ada.
3358
3359 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3360
3361 2004-06-29 Juri Linkov <juri@jurta.org>
3362
3363 * replace.el (query-replace-read-args): Swallow a space after
3364 everything except )]" which in most cases means after a symbol.
3365
3366 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3367
3368 2004-06-28 Richard M. Stallman <rms@gnu.org>
3369
3370 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3371 More changes to go with previous change in font-lock.el.
3372
3373 2004-06-26 David Kastrup <dak@gnu.org>
3374
3375 * replace.el (perform-replace): Highlight the match even in
3376 non-query mode if there is potential replace string editing.
3377
3378 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3379
3380 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3381 agree with new return value of `file-remote-p'.
3382 This syncs with Tramp 2.0.42.
3383
3384 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3385 according to new documentation of `file-remote-p'.
3386
3387 * files.el (file-remote-p): Fix doc to say that return value is
3388 identification of remote system, if not nil.
3389 (file-relative-name): Use new return value of `file-remote-p'.
3390
3391 2004-06-26 Nick Roberts <nickrob@gnu.org>
3392
3393 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3394 (gdb-goto-breakpoint): Fix breakage.
3395
3396 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3397
3398 * man.el (Man-getpage-in-background): Add windows-nt to the list
3399 of systems where shell-file-name should be used instead of
3400 literal "sh".
3401
3402 2004-06-25 Sam Steingold <sds@gnu.org>
3403
3404 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3405 function names `(setf symbol)'.
3406
3407 2004-06-24 Richard M. Stallman <rms@gnu.org>
3408
3409 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3410
3411 * font-lock.el (font-lock-keywords): Change format of compiled values.
3412 Document it.
3413 (font-lock-add-keywords): If font-lock-keywords is compiled,
3414 extract the uncompiled version, modify, then recompile.
3415 (font-lock-remove-keywords): Likewise.
3416 (font-lock-fontify-keywords-region): Handle changed format.
3417 (font-lock-compile-keywords): Handle changed format.
3418 (font-lock-set-defaults): Compile the keywords explicitly here.
3419
3420 2004-06-24 David Kastrup <dak@gnu.org>
3421
3422 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3423 replacements here.
3424 (query-replace-regexp): Doc string explaining this and the new
3425 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3426 is better placed in `query-replace-read-args'.
3427 (replace-regexp): Explain `\,', `\#' and `\?'.
3428 (replace-match-data): New function for thorough reuse/destruction
3429 of old match-data.
3430 (replace-match-maybe-edit): Function for implementing `\?' editing.
3431 (perform-replace): Fix maintaining of the match stack including
3432 already matched regions, implement `\?', fix various problems
3433 with regions while editing and other stuff.
3434 (replace-highlight): Simplify.
3435
3436 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3437
3438 * progmodes/grep.el (grep-error-screen-columns): New variable.
3439 (grep-regexp-alist): Give it the full functionality of gnu style
3440 compilation messages with line and column ranges. Ask me for the
3441 perl script I'm working on, that uses these.
3442
3443 2004-06-23 Nick Roberts <nickrob@gnu.org>
3444
3445 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3446 Remove.
3447 (comint-insert-input, comint-mouse-insert-input): New functions
3448 based on comint-insert-clicked-input for two bindings but just
3449 one functionality.
3450
3451 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3452
3453 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3454
3455 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3456
3457 * files.el (write-contents-functions): Doc fix.
3458
3459 2004-06-21 Juanma Barranquero <lektu@terra.es>
3460
3461 * image.el (image-library-alist): Rewrite docstring in active voice.
3462
3463 2004-06-20 Richard M. Stallman <rms@gnu.org>
3464
3465 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3466
3467 * isearch.el (isearch-repeat): Avoid testing old match data.
3468 (isearch-message): Display trailing space in special font
3469 when search is failing.
3470 (isearch-search-fun-function): Doc fix.
3471
3472 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3473
3474 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3475
3476 * frame.el (show-trailing-whitespace): Doc fix.
3477
3478 * cus-edit.el (custom-variable-documentation): New function.
3479 (custom-variable): Use it.
3480
3481 2004-06-19 Nick Roberts <nickrob@gnu.org>
3482
3483 * man.el (Man-getpage-in-background): Revert previous change but
3484 make cygwin a special case.
3485
3486 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * autorevert.el (global-auto-revert-non-file-buffers):
3489 Update docstring.
3490
3491 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3492
3493 * progmodes/compile.el (compilation-error-properties): Store one
3494 more than end-col, if present, so that transient-mark-mode will
3495 highlight last char too.
3496 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3497 ranges, if present.
3498
3499 2004-06-18 Jason Rumney <jasonr@gnu.org>
3500
3501 * makefile.w32-in: Double percent signs in for loops.
3502
3503 2004-06-17 David Kastrup <dak@gnu.org>
3504
3505 * replace.el (query-replace-read-args): Only warn about use of \n
3506 and \t when we are doing a regexp replacement and the actual
3507 escaped character is n or t.
3508 (query-replace-regexp): Add \, and \# interpretation to
3509 interactive call and document it.
3510 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3511 as shortkey for replace-count.
3512 (replace-quote): New function for doubling backslashes.
3513
3514 2004-06-17 Juanma Barranquero <lektu@terra.es>
3515
3516 * files.el (parse-colon-path, cd): Mention in docstring that the
3517 path separator is colon in GNU-like systems.
3518
3519 * newcomment.el (comment-region-internal): Fix docstring.
3520
3521 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3522 (ewoc-invalidate, ewoc-collect): Doc fixes.
3523 (ewoc--create-node, ewoc--delete-node-internal):
3524 Fix typos in docstring.
3525
3526 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3527
3528 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3529 manual to docstring.
3530
3531 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3532
3533 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3534
3535 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3536
3537 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3538 Add hyperlink to emacs-xtra manual to docstring.
3539
3540 * autorevert.el (global-auto-revert-non-file-buffers):
3541 Add hyperlink to emacs-xtra manual to docstring, as well as an
3542 info-link.
3543
3544 2004-06-14 Juanma Barranquero <lektu@terra.es>
3545
3546 * image.el (image-library-alist): New variable to map image types
3547 to external libraries. Initialized to nil, unless system-specific
3548 configs change it.
3549 (image-type-available-p): Determine whether an image type is
3550 available by calling `init-image-library'.
3551
3552 * term/w32-win.el (image-library-alist): Initialize to a known set
3553 of probable library names.
3554
3555 2004-06-14 Kenichi Handa <handa@m17n.org>
3556
3557 * international/code-pages.el (windows-1256, cp1125): Fix tables
3558 for several characters.
3559
3560 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3561
3562 2004-06-13 Richard M. Stallman <rms@gnu.org>
3563
3564 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3565
3566 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3567 not "`pc-selection-mode'".
3568
3569 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3570
3571 * simple.el (previous-matching-history-element): Specify a default.
3572
3573 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3574
3575 * cus-face.el (custom-declare-face): Simplify code.
3576
3577 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3578
3579 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3580
3581 * files.el (before-save-hook): Add `time-stamp' to the options.
3582
3583 * time-stamp.el (time-stamp): Recommend adding it to
3584 `before-save-hook', rather than `write-file-functions'.
3585 Make a similar change in `Commentary' section.
3586
3587 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3588
3589 * diff-mode.el (diff-current-defun): If at start of hunk, use
3590 position of first change.
3591
3592 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3593
3594 * dired-x.el (dired-mark-omitted): Bind to "*O".
3595
3596 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3597
3598 * bookmark.el (bookmark-bmenu-relocate): New function, as
3599 suggested by David J. Biesack <David.Biesack@sas.com>.
3600 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3601 (bookmark-bmenu-mode): Describe binding in doc string.
3602 (bookmark-set-filename): Save the bookmark list if it's time.
3603
3604 2004-06-13 Kenichi Handa <handa@m17n.org>
3605
3606 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3607 (ccl-untranslated-to-ucs): Fix typo.
3608
3609 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3610
3611 * progmodes/python.el (python-open-block-statement-p):
3612 Fix indentation after a block opening that contains a comment.
3613
3614 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3615
3616 * bindings.el (completion-ignored-extensions): Add file extensions
3617 of Python byte-compiled files.
3618
3619 2004-06-12 Juri Linkov <juri@jurta.org>
3620
3621 * info.el (Info-goto-node): Add autoload.
3622 (Info-toc): Add substring-no-properties on Info file name.
3623 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3624 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3625
3626 2004-06-12 Kenichi Handa <handa@m17n.org>
3627
3628 * international/mule-cmds.el (set-language-environment):
3629 Load subst tables if necessary.
3630
3631 * international/mule.el (decode-char): Load subst tables if necessary.
3632 (encode-char): Likewise.
3633
3634 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3635 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3636 (utf-16le-decode-loop): Set r5 to -1 before loop.
3637 (utf-16be-decode-loop): Likewise.
3638 (ccl-decode-mule-utf-16le): Add EOF processing block.
3639 (ccl-decode-mule-utf-16be): Likewise.
3640 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3641 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3642 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3643 (ccl-mule-utf-16-encode-untrans): New CCL.
3644 (utf-16-decode-to-ucs): Handle pre-read character.
3645 (utf-16le-encode-loop): Handle surrogate pair.
3646 (utf-16be-encode-loop): Likewise.
3647 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3648 of utf-16le-encode-loop.
3649 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3650 of utf-16be-encode-loop.
3651 (mule-utf-16-post-read-conversion):
3652 Call utf-8-post-read-conversion at first.
3653 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3654 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3655 Add post-read-conversion and pre-write-conversion.
3656
3657 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3658 (utf-translate-cjk-unicode-range): New variable.
3659 (utf-translate-cjk-load-tables): New function.
3660 (utf-lookup-subst-table-for-decode): New function.
3661 (utf-lookup-subst-table-for-encode): New function.
3662 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3663 tables here. Update safe-charsets of utf-* coding systems.
3664 (ccl-mule-utf-untrans): New CCL.
3665 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3666 at end of each branch.
3667 (ccl-mule-utf-8-encode-untrans): New CCL.
3668 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3669 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3670 length of encoding. Don't return r0.
3671 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3672 (utf-8-post-read-conversion): Narrow to region properly.
3673 If utf-translate-cjk-mode is on, load tables if necessary.
3674 Call utf-8-compose with hash-table arg if necessary.
3675 Call XXX-compose-region instead of XXX-post-read-convesion.
3676 (utf-8-pre-write-conversion): New function.
3677 (mule-utf-8): Include CJK charsets in safe-charsets if
3678 utf-translate-cjk-mode is on. Add pre-write-conversion.
3679
3680 * international/characters.el: Temporarily set
3681 utf-translate-cjk-mode to nil.
3682
3683 * language/devan-util.el (devanagari-compose-region):
3684 Add autoload cookie.
3685
3686 * international/ccl.el (ccl-dump-call): Fix printing the
3687 subroutine name.
3688
3689 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3690
3691 * dired.el (dired-revert): If buffer is marked unmodified before
3692 reverting, keep it marked unmodified.
3693 Adapt to new conventions for commenting out code.
3694 (dired-make-relative): Adapt to new conventions for commenting out code.
3695
3696 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3697
3698 * eshell/esh-module.el (eshell-load-defgroups):
3699 Bind `vc-handled-backends' to nil when opening files.
3700
3701 2004-06-11 Juanma Barranquero <lektu@terra.es>
3702
3703 * files.el (parse-colon-path, cd): Doc fixes (refer to
3704 `path-separator', not colon).
3705
3706 2004-06-10 Juanma Barranquero <lektu@terra.es>
3707
3708 * newcomment.el (comment-search-forward)
3709 (comment-search-backward): Fix typos in docstring.
3710 (comment-region): Doc fix.
3711
3712 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3713
3714 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3715 switch is no longer stored in `dired-switches-alist'.
3716
3717 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3718 `dired-switches-alist'.
3719
3720 2004-06-10 Kim F. Storm <storm@cua.dk>
3721
3722 * pcvs.el (cvs-mode-diff-yesterday): New command.
3723
3724 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3725
3726 2004-06-10 Juri Linkov <juri@jurta.org>
3727
3728 * emacs-lisp/edebug.el (edebug-eval-defun):
3729 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3730 Fix docstring.
3731
3732 * simple.el (eval-expression-print-format): Don't print additional
3733 information on the first call to `eval-print-last-sexp'.
3734 (next-error-find-buffer): Fix punctuation.
3735 (killing) <defgroup>: Fix punctuation.
3736 (yank-excluded-properties): Change group from editing to killing.
3737
3738 * replace.el (perform-replace): Use `limit' to terminate the
3739 while-loop explicitly.
3740
3741 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3742
3743 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3744 Use lc-*.xpm as prefix instead of *-locol.xpm.
3745
3746 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3747 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3748 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3749 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3750 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3751 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3752 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3753 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3754 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3755 * toolbar/lc-up_arrow.xpm:
3756 Renamed from *-locol.xpm.
3757
3758 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3759
3760 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3761 include forms like &<str>; as valid url patterns.
3762
3763 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3764
3765 * dired.el (dired-diff, dired-backup-diff)
3766 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3767 (dired-do-chown, dired-do-touch, dired-do-print)
3768 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3769 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3770 (dired-create-directory, dired-do-copy, dired-do-symlink)
3771 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3772 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3773 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3774 (dired-maybe-insert-subdir, dired-next-subdir)
3775 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3776 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3777 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3778 (dired-run-shell-command, dired-query): Remove redundant,
3779 or incorrect, autoloads.
3780
3781 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3782 does not end in a slash. Add optional argument KILL-ROOT.
3783 Update docstring.
3784 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3785 (dired-query): Add autoloads.
3786
3787 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3788
3789 * progmodes/compile.el (compilation-set-window-height):
3790 Rearrange the save-* functions because a buffer can have several current
3791 point in different windows.
3792 (compilation-error-regexp-alist-alist): Recognize {standard input}
3793 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3794
3795 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3796
3797 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3798 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3799 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3800 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3801 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3802 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3803 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3804 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3805 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3806 * toolbar/up_arrow-locol.xpm:
3807 New versions of icons that uses fewer colors.
3808
3809 * toolbar/tool-bar.el (tool-bar-local-item)
3810 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3811 if display-color-cells is 256 or less.
3812
3813 2004-06-08 Kim F. Storm <storm@cua.dk>
3814
3815 * wid-edit.el (widget-specify-button): Use hand pointer rather
3816 than mouse-face as visible mouse-over effect.
3817
3818 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3819
3820 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3821 and `print-level' to nil when writing out `save-place-alist'.
3822 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3823
3824 2004-06-07 Juanma Barranquero <lektu@terra.es>
3825
3826 * completion.el (completion-kill-region): Doc fix.
3827
3828 * format.el (format-insert-annotations)
3829 (format-annotate-location): Doc fixes.
3830 (format-subtract-regions): Make arguments match their use in docstring.
3831
3832 * simple.el (kill-region): Doc fix.
3833
3834 * subr.el (insert-buffer-substring-no-properties)
3835 (insert-buffer-substring-as-yank): Doc fixes.
3836
3837 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3838
3839 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3840 Update docstring.
3841 (dired-reset-subdir-switches): New function.
3842
3843 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3844 Limit scope of `buffer-read-only' binding.
3845
3846 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3847
3848 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3849 eshell-explicit-command-char.
3850
3851 2004-06-06 Juanma Barranquero <lektu@terra.es>
3852
3853 * help-fns.el (help-argument-name): Inherit from italic face only
3854 if the frame supports it.
3855
3856 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3857
3858 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3859 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3860 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3861 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3862 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3863 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3864 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3865 New conversions from xpm files.
3866
3867 * toolbar/README: New file.
3868
3869 2004-06-06 Richard M. Stallman <rms@gnu.org>
3870
3871 * isearch.el (isearch-mode-map): Undo previous change.
3872
3873 2004-06-05 Juri Linkov <juri@jurta.org>
3874
3875 * bindings.el (debug-ignored-errors): Add regexps for history
3876 related messages. Remove $ from "No further undo information".
3877 Move Ediff's messages to ediff.el.
3878
3879 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3880
3881 * cus-edit.el (custom-display): Add `min-colors'.
3882
3883 * custom.el (defface): Add `supports' to docstring.
3884
3885 * help-fns.el (help-argument-name): Add :group 'help.
3886
3887 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3888
3889 * find-dired.el (find-ls-subdir-switches): New user option.
3890 (find-dired): No longer call `abbreviate-file-name' on DIR.
3891 Set `dired-subdir-switches' buffer-locally.
3892
3893 * locate.el: Merge the two `Commentary' sections.
3894 (locate-ls-subdir-switches): New user option.
3895 (locate): Update for other changes.
3896 (locate-mode-map): Restore Dired binding for mouse-2.
3897 Bind `locate-mouse-view-file' to M-mouse-2.
3898 Bind `l' to `locate-do-redisplay'.
3899 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3900 (locate-mouse-view-file, locate-tags, locate-find-directory):
3901 Print message if used outside main listing.
3902 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3903 Various changes to support inserted subdirectories.
3904 (locate-insert-header): Change header of *Locate* buffer.
3905
3906 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3907 Change interactive default switches.
3908 (dired-rename-subdir-2): Update `dired-switches-alist'.
3909 (dired-insert-subdir, dired-kill-subdir):
3910 Handle `dired-switches-alist'. Do not mark buffer modified.
3911 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3912 (dired-insert-subdir-doinsert): Omit messages.
3913 Handle `dired-subdir-switches'.
3914 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3915
3916 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3917 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3918 subdirs if -R switch is used for a subdir.
3919 (dired-mode): Set `dired-switches-alist'.
3920 (dired-build-subdir-alist): Only print number of directories in
3921 echo area when invoked interactively.
3922
3923 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3924
3925 * dired-x.el (dired-omit-mode): Rename from
3926 dired-omit-files-p. Use define-minor-mode to define it.
3927 (dired-omit-files-p): Add as alias for dired-omit-mode.
3928 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3929 dired-mark-omitted.
3930 (dired-mark-omitted): Add. Bind to M-O.
3931
3932 2004-06-05 Kenichi Handa <handa@m17n.org>
3933
3934 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3935
3936 2004-06-05 Juanma Barranquero <lektu@terra.es>
3937
3938 * help-fns.el (help-argument-name): Reintroduce face.
3939 (help-default-arg-highlight): Use it, now that
3940 `face-differs-from-default-p' can be trusted.
3941
3942 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3943
3944 * textmodes/table.el: Sentence commands added to Point Motion
3945 group; kill and backward-kill commands added to Extraction group.
3946
3947 2004-06-04 Mario Lang <mlang@delysid.org>
3948
3949 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3950 systems appear to use mW, make the code handle this. Fix a
3951 division-by-zero bug while at it, and handle kernels with
3952 a slightly different layout in /proc/acpi.
3953
3954 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3955
3956 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3957 because the latter is a CL-ism. This fixes the bug reported by
3958 Shawn Boyette <mdxi@collapsar.net> in
3959 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3960
3961 2004-06-04 Miles Bader <miles@gnu.org>
3962
3963 * faces.el (display-supports-face-attributes-p): Function moved to
3964 C code. Previously only the tty-related portion of this function
3965 was done in C; however the previous attempt to do a halfway-proper
3966 job for non-tty displays in lisp didn't work properly because of
3967 funny conditions during Emacs startup.
3968 (face-differs-from-default-p): Simplify, now that
3969 display-supports-face-attributes-p works properly on all display
3970 types. Remove :stipple from comparison; it doesn't really work
3971 in emacs anyway.
3972
3973 2004-06-04 Miles Bader <miles@gnu.org>
3974
3975 * faces.el (face-differs-from-default-p): Use a different
3976 implementation, so we can really check whether FACE displays
3977 differently or not.
3978
3979 2004-06-04 Miles Bader <miles@gnu.org>
3980
3981 * faces.el (display-supports-face-attributes-p): Implement a
3982 `different from default' check for non-tty displays.
3983
3984 2004-06-03 David Kastrup <dak@gnu.org>
3985
3986 * woman.el (woman-mapcan): More concise code.
3987 (woman-topic-all-completions, woman-topic-all-completions-1)
3988 (woman-topic-all-completions-merge): Replace by a simpler and
3989 much faster implementation based on O(n log n) sort/merge instead
3990 of the old O(n^2) behavior.
3991
3992 2004-06-03 Miles Bader <miles@gnu.org>
3993
3994 * subr.el (read-number): Use canonical format for default in prompt.
3995
3996 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3997 Add regexp for " [...]" style defaults.
3998
3999 2004-06-02 Romain Francoise <romain@orebokech.com>
4000
4001 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4002 groups: if the user asks for a hidden buffer, open the
4003 corresponding filter group to expose it.
4004
4005 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4006 `ibuffer-jump-to-buffer'.
4007 (ibuffer-jump-offer-only-visible-buffers): New user option.
4008
4009 2004-06-02 Juanma Barranquero <lektu@terra.es>
4010
4011 * faces.el (frame-update-faces): Add empty docstring so the one
4012 for `ignore' doesn't show through.
4013
4014 * subr.el (process-kill-without-query): Remove spurious "\n" on
4015 obsolescence string.
4016 (focus-frame, unfocus-frame): Add obsolescence declaration and
4017 empty docstring.
4018
4019 * international/mule.el (register-char-codings): Make alias for
4020 `ignore'. Move docstring to obsolescence info and remove redundancy.
4021
4022 2004-06-02 Kim F. Storm <storm@cua.dk>
4023
4024 * frame.el (blink-cursor-start): Turn cursor off initially so blink
4025 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4026
4027 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * comint.el (comint-replace-by-expanded-history-before-point):
4030 Obey `start' as the docstring says.
4031 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4032 (comint-update-fence): Prevent font-lock from running unnecessarily.
4033 (comint-dynamic-list-completions): Use with-current-buffer.
4034
4035 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4036
4037 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4038 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4039 (bibtex-entry-update): Handle alternatives and optional fields.
4040 (bibtex-parse-entry): Bugfix, handle empty key.
4041
4042 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * vc-arch.el (vc-arch-state): Don't assume the file exists.
4045
4046 2004-05-31 Lars Hansen <larsh@math.ku.dk>
4047
4048 * desktop.el (desktop-save): Don't save minor modes without a
4049 known mode initialization function.
4050
4051 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4054
4055 * autorevert.el: Update `Commentary' section.
4056
4057 2004-05-30 Juanma Barranquero <lektu@terra.es>
4058
4059 * dos-fns.el (convert-standard-filename):
4060 * files.el (convert-standard-filename):
4061 * w32-fns.el (convert-standard-filename):
4062 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4063
4064 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4065
4066 Sync with Tramp.
4067
4068 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4069 (tramp-let-maybe): Move to an earlier spot in the file.
4070 Patch by Andreas Schwab.
4071
4072 2004-05-30 Andreas Schwab <schwab@suse.de>
4073
4074 * dired.el (dired-get-filename): Don't use dired-re-dot.
4075
4076 2004-05-30 Richard M. Stallman <rms@gnu.org>
4077
4078 * files.el (find-file): Doc fix.
4079
4080 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4081
4082 2004-05-30 Nick Roberts <nickrob@gnu.org>
4083
4084 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4085 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4086 modeline of the locals buffer.
4087 (gdb-goto-breakpoint): Handle gdbmi.
4088 (gdb-get-frame-number): Change for gdbmi.
4089
4090 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
4091
4092 * files.el (file-remote-p): Apply file name handler for operation
4093 `file-remote-p'. It isn' a property any longer.
4094 (file-relative-name): `fh' and `fd' get the required value via
4095 `find-file-name-handler' already.
4096
4097 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4098 (top): Remove setting of `file-remote-p' property for
4099 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
4100
4101 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4102
4103 Version 2.0.41 of Tramp released.
4104
4105 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4106 Throw away if process has died.
4107 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4108 (tramp-out-of-band-prompt-regexp): Rename to
4109 `tramp-process-alive-regexp', because its usage is widen.
4110 (tramp-actions-copy-out-of-band): Apply it.
4111 (tramp-actions-before-shell, tramp-multi-actions):
4112 Add `tramp-action-process-alive' action.
4113 (tramp-action-process-alive): New defun.
4114 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4115 Add entry for `file-remote-p'.
4116 (tramp-handle-file-remote-p): New defun.
4117 (top): Remove setting of `file-remote-p'. Don't set
4118 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4119
4120 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4121 `file-remote-p'.
4122
4123 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4124 counted for (last) line. [They should or they shouldn't? --Stef]
4125 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4126
4127 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4128
4129 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4130 not really necessary but seems to keep the shell history smaller
4131 in some cases. It is no substitute for setting HISTFILE and
4132 HISTSIZE from tramp-open-connection-setup-interactive-shell,
4133 though. Suggested by Luc Teirlinck.
4134 (tramp-open-connection-setup-interactive-shell): Export variables
4135 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
4136 (tramp-set-process-query-on-exit-flag): New compat function.
4137 (tramp-open-connection-multi, tramp-open-connection-su)
4138 (tramp-open-connection-rsh, tramp-open-connection-telnet)
4139 (tramp-do-copy-or-rename-file-out-of-band): Use it.
4140 (tramp-let-maybe): New macro, let-binds a variable only if it
4141 isn't obsolete.
4142 (tramp-check-ls-commands, tramp-handle-expand-file-name)
4143 (tramp-handle-file-truename): Use it.
4144 (tramp-completion-file-name-regexp-unified): Avoid matching
4145 filenames starting with "/:" -- those are reserved for
4146 file-name-non-special.
4147
4148 * tramp-smb.el (tramp-smb-open-connection):
4149 Use tramp-set-process-query-on-exit-flag compat function.
4150
4151 2004-05-29 Richard M. Stallman <rms@gnu.org>
4152
4153 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4154
4155 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4156 (eval-last-sexp-print-value): Print char equivalent regardless
4157 of standard-output value.
4158
4159 * thumbs.el (thumbs-subst-char-in-string): Delete.
4160 (thumbs-thumbname): Use subst-char-in-string.
4161 (thumbs-resize-image): Use condition-case, not ignore-errors.
4162 (thumbs-kill-buffer): Likewise.
4163
4164 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
4165 (thumbs-mode): Make buffer read-only.
4166 (thumbs-make-thumb): Unconditionally accept an existing file.
4167 (thumbs-insert-thumb): Add thumb-image-file property to the image.
4168 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4169 (thumbs-show-thumbs-list): Error if images not supported.
4170 (thumbs-save-current-image): Improve prompt string.
4171 (thumbs-mode-map): Define u, R, x.
4172 (thumbs-unmark): New command.
4173 (thumbs-emboss-image): Minor cleanup.
4174 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4175 (thumbs-rename-images): New command.
4176 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4177
4178 * thumbs.el (thumbs-current-image): New function.
4179 (thumbs-file-list, thumbs-file-alist): New functions.
4180 (thumbs-find-image): Delete arg L.
4181 Don't set up thumbs-fileL as buffer-local global var.
4182 (thumbs-find-image-at-point): Use thumbs-current-image.
4183 (thumbs-set-image-at-point-to-root-window): Likewise.
4184 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4185 Record and warn about errors. Update thumbs-markedL for deletions.
4186 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4187 (thumbs-redraw-buffer): Use thumbs-file-list.
4188 (thumbs-mark): Use thumbs-current-image.
4189 (thumbs-show-name): Use thumbs-current-image.
4190
4191 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4192 and imenu--last-menubar-index-alist.
4193
4194 * subr.el (with-selected-window): Undo previous change.
4195
4196 2004-05-29 John Paul Wallington <jpw@gnu.org>
4197
4198 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4199 (thumbs-mouse-find-image): New command.
4200 (thumbs-mode-map): Bind it to mouse-2.
4201 (thumbs-mode): Make mode-class special.
4202 (thumbs-view-image-mode): Likewise.
4203
4204 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4205
4206 * flymake.el: New file.
4207
4208 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4209
4210 * files.el (find-file-noselect-1): Do not bind
4211 `inhibit-read-only' to t during execution of
4212 `find-file-not-found-functions'.
4213
4214 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4217 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4218
4219 2004-05-28 Juri Linkov <juri@jurta.org>
4220
4221 * simple.el (eval-expression-print-format): New fun.
4222
4223 * simple.el (eval-expression):
4224 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4225 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4226 (edebug-eval-expression): Print additionally the value returned by
4227 `eval-expression-print-format'.
4228
4229 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4230 (insert-pair): Make arguments optional. Find character pair
4231 from `insert-pair-alist' according to the last input event.
4232 (insert-parentheses): Make arguments optional.
4233 (raise-sexp, delete-pair): New funs.
4234
4235 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4236 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4237 Bind C-M-q to `indent-pp-sexp'.
4238
4239 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4240 `pp-to-string' modified to be able to format text with newlines.
4241 (pp-to-string): Move the buffer-formatting part of the code to
4242 `pp-buffer'. Call `pp-buffer'.
4243
4244 * info.el (Info-desktop-buffer-misc-data): Don't save information
4245 about virtual files.
4246 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4247 buffers with names obtained from the desktop file instead of the
4248 default *info* buffer.
4249
4250 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * subr.el (with-selected-window): Only save/restore the selected window.
4253
4254 * progmodes/compile.el (compilation-error-regexp-alist):
4255 Use expand-file-name and data-directory.
4256
4257 * progmodes/grep.el (grep-tree): Rework previous fix.
4258
4259 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4260 after the user marked text with the mouse.
4261
4262 * startup.el (command-line): Keep the first regexp of
4263 auto-save-file-name-transforms intact.
4264
4265 2004-05-28 Juanma Barranquero <lektu@terra.es>
4266
4267 * cus-edit.el (customize-face, customize-face-other-window)
4268 (custom-face-edit-delete): Make arguments match their use in
4269 docstring.
4270 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4271 docstring.
4272
4273 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4274 not `cvs-butlast'.
4275
4276 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4277 `nbutlast' are in subr.el).
4278
4279 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4280 (set-w32-system-coding-system): Doc fixes.
4281
4282 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4283 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4284 Make arguments match their use in docstring.
4285 (artist-draw-region-trim-line-endings)
4286 (artist-mouse-choose-operation): Fix typo in docstring.
4287 (artist-key-set-point-common): Doc fix.
4288
4289 2004-05-28 Simon Josefsson <jas@extundo.com>
4290
4291 * mail/smtpmail.el (smtpmail-open-stream):
4292 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4293
4294 2004-05-26 Simon Josefsson <jas@extundo.com>
4295
4296 * starttls.el: Merge with my GNUTLS based starttls.el.
4297 (starttls-gnutls-program, starttls-use-gnutls)
4298 (starttls-extra-arguments, starttls-process-connection-type)
4299 (starttls-connect, starttls-failure, starttls-success): New variables.
4300 (starttls-program, starttls-extra-args): Doc fix.
4301 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4302 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4303 and pass on to corresponding *-gnutls function if it is set.
4304
4305 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4306
4307 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4308 remote files.
4309
4310 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4311
4312 * files.el (file-name-non-special): There are more operations
4313 which need handling: `find-backup-file-name',
4314 `insert-file-contents', `verify-visited-file-modtime',
4315 `write-region'. Rename t value of method to `add'. Add new
4316 methods `quote' and `unquote-then-quote' to file-arg-indices.
4317
4318 2004-05-25 Juri Linkov <juri@jurta.org>
4319
4320 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4321 (Info-index-nodes): Enclose code in condition-case to catch errors.
4322 (Info-index-node): Don't search all index nodes if request is only
4323 for the current node and file is not in the cache of index nodes.
4324 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4325 for consistency with dired-copy-filename-as-kill.
4326 Bind `S' to Info-search-case-sensitively.
4327 (Info-copy-current-node-name): New arg. With zero prefix arg put
4328 the name inside a function call to `info'. Display copied text in
4329 the echo area.
4330
4331 2004-05-25 Sam Steingold <sds@gnu.org>
4332
4333 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4334 strip the package prefix from the symbol name, if any.
4335 Make it the `find-tag-default-function' for `lisp-mode'.
4336
4337 2004-05-25 John Paul Wallington <jpw@gnu.org>
4338
4339 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4340 instead of obsolete `process-kill-without-query'.
4341
4342 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4343 Declare as variable, not constant.
4344
4345 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4346
4347 * files.el (find-file-noselect-1): Fix bug introduced by
4348 Revision 1.694. As a side effect, `inhibit-read-only'
4349 is again, by default, t during execution of
4350 `find-file-not-found-functions'.
4351 (insert-directory): Check that lines were really inserted by
4352 the --dired switch, before erasing them.
4353
4354 2004-05-24 Nick Roberts <nickrob@gnu.org>
4355
4356 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4357 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4358 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4359 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4360 gud-minor-mode (gdbmi).
4361
4362 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4363
4364 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4365 explicitly select the text to be taken as URL.
4366
4367 2004-05-23 Juri Linkov <juri@jurta.org>
4368
4369 * info.el (Info-index-nodes): New var and fun.
4370 (Info-goto-index, Info-index, info-apropos)
4371 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4372 (Info-index): Fix docstring. Store and restore Info-history-list.
4373 (Info-complete-nodes): New var.
4374 (Info-complete-menu-item): Use it.
4375 (Info-index-node): New fun.
4376 (Info-final-node, Info-forward-node, Info-backward-node)
4377 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4378 Use Info-index-node.
4379 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4380 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4381 (Info-find-node-2): If a node with period in its name not found,
4382 try to find a node without the name part after period.
4383 (Info-select-node): Call Info-fontify-node only if
4384 Info-fontify-maximum-menu-size is not nil.
4385 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4386 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4387 Preserve Info-history-list.
4388 (Info-toc): Set Info-current-file.
4389 (Info-build-toc): Move point to the beginning of the buffer.
4390 Add main-file variable.
4391 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4392 Use backslashed representation of the control character ^_.
4393
4394 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4395 numbers in the new Texinfo 4.7 format.
4396
4397 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4398 regexps for function and variable names.
4399
4400 * descr-text.el (describe-property-list): Add [show] button for
4401 `syntax-table' property with action to pp to a separate buffer.
4402 (describe-char): Replace search-forward by re-search-forward with
4403 whitespace regexp after "character:" to not fail in too narrow windows.
4404
4405 * simple.el (next-error-find-buffer): Add a rule to return
4406 next-error capable buffer if one window on the selected frame
4407 displays such buffer.
4408
4409 2004-05-23 Nick Roberts <nickrob@gnu.org>
4410
4411 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4412 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4413 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4414 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4415 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4416 Handle new value for gud-minor-mode (gdbmi).
4417 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4418 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4419 Change from local to global gdb variable set.
4420 (gdb-ann3): Initialise above gdb variable set.
4421 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4422 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4423 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4424 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4425 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4426 (gdb-info-locals-handler, gdb-invalidate-assembler)
4427 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4428 set as global variables.
4429 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4430 Handle gdbmi.
4431 (gdb-info-breakpoints-custom): Fix regexp.
4432 (def-gdb-var): Delete.
4433
4434 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4435 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4436 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4437 a new mode. The file (gdb-mi.el) for this mode will be included
4438 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4439 primary interface.
4440
4441 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4442
4443 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4444 interpreted as a directory.
4445
4446 2004-05-22 Richard M. Stallman <rms@gnu.org>
4447
4448 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4449 as a close quote.
4450
4451 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4452
4453 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4454 Use assoc-string, not assoc-ignore-case.
4455
4456 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4457
4458 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4459 If moving back then fwd gets a defun that ends before point,
4460 try again moving fwd then back.
4461
4462 * files.el (file-name-non-special): Allow t in file-arg-indices
4463 to mean requote the return value. Use `identity' as an element
4464 rather than as the whole value.
4465
4466 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4467
4468 2004-05-22 Juanma Barranquero <lektu@terra.es>
4469
4470 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4471 `help-make-usage'.
4472 (help-highlight-arguments): Skip function name before searching
4473 for arguments.
4474
4475 2004-05-21 Juanma Barranquero <lektu@terra.es>
4476
4477 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4478 Don't mention in the docstring these arguments meant for
4479 internal (recursive) use only.
4480 (allout-char-spec): Comment out (it's not implemented).
4481 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4482 obsolescence declaration.
4483 (allout-flatten-exposed-to-buffer)
4484 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4485 (my-mark-marker): Doc fix.
4486 (produce-allout-mode-map, allout-sibling-index)
4487 (allout-isearch-expose, allout-distinctive-bullet)
4488 (allout-open-topic, allout-reindent-body)
4489 (allout-rebullet-heading, allout-process-exposed)
4490 (allout-insert-listified, allout-latex-verb-quote)
4491 (allout-insert-latex-header, allout-insert-latex-trailer):
4492 Make arguments match their use in docstring.
4493 (allout-primary-bullet, allout-old-style-prefixes)
4494 (allout-inhibit-protection, allout-init, allout-mode)
4495 (allout-before-change-protect, allout-flag-region):
4496 Use "Emacs" instead of "emacs" in docstrings.
4497
4498 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4499
4500 * international/characters.el: Modify syntax of more characters.
4501
4502 2004-05-21 Masatake YAMATO <jet@gyve.org>
4503
4504 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4505 (etags-tags-completion-table): Show parsing progress.
4506
4507 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4508
4509 * locate.el (locate-prompt-for-command): Shorten first line of
4510 docstring.
4511 (locate-mode): Expand docstring and include keymap summary.
4512
4513 * files.el (find-file-noselect-1): Limit the scope of the
4514 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4515 is, by default, nil during the execution of
4516 `find-file-not-found-functions' and `find-file-hook'.
4517
4518 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4519
4520 * facemenu.el (facemenu-color-name-equal): New function.
4521 (list-colors-display): Use it to compare colors instead of
4522 facemenu-color-equal.
4523
4524 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4525
4526 * compare-w.el (compare-windows-face): Use min-colors instead of
4527 checking for tty or pc types.
4528
4529 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4532 (completion-setup-function): Use with-current-buffer.
4533 Properly save excursion. Simplify.
4534 Don't assume there is necessarily a `mouse-face' property somewhere.
4535
4536 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4537
4538 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4539
4540 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4541 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4542 Use with-current-buffer.
4543 (byte-goto-log-buffer): Delete.
4544 (byte-compile-log-file): Call compilation-forget-errors.
4545
4546 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4547
4548 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4549 output messages into the search result.
4550
4551 2004-05-19 Masatake YAMATO <jet@gyve.org>
4552
4553 * wid-edit.el (widget-radio-button-notify): Revert my last
4554 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4555
4556 2004-05-19 Kenichi Handa <handa@m17n.org>
4557
4558 * international/characters.el: Fix syntax (open/close) of CJK chars.
4559
4560 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4561
4562 * help-mode.el (help-go-back): Don't depend on position of back button.
4563
4564 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4567 files files don't contain an accidental additional /.
4568
4569 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4570 in source buffer.
4571
4572 2004-05-18 Masatake YAMATO <jet@gyve.org>
4573
4574 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4575 to widget-apply. :action method assumes 2 arguments, not 3.
4576
4577 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4578
4579 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4580 New constants.
4581 (hs-special-modes-alist): Add an f90-mode entry.
4582
4583 2004-05-17 Sam Steingold <sds@gnu.org>
4584
4585 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4586 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4587
4588 2004-05-16 Kim F. Storm <storm@cua.dk>
4589
4590 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4591
4592 2004-05-15 John Wiegley <johnw@newartisans.com>
4593
4594 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4595 (eshell-output-object-to-target): Improve output speed 20% by not
4596 calling `eshell-stringify' if something is already known to be a string.
4597
4598 2004-05-15 Alex Ott <ott@jet.msk.su>
4599
4600 * textmodes/ispell.el (ispell-local-dictionary-alist):
4601 Add windows-1251 to the choice of coding systems.
4602 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4603 encoded in cp1251.
4604
4605 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4606
4607 * progmodes/compile.el (compilation-warning-face)
4608 (compilation-info-face): Use min-colors.
4609
4610 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4611
4612 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4613 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4614 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4615 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4616 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4617 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4618 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4619 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4620 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4621 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4622 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4623 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4624 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4625 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4626
4627 2004-05-15 Kim F. Storm <storm@cua.dk>
4628
4629 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4630 Use it to set triggered-p element of timer.
4631 (timer-event-handler): Set triggered-p element non-nil while running
4632 the timer function.
4633
4634 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * descr-text.el (describe-char-unicode-data)
4637 (describe-char-unicodedata-file): Re-enable the unicode code now that
4638 the licensing issues have been cleared in the unicode-4 license.
4639 (describe-text-properties-1): Remove unused `overlay' var.
4640 (describe-char): Remove unused var `buffer'.
4641
4642 2004-05-14 David Ponce <david@dponce.com>
4643
4644 * tree-widget.el: New file.
4645
4646 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4647
4648 * language/european.el ("Brazilian Portuguese"): Add support for
4649 Brazilian Portuguese.
4650
4651 2004-05-13 John Wiegley <johnw@newartisans.com>
4652
4653 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4654 `recentf-mode' if this variable has been customized to t.
4655
4656 * eshell/esh-test.el (eshell-test): Call the function
4657 `emacs-version' rather than trying to build a custom version string.
4658
4659 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * net/telnet.el (telnet-mode): Use define-derived-mode.
4662 Don't modify the global value of comint-prompt-regexp.
4663
4664 2004-05-13 John Paul Wallington <jpw@gnu.org>
4665
4666 * version.el (emacs-version): Check for `gtk' feature before
4667 `x-toolkit' feature.
4668
4669 2004-05-13 Juanma Barranquero <lektu@terra.es>
4670
4671 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4672 arguments in the docstring, they're used only in recursive calls.
4673
4674 * help-fns.el (help-arg-highlighting-function)
4675 (help-argument-name): Delete.
4676 (help-default-arg-highlight): New function.
4677 (help-do-arg-highlighting): Use it.
4678
4679 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4680
4681 * calendar/appt.el (appt-disp-window):
4682 Use `calendar-set-mode-line' for a centered mode-line.
4683
4684 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4685
4686 * calendar/appt.el (appt-disp-window): Do not split window
4687 excessively when `split-height-threshold' is low.
4688
4689 2004-05-12 Nick Roberts <nickrob@gnu.org>
4690
4691 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4692 kill-buffer-hook here and make it local.
4693 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4694
4695 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4696
4697 * progmodes/compile.el (compilation-set-window-height):
4698 Use save-excursion to protect against misplaced marker.
4699
4700 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4701
4702 * custom.el (defface): Document that type can have value gtk.
4703
4704 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4705
4706 2004-05-12 Kenichi Handa <handa@m17n.org>
4707
4708 * descr-text.el: Require quail at comile time.
4709 (describe-char): If an input method is on and it supports the
4710 character, show how to input it.
4711
4712 * international/quail.el (quail-install-decode-map): Accept a
4713 char-table whose subtype is `quail-decode-map'.
4714 (quail-store-decode-map-key, quail-gen-decode-map1)
4715 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4716 (quail-show-key): New functions.
4717
4718 2004-05-12 Juanma Barranquero <lektu@terra.es>
4719
4720 * generic.el (define-generic-mode): Remove redundant arglist info.
4721
4722 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4723 Make arguments match their use in docstring.
4724 (help-arg-highlighting-function): New variable.
4725 (help-argument-name): Mention it in the docstring.
4726 (help-do-arg-highlight): Use it. Expand regexp to accept also
4727 ARG-xxx and xxx-ARG references.
4728
4729 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4730
4731 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4732 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4733 and "mailto:addr1?to=addr2" equal.
4734
4735 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4736
4737 * man.el (Man-getpage-in-background): Use shell-file-name
4738 and shell-command-switch variables instead of hard-coded values.
4739
4740 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4741
4742 * iimage.el: New file.
4743
4744 2004-05-11 Juanma Barranquero <lektu@terra.es>
4745
4746 * custom.el (custom-initialize-default, defcustom):
4747 Fix typo in docstring.
4748
4749 * files.el (set-visited-file-name, file-expand-wildcards):
4750 Fix docstring.
4751
4752 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4755
4756 * subr.el (eventp): Be more discriminating with integers.
4757
4758 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4759
4760 * progmodes/compile.el (compile): Add universal prefix arg.
4761 (compilation-error-regexp-alist-alist): Add edg patterns.
4762
4763 2004-05-10 Sam Steingold <sds@gnu.org>
4764
4765 * textmodes/ispell.el (ispell-message):
4766 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4767
4768 2004-05-10 Dave Love <fx@gnu.org>
4769
4770 * progmodes/python.el (help-buffer): Autoload when compiling.
4771 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4772 (run-python): Prepend to any existing PYTHONPATH.
4773
4774 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4775
4776 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4777 for pending breakpoints.
4778
4779 2004-05-10 Richard M. Stallman <rms@gnu.org>
4780
4781 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4782 directly without calling any functions in Rmail.
4783 (unrmail-unprune): Function deleted.
4784
4785 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4788 C-c C-z binding.
4789
4790 2004-05-10 Kenichi Handa <handa@m17n.org>
4791
4792 * descr-text.el (describe-char): Fix previous change. Don't make
4793 a unibyte character to multibyte in the *Help* buffer.
4794
4795 2004-05-10 Miles Bader <miles@gnu.org>
4796
4797 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4798 buffer an error if the debugger process is actually running.
4799
4800 2004-05-10 Juanma Barranquero <lektu@terra.es>
4801
4802 * help-fns.el (help-argument-name): Default to italic.
4803 (help-highlight-arguments): Return always (usage . doc), even when
4804 usage is nil.
4805
4806 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4807 (define-ibuffer-filter): Add usage info.
4808 (define-ibuffer-op): Add usage info (but CL-style defaults for
4809 keyword args are not shown).
4810
4811 * subr.el (remove-overlays, read-passwd): Fix docstring.
4812 (start-process-shell-command): Fix docstring. Put usage info in a
4813 format usable by `describe-function'.
4814 (open-network-stream, open-network-stream-nowait)
4815 (open-network-stream-server): Fix docstring.
4816
4817 2004-05-09 Jason Rumney <jasonr@gnu.org>
4818
4819 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4820 Only define cp125* if windows-125* is already defined.
4821
4822 * language/korean.el (cp949): Add alias.
4823
4824 * language/chinese.el (cp936, cp950): Add aliases.
4825
4826 * language/japanese.el (cp932): Add alias.
4827
4828 * term/w32-win.el: Require code-pages.
4829
4830 * international/mule-cmds.el (set-locale-environment):
4831 On MS-Windows use ansi code-page for default coding-systems.
4832 Set up paper sizes for Windows 3 letter languages.
4833
4834 * international/code-pages.el (cp932, cp936, cp949, cp950):
4835 Add aliases. Also add cp125* if not already defined.
4836
4837 2004-05-09 Juanma Barranquero <lektu@terra.es>
4838
4839 * help-fns.el (help-highlight-arguments): Don't try to highlight
4840 missing or autoloaded arglists. Accept structured arguments, like
4841 the first ones of `do' and `flet'.
4842
4843 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4844 (cvs-get-marked): Remove redundant arglist info.
4845
4846 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4847 Don't use CL-style default args.
4848
4849 2004-05-08 Andreas Schwab <schwab@suse.de>
4850
4851 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4852
4853 * international/subst-ksc.el: Fix references to utf-translate-cjk
4854 into utf-translate-cjk-mode.
4855 * international/subst-big5.el: Likewise.
4856 * international/subst-gb2312.el: Likewise.
4857 * international/subst-jis.el: Likewise.
4858 * international/utf-16.el: Likewise.
4859 * international/utf-8.el: Likewise.
4860
4861 2004-05-08 John Wiegley <johnw@newartisans.com>
4862
4863 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4864 "virtual buffers" (off by default), which makes it possible to
4865 switch to the "virtual" buffers of recently visited files. When a
4866 buffer name search fails, and this option is on, iswitchb will
4867 look at the list of recently visited files, and permit matching
4868 against those names. When the user hits RET on a match, it will
4869 revisit that file.
4870 (iswitchb-read-buffer): Add two optional arguments, which makes
4871 isearchb.el possible.
4872 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4873 (iswitchb-next-match): Add support for virtual buffers.
4874
4875 * isearchb.el: This module extends iswitchb to provide "as you
4876 type" buffer selection.
4877
4878 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4879 Ignore the read-only property when flyspell highlighting is on.
4880 Not ignoring it leads to a series of confusing errors.
4881 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4882 but also make sure to call flyspell-incorrect-hook.
4883 (flyspell-maybe-correct-transposition): Perform transposition test
4884 by bit twiddling a string, rather than using a temp buffer.
4885 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4886 buffer. This is also the original version of the code, which
4887 could not be checked in before due to a previous lack of
4888 assignment papers. This version has seen heavy usage on my system
4889 for several years now.
4890
4891 * calendar/cal-bahai.el: New file, which adds support for the
4892 Baha'i calendar to Emacs. This calendar is based on a solar year
4893 of 19 months of 19 days, with 4 intercalary days. Each year
4894 begins on March 21, with the calendar starting in 1844.
4895
4896 * calendar/cal-menu.el, calendar/calendar.el,
4897 calendar/diary-lib.el, calendar/holidays.el: Added support for
4898 using cal-bahai.el.
4899
4900 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4901 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4902 function can be used outside of eshell buffers.
4903 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4904
4905 2004-05-08 Juanma Barranquero <lektu@terra.es>
4906
4907 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4908 word constituent so FOO-ARG is not recognized as an arg.
4909 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4910
4911 * simple.el (next-error): Fix typo in docstring.
4912 (open-line): Make argument names match their use in docstring.
4913 (split-line): Fix docstring.
4914
4915 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4916 usable by `describe-function'.
4917 (gensym, gentemp, typep, ignore-errors): Make argument names match
4918 their use in docstring.
4919
4920 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4921 argument to `help-setup-xref'.
4922
4923 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4924
4925 Version 2.0.40 of Tramp released.
4926
4927 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4928 Use symbol-function to invoke functions only known on some Emacs
4929 flavors. This avoids byte-compiler warnings. Reported by Kevin
4930 Scaldeferri <kevin@scaldeferri.com>.
4931 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4932 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4933 consistent with the other tramp-do-* functions.
4934 (tramp-do-copy-or-rename-file): Calls adjusted.
4935 (tramp-process-initial-commands): Avoid liveness check on shell --
4936 we know that it must be alive since we're opening a connection at
4937 this moment.
4938 (tramp-last-cmd): New internal variable.
4939 (tramp-process-echoes): New tunable.
4940 (tramp-send-command): Set tramp-last-cmd.
4941 (tramp-wait-for-output): Delete echo, if applicable.
4942 (tramp-read-passwd): Construct the key for the password cache in a
4943 way that works for multi methods, too.
4944 (tramp-bug): Add backup-directory-alist and
4945 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4946
4947 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4948
4949 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4950
4951 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4952 (tramp-actions-copy-out-of-band): New defcustoms.
4953 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4954 used instead of a synchronous one. Allows password entering.
4955 (tramp-action-out-of-band): New defun.
4956 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4957 Remove restriction with password from doc string.
4958 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4959 `tramp-out-of-band-prompt-regexp',
4960 `tramp-actions-copy-out-of-band', `password-cache' and
4961 `password-cache-expiry'.
4962 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4963 password caching.
4964 (tramp-touch): FILE can be a local file, too.
4965 (TODO): Remove items done.
4966 (tramp-handle-insert-directory): Properly quote file name also if
4967 not full-directory-p. Handle wildcard case. Reported by Andreas
4968 Schwab <schwab@suse.de>.
4969 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4970 new file.
4971 (tramp-handle-file-local-copy, tramp-handle-write-region):
4972 The permissions of the temporary file are set if filename exists.
4973 Reported by Ted Stern <stern@cray.com>.
4974 (tramp-backup-directory-alist)
4975 (tramp-bkup-backup-directory-info): New defcustoms.
4976 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4977 (tramp-handle-find-backup-file-name): New function.
4978 Implements Tramp's find-backup-file-name.
4979
4980 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4981 for `find-backup-file-name'.
4982
4983 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4984 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4985
4986 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4987
4988 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4989
4990 2004-05-07 Juanma Barranquero <lektu@terra.es>
4991
4992 * subr.el (lambda): Add arglist description to docstring.
4993 (declare): Fix typo in docstring.
4994 (open-network-stream): Fix docstring.
4995 (process-kill-without-query): Fix docstring and add obsolescence info.
4996 (last, butlast, nbutlast): Make arguments match their use in docstring.
4997 (insert-buffer-substring-no-properties): Likewise.
4998 (insert-buffer-substring-as-yank): Likewise.
4999 (split-string): Fix docstring.
5000
5001 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5002 Make argument names match their use in docstring.
5003
5004 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5005
5006 2004-05-06 Nick Roberts <nickrob@gnu.org>
5007
5008 * progmodes/gdb-ui.el: Improve/extend documentation strings.
5009 Fit first sentence on one line for apropos-command.
5010
5011 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 Changes largely merged in from Dave Love's code.
5014 * progmodes/python.el: Doc fixes.
5015 (python-mode-map): Add python-complete-symbol.
5016 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5017 (python-comment-indent, python-complete-symbol)
5018 (python-symbol-completions, python-partial-symbol)
5019 (python-try-complete): New.
5020 (python-indent-line): Remove optional arg. Use python-block-end-p.
5021 (python-check): Bind compilation-error-regexp-alist.
5022 (inferior-python-mode): Use rx. Move keybindings to top level.
5023 Set comint-input-filter.
5024 (python-preoutput-filter): Use rx.
5025 (python-input-filter): Re-introduce.
5026 (python-proc): Start new process if necessary.
5027 Check python-buffer non-nil.
5028 (view-return-to-alist): Defvar.
5029 (python-send-receive): New.
5030 (python-eldoc-function): Use it.
5031 (python-mode-running): Don't defvar.
5032 (python-mode): Set comment-indent-function.
5033 Maybe update hippie-expand-try-functions-list.
5034 (python-indentation-levels): Initialize differently.
5035 (python-block-end-p): New.
5036 (python-indent-line): Use it.
5037 (python-compilation-regexp-alist): Augment.
5038 (run-python): Import `emacs' module to Python rather than loading
5039 code directly. Set python-buffer differently.
5040 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
5041 Use python-proc.
5042 (python-send-command): Go to end of comint buffer.
5043 (python-load-file): Use python-proc, emacs.eimport.
5044 (python-describe-symbol): Simplify interactive form.
5045 Use emacs.help. Do use temp-buffer-show-hook.
5046 Call print-help-return-message.
5047 (hippie-exp): Require when compiling.
5048 (python-preoutput-continuation): Use rx.
5049
5050 * diff-mode.el (diff-make-unified): Fix regexp.
5051
5052 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
5053
5054 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5055 filter groups from the buffer when rebuilding the Ibuffer buffer
5056 and `ibuffer-show-empty-filter-groups' is nil.
5057
5058 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5059
5060 * ps-print.el (ps-print-quote): Call ps-value-string.
5061 (ps-setup): Call ps-comment-string.
5062 (ps-value-string, ps-comment-string): New funs.
5063
5064 2004-05-06 Juanma Barranquero <lektu@terra.es>
5065
5066 * ehelp.el (electric-help-command-loop): Check whether the last
5067 character is visible, not (point-max).
5068
5069 * help-fns.el (help-argument-name): Default to bold; don't inherit
5070 from font-lock-variable-name-face.
5071 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5072
5073 2004-05-05 Kenichi Handa <handa@m17n.org>
5074
5075 * descr-text.el (describe-char): Copy the character with text
5076 properties and overlays into the first line, and call
5077 describe-text-properties on it.
5078
5079 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
5080
5081 * iswitchb.el (iswitchb-global-map): Fix typo.
5082 Remove unwanted ###autoloads from source file.
5083
5084 2004-05-05 Lars Hansen <larsh@math.ku.dk>
5085
5086 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5087 in run-hooks. Use substitute-command-keys in message.
5088 (wdired-abort-changes): Add message.
5089
5090 2004-05-03 Michael Mauger <mmaug@yahoo.com>
5091
5092 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5093 (sql-emacs20-p): Remove.
5094 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5095 (sql-builtin-face, sql-doc-face): Remove.
5096 (sql-mode-ansi-font-lock-keywords)
5097 (sql-mode-oracle-font-lock-keywords)
5098 (sql-mode-postgres-font-lock-keywords)
5099 (sql-mode-linter-font-lock-keywords)
5100 (sql-mode-ms-font-lock-keywords)
5101 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5102 (sql-product-font-lock): Fix font-lock reset when font rules change.
5103 (sql-highlight-product): Remove incorrect font-lock reset logic.
5104
5105 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
5106
5107 * ses.el (ses-set-parameter): Fix typo.
5108
5109 2004-05-04 Kim F. Storm <storm@cua.dk>
5110
5111 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5112 Must expand directory for completion to work; and don't mess with
5113 process-environment.
5114 (ido-read-file-name): If command has ido property, don't use ido
5115 if value is ignore, or read as directory if value is dir.
5116 Set ido ignore property for dired-do-rename command.
5117
5118 2004-05-04 Juanma Barranquero <lektu@terra.es>
5119
5120 * ehelp.el (electric-help-command-loop, electric-help-undefined)
5121 (electric-help-help): Check against unmapped commands.
5122
5123 * help-fns.el (help-argument-name): New face, inheriting from
5124 font-lock-variable-name-face, to highlight function arguments in
5125 `describe-function' and `describe-key'.
5126 (help-do-arg-highlight): Auxiliary function to highlight a given
5127 list of arguments in a string.
5128 (help-highlight-arguments): Highlight the function arguments and
5129 all uses of them in the docstring.
5130 (describe-function-1): Use it. Do docstring output via `insert',
5131 not 'princ', so text attributes are preserved.
5132
5133 * winner.el (winner-mode-map): Move `winner-undo' and
5134 `winner-redo' to C-c <left> and C-c <right>, respectively (the
5135 previous bindings conflict with `prev-buffer', `next-buffer').
5136
5137 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5138
5139 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5140 (bibtex-entry-update): New command bound to C-c C-u.
5141 (bibtex-text-in-string): Fix regexp.
5142 (bibtex-assoc-of-regexp): Remove.
5143 (bibtex-progress-message): Fix docstring.
5144 (bibtex-inside-field): Use if.
5145 (bibtex-assoc-regexp): New function.
5146 (bibtex-format-entry): Make code more robust so that it formats
5147 also old entries.
5148 (bibtex-autokey-demangle-title): Merge with obsolete function
5149 bibtex-assoc-of-regexp.
5150 (bibtex-field-list): New function.
5151 (bibtex-entry): Use bibtex-field-list.
5152 (bibtex-parse-entry): Fix docstring.
5153 (bibtex-print-help-message): Use bibtex-field-list.
5154 (bibtex-make-field): Use bibtex-field-list.
5155 (bibtex-entry-index): Bugfix. Return crossref key if required.
5156 (bibtex-lessp): Fix docstring.
5157
5158 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * select.el (xselect-convert-to-string): Move comment to intended line.
5161
5162 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5163
5164 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5165 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5166
5167 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5168
5169 * term/x-win.el (x-clipboard-yank): Don't exit on error from
5170 x-get-selection.
5171
5172 2004-05-03 Jason Rumney <jasonr@gnu.org>
5173
5174 * makefile.nt: Remove.
5175
5176 2004-05-03 Kim F. Storm <storm@cua.dk>
5177
5178 * emulation/cua-base.el (cua--update-indications): Fix last change.
5179 (cua-mode): Deactivate mark when cua-mode is enabled.
5180
5181 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5184
5185 2004-05-03 Nick Roberts <nickrob@gnu.org>
5186
5187 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5188 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5189 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5190 window over visible frames.
5191 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5192
5193 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * progmodes/compile.el (compilation-gcpro): New var.
5196 (compilation-fake-loc): Use it.
5197 (compilation-forget-errors): Reset it.
5198
5199 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * diff-mode.el (diff-header-face, diff-file-header-face):
5202 Use min-colors.
5203
5204 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5205
5206 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5207 (bibtex-clean-entry): Disentangle code.
5208 (bibtex-realign): New function.
5209 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5210 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5211 Remove undocumented optional arg called-by-convert-alien.
5212 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5213 for sorting instead of bibtex-sort-buffer.
5214
5215 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5216
5217 * progmodes/compile.el (compilation-start): In the
5218 no-async-subprocesses branch, call sit-for to give redisplay a
5219 chance to show the updated process status in the mode line, and
5220 fontify the buffer explicitly after the process exits.
5221
5222 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * progmodes/python.el (python-compilation-line-number): Remove.
5225 (python-compilation-regexp-alist): Don't use it any more.
5226 (python-orig-start, python-input-filter): Remove.
5227 (inferior-python-mode): Don't set up comint-input-filter-functions.
5228 (python-send-region): Use compilation-fake-loc.
5229
5230 * progmodes/compile.el (compilation-messages-start): New var.
5231 (compilation-mode): Don't setup next-error-function here.
5232 (compilation-setup): Set it up here instead (for minor modes as well).
5233 Make compilation-messages-start buffer local.
5234 (compilation-next-error-function): Use it.
5235 (compilation-forget-errors): Set compilation-messages-start.
5236
5237 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5238
5239 * ielm.el (ielm-prompt-read-only): Update docstring.
5240
5241 * comint.el (comint-prompt-read-only): Update docstring.
5242 (comint-update-fence, comint-kill-whole-line)
5243 (comint-kill-region): New functions.
5244
5245 * simple.el (kill-whole-line): Use "p" instead of "P" in
5246 interactive form.
5247
5248 2004-05-01 Juanma Barranquero <lektu@terra.es>
5249
5250 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5251 format arglist so default values in CL-style argument lists are
5252 correctly shown.
5253
5254 2004-05-01 Jason Rumney <jasonr@gnu.org>
5255
5256 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5257
5258 2004-05-01 Kenichi Handa <handa@m17n.org>
5259
5260 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5261 quail file if it is up to date.
5262
5263 2004-04-30 Juri Linkov <juri@jurta.org>
5264
5265 * cus-edit.el (custom-mode-map):
5266 Add key binding `C-x C-s' to `Custom-save'.
5267
5268 * outline.el (outline-blank-line): New var.
5269 (outline-next-preface, outline-show-heading)
5270 (outline-end-of-subtree): Use it.
5271
5272 * dired-aux.el (dired-touch-initial): New fun.
5273 (dired-do-chxxx): Call it for op-symbol `touch'.
5274 (dired-diff): Use `dired-dwim-target-directory'
5275 if current dired buffer has no buffer mark.
5276
5277 * bindings.el (propertized-buffer-identification):
5278 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5279 Add C-M-arrow keys for consistency.
5280
5281 * files.el (confirm-kill-emacs):
5282 Change group from top-level `emacs' to `convenience'.
5283
5284 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5285 Push mark on the first call of successive command calls.
5286 (insert-pair): New fun created from `insert-parentheses' with
5287 `open' and `close' arguments added. Enclose active regions
5288 in paired characters. Compare adjacent characters syntax with
5289 inserted characters syntax before inserting a space.
5290 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5291
5292 * delsel.el: Don't put `delete-selection' property
5293 on `insert-parentheses' symbol to take advantage of
5294 region handling in `insert-pair' function.
5295 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5296
5297 2004-04-30 Kim F. Storm <storm@cua.dk>
5298
5299 * emulation/cua-base.el: Add support for changing cursor types;
5300 based on patch from Michael Mauger.
5301 (cua-normal-cursor-color, cua-read-only-cursor-color)
5302 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5303 Customization cursor type and/or cursor color.
5304 (cua--update-indications): Handle cursor type changes.
5305 (cua-mode): Update cursor indications if enabled.
5306
5307 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5308
5309 * mouse.el (mouse-drag-copy-region): New defcustom.
5310 (mouse-set-region, mouse-drag-region-1): Use it.
5311
5312 * simple.el (kill-ring-save): If region face background color is
5313 unspecified (if no highlighting), show extent of fully visible
5314 region even if transient-mark-mode is enabled.
5315
5316 * emulation/cua-base.el (cua--standard-movement-commands):
5317 Add cua-scroll-up and cua-scroll-down.
5318 (cua-scroll-up, cua-scroll-down): New commands.
5319 (cua--init-keymaps): Remap scroll-up and scroll-down.
5320
5321 * emulation/cua-rect.el (cua--convert-rectangle-as):
5322 New defmacro.
5323 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5324 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5325 New commands (suggested by Jordan Breeding).
5326
5327 2004-04-30 Juanma Barranquero <lektu@terra.es>
5328
5329 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5330
5331 2004-04-30 Mario Lang <mlang@delysid.org>
5332
5333 * diff.el (diff-switches): Fix typo in docstring.
5334
5335 2004-04-30 Alex Schroeder <alex@gnu.org>
5336
5337 * xml.el (xml-debug-print-internal): Don't add newline and
5338 indentation to text nodes and write empty elements as empty tags
5339 instead of opening and closing tags.
5340 (xml-debug-print): Take optional indent-string argument.
5341 (xml-print): Alias for xml-debug-print.
5342
5343 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5344
5345 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5346 than duplicate call to `line-beginning-position'.
5347
5348 * progmodes/f90.el (f90-get-present-comment-type):
5349 Return whitespace, as well as comment chars, for consistent filling
5350 of comment blocks. Use `match-string-no-properties'.
5351 (f90-break-line): Trim trailing whitespace when filling comments.
5352
5353 2004-04-30 Dave Love <fx@gnu.org>
5354
5355 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5356 (diary-from-outlook-internal, diary-from-outlook)
5357 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5358 New functions to import diary entries from Outlook-format
5359 appointments in mail messages.
5360
5361 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * progmodes/python.el (python-send-command): New fun.
5364 (python-send-region, python-load-file): Use it.
5365
5366 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5367
5368 * help-fns.el (help-C-file-name): Use new subr-name.
5369 Prepend `src/' to the file name.
5370 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5371 (describe-function-1, describe-variable): Only find a C source file
5372 name if DOC is already loaded.
5373
5374 * help-mode.el (help-function-def, help-variable-def):
5375 Use the new find-function-search-for-symbol functionality.
5376 Allow FILE to be `C-source'.
5377
5378 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5379 (find-function-C-source): New fun.
5380 (find-function-search-for-symbol): Use it.
5381
5382 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5383
5384 * progmodes/sql.el (sql-product-alist): Rename variable
5385 `sql-product-support'. Add Postgres login parameters.
5386 (sql-set-product, sql-product-feature): Update with renamed variable.
5387 (sql-connect-postgres): Add username prompt.
5388 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5389 Make patterns less product specific.
5390 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5391 (sql-mode-abbrev-table): Modify initialization.
5392 (sql-builtin-face): Add variable.
5393 (sql-keywords-re): Add macro.
5394 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5395 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5396 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5397 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5398 (sql-mode-linter-font-lock-keywords)
5399 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5400 (sql-mode-sybase-font-lock-keywords)
5401 (sql-mode-informix-font-lock-keywords)
5402 (sql-mode-interbase-font-lock-keywords)
5403 (sql-mode-ingres-font-lock-keywords)
5404 (sql-mode-solid-font-lock-keywords)
5405 (sql-mode-sqlite-font-lock-keywords)
5406 (sql-mode-db2-font-lock-keywords): Default to nil.
5407 (sql-product-font-lock): Always highlight ANSI keywords.
5408 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5409 (sql-send-string): Add function.
5410
5411 2004-04-29 Dave Love <fx@gnu.org>
5412
5413 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5414 (cfengine-end-of-defun): Ensure progress through buffer.
5415
5416 * info-look.el (cfengine-mode): Accept a terminal ().
5417
5418 2004-04-29 Juri Linkov <juri@jurta.org>
5419
5420 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5421 instead of isearch-yank-word-or-char. Add new key bindings for
5422 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5423 (isearch-del-char): New fun.
5424 (isearch-forward, isearch-edit-string): Update docstring.
5425 (isearch-yank-char): Doc fix.
5426 (isearch-other-meta-char): Restore point after scrolling.
5427
5428 * progmodes/compile.el (compilation-context-lines): Add nil option
5429 to disable compilation output window scrolling.
5430 (compilation-set-window): Use it.
5431
5432 * outline.el (outline-next-preface, outline-show-heading):
5433 Don't leave unhidden blank line before heading.
5434 (outline-end-of-subtree): Include last newline into subtree.
5435 (hide-entry): Leave point at beginning of heading instead of end.
5436 (outline-up-heading): Push mark for the first call of successive
5437 command calls.
5438
5439 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5440
5441 * comint.el (comint-prompt-read-only): New variable.
5442 (comint-output-filter): Implement it.
5443
5444 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5445 (ielm-prompt-internal): New variable.
5446 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5447 (ielm-send-input): Delete unused variable `buf'.
5448 (ielm-eval-input): Use `ielm-prompt-internal'.
5449 (inferior-emacs-lisp-mode): Use new variables
5450 `comint-prompt-read-only' and `ielm-prompt-internal'.
5451 Get rid of obsolete variable `directory-sep-char'.
5452 (ielm): Use `zerop'.
5453
5454 2004-04-29 John Paul Wallington <jpw@gnu.org>
5455
5456 * thumbs.el (toplevel): Require cl at compile time.
5457 Remove conditional definitions of `ignore-errors' and `caddar'
5458 because they occur at run time.
5459
5460 2004-04-28 Nick Roberts <nickrob@gnu.org>
5461
5462 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5463 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5464 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5465 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5466
5467 * progmodes/gud.el (gud-common-init): Throw an error if program is
5468 already running under gdb.
5469
5470 2004-04-28 John Paul Wallington <jpw@gnu.org>
5471
5472 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5473 (thumbs-show-image-num): Move assignment of
5474 `thumbs-current-image-filename' within scope of `i'.
5475 (thumbs-emboss-image): Don't use `evenp'.
5476
5477 2004-04-28 Richard M. Stallman <rms@gnu.org>
5478
5479 * progmodes/compile.el (compilation-context-lines): Default now 0.
5480
5481 2004-04-28 Juanma Barranquero <lektu@terra.es>
5482
5483 Use `time-less-p' from calendar/time-date.el instead of defining
5484 custom versions of it.
5485
5486 * pcomplete.el (pcomplete-time-less-p): Remove.
5487
5488 * thumbs.el (time-less-p): Remove.
5489
5490 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5491 (timeclock-generate-report): Use `time-less-p'.
5492
5493 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5494 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5495
5496 2004-04-28 Masatake YAMATO <jet@gyve.org>
5497
5498 * subr.el (remove-overlays): Make arguments optional.
5499
5500 * wid-edit.el (widget-specify-button): Put evaporate to the
5501 overlay for sample.
5502 (widget-specify-sample): Put evaporate to the overlay for sample.
5503 (widget-specify-doc): Put evaporate to the overlay for documentation.
5504
5505 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5506
5507 * info.el (info-apropos): Make it an index node. Align node names
5508 like makeinfo.
5509
5510 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5511
5512 * net/browse-url.el (browse-url-netscape-sentinel)
5513 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5514 (browse-url-epiphany-sentinel, browse-url-mosaic):
5515 Use browse-url-*-program instead of a literal program name.
5516
5517 2004-04-27 Kevin Ryde <user42@zip.com.au>
5518
5519 * eshell/em-alias.el:
5520 * eshell/em-dirs.el:
5521 * eshell/em-hist.el:
5522 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5523 features when M-x customize-group loads modules before the main
5524 eshell.el.
5525
5526 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5527
5528 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5529 either a character representation of an event or an event
5530 description list.
5531
5532 * type-break.el: Capitalise Emacs and Lisp.
5533 (type-break-good-break-interval, type-break-demo-boring-stats)
5534 (type-break-terse-messages, type-break-file-name): New defcustoms.
5535 (type-break-post-command-hook)
5536 (type-break-warning-countdown-string): Quote variable names in doc.
5537 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5538 (type-break-mode): Document type-break-good-break-interval and the
5539 "session" file. Schedule break according to the session file.
5540 Kill session file buffer on exit. Organise for save-some-buffers
5541 to always save the session file.
5542 (type-break-mode-line-message-mode, type-break-query-mode):
5543 Uppercase arguments.
5544 (type-break-file-time, type-break-file-keystroke-count, timep)
5545 (type-break-choose-file, type-break-get-previous-time)
5546 (type-break-get-previous-count): New defuns.
5547 (type-break): Avoid break querying after a completed break in the
5548 case where the query was initiated during user invocation of the
5549 break. Optional terse messages.
5550 Use type-break-good-break-interval if type-break-good-rest-interval is
5551 nil. File the break time.
5552 (type-break-schedule): New optional args for overriding the use of
5553 the current time.
5554 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5555 after a break.
5556 (type-break-check): File the keystroke count.
5557 (type-break-do-query): Prevent a second query when the break is
5558 interrupted. Optional terse message.
5559 (type-break-keystroke-reset): Record the start of a typing interval.
5560 (type-break-demo-boring): Optional terse messages. Display word
5561 per minute and keystroke counts according to
5562 type-break-demo-boring-stats.
5563
5564 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5565
5566 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5567 directories, make sure they exist under archive-tmpdir.
5568
5569 2004-04-27 Juri Linkov <juri@jurta.org>
5570
5571 * help.el (view-emacs-news): With argument, display info for the
5572 selected version by finding it among different NEWS files, and
5573 narrowing the buffer to the selected version.
5574
5575 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5576 same-window-buffer-names.
5577 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5578 non-numeric prefix argument, append the number to the buffer name
5579 for numeric prefix argument.
5580 (info-other-window): Bind same-window-regexps to nil.
5581 (Info-reference-name): Rename to Info-point-loc.
5582 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5583 and Info-find-index-name for stringy Info-point-loc.
5584 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5585 without middle `.', but with final `.' and optional line number
5586 for it. Set Info-point-loc for index nodes.
5587 (Info-index): Remove middle `.' from index entry regexp.
5588 Modify line number regexp.
5589 (Info-index-next): Decrement line number.
5590 (info-apropos): Remove middle `.' from index entry regexp.
5591 Add optional line number regexp at the end. Add matched value
5592 for line number to the result list and insert it to the buffer.
5593 Replace match-string by match-string-no-properties.
5594 Reorder result list.
5595 (Info-fontify-node): Hide index line numbers.
5596 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5597 empty matches.
5598 (Info-follow-reference): Use `str' instead of
5599 Info-following-node-name-re.
5600 (Info-toc): Use full file names. Set Info-current-node to "Top".
5601 (Info-fontify-node): Compare file names without directory name.
5602 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5603 Set second arg of Info-extract-menu-node-name for index nodes.
5604 (info-xref-visited): Use magenta3 instead of magenta4.
5605 (Info-mode): Add info-apropos to docstring.
5606
5607 * log-view.el (log-view-diff): Replace interactive code "r"
5608 by a list to allow to call it even if region is not active.
5609
5610 * paren.el (show-paren-highlight-openparen): New var.
5611 (show-paren-function): Turn on openparen highlighting when
5612 matching forward if show-paren-highlight-openparen is non-nil.
5613
5614 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5615 the constant value 1.
5616 (completions-common-part): Expand docstring.
5617
5618 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5619
5620 2004-04-27 Kim F. Storm <storm@cua.dk>
5621
5622 * image.el (insert-sliced-image): Use line-height instead of
5623 line-spacing property on newline.
5624
5625 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5626
5627 * desktop.el (desktop-buffer-misc-data-function): Rename to
5628 desktop-save-buffer and change docstring.
5629 (desktop-buffer-modes-to-save): Delete.
5630 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5631 desktop-buffer-modes-to-save.
5632 (desktop-save): Rename desktop-buffer-misc-data-function to
5633 desktop-save-buffer and allow non-function value.
5634 (desktop-missing-file-warning): Correct docstring.
5635
5636 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5637 to desktop-save-buffer.
5638
5639 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5640 desktop-save-buffer.
5641
5642 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5643
5644 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5645
5646 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5647
5648 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5649
5650 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5651
5652 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5653 (ielm): Only go to the end of the buffer when starting a new process.
5654
5655 2004-04-25 Juanma Barranquero <lektu@terra.es>
5656
5657 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5658 mode line. Bind `inhibit-read-only' to t before modifying
5659 properties of text in the buffer.
5660 (ielm): Force point to the end of buffer, even when running ielm
5661 from inside itself.
5662
5663 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5664
5665 * info.el (info-apropos): Reset Info-complete-cache.
5666
5667 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5668
5669 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5670 Also recognize severe Irix et al. messages.
5671 (compilation-normalize-filename, compile-abbreviate-directory):
5672 Delete functions.
5673 (compilation-get-file-structure): New function inherits
5674 functionality of the two preceding ones.
5675 (compilation-internal-error-properties, compilation-fake-loc):
5676 Use it so that different paths to the same file share the same
5677 markers. Also optimize finding adjacent marker slightly.
5678
5679 2004-04-25 Kim F. Storm <storm@cua.dk>
5680
5681 * image.el (insert-sliced-image): Add line-spacing t property
5682 to newlines separating image lines.
5683
5684 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5687
5688 * ielm.el (ielm-prompt-read-only): New user option.
5689 (ielm-prompt): Expand docstring to describe new behavior.
5690 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5691 mention it in the docstring.
5692
5693 2004-04-24 Andreas Schwab <schwab@suse.de>
5694
5695 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5696
5697 * diff.el (diff): Set default-directory in diff buffer.
5698
5699 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5700
5701 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5702 mail was being composed if the terminal cannot display more than
5703 one frame; instead, switch to previous frame.
5704
5705 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5706 (rmail-start-mail): Support rmail-mail-new-frame even on
5707 terminals that can display only one frame at a time.
5708
5709 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5712 (checkdoc-output-font-lock-keywords): Remove error regexp.
5713 (checkdoc-output-mode-map): Remove.
5714 (checkdoc-output-mode): Derive from compilation-mode.
5715 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5716
5717 * dired.el (dired-mode-map): Add a menu entry for wdired.
5718
5719 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5720 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5721
5722 * wdired.el: (wdired-mode-map): Move init into declaration.
5723 Fix `return' binding.
5724 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5725 Use force-mode-line-update.
5726 (wdired-get-filename): Use `unless'.
5727 (wdired-preprocess-files): Don't assume names have no \n and use / for
5728 dir separator.
5729 (wdired-normalize-filename): Use replace-regexp-in-string.
5730 (wdired-load-hooks): Remove.
5731 (wdired-mode-hooks): Rename to wdired-mode-hook.
5732
5733 * info-look.el: Add support for cfengine-mode.
5734 (info-lookup-setup-mode): Use dolist.
5735
5736 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5737
5738 * wdired.el: New file.
5739
5740 2004-04-23 Juanma Barranquero <lektu@terra.es>
5741
5742 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5743
5744 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5745 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5746 (pcomplete--help, pcomplete--here): Doc fixes.
5747
5748 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5749
5750 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5751 handles wrong-number-of-arguments in backend call.
5752
5753 * vc.el (vc-print-log): Likewise.
5754
5755 2004-04-20 Dave Love <fx@gnu.org>
5756
5757 * emacs-lisp/rx.el: Doc fixes.
5758 (rx-constituents): Add/extend many forms.
5759 (rx-check): Check form is a list.
5760 (bracket): Defvar.
5761 (rx-check-any, rx-any, rx-check-not): Modify.
5762 (rx-not): Simplify.
5763 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5764 (rx-kleene): Use rx-trans-forms.
5765 (rx-quote-for-set): Delete.
5766 (rx): Allow multiple args.
5767
5768 2004-04-23 Kenichi Handa <handa@m17n.org>
5769
5770 * international/mule-util.el (char-displayable-p): Simplify by
5771 using internal-char-font.
5772
5773 2004-04-23 Juanma Barranquero <lektu@terra.es>
5774
5775 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5776
5777 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * diff-mode.el (diff-next-error): New fun.
5780 (diff-mode): Use it.
5781
5782 * simple.el (next-error): Change arg name.
5783 Add support for the documented C-u C-x ` usage.
5784
5785 * frame.el (special-display-popup-frame, next-multiframe-window)
5786 (previous-multiframe-window): Only consider frames on same display.
5787
5788 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5789
5790 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5791 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5792
5793 2004-04-22 Kim F. Storm <storm@cua.dk>
5794
5795 * net/telnet.el (telnet): Add optional port arg.
5796
5797 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5800 Minor sanity check on the `hyperlink' slot.
5801
5802 * Makefile.in (recompile): Compile new files.
5803
5804 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5805 Add byte-recompile-directory's optional `arg'.
5806
5807 * cvs-status.el (cvs-tree-use-charset): New var.
5808 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5809 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5810 (cvs-status-cvstrees): Use it.
5811
5812 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5813 Make it a normal major mode.
5814 (checkdoc-buffer-label): Make sure the file name is meaningful.
5815 (checkdoc-output-to-error-buffer): Remove.
5816 (checkdoc-error, checkdoc-start-section): Rewrite.
5817
5818 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5819 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5820 (Info-title-4-face): Use new syntax.
5821 (info-xref-visited): Inherit from info-xref.
5822
5823 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5824
5825 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5826
5827 * simple.el (next-error-last-buffer, next-error-function):
5828 New variables for the next-error framework.
5829 (next-error-buffer-p): New function.
5830 (next-error-find-buffer): Generalize compilation-find-buffer.
5831 (next-error, previous-error, first-error, next-error-no-select)
5832 (previous-error-no-select): Move from compile.el.
5833
5834 * replace.el (occur-next-error, occur-1): Hook into the next-error
5835 framework.
5836
5837 * progmodes/compile.el (compilation-start):
5838 Set next-error-last-buffer so next-error knows where to jump.
5839 (compilation-setup): Set the buffer-local variable
5840 next-error-function to 'compilation-next-error-function.
5841 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5842 alternate way to find if a buffer is a compilation buffer, for
5843 next-error convenience.
5844 (next-error-no-select, previous-error-no-select, next-error)
5845 (previous-error, first-error): Move to simple.el.
5846 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5847 (compilation-last-buffer): Remove.
5848 (compilation-start, compilation-next-error, compilation-setup)
5849 (compilation-next-error-function, compilation-find-buffer):
5850 Remove compilation-last-buffer use.
5851
5852 2004-04-21 Juanma Barranquero <lektu@terra.es>
5853
5854 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5855 (font-lock-warning-face): Fix spacing.
5856
5857 * makefile.w32-in (WINS): Add url/ directory.
5858
5859 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5860
5861 * desktop.el (desktop-buffer-mode-handlers): New variable.
5862 Alist of major mode specific functions to restore a desktop buffer.
5863 (desktop-buffer-handlers): Make variable obsolete.
5864 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5865 Catch errors signaled in handlers. Update buffer count.
5866 Evaluate desktop-buffer-point.
5867 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5868 move to dired.el.
5869 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5870 move to info.el.
5871 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5872 move to mail/rmail.el.
5873 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5874 to mh-e/mh-e.el.
5875 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5876 On fail, print message (to message buffer) even if
5877 desktop-missing-file-warning is nil.
5878 (desktop-buffer-misc-data-function): New buffer local variable.
5879 Function returning major mode specific data.
5880 (desktop-buffer-misc-functions): Make variable obsolete.
5881 (desktop-save): Use desktop-buffer-misc-data-function.
5882 (desktop-buffer-dired-misc-data): Rename to
5883 dired-desktop-buffer-misc-data and move to dired.el.
5884 (desktop-buffer-info-misc-data): Rename to
5885 Info-desktop-buffer-misc-data and move to info.el.
5886 (desktop-read): Add message about number of buffers restored/failed.
5887
5888 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5889 Add parameters. Pause to display error only when
5890 desktop-missing-file-warning is non-nil.
5891 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5892 (dired-mode): Bind desktop-buffer-misc-data-function.
5893
5894 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5895 Add Parameters.
5896 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5897 (Info-mode): Bind desktop-buffer-misc-data-function.
5898
5899 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5900 Add Parameters.
5901
5902 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5903 Add Parameters.
5904
5905 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5906
5907 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5908 the case of letters in case-insensitive expansions when the
5909 abbrev is preceded by characters with letter syntax.
5910
5911 2004-04-21 Richard M. Stallman <rms@gnu.org>
5912
5913 * progmodes/cperl-mode.el (cperl-putback-char):
5914 Delete Emacs 18 definition.
5915
5916 * international/mule.el (ctext-post-read-conversion):
5917 Use assoc-string, not assoc-ignore-case.
5918
5919 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5920
5921 * emacs-lisp/easymenu.el (easy-menu-add):
5922 Do call x-popup-menu, but only if it's defined.
5923
5924 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5925
5926 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5927 Handle multiple args: compile like progn.
5928
5929 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5930 take all args as &rest arg.
5931
5932 * autoinsert.el (auto-insert-alist): Insert the user's name in
5933 copyright notice, rather than Free Software Foundation.
5934
5935 2004-04-21 Kenichi Handa <handa@m17n.org>
5936
5937 * descr-text.el (describe-char): Make it work on *Help* buffer.
5938
5939 2004-04-21 Kim F. Storm <storm@cua.dk>
5940
5941 * image.el (insert-image): Add optional SLICE arg.
5942 (insert-sliced-image): New defun.
5943
5944 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5945
5946 * subr.el (read-number): Check whether `default' is nil.
5947
5948 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * progmodes/compile.el (compilation-error-properties):
5951 Split into two.
5952 (compilation-internal-error-properties): New one.
5953 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5954
5955 2004-04-20 Richard M. Stallman <rms@gnu.org>
5956
5957 * window.el (split-window-save-restore-data):
5958 Don't update the data if OLD-INFO is nil.
5959
5960 * view.el (view-return-to-alist): Mark it permanent local.
5961
5962 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5963
5964 * recentf.el (recentf-save-list): Catch and warn about errors.
5965
5966 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5967 so "Buffers" won't be pure.
5968
5969 * help-mode.el (help-mode-finish): Set help-return-alist first
5970 thing, setting only the entry for the selected window.
5971
5972 * help-fns.el (describe-function-1): If many non-control non-meta
5973 keys run the command, don't list all of them.
5974
5975 2004-04-20 Juanma Barranquero <lektu@terra.es>
5976
5977 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5978 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5979
5980 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5981
5982 2004-04-20 Kenichi Handa <handa@m17n.org>
5983
5984 * international/quail.el (quail-lookup-key): New optional arg
5985 NOT-RESET-INDICES.
5986 (quail-get-translations): Call quail-lookup-key with
5987 NOT-RESET-INDICES t.
5988 (quail-completion): Likewise.
5989 (quail-lookup-map-and-concat): Likewise.
5990
5991 2004-04-20 Kenichi Handa <handa@m17n.org>
5992
5993 * international/quail.el (quail-update-translation): Don't insert
5994 such an unsupported multibyte char in a unibyte buffer.
5995
5996 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5997
5998 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5999 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6000 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6001 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6002 (gdb-frame-assembler-buffer): Improve behaviour with
6003 multiple frames.
6004 (gdb-display-buffer): Extend search to all visible frames.
6005
6006 2004-04-19 Eli Zaretskii <eliz@gnu.org>
6007
6008 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6009 characters left after base64 decoding.
6010 (rmail-decode-region): Use -dos variety of `coding', to remove any
6011 ^M characters left after qp or base64 decoding.
6012
6013 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6014
6015 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6016 messages.
6017
6018 2004-04-19 Stephen Eglen <stephen@gnu.org>
6019
6020 * add-log.el (add-change-log-entry): Update doc string to mention
6021 add-log-full-name and add-log-mailing-address.
6022
6023 2004-04-18 Juri Linkov <juri@jurta.org>
6024
6025 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6026 (Info-find-node-2): Simplify error message.
6027 (Info-insert-dir): Use Info-following-node-name.
6028 (Info-goto-node): Remove *info-history* and *info-toc*.
6029 (Info-history): Create a node of the virtual history file.
6030 (Info-toc): Create a node of the virtual toc file.
6031 (Info-insert-toc): New arg `curr-file' for reference file names.
6032 (info-apropos): Remove redundant var binding for temp-file.
6033 (Info-index, Info-index-next, Info-mode): Doc fix.
6034 (Info-goto-emacs-command-node): Don't jump to *info* from
6035 non-*info* Info buffers.
6036 (Info-fontify-node): Don't show the file name of external
6037 references if `Info-hide-note-references' is `hide'. Don't hide
6038 newlines at the end of paragraphs.
6039
6040 * international/mule-diag.el (list-input-methods):
6041 Fix args to help-xref-button.
6042
6043 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6044 to put into effect local variables from TUTORIAL files.
6045
6046 * textmodes/paragraphs.el (sentence-end) <function>: New fun
6047 with default value taken from the variable `sentence-end'.
6048 (sentence-end) <defcustom>: Set default to nil. Doc fix.
6049 Add nil const to :type.
6050 (sentence-end-without-period, sentence-end-double-space)
6051 (sentence-end-without-space): Doc fix.
6052
6053 * textmodes/paragraphs.el (forward-sentence):
6054 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6055 (fill-delete-newlines):
6056 * progmodes/cc-cmds.el (c-beginning-of-statement):
6057 Use function `sentence-end' instead of variable `sentence-end'.
6058
6059 2004-04-18 Andreas Schwab <schwab@suse.de>
6060
6061 * progmodes/compile.el (compilation-start): Set window start to
6062 point-min if compilation-scroll-output is nil.
6063
6064 2004-04-18 John Wiegley <johnw@newartisans.com>
6065
6066 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6067
6068 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
6069
6070 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6071 (gdb-info-breakpoints-custom): Revert previous change.
6072 (gdb-view-assembler): Update assembler if necessary.
6073 (gdb-frame-handler): Parse correctly for gdb-current-frame.
6074 (gdb-display-source-buffer): Update properly when both source and
6075 assembler are visible.
6076
6077 2004-04-17 John Wiegley <johnw@newartisans.com>
6078
6079 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6080 which limits the number of names shown in the minibuffer. Off by
6081 default.
6082 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
6083 up iswitchb for users with a multitude of open buffers by showing
6084 only the first and last N/2 buffers in the completion list (which
6085 is enough to aid C-s/C-r, and to know that more characters are
6086 needed to refine the completion list).
6087
6088 2004-04-17 Richard M. Stallman <rms@gnu.org>
6089
6090 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6091 (file-truename): Expand all ~ constructs directly.
6092 (insert-directory): Delete any error msg output by the
6093 `insert-directory-program'.
6094
6095 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6096 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6097 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6098 (allout-init): Use find-file-hook, not find-file-hooks.
6099 (allout-mode): Eliminate Emacs 18 support.
6100 Use write-contents-functions, not local-write-file-hooks.
6101
6102 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
6103
6104 * progmodes/compile.el (compilation-error-properties): Fix for
6105 adding messages when there are already markers for their file.
6106 (compilation-fake-loc): New function.
6107
6108 2004-04-16 Dave Love <fx@gnu.org>
6109
6110 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6111 (python-load-file): Fix python-orig-start setting.
6112
6113 * progmodes/compile.el: Doc fixes.
6114 (compilation-error-regexp-alist-alist)
6115 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6116 (compilation-assq): Wrap in eval-when-compile.
6117 (compilation-mode-font-lock-keywords): Don't use list*.
6118 (compilation-start): Avoid warning.
6119 (compilation-compat-error-properties)
6120 (compilation-directory-properties): Add keymap property.
6121 (compilation-parsing-end): Make it a marker for better compatibility.
6122
6123 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6124
6125 2004-04-16 Mark A. Hershberger <mah@everybody.org>
6126
6127 * xml.el: Doc fixes.
6128 (xml-get-children): Only looks at sub-tags and ignore strings.
6129
6130 * xml.el (xml-parse-tag): Avoid overwriting node-name.
6131
6132 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6135
6136 2004-04-16 Andre Spiegel <spiegel@gnu.org>
6137
6138 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6139
6140 * vc.el (vc-print-log): Likewise.
6141
6142 2004-04-16 Masatake YAMATO <jet@gyve.org>
6143
6144 * simple.el (completion-setup-function): Set an initial value
6145 to `element-common-end' before entering loop. Set a value
6146 to `element-common-end' at the end of loop.
6147 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6148 (completions-common-part): Rename from completion-de-emphasis.
6149 (completions-first-difference): Rename from completion-emphasis.
6150 Suggested by RMS.
6151
6152 2004-04-16 Juanma Barranquero <lektu@terra.es>
6153
6154 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6155 (bookmark-edit-annotation-mode): Add mode name.
6156
6157 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6160 for nested conflict markers.
6161 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6162
6163 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
6164
6165 * progmodes/gdb-ui.el (gdb-goto-info): New function.
6166
6167 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6168
6169 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6172 Give a backtrace if requested.
6173
6174 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6175
6176 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6177 Remove unused functions.
6178 (python-orig-start-line, python-orig-file): Remove.
6179 (python-orig-start): New var.
6180 (python-input-filter, python-compilation-line-number)
6181 (python-send-region, python-load-file): Use it.
6182
6183 * info.el (info): Always jump to *info*.
6184
6185 * subr.el (posn-set-point): New function.
6186
6187 * mouse.el (mouse-set-point): Use it.
6188
6189 * progmodes/compile.el (compile-goto-error): Use it.
6190 (compilation-button-map): New keymap.
6191 (compilation-error-properties): Use it.
6192 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6193
6194 * smerge-mode.el (smerge-popup-context-menu): Use it.
6195
6196 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6197 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6198 mouse and non-mouse case.
6199
6200 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6201 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6202
6203 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6204 Make it work for non-mouse events.
6205
6206 * pcvs-info.el (cvs-status-map): Update binding name.
6207
6208 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6209
6210 * xml.el (xml-maybe-do-ns): New function to handle namespace
6211 parsing of both attribute and element names.
6212 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6213 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6214 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6215 (xml-parse-attlist): Make it do its own namespace parsing.
6216
6217 2004-04-14 Dave Love <fx@gnu.org>
6218
6219 * progmodes/python.el (run-python): Fix use of \n.
6220 (python-load-file): Remove `try' from Python fragment.
6221 (python-describe-symbol): Fix message.
6222
6223 * comint.el: Doc fixes.
6224 (comint-last-input-start, comint-last-input-end)
6225 (comint-last-output-start): Give them values.
6226 (comint-arguments): Avoid warning.
6227 (comint-skip-prompt): Use line-end-position.
6228 (comint-backward-matching-input): Rename arg to agree with doc.
6229 (comint-extract-string): Use syntax-ppss.
6230 (comint-dynamic-simple-complete): Delete useless list construction.
6231 (comint-redirect-subvert-readonly): New.
6232 (comint-redirect-preoutput-filter): Use it.
6233
6234 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6235 Correctly handle negative arguments when calling hook functions.
6236
6237 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6238
6239 * info.el (info-apropos): Don't clobber Info-history-list.
6240
6241 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6242
6243 * progmodes/compile.el (compilation-setup):
6244 Localize overlay-arrow-position.
6245 (compilation-sentinel): Restructure code equivalently.
6246 (compilation-next-error): Find message on same line after point if
6247 not found before point.
6248 (compile-mouse-goto-error): Restore function so that compilation
6249 buffer need not be current and use compile-goto-error.
6250 (compile-goto-error): Restore function.
6251 (next-error): Set overlay-arrow-position.
6252 (compilation-forget-errors): Don't localize already local
6253 compilation-locs and remove FIXME about refontifying.
6254
6255 2004-04-14 Kim F. Storm <storm@cua.dk>
6256
6257 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6258 (command-line): New option -Q. Like -q --no-site-file, but
6259 in addition it also disables menu-bar, tool-bar, scroll-bars,
6260 tool-tips, and the blinking cursor.
6261 (command-line-1): Skip startup screen if -Q.
6262 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6263
6264 * emulation/cua-base.el (cua-read-only-cursor-color)
6265 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6266
6267 2004-04-13 Dave Love <fx@gnu.org>
6268
6269 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6270 (syntax): Don't require.
6271 (python) <defgroup>: Add :version.
6272 (python-quote-syntax): Re-written.
6273 (inferior-python-mode): Move stuff here from run-python and add
6274 some more.
6275 (python-preoutput-continuation, python-preoutput-result)
6276 (python-dotty-syntax-table): New.
6277 (python-describe-symbol): Use them.
6278 (run-python): Move stuff to inferior-python-mode. Modify code
6279 loaded into Python.
6280 (python-send-region): Use python-proc, python-send-string.
6281 (python-send-string): Send newlines too. Callers changed.
6282 (python-load-file): Re-written.
6283 (python-eldoc-function): New.
6284 (info-look): Don't require.
6285 (python-after-info-look): New. A modified version of former
6286 top-level code for use with eval-after-load.
6287 (python-maybe-jython, python-guess-indent): Use widened buffer.
6288 (python-fill-paragraph): Re-written.
6289 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6290 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6291
6292 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6295 Set compilation-error-regexp-alist earlier.
6296
6297 * progmodes/compile.el (compilation-minor-mode-map)
6298 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6299 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6300
6301 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6302
6303 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6304 corresponding to the event.
6305
6306 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6307
6308 * loadup.el: Add cygwin to system-type list, for unexec() support.
6309
6310 2004-04-12 John Paul Wallington <jpw@gnu.org>
6311
6312 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6313 (ibuffer-restore-window-config-on-quit): New variable to replace
6314 `ibuffer-delete-window-on-quit'. Update all references.
6315 (ibuffer-prev-window-config): New variable.
6316 (ibuffer-quit): Restore previous window configuration instead of
6317 deleting window.
6318 (ibuffer): Save window configuration before showing Ibuffer buffer.
6319
6320 * help.el (describe-mode): Doc fix.
6321
6322 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6325 not to treat nil as a function.
6326
6327 * vc-arch.el (vc-arch-root): Be a bit more careful.
6328 (vc-arch-register): Save the buffer if we modified it.
6329 (vc-arch-delete-rej-if-obsolete): Save excursion.
6330 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6331 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6332
6333 * net/ldap.el (ldap-search): Use list*.
6334
6335 2004-04-12 Juri Linkov <juri@jurta.org>
6336
6337 * info.el (Info-follow-reference): Allow multiline reference name.
6338
6339 2004-04-11 Dave Love <fx@gnu.org>
6340
6341 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6342
6343 * progmodes/python.el: New file.
6344
6345 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6346
6347 * vc-hooks.el (vc-arg-list): Function removed.
6348 (vc-default-workfile-unchanged-p): Use condition-case to check for
6349 backward compatibility.
6350
6351 * vc.el (vc-print-log): Use condition-case to check for backward
6352 compatibility.
6353
6354 2004-04-11 Juri Linkov <juri@jurta.org>
6355
6356 * dired.el (dired-faces): New defgroup.
6357 (dired-header, dired-mark, dired-marked, dired-flagged)
6358 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6359 New faces.
6360 (dired-header-face, dired-mark-face, dired-marked-face)
6361 (dired-flagged-face, dired-warning-face, dired-directory-face)
6362 (dired-symlink-face, dired-ignored-face): New face variables.
6363 (dired-font-lock-keywords): Use them instead of font-lock faces.
6364 Split the rule for dired marks into 3 separate rules: for marks,
6365 marked file names and flagged file names.
6366
6367 * help-mode.el (help-make-xrefs): Add a final newline to the
6368 *Help* buffer.
6369
6370 2004-04-11 John Paul Wallington <jpw@gnu.org>
6371
6372 * replace.el (occur-engine): Distinguish between one and several
6373 matches in the matches per buffer heading.
6374
6375 2004-04-11 Kim F. Storm <storm@cua.dk>
6376
6377 * ido.el (ido-confirm-unique-completion): New defcustom.
6378 (ido-complete): Use it.
6379 (ido-write-file): Set it to t unconditionally.
6380
6381 2004-04-10 Miles Bader <miles@gnu.org>
6382
6383 RCS keyword removal (only non-comment changes are enumerated here):
6384
6385 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6386 (byte-compile-insert-header): Don't use `byte-compile-version'.
6387 * forms.el (forms-version): Variable removed.
6388 (forms-mode): Don't use `forms-version'.
6389 * recentf.el (recentf-version): Variable removed.
6390 * progmodes/delphi.el (delphi-version): Variable removed.
6391 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6392
6393 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6396
6397 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6398
6399 * info.el (info-apropos): Improve menu item regexp.
6400
6401 2004-04-09 Simon Josefsson <jas@extundo.com>
6402
6403 * mail/smtpmail.el: Add comment, based on report by
6404 kdc@rcn.com (Kevin D. Clark).
6405
6406 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6409 Redo one more thing that I didn't notice Daniel had undone.
6410
6411 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6412
6413 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6414 (gdb-goto-breakpoint, gdb-display-buffer)
6415 (gdb-display-source-buffer, gdb-view-source-function)
6416 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6417 (gdb-source-info, gdb-frame-handler): Don't specify a window
6418 for display.
6419 (gdb-info-breakpoints-custom): Remove superfluous update of
6420 assembler buffer.
6421 (gdb-many-windows): Make settable outside gdb.
6422
6423 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6424
6425 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6426 Derive from fundamental-mode rather than text-mode.
6427
6428 2004-04-08 Juri Linkov <juri@jurta.org>
6429
6430 * info.el (Info-history): Doc fix.
6431 (Info-history-list): New var.
6432 (info-xref): Change magenta4 to blue, remove bold for dark and
6433 light backgrounds, change bold to underline for non-color classes.
6434 (info-xref-visited): New face.
6435 (Info-fontify-visited-nodes): New custom.
6436 (Info-hide-note-references): Add new value `hide'. Doc fix.
6437 (Info-reference-name): New var.
6438 (Info-selection-hook): New custom.
6439 (Info-edit-mode-hook): New var.
6440 (Info-find-file): New fun.
6441 (Info-find-node): Move part of code to Info-find-file.
6442 (Info-find-node-2): Add anchors to Info-history-list. Move point
6443 to the place with the reference name if name is defined.
6444 (Info-select-node): Add current node to Info-history-list.
6445 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6446 (Info-search-whitespace-regexp): New custom.
6447 (Info-search-case-fold): New var.
6448 (Info-search): Add "case-sensitively" to the prompt.
6449 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6450 (Info-search-case-sensitively, Info-search-next): New fun.
6451 (Info-up): Move point to the menu item of the current node.
6452 (Info-history): New fun. Add *info-history* to
6453 same-window-buffer-names.
6454 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6455 (Info-insert-toc): New fun.
6456 (Info-build-toc): New fun.
6457 (Info-follow-reference): Add new arg `fork'. Doc fix.
6458 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6459 with the same name prefer the reference closest to point.
6460 (Info-next-reference): Replace * by + in the *Note regexp.
6461 Add regexp for http:// and ftp://. Skip the *Note prefix.
6462 (Info-prev-reference): Replace * by + in the *Note regexp.
6463 Add regexp for http:// and ftp://. Skip the *Note prefix.
6464 (Info-follow-nearest-node): Add new arg `fork'.
6465 (Info-try-follow-nearest-node): Add new arg `fork'.
6466 Call browse-url for http:// and ftp:// references.
6467 Set Info-reference-name for index entries.
6468 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6469 Info-search-next, Info-history, Info-toc, clone-buffer.
6470 (Info-menu-update): Replace * by + in the *Note regexp.
6471 (Info-mode): Add documentation for Info-history, Info-toc,
6472 Info-search-case-sensitively, Info-search-next, clone-buffer.
6473 (Info-fontify-menu-headers): Remove fun. Move code to
6474 Info-fontify-node.
6475 (Info-fontify-node): Add docstring. Add local vars
6476 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6477 then fontify header line, titles, menu headers, http and ftp
6478 references, refill paragraphs. If not-fontified-p is t or
6479 fontify-visited-p is t then fontify cross references, menu items.
6480 Fontify menu headers. Fontify http and ftp references.
6481 Change regexp for cross references to require whitespace after *Note,
6482 add matching groups for file and node names. Remove hack for quote.
6483 Use display property for Info-hide-note-references=t. Use fifth
6484 or fourth match for help-echo. Display visited nodes in a
6485 different face. Unhide file names of external references.
6486 Unhide newlines. Display visited menu items in a different face.
6487
6488 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * progmodes/compile.el: Require CL.
6491 (compilation-mode-font-lock-keywords): Re-install the "line as
6492 function" patch.
6493
6494 * help-fns.el (help-C-source-directory): New var.
6495 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6496 (describe-function-1, describe-variable): Use them.
6497
6498 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6499 to C source files specially.
6500
6501 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6502
6503 * info.el (Info-hide-cookies-node): New function.
6504 (Info-select-node): Use it.
6505 (Info-display-images-node): Remove message with image file name.
6506
6507 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6508
6509 * progmodes/compile.el (compilation-warning-face)
6510 (compilation-info-face, compilation-skip-threshold)
6511 (compilation-skip-visited, compilation-context-lines):
6512 Declare :version when added to Emacs.
6513 (compilation-error-regexp-alist-alist): Extend caml and irix.
6514 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6515 (compilation-mode-font-lock-keywords): Temporarily undo line as
6516 function patch, which wasn't ready.
6517
6518 2004-04-07 Kenichi Handa <handa@m17n.org>
6519
6520 * international/latin1-disp.el (latin1-display-setup): Check each
6521 character is displayable or not instead of calling
6522 latin1-display-check-font.
6523
6524 2004-04-06 Kenichi Handa <handa@m17n.org>
6525
6526 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6527 New variable.
6528 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6529 instead of sera-being-called-by-w3.
6530 (ethio-fidel-to-sera-buffer): Likewise.
6531 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6532 instead of sera-being-called-by-w3.
6533 (ethio-write-file): Likewise.
6534
6535 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6536
6537 * printing.el: Doc fix.
6538
6539 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6540
6541 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6542 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6543 (gdb-setup-windows): Only use separate IO buffer if required.
6544
6545 2004-04-06 Kim F. Storm <storm@cua.dk>
6546
6547 * term.el (term-is-xemacs): Remove.
6548 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6549 (term-window-width): New function.
6550 (term-mode, term-check-size): Use it.
6551 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6552
6553 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6554
6555 * cus-edit.el (custom-add-parent-links): Change unbound variable
6556 `symbol' to `name'.
6557
6558 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6559 * info.el (info-apropos): New function.
6560 (Info-mode-menu): Add it.
6561 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6562
6563 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6564 inherited docstring.
6565
6566 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6567
6568 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6571
6572 * progmodes/compile.el (font-lock): Don't require any more.
6573 (compilation-error-properties, compilation-start, compilation-sentinel)
6574 (compilation-filter, next-error): Use with-current-buffer.
6575 (compilation-skip-to-next-location, compilation-skip-threshold)
6576 (compilation-skip-visited): Move to silence the byte-compiler.
6577 (compilation-setup): Simplify.
6578 (compilation-next-error): Use line-(beginning|end)-position.
6579 Make sure `pt' is non-nil before using compilation-loop.
6580 (compile-goto-error): Add optional event arg. Use it.
6581 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6582 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6583 Update the binding for mouse-2.
6584 (first-error): Set compilation-current-error to nil rather than bob.
6585 (compilation-parsing-end, compilation-parse-errors-function)
6586 (compilation-error-list, compilation-old-error-list):
6587 "New" compatibility variables.
6588 (compile-buffer-substring, compilation-compat-error-properties)
6589 (compilation-compat-parse-errors, compilation-forget-errors):
6590 New compatibility functions.
6591 (compilation-mode-font-lock-keywords): Use them.
6592
6593 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * autorevert.el (auto-revert-handler): If point (or a window
6596 point) is at the end of the buffer, keep it there after
6597 reverting. This allows to tail a file.
6598 Mention this in the `Commentary'.
6599
6600 * format.el (format-write-file): Add optional argument CONFIRM
6601 and make it behave like the analogous argument to `write-file'.
6602
6603 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6604
6605 * progmodes/ebnf2ps.el: Doc fix.
6606 (ebnf-version): New version number (4.2).
6607 (ebnf-syntax): Customization and docstring fix.
6608 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6609 Put autoloaded funs before first use.
6610 (ebnf-style-database): Add dtd entry.
6611 (ebnf-syntax-alist): Add dtd initialization.
6612 (ebnf-token-sequence): New fun.
6613 (ebnf-comment-table): Add new comment action character.
6614 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6615
6616 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6617 Type Definition for XML).
6618
6619 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6620 * progmodes/ebnf-bnf.el (ebnf-sequence):
6621 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6622 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6623 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6624 Code simplification: call ebnf-token-sequence.
6625
6626 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6627
6628 * calendar/timeclock.el (timeclock-relative)
6629 (timeclock-get-project-function, timeclock-get-workday-function)
6630 (timeclock-query-out, timeclock-when-to-leave)
6631 (timeclock-when-to-leave-string, timeclock-log-data)
6632 (timeclock-generate-report, timeclock-in): Doc fixes.
6633
6634 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * url/: New dir. Import the URL package from its repository.
6637
6638 2004-04-03 Andreas Schwab <schwab@suse.de>
6639
6640 * diff-mode.el (diff-mode): Fix missing quote.
6641
6642 2004-04-03 Juri Linkov <juri@jurta.org>
6643
6644 * descr-text.el (describe-property-list): Add `font-lock-face'.
6645
6646 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6647
6648 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6649
6650 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6651 Use utf-16le on little endian machines and utf-16be otherwise.
6652
6653 2004-04-02 David Kastrup <dak@gnu.org>
6654
6655 * net/browse-url.el (browse-url-generic): Use call-process
6656 instead of start-process to allow browsers that fork and detach.
6657
6658 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6659
6660 * compile.el (compilation-current-error): New var.
6661 (compilation-setup, compile-mouse-goto-error)
6662 (compile-goto-error, next-error): Use it.
6663 (compilation-skip-to-next-location): Default to t, which gives
6664 contiguous skipping like old compile (where this was redundant).
6665 (compilation-next-error): Prevent previous-* commands from moving
6666 back to message at or just before point.
6667
6668 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6669
6670 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6671 (gdb-source-info): Don't display source at startup, if required.
6672 (gdb-show-main): New option.
6673 (gdba): Update documentation.
6674 (gdb-source): Cover case of auto-display output.
6675
6676 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6677
6678 * autorevert.el: Delete obsolete autoload's and defvar's.
6679 (auto-revert-check-vc-info): New user option.
6680 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6681 (auto-revert-handler-vc): Delete.
6682 (auto-revert-handler): Treat return value `fast' of
6683 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6684
6685 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6686 return `fast'.
6687
6688 * files.el (buffer-stale-function): Doc change.
6689
6690 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6691
6692 * printing.el: New tip on Tips section.
6693 (pr-version): New version number (6.7.4).
6694 (pr-shell-file-name): Initialization fix.
6695
6696 2004-03-31 Juri Linkov <juri@jurta.org>
6697
6698 * dired.el: Add autoload for `dired-do-touch'.
6699 (dired-touch-program): New var.
6700 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6701 (dired-no-confirm): Add `touch' to docstring.
6702
6703 * dired-aux.el (dired-do-touch): New fun.
6704 (dired-do-chxxx): Add argument -t for touch operation.
6705
6706 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6707 `dired-move-to-filename-regexp'.
6708
6709 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6710
6711 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6712
6713 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6714
6715 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6716 and only if the buffer was modified.
6717
6718 2004-03-30 Kenichi Handa <handa@m17n.org>
6719
6720 * international/characters.el: Delete pairs for U+2308..U+230B.
6721
6722 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6723
6724 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6725 to detect the beginning of a level 2 or 3 annotation.
6726
6727 2004-03-29 Kenichi Handa <handa@m17n.org>
6728
6729 * international/ucs-tables.el (ucs-insert): Fix the error message.
6730
6731 2004-03-29 Kenichi Handa <handa@m17n.org>
6732
6733 * international/mule-util.el (char-displayable-p): Fix generation
6734 of XLFD file name.
6735
6736 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6737 before finding directories by `find'.
6738
6739 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * subr.el (interactive-form): Delete. Now implemented in C.
6742
6743 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6744
6745 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6746 (vc-diff-label): New fun.
6747 (vc-diff-internal): Use it.
6748
6749 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6750
6751 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6752
6753 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6754
6755 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6756 specify XML (EBNFX).
6757
6758 * progmodes/ebnf2ps.el: Doc fix.
6759 (ebnf-version): New version number (4.1).
6760 (ebnf-syntax): Adjust customization.
6761 (ebnf-style-database): Add ebnfx entry.
6762 (ebnf-syntax-alist): Add ebnfx initialization.
6763 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6764
6765 * printing.el: Doc fix.
6766 (pr-version): New version number (6.7.3).
6767 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6768 returns nil for mouse position. Reported by Drew Adams
6769 <drew.adams@oracle.com>.
6770 (pr-update-menus): Modify interactive declaration. Reported by Drew
6771 Adams <drew.adams@oracle.com>.
6772
6773 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6774
6775 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6776 (gud-gdba-marker-filter): Log the process input and output, if
6777 required. From Stefan Monnier.
6778 (gdb-debug-log, gdb-enable-debug-log): New variables.
6779 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6780
6781 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6784 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6785
6786 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6789 Call vc-find-file-hook here instead of in auto-revert-buffers.
6790 (auto-revert-buffers): Delete call to vc-find-file-hook.
6791 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6792 (global-auto-revert-mode, auto-revert-set-timer)
6793 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6794
6795 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6796
6797 * woman.el (woman-change-fonts): Rename local variable
6798 woman-font-alist to font-alist to avoid a compiler warning.
6799
6800 2004-03-27 Dave Love <fx@gnu.org>
6801
6802 * emacs-lisp/rx.el (rx): Doc fix.
6803 Fix copyright years.
6804
6805 * strokes.el (strokes-global-set-stroke-string): New function.
6806 (strokes-list-strokes): Cope with strings, not just commands.
6807 Set foreground colour of image.
6808 (strokes-global-set-stroke): Doc fix.
6809
6810 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6811
6812 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6813 Auto Revert mode.
6814 (Buffer-menu-files-only): New variable.
6815 (Buffer-menu-toggle-files-only): New function.
6816 (Buffer-menu-mode-map): Bind it to `T'.
6817 (Buffer-menu-mode): Mention `T' in docstring.
6818 Set buffer-stale-function.
6819 (list-buffers-noselect): Mark buffer non-modified and set
6820 Buffer-menu-files-only.
6821
6822 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6823
6824 * autorevert.el (auto-revert-handler): Print revert message
6825 before, rather than after, reverting.
6826 (buffer-stale-function): Move to files.el.
6827
6828 * files.el (buffer-stale-function): Move here from autorevert.el.
6829
6830 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6833
6834 * calc/calc.el (calc-mode-map): Use mapc.
6835
6836 * apropos.el (apropos-mode): Don't autoload.
6837 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6838 (apropos): Use it.
6839 (apropos-print): Add optional `text' argument.
6840 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6841 Don't assume point-min == 1.
6842
6843 * bs.el (bs-buffer-list): Use buffer-local-value.
6844 (bs--set-toggle-to-show): Use with-current-buffer.
6845
6846 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6847 New funs.
6848 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6849
6850 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6851
6852 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6853 (dabbrev--find-expansion): Use pop.
6854 (dabbrev--search): Use match-string-no-properties.
6855
6856 * dired.el (dired-mode): Use run-mode-hooks.
6857 (dired-move-to-end-of-filename): Use match-string.
6858
6859 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6860 is bound before using it.
6861 (ediff-verbose-p): Make it into a var since it's not constant.
6862
6863 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6864
6865 * faces.el (read-face-font): Don't cons up unnecessarily.
6866 (header-line, tool-bar): Share common parts.
6867
6868 * files.el (file-relative-name): Use compare-strings.
6869
6870 * finder.el (finder-mode): Follow coding convention.
6871
6872 * subr.el (read-number): New function.
6873
6874 * ses.el (ses-read-number): Move to subr.el.
6875 (ses-set-header-row): Use read-number.
6876
6877 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6878
6879 * vc-hooks.el (vc-arg-list): New function, which handles both
6880 compiled and uncompiled code.
6881 (vc-default-workfile-unchanged-p): Use it.
6882
6883 * vc.el (vc-print-log): Undo prev change, use new function
6884 vc-arg-list from vc-hooks.el.
6885
6886 2004-03-26 Masatake YAMATO <jet@gyve.org>
6887
6888 * simple.el (completion-setup-function): Emphasize the
6889 first uncommon characters in the completions; and de-emphasize
6890 the common prefix substrings.
6891 (completion-emphasis): New face.
6892 (completion-de-emphasis): New face.
6893
6894 2004-03-25 Juanma Barranquero <lektu@terra.es>
6895
6896 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6897 Comment out (it's unused and unfinished code).
6898
6899 2004-03-25 Sam Steingold <sds@gnu.org>
6900
6901 * vc.el (vc-print-log): Fix a bug in the last patch:
6902 backend-function may be a byte-compiled object, not a lambda.
6903
6904 2004-03-25 Juri Linkov <juri@jurta.org>
6905
6906 * descr-text.el (describe-property-list): Add a button
6907 for `face' property that calls `describe-face'.
6908 Suggested by luis fernandes <elf@ee.ryerson.ca>
6909
6910 * international/mule.el (keyboard-coding-system):
6911 * kmacro.el (kmacro-call-macro): Fix docstring.
6912
6913 * dired.el: Fix comments.
6914
6915 * textmodes/fill.el (fill): Fix Info link.
6916
6917 * font-lock.el (fast-lock, lazy-lock):
6918 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6919 Info node.
6920
6921 * eshell/eshell.el (eshell): Fix broken info-link.
6922
6923 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6924 * eshell/em-banner.el (eshell-banner):
6925 * eshell/em-smart.el (eshell-smart):
6926 * eshell/esh-cmd.el (eshell-cmd):
6927 Comment out broken info-links to incomplete Info manual.
6928
6929 * info-xref.el: Fix commentary.
6930
6931 2004-03-25 Kevin Ryde <user42@zip.com.au>
6932
6933 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6934 Remove spurious node duplicate suppression, doesn't work, not wanted.
6935 (info-xref-output): Take format style args, add "sit-for 0" to let
6936 user see the results as they progress.
6937 (info-xref-check-all-custom): New function.
6938
6939 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6940
6941 * gdb-ui.el: Moved to progmodes.
6942
6943 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6946
6947 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6948
6949 * calendar/appt.el (appt-check): Remove superfluous progn.
6950 When finished with diary buffer: if it was not being displayed
6951 before, kill it; otherwise restore its original state.
6952 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6953
6954 * calendar/calendar.el (calendar-set-mode-line): Use total
6955 available mode-line width, rather than frame-width.
6956
6957 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6958 after mode change so effect not lost.
6959
6960 2004-03-23 Dave Love <fx@gnu.org>
6961
6962 * dired.el (dired) <defgroup>: Add link to manual.
6963 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6964 (dired-revert): Use dolist.
6965 (dired-mode-map): Add U binding.
6966 (dired-mode): Add font-lock-beginning-of-syntax-function.
6967 (dired-garbage-files-regexp): Make it a defcustom.
6968
6969 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6972 is equivalent to nil.
6973 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6974 (vc-arch-mode-line-string): Accept `added' state.
6975 (vc-arch-state): Use inode-sigs if available.
6976 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6977 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6978 (vc-arch-tagline-re): New var.
6979 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6980 New functions.
6981 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6982 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6983
6984 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6985 (vc-file-not-found-hook): Use it.
6986
6987 * diff-mode.el (diff-default-read-only): Change default.
6988 (diff-mode-hook): Make it a defcustom. Add some options.
6989 (diff-mode-map): Bind diff-refine-hook.
6990 (diff-yank-handler): New var.
6991 (diff-yank-function): New fun.
6992 (diff-font-lock-keywords): Use them.
6993 (diff-end-of-file): Handle case where file-header looks like diff text.
6994 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6995 (diff-file-kill): Delete a subsequent empty line, if applicable.
6996 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6997 (diff-find-file-name): Use it.
6998 (diff-tell-file-name): New command.
6999 (diff-mode): Be careful with view-mode.
7000 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7001 New functions, for use in diff-mode-hook.
7002 (diff-find-source-location): Catch "regex too large" errors.
7003 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7004 (diff-refine-hunk): New command.
7005
7006 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7007 (smerge-context-menu-map): Remove unused var.
7008 (smerge-keep-all): Preserve markers.
7009 (smerge-keep-n): New fun.
7010 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7011 (smerge-keep-current, smerge-ediff): Use it.
7012 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
7013 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7014 (smerge-resolve): Resolve trivial 3-part conflicts.
7015
7016 2004-03-23 Juri Linkov <juri@jurta.org>
7017
7018 * man.el (Man-width): New var.
7019 (Man-getpage-in-background): Use it.
7020 (Man-support-local-filenames): New var and fun.
7021 (Man-build-man-command): Don't add a second %s.
7022 (Man-fontify-manpage): Clean up message.
7023 (Man-mode): Set outline-regexp, outline-level,
7024 imenu-generic-expression.
7025
7026 * woman.el (woman-fill-frame): Doc fix.
7027 (woman-decode-region): Use window-width instead of frame-width.
7028
7029 * abbrevlist.el (list-one-abbrev-table):
7030 * descr-text.el (describe-char):
7031 * international/mule-diag.el (describe-current-coding-system):
7032 * international/quail.el (quail-insert-decode-map):
7033 Use window-width instead of frame-width.
7034
7035 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7036 (jka-compr-mode-alist-additions): Add tbz.
7037 (jka-compr-write-region, jka-compr-insert-file-contents):
7038 Add message for undefined compress-program.
7039 (jka-compr-write-region): Remove redundant var bindings.
7040
7041 * dired-x.el (dired-guess-shell-alist-default): Add choices for
7042 extracting files into subdirectory. Add tbz and dz. Fix regexps.
7043 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7044 (dired-man): Use dired-guess-shell-command.
7045 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7046 Change default nil to t.
7047
7048 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7049 (dired-compare-directories): Add default value for empty input.
7050
7051 * help-at-pt.el: Move suggestions for key bindings to Commentary.
7052
7053 * time.el (display-time-string-forms): Fix help-echo date format.
7054
7055 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7058 (buffer-stale-function): New variable.
7059 (auto-revert-list-diff, auto-revert-dired-file-list)
7060 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7061 (auto-revert-handler): Take over some functionality of deleted
7062 functions.
7063 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7064
7065 * dired.el (dired-directory-changed-p): New fun, extracted from
7066 dired-internal-noselect.
7067 (dired-buffer-stale-p): New fun.
7068 (dired-internal-noselect): Use dired-directory-changed-p.
7069 Eliminate revert messages.
7070 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7071
7072 2004-03-23 Kenichi Handa <handa@m17n.org>
7073
7074 * international/characters.el: Setup syntaxes for more parentheses
7075 Unicode characters.
7076
7077 * international/mule-cmds.el (select-safe-coding-system):
7078 Merge coding-system and auto-cs before comparing them.
7079
7080 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7083
7084 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7085 normal-auto-fill-function and comment-indent-function.
7086 The default values now work just as well.
7087 Don't set font-lock-beginning-of-syntax-function since we already set
7088 syntax-begin-function.
7089 (lisp-outline-level): Put ;;;###autoload at same level as (.
7090 (prin1-char): Quote special chars.
7091
7092 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7093 than with-no-warnings.
7094
7095 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7096 if the source location can't be found.
7097 (edebug-compute-previous-result): Use prin1-char.
7098
7099 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7100 (debug-ignored-errors): Add an entry.
7101
7102 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7103 (byte-compile-file): Output warning when deleting a file.
7104
7105 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7106 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7107
7108 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7109 (byte-compile-inline-expand): Use backquote.
7110 (byte-optimize-pure-func): Rename from byte-optimize-concat.
7111 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7112
7113 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7114
7115 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7116
7117 2004-03-22 Juri Linkov <juri@jurta.org>
7118
7119 * finder.el (finder-known-keywords): Fix data, tex, unix.
7120
7121 * play/landmark.el: Fix keywords.
7122
7123 * language/ethio-util.el (ethio-find-file): Doc fix.
7124
7125 * emacs-lisp/warnings.el: Doc fix.
7126
7127 * textmodes/ispell.el (ispell-help): Doc fix.
7128
7129 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * format.el (format-insert-file): Always return a list of two
7132 elements, like insert-file-contents does.
7133
7134 2004-03-21 Andre Spiegel <spiegel@gnu.org>
7135
7136 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7137 and vc-BACKEND-diff.
7138 (vc-print-log): If the print-log implementation supports it, use
7139 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7140 (vc-version-diff, vc-diff-internal): Doc fixes.
7141
7142 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7143 implementation supports it, let diff output go to *vc*,
7144 not *vc-diff*, since this is an internal call.
7145
7146 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7147
7148 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7149
7150 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7151
7152 2004-03-21 Dave Love <fx@gnu.org>
7153
7154 * progmodes/cfengine.el (cfengine-mode):
7155 Set parse-sexp-ignore-comments.
7156
7157 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7158
7159 2004-03-21 Juanma Barranquero <lektu@terra.es>
7160
7161 * allout.el (allout-mode): Fix docstring.
7162
7163 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * files.el (insert-directory): Fix bug if SWITCHES is a list.
7166
7167 * autorevert.el (auto-revert-interval): Make new value take
7168 effect immediately when set through Custom.
7169 (auto-revert-set-timer): Add interactive declaration.
7170
7171 2004-03-19 David Ponce <david@dponce.com>
7172
7173 * ruler-mode.el (ruler-mode-header-line-format-old):
7174 Don't `make-variable-buffer-local'.
7175 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7176 (ruler-mode-header-line-format): Simply funcall the above.
7177 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7178 to save/restore a previous header line format.
7179 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7180 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7181 fringes and margins width.
7182 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7183
7184 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * log-edit.el (log-edit-font-lock-keywords): Typo.
7187
7188 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7189 (tex-send-tex-command): Rather than here.
7190 (tex-compilation-parse-errors): Simplify.
7191
7192 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7193
7194 * time.el (display-time-string-forms): Add help-echo with date on time.
7195
7196 * composite.el (compose-region): Use restore-buffer-modified-p.
7197
7198 * disp-table.el (standard-display-8bit): Simplify.
7199
7200 * server.el (server-process-filter): Delete temp frame.
7201
7202 * add-log.el (add-change-log-entry): Simplify.
7203
7204 2004-03-19 Kim F. Storm <storm@cua.dk>
7205
7206 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7207 (hexl-follow-line): Don't require 'fringe.
7208
7209 * progmodes/compile.el (compilation-start): Always set
7210 compilation-last-buffer and return it.
7211
7212 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * simple.el (clone-buffer): Doc fix.
7215
7216 2004-03-18 Juanma Barranquero <lektu@terra.es>
7217
7218 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7219
7220 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * log-edit.el (log-edit-font-lock-keywords): New var.
7223 (log-edit-mode): Use it.
7224
7225 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7226
7227 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7228 properly for watching in speedbar.
7229
7230 2004-03-17 Masatake YAMATO <jet@gyve.org>
7231
7232 * smerge-mode.el (smerge-popup-context-menu):
7233 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7234
7235 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7238 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7239 Take sealed revisions into account.
7240 (vc-arch-checkin): Extract a summary line from the message.
7241
7242 2004-03-16 Masatake YAMATO <jet@gyve.org>
7243
7244 * register.el (register): Provide `register' feature.
7245
7246 2004-03-15 Masatake YAMATO <jet@gyve.org>
7247
7248 Added context menu support in smerge mode.
7249 Most of the part is written by Stefan Monnier.
7250
7251 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7252 New keymap and menu.
7253 (smerge-text-properties): New function.
7254 (smerge-remove-props): New function.
7255 (smerge-popup-context-menu): New function.
7256 (smerge-resolve): Call `smerge-remove-props'.
7257 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7258 (smerge-keep-current): Ditto.
7259 (smerge-kill-current): New function.
7260 (smerge-match-conflict): Put text properties.
7261 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7262
7263 2004-03-15 David Ponce <david@dponce.com>
7264
7265 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7266 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7267 (ruler-mode-right-scroll-bar-cols): Remove.
7268 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7269 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7270 Use fringe-columns and scroll-bar-columns.
7271
7272 2004-03-15 Masatake YAMATO <jet@gyve.org>
7273
7274 * hl-line.el (hl-line-range-function): New variable.
7275 (hl-line-move): New function.
7276 (global-hl-line-highlight): Use `hl-line-move'.
7277 (hl-line-highlight): Ditto.
7278
7279 * scroll-bar.el (scroll-bar-columns):
7280 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7281
7282 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7283 (ruler-mode-left-fringe-cols)
7284 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7285 (ruler-mode-right-scroll-bar-cols)
7286 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7287 (ruler-mode-ruler-function): New variable.
7288 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7289 if the value for `ruler-mode-ruler-function'is given.
7290
7291 * hexl.el (hexl-mode-hook): Make the hook customizable.
7292 (hexl-address-area, hexl-ascii-area): New customize variables.
7293 (hexlify-buffer): Put font-lock-faces on the address area and
7294 the ascii area.
7295 (hexl-activate-ruler): New function.
7296 (hexl-follow-line): New function.
7297 (hexl-highlight-line-range): New function.
7298 (hexl-mode-ruler): New function.
7299
7300 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7303 (vc-default-find-file-hook): New fun.
7304 (vc-find-file-hook): Call new find-file-hook operation.
7305
7306 * vc-arch.el: New file.
7307
7308 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7309
7310 * info-look.el (info-lookup): Reuse an existing Info window.
7311
7312 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7313
7314 * woman.el (woman-preserve-ascii): Default value changed to t and
7315 doc string revised.
7316
7317 2004-03-12 Richard M. Stallman <rms@gnu.org>
7318
7319 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7320 Fix minor bug.
7321
7322 * replace.el (occur-engine): Change message for count of matches.
7323
7324 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7325 For strings, do compare text properties.
7326
7327 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7328
7329 * progmodes/compile.el (compile-auto-highlight)
7330 (compilation-error-list, compilation-old-error-list)
7331 (compilation-parse-errors-function, compilation-parsing-end)
7332 (compilation-error-message, compilation-directory-stack)
7333 (compilation-enter-directory-regexp-alist)
7334 (compilation-leave-directory-regexp-alist)
7335 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7336 (compilation-current-file, compilation-regexps): Remove vars.
7337
7338 (compile-error-at-point, compilation-error-filedata)
7339 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7340 (compilation-next-error-locus, compilation-forget-errors)
7341 (count-regexp-groupings, compilation-parse-errors)
7342 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7343
7344 (compile-internal): Make obsolete.
7345
7346 (compilation-first-column, compilation-error)
7347 (compilation-directory-matcher, compilation-page-delimiter)
7348 (compilation-mode-font-lock-keywords, compilation-debug)
7349 (compilation-error-face, compilation-warning-face)
7350 (compilation-info-face, compilation-line-face)
7351 (compilation-column-face, compilation-enter-directory-face)
7352 (compilation-leave-directory-face, compilation-skip-threshold)
7353 (compilation-skip-visited, compilation-context-lines): New vars.
7354
7355 (compilation-warning-face, compilation-info-face)
7356 (compilation-message-face): New faces.
7357
7358 (compilation-error-regexp-alist-alist): New constant.
7359
7360 (compilation-face, compilation-directory-properties)
7361 (compilation-assq, compilation-error-properties, compilation-start)
7362 (define-compilation-mode, compilation-loop)
7363 (compilation-set-window): New functions.
7364
7365 (compile): Additional argument for interactive compiles like TeX.
7366
7367 * progmodes/grep.el (kill-grep): Move here from compile.el
7368 (grep-error, grep-hit-face, grep-error-face)
7369 (grep-mode-font-lock-keywords): New variables.
7370 (grep-regexp-alist): Simplify regexp and add `binary' case.
7371 (grep-mode): New mode.
7372 (grep-process-setup): Simplify.
7373
7374 2004-03-11 Jason Rumney <jasonr@gnu.org>
7375
7376 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7377 letters on DOS/Windows.
7378
7379 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * server.el (server-name): New var.
7382 (server-socket-dir): New var to replace server-socket-name.
7383 (server-start): Use them.
7384
7385 2004-03-11 Simon Josefsson <jas@extundo.com>
7386
7387 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7388 died to avoid infloop. Reported by Jonathan Glauner
7389 <jglauner@sbum.org>.
7390
7391 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7394 (smerge-mode-menu): Use it to deactivate menu entries.
7395 (smerge-keep-current): New fun.
7396 (smerge-keep-current): Use it.
7397
7398 2004-03-10 John Paul Wallington <jpw@gnu.org>
7399
7400 * foldout.el (foldout-fold-list, foldout-modeline-string):
7401 Declare them as variables, not constants.
7402
7403 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7404
7405 * ps-print.el: Modification to print *Messages* buffer.
7406 (ps-print-version): New version 6.6.4.
7407 (ps-message-log-max): New fun.
7408 (ps-spool-without-faces, ps-spool-with-faces)
7409 (ps-count-lines-preprint): Code fix.
7410
7411 * printing.el: New tips in Tips section.
7412
7413 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7414
7415 * delim-col.el: Doc fix.
7416
7417 * printing.el: Doc fix. New doc section (Tips).
7418
7419 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * type-break.el (type-break-emacs-variant): Remove.
7422 (type-break-run-at-time, type-break-cancel-function-timers):
7423 Use fboundp rather than version name and number.
7424
7425 2004-03-09 Masatake YAMATO <jet@gyve.org>
7426
7427 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7428 `make-variable-buffer-local'.
7429
7430 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7431
7432 * find-dired.el (find-dired): Call `shell-command' instead of
7433 `start-process-shell-command'. By this, Tramp takes over
7434 handling of remote directories.
7435
7436 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * newcomment.el (comment-use-global-state): New var.
7439 (comment-search-forward): Use it.
7440
7441 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7442
7443 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7444
7445 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7446 (enable-kinsoku): Make it a defcustom.
7447 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7448 paragraph to same-comment-start-marker.
7449
7450 2004-03-07 Dave Love <fx@gnu.org>
7451
7452 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7453 (browse-url-mail): Use it.
7454
7455 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7456 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7457
7458 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7459
7460 * woman.el (woman-man.conf-path): Doc fix.
7461 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7462
7463 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7464
7465 * sort.el (sort-columns): Remove ms-dos from the list of systems
7466 where the external `sort' command is not used.
7467
7468 2004-03-07 Kim F. Storm <storm@cua.dk>
7469
7470 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7471 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7472 from overlay-arrow-variable-list.
7473 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7474
7475 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7476
7477 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7478 overlay arrow string properly for the assembler buffer.
7479
7480 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * mail/sendmail.el (mail-mode): Fix last change.
7483
7484 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7485
7486 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7487 for the assembler buffer.
7488 (gdb-assembler-custom): Position the overlay arrow.
7489 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7490
7491 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7494
7495 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7496 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7497
7498 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7499
7500 * newcomment.el (uncomment-region): Allow non-terminated comment.
7501 (comment-normalize-vars): Check the user-specified comstart marker.
7502
7503 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7504
7505 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7506 Otherwise, do use it if the region only contains font-lock text
7507 properties.
7508
7509 2004-03-04 Masatake YAMATO <jet@gyve.org>
7510
7511 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7512 as the callback function for eldoc.
7513 (hexl-print-current-point-info): New function.
7514 (hexl-current-address): Print the address in both decimal
7515 and hexadecimal format.
7516
7517 2004-03-04 Richard M. Stallman <rms@gnu.org>
7518
7519 * mail/rmail.el (rmail-convert-to-babyl-format):
7520 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7521
7522 * mail/mail-utils.el (mail-unquote-printable-region):
7523 New arg UNIBYTE.
7524
7525 * startup.el (command-switch-alist): Doc fix.
7526
7527 * simple.el (undo): Temporarily set this-command to `undo-start',
7528 then set it to `undo' once undo-start returns without error.
7529
7530 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7531
7532 * simple.el (kill-line): Don't disregard trailing whitespace
7533 in eol condition, if show-trailing-whitespace is set.
7534
7535 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7536 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7537 When disabling, restore old values only if mouse-sel-has-been-enabled.
7538
7539 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7540 (isearch-{-char): New function.
7541 (isearch-mode-map): Bind { to isearch-{-char.
7542
7543 * font-lock.el (lisp-font-lock-keywords-2):
7544 Turn off the CL with-... and do-... general patterns.
7545 Instead, recognize several specific with... and do... constructs.
7546
7547 * files.el (switch-to-buffer-other-window):
7548 Bind same-window-buffer-names and same-window-regexps to nil.
7549 (switch-to-buffer-other-frame): Likewise.
7550
7551 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7554 recognizing leading comment on code line.
7555
7556 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7559 hidden files/directories.
7560
7561 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7564 only comment-start (in case the mode hasn't set it).
7565
7566 * Makefile.in (AUTOGENEL): New var.
7567 (bootstrap-prepare): Rename from bootstrap-clean.
7568 Don't remove elc files.
7569 (maintainer-clean): New target.
7570
7571 * xml.el (xml-get-attribute-or-nil): Simplify.
7572
7573 2004-03-02 Juri Linkov <juri@jurta.org>
7574
7575 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7576 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7577 URL to prevent their substitution with the environment variable
7578 values by browsers.
7579
7580 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7581
7582 * ps-print.el: Doc fix.
7583 (ps-print-version): New version number (6.6.3).
7584 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7585 Docstring fix.
7586 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7587 before printing.
7588 (ps-time-stamp-yyyy-mm-dd): New fun.
7589 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7590
7591 2004-03-02 Kim F. Storm <storm@cua.dk>
7592
7593 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7594
7595 2004-03-01 Juanma Barranquero <lektu@terra.es>
7596
7597 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7598
7599 * desktop.el (desktop-file-version)
7600 (desktop-after-read-hook): Fix typos.
7601 (desktop-clear-preserve-buffers): Remove redundant info in
7602 docstring already shown by the obsolescence message.
7603 (desktop-truncate, desktop-internal-v2s)
7604 (desktop-value-to-string): Change argument name to match docstring.
7605
7606 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7607
7608 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7609 docstring.
7610
7611 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7612
7613 * printing.el: Replace "As Is..." in PostScript file print/preview by
7614 "No Preprocessing...". Suggested by Colin Marquardt
7615 <_marquardt_@zmd.de>.
7616 (pr-insert-section-4): Adjust buffer interface.
7617
7618 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7619
7620 Version 2.0.39 of Tramp released.
7621
7622 * net/tramp.el (tramp-handle-file-local-copy)
7623 (tramp-handle-write-region, tramp-open-connection-rsh):
7624 Variable name typo. Small change. From Patrick Tullmann
7625 <tullmann@flux.utah.edu>.
7626 (tramp-process-connection-type): New variable.
7627 (tramp-maybe-open-connection): Use it.
7628 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7629 (tramp-touch): Set last-modified time of a remote file.
7630 (tramp-handle-write-region): Say which function is used when encoding.
7631
7632 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7633
7634 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7635 case of non-existing filename, too. Reported by Christoph Bauer
7636 <c_bauer@informatik.uni-kl.de>.
7637 (tramp-smb-get-file-entries): The directory in question should
7638 have permissions "drwxrwxrwx". Just virtual, because we don't
7639 know the real permissions. Don't we know?
7640 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7641 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7642 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7643 output. If it was received chunkwise, there have been problems.
7644 Remove the "prompt not found" error message; it is obvious.
7645 Simplify algorithm.
7646 (tramp-smb-process-running): Remove. Since we acknowledge the
7647 virtual prompt for shares, there's no need for distinction of
7648 reading shares (process ends afterwards) and interactive mode of
7649 smblient.
7650 (tramp-smb-open-connection): Setting process sentinel removed.
7651 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7652 "NT_STATUS_NETWORK_ACCESS_DENIED".
7653 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7654 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7655 (top-level): Setting default value in `tramp-default-method-alist'
7656 corrected. Order of USER and HOST have been wrong.
7657 Nobody complained for months ...
7658 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7659 (tramp-smb-open-connection): Clear password cache if login has failed.
7660
7661 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7662 `tramp-unified-filenames'.
7663 (tramp-completion-mode): Make test for XEmacs explicitely.
7664 `event-to-character' can exists in Emacs packages too.
7665 Reported by Matt Swift <swift@alum.mit.edu>.
7666 (tramp-buffer-name): Buffer name must contain the user if exists.
7667 Reported by Adrian Phillips <a.phillips@met.no>.
7668 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7669 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7670 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7671 `tramp-do-copy-or-rename-file-one-local', because it handles also
7672 the case both files use the same out-of-band method.
7673 Implementation added.
7674 (tramp-handle-file-local-copy, tramp-handle-write-region):
7675 Out-of-band handling removed. `copy-file' called instead, which
7676 calls `tramp-do-copy-or-rename-file-out-of-band'.
7677 (tramp-action-password): Check for out-of-band method removed.
7678 This function is used for 'login-program.
7679 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7680 appropriate.
7681 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7682 and `tramp-parse-sknownhosts'.
7683 (tramp-completion-function-alist): It's a defvar now, because we
7684 want to apply the optimized `tramp-set-completion-function'
7685 instead of a static list.
7686 (tramp-set-completion-function): Implementation tuned.
7687 Avoid double entries, and entries where the function or the
7688 file/directory doesn't exist.
7689 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7690 for SSH2.
7691 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7692 (tramp-handle-dired-compress-file): New function.
7693 (tramp-async-proc): New variable.
7694 (tramp-handle-shell-command): Adding asynchronous processes.
7695 They are far from being perfect, but it works at least for
7696 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7697 (top-level): Require password.el if visible. Should be mandatory
7698 once No Gnus has found its way into (X)Emacs.
7699 (tramp-read-passwd): Invoke `password-read' if available,
7700 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7701 fallback any longer.
7702 (tramp-clear-passwd): New function.
7703 (tramp-process-actions, tramp-process-multi-actions):
7704 Clear password cache if login has failed.
7705
7706 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7707 its own module.
7708 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7709 `ange-ftp-ftp-name-res'. There could be incorrect values from
7710 previous calls in case the "ftp" method is used in the Tramp file
7711 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7712
7713 2004-02-28 Richard M. Stallman <rms@gnu.org>
7714
7715 * term.el (term-mouse-paste): Call mouse-set-point.
7716
7717 * thumbs.el: New file.
7718
7719 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7720
7721 * progmodes/ebnf-abn.el: Doc fix.
7722
7723 * progmodes/ebnf-bnf.el: Doc fix.
7724 (ebnf-repeat): Code fix.
7725
7726 * progmodes/ebnf2ps.el: Doc fix.
7727 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7728
7729 2004-02-28 Juri Linkov <juri@jurta.org>
7730
7731 * ffap.el (dired-at-point): Additional writability test for
7732 relative directory names.
7733 (dired-at-point-prompter): Treat directories as a directory, get
7734 the directory component from files.
7735 (ffap-string-at-point): Return string from region if region is active.
7736 (ffap-file-at-point): Remove redundant code.
7737
7738 2004-02-28 Kim F. Storm <storm@cua.dk>
7739
7740 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7741 Initialize margin area images to nil.
7742 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7743 (breakpoint-enabled-bitmap-face)
7744 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7745 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7746 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7747 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7748 (gdb-reset): Use gdb-remove-breakpoint-icons.
7749 (gdb-put-string): Add dprop arg to specify alternative display
7750 property (for setting fringe bitmap).
7751 (gdb-remove-strings): Doc fix.
7752 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7753 icon in fringe (if available), or else as icon or text in display
7754 margin. Creates necessary icons in breakpoint-bitmap,
7755 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7756 Also make left window margin if required.
7757 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7758 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7759 no longer needed.
7760 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7761 gdb-put-breakpoint-icon.
7762 (gdb-assembler-mode): Don't set left-margin-width here.
7763
7764 2004-02-27 Kevin Ryde <user42@zip.com.au>
7765
7766 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7767 comma, so that it DTRT in macros.
7768
7769 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7770
7771 * progmodes/sh-script.el (sh-shell-arg)
7772 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7773 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7774
7775 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7776
7777 * faces.el (face-spec-set-match-display): Add a new attribute,
7778 `min-colors'.
7779 (region, highlight, secondary-selection): Use `min-colors'.
7780
7781 * custom.el (defface): Add documentation for `min-colors'.
7782
7783 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7784 (font-lock-keyword-face, font-lock-function-name-face)
7785 (font-lock-variable-name-face, font-lock-constant-face):
7786 Use `min-colors'.
7787
7788 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7789
7790 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7791
7792 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7793 define assq-delete-all if it's not defined.
7794 (ebnf-generate-region): Code fix.
7795
7796 * printing.el: Doc fix.
7797 (pr-version): New version number (6.7.2).
7798 (pr-command): Return empty string if command is an empty string.
7799
7800 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7801
7802 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7803
7804 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7805 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7806 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7807 "tt" ["test"] ). Reported by Markus Dreyer
7808 <mdreyer@ix.urz.uni-heidelberg.de>.
7809 (ebnf-version): New version number (4.0).
7810 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7811 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7812 (ebnf-delete-style): New commands.
7813 (ebnf-directory, ebnf-file): New funs.
7814 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7815 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7816 (ebnf-syntax-alist): New var.
7817 (ebnf-element-width): New fun replacing ebnf-list-width.
7818 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7819 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7820 (ebnf-prologue): Adjust vars.
7821 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7822 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7823 (ebnf-check-style-values, ebnf-generate-production)
7824 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7825 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7826 (ebnf-token-repeat): Code fix.
7827
7828 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7829 %right, %left and %prec. Suggested by Matthew K. Junker
7830 <junker@alum.mit.edu>.
7831 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7832
7833 * progmodes/ebnf-iso.el: Doc fix.
7834 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7835 (ebnf-iso-lex): Code fix.
7836
7837 * progmodes/ebnf-bnf.el: Doc fix.
7838 (ebnf-bnf-lex): Code fix.
7839
7840 * progmodes/ebnf-otz.el: Doc fix.
7841
7842 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7843
7844 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7845 (abbrev-prefix-mark): Doc fix.
7846
7847 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7848
7849 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7850 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7851 (gdb-var-delete): Make interactive (really).
7852 (gdb-edit-value): Make non-interactive.
7853
7854 * progmodes/gud.el (gud-speedbar-menu-items):
7855 Add gdb-var-delete and, indirectly, gdb-edit-value.
7856 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7857 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7858 (gud-gdb-marker-filter): Add comment for annotations.
7859
7860 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7861
7862 * calendar/calendar.el (generate-calendar)
7863 (calendar-read-date): Prevent display of BC calendars once more -
7864 reverts 2003-10-01 change.
7865 (generate-calendar-month): Doc fix.
7866
7867 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7868
7869 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7870 return value of increment-calendar-month.
7871
7872 2004-02-21 Stephen Compall <s11@member.fsf.org>
7873
7874 * saveplace.el (save-place-forget-unreadable-files)
7875 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7876 (save-place-forget-unreadable-files): New function.
7877 (save-place-alist-to-file): Use it to filter out files that are
7878 no longer readable.
7879
7880 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7881 current Texinfo environment, using the same method as in
7882 `texinfo-insert-@end', and insert a space rather than a newline if
7883 point in a @table environment.
7884
7885 2004-02-21 Juri Linkov <juri@jurta.org>
7886
7887 * ffap.el (ffap-file-at-point): Try parent directories.
7888
7889 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7890
7891 * vcursor.el (vcursor-modifiers): New defcustom.
7892 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7893 hard-coded list.
7894
7895 2004-02-21 Masatake YAMATO <jet@gyve.org>
7896
7897 * play/animate.el (animate-birthday-present): Accept names other
7898 than `Sarah', too.
7899
7900 2004-02-21 Juri Linkov <juri@jurta.org>
7901
7902 * startup.el: Remove table of command line arguments from the
7903 Commentary section.
7904
7905 2004-02-20 John Wiegley <johnw@newartisans.com>
7906
7907 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7908 again" modifier from 'e' to 'E', since 'e' is also used by the
7909 "file extension" modifier.
7910
7911 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * help-fns.el (describe-categories): Doc fix.
7914
7915 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7916
7917 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7918 temporary file for buffer already visiting one. This change makes
7919 output likely to be directly usable by patch program.
7920 Suggested by Adrian Aichner <adrian@xemacs.org>
7921
7922 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7923
7924 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7925 case of variables defined in compound statements.
7926 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7927 Simplify constructions using switch-to-buffer.
7928
7929 2004-02-19 Simon Josefsson <jas@extundo.com>
7930
7931 * play/morse.el: Fix typo.
7932 (morse-code): Add @.
7933
7934 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7935
7936 * calendar/appt.el (appt-display-format): Change default to
7937 'ignore, for backwards compatibility.
7938 (appt-display-message): If appt-display-format is 'ignore,
7939 respect old vars appt-msg-window and appt-visible.
7940 (appt-activate): Don't depend on return value of cancel-timer.
7941
7942 * calendar/calendar.el (calendar-holidays): Doc fix.
7943
7944 * calendar/cal-coptic.el (coptic-prompt-for-date):
7945 Use assoc-string instead of assoc-ignore-case.
7946 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7947 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7948 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7949 * calendar/cal-islam.el (calendar-goto-islamic-date)
7950 (mark-islamic-diary-entries): Ditto.
7951 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7952 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7953 (calendar-read-mayan-tzolkin-date): Ditto.
7954 * calendar/calendar.el (calendar-read-date): Ditto.
7955 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7956
7957 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7958
7959 * progmodes/executable.el (executable-command-find-posix-p):
7960 Fix choice of the directory.
7961
7962 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7963
7964 * simple.el (interprogram-cut-function)
7965 (interprogram-paste-function, kill-new, kill-append):
7966 Doc fixes.
7967 (kill-region): Make it return nil. Doc fix.
7968 (yank-pop): Make its argument optional.
7969 (yank): Make ARG `-' equivalent to `-1'.
7970
7971 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7972
7973 * mail/rmail.el (rmail-get-new-mail): Don't reference
7974 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7975
7976 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7977
7978 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7979 if one of global-auto-revert-non-file-buffers or autorevert-mode
7980 is non-nil.
7981
7982 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7983
7984 * subr.el (delete-dups): A better implementation from Karl Heuer
7985 <kwzh@gnu.org>.
7986
7987 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7988
7989 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7990 correct place.
7991 * progmodes/icon.el (icon-indent-command): Ditto.
7992 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7993
7994 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7995
7996 * progmodes/grep.el (grep-compute-defaults): Undo change from
7997 2004-01-29: don't use executable-command-find-posix-p.
7998
7999 2004-02-16 Richard Sharman <rsharman@pobox.com>
8000
8001 * hilit-chg.el: Use require instead of eval-and-compile.
8002 (highlight-compare-buffers): New function.
8003
8004 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
8005
8006 * man.el (Man-fontify-manpage): Render section headings in
8007 `Man-overstrike-face' even when overstrike was not used by man
8008 formatter for section headings.
8009
8010 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
8011
8012 * rmail-spam-filter.el: (vm-use-spam-filter)
8013 (rsf-min-region-length-added-to-spam-list): New variables.
8014 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8015 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
8016 spam testing. Don't delete spam message if automatic deletion
8017 after output via variable rmail-delete-after-output is turned on.
8018 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8019 rsf-bbdb-dont-create-entries-for-spam.
8020 (check-field): New function, extracted from code in
8021 rmail-spam-filter to ease addition of header fields like content-type.
8022 (message-content-type): New variable to check the content-type:
8023 field added, also in defcustom of rsf-definitions-alist.
8024 (rmail-spam-filter): Replace repeated test code for header fields
8025 by calls to check-field; change the call to
8026 rmail-output-to-rmail-file such that rmail-current-message stays
8027 the same to avoid wrong deletion of unseen flags.
8028 (rsf-add-contents-type): New function to convert old format
8029 of rmail-spam-definitions-alist into new one.
8030 Change prefixes of all variables and functions from
8031 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8032
8033 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8034
8035 * loadhist.el (unload-hook-features-list): New defvar.
8036
8037 2004-02-16 Dave Love <fx@gnu.org>
8038
8039 * loadhist.el (unload-feature): Doc fix. Rename flist to
8040 unload-hook-features-list.
8041
8042 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
8043
8044 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8045 cookie. Don't check if we are looking-at open-formula.
8046
8047 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8048
8049 * subr.el (match-string-no-properties): Use substring-no-properties.
8050
8051 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8052
8053 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8054 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8055 Use lower-case "rx" in all error message.
8056
8057 2004-02-16 Dave Love <fx@gnu.org>
8058
8059 * emacs-lisp/rx.el (rx-or): Put group around result.
8060 (rx-constituents): Add backref.
8061 (rx-syntax): Add string-delimiter, comment-delimiter.
8062 (rx-categories): Add combining-diacritic.
8063 (rx-check-not, rx-greedy, rx): Doc fix.
8064 (rx-backref, rx-check-backref): New.
8065
8066 2004-02-16 Jesper Harder <harder@ifa.au.dk>
8067
8068 * newcomment.el (uncomment-region): Allow eob as comment end.
8069
8070 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8071
8072 * filecache.el: All message and error commands now use prefix
8073 "Filecache:" to make it easy to read *Messages* buffer.
8074
8075 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8076
8077 * autorevert.el: Add support to detect changed dired and VC buffers.
8078 (auto-revert-active-p, auto-revert-list-diff)
8079 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8080 (auto-revert-handler, auto-revert-active-p): New functions.
8081 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8082 and `auto-revert-active-p'.
8083 (eval-when-compile): Defvar dired-directory and vc-mode.
8084 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8085 (auto-revert-handler-vc): New functions.
8086
8087 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8088
8089 * progmodes/compile.el (compilation-directory): New defvar.
8090 (compile): Save current directory in compilation-directory.
8091 (recompile): Bind default-directory to compilation-directory if
8092 that is non-nil.
8093
8094 2004-02-16 Dave Love <fx@gnu.org>
8095
8096 * newcomment.el (comment-insert-comment-function)
8097 (comment-region-function, uncomment-region-function): New.
8098 (comment-indent): Use comment-insert-comment-function.
8099 (uncomment-region): Use uncomment-region-function.
8100 (comment-region): Use comment-region-function.
8101
8102 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8103
8104 2004-02-16 Richard Stallman <rms@gnu.org>
8105
8106 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8107 loaddefs* and ldefs-boot*.
8108
8109 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8110
8111 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8112 and email address at the beginning and end of the address.
8113
8114 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8115 anchored at the beginning of the email address.
8116
8117 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
8118
8119 * international/ccl.el (ccl-compile-write): Pass `left' to
8120 ccl-embed-code to generate correct code of write-expr-register.
8121
8122 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
8123
8124 * progmodes/grep.el (grep-compute-defaults): Fix typos.
8125
8126 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8127
8128 * x-dnd.el: Mention support for Motif in commentary.
8129 (x-dnd-handle-drag-n-drop-event): Ditto.
8130
8131 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8132
8133 * ses.el: Use "ses--" prefixes for buffer-local variables.
8134 Use (point-min) instead of 1, even when we know the buffer
8135 is unnarrowed.
8136 (ses-build-load-map): Delete. Distribute its content to defconst's for
8137 the three maps.
8138 (ses-menu, ses-header-line-menu): New menus.
8139 (ses-mode-map): Use them.
8140 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
8141
8142 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
8143
8144 * Makefile.in: Fix the CC Mode recompile kludge so it works
8145 when building in a different directory.
8146
8147 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
8148
8149 * simple.el (kill-new): Put yank-handler property on the entire string.
8150
8151 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * diff.el: Don't use compile any more, use diff-mode instead.
8154 (diff-regexp-alist, diff-old-file, diff-new-file)
8155 (diff-parse-differences, diff-process-setup): Remove.
8156 (diff-sentinel): New fun.
8157 (diff): Use it. Run the process ourselves.
8158 Use diff-mode for the rest of the processing.
8159
8160 * diff.el (diff): Simplify code handling `switch'.
8161
8162 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * pcvs-defs.el (cvs-menu): Add `tag'.
8165
8166 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8167
8168 * simple.el (kill-append): Doc fix.
8169
8170 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8171 Adapt outline-regexp to the new conventions for commenting out code.
8172
8173 2004-02-11 John Paul Wallington <jpw@gnu.org>
8174
8175 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8176
8177 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * diff.el (diff-switches): New fun.
8180 (diff, diff-backup): Use it.
8181 (diff): Clean up the args construction. Use backquote.
8182 Use listp instead of consp to avoid putting a nil arg.
8183 (diff): Add a revert-buffer function.
8184
8185 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8186
8187 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8188 handled by x-dnd-handle-file-name.
8189 (x-dnd-known-types): Add COMPOUND_TEXT.
8190 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8191 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8192 x-dnd-empty-state.
8193 (x-dnd-forget-drop): Ditto.
8194 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8195 (x-dnd-handle-one-url): Return private when inserting text.
8196 (x-dnd-insert-ctext): New function.
8197 (x-dnd-handle-file-name): New function for FILE_NAME.
8198 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8199 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8200 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8201
8202 2004-02-10 Kenichi Handa <handa@m17n.org>
8203
8204 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8205 instead of while loop.
8206
8207 2004-02-10 Miles Bader <miles@gnu.org>
8208
8209 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8210
8211 2004-02-09 Kenichi Handa <handa@m17n.org>
8212
8213 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8214 have end-of-line.
8215
8216 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8217
8218 * Makefile.in: Added extra dependencies in the recompile target
8219 needed to cope with the compile time macro expansions in CC Mode.
8220
8221 2004-02-09 Kim F. Storm <storm@cua.dk>
8222
8223 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8224 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8225 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8226 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8227 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8228 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8229 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8230 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8231 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8232 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8233 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8234
8235 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8238 Don't allow shrink if there's a window on our right.
8239
8240 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8241 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8242 Bring together declaration and initialization.
8243 (prolog-mode-variables): Don't set the syntax table.
8244 Don't set paragraph-start and comment-indent-function.
8245 Add /*..*/ to the comment regexps.
8246 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8247 (prolog-mode-map): Don't bind TAB.
8248 (prolog-mode): Set the syntax table.
8249 (prolog-comment-indent): Remove.
8250 (inferior-prolog-mode-map): Initialize in the declaration.
8251 (inferior-prolog-mode-syntax-table)
8252 (inferior-prolog-mode-abbrev-table): New vars.
8253 (inferior-prolog-mode): Derive from comint-mode.
8254 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8255 minibuffer windows.
8256
8257 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8258 in file names, as long as it is unabmiguous.
8259
8260 2004-02-08 Andreas Schwab <schwab@suse.de>
8261
8262 * textmodes/reftex-toc.el
8263 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8264 format. Doc fix.
8265
8266 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8267 format string arguments.
8268
8269 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8270 string argument.
8271
8272 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8273
8274 * play/zone.el (zone-call): Fix format string.
8275
8276 * net/webjump.el (webjump-builtin): Add missing format string argument.
8277
8278 * midnight.el (midnight-delay-set): Remove extra format string argument.
8279
8280 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8281
8282 * hexl.el (hexl-insert-char): Add missing format string argument.
8283
8284 * format.el (format-decode): Fix format string.
8285
8286 * emulation/vi.el (vi-mode): Remove extra format string argument.
8287 (vi-repeat-last-search): Likewise.
8288 (vi-reverse-last-search): Likewise.
8289 (vi-goto-mark): Likewise.
8290 (vi-reverse-last-find-char): Likewise.
8291 (vi-repeat-last-find-char): Likewise.
8292 (vi-locate-def): Likewise.
8293
8294 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8295
8296 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8297 string argument.
8298 (ediff-toggle-regexp-match): Likewise.
8299
8300 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8301 format string argument.
8302
8303 * calc/calc-map.el (calc-get-operator): Remove extra format
8304 string argument.
8305
8306 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8307
8308 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8309 string argument.
8310
8311 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8312
8313 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8314
8315 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8316
8317 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8318 (cl-struct-setf-expander): Likewise.
8319
8320 * vc.el (with-vc-file): Fix unsafe uses of error.
8321 (vc-cancel-version): Likewise.
8322
8323 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8324
8325 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8326 thousands separator; fixes <class>:<line-number> regexp for
8327 non-english locales.
8328
8329 2004-02-08 Andreas Schwab <schwab@suse.de>
8330
8331 * view.el (view-mode-enable): Revert previous change.
8332
8333 2004-02-07 Kim F. Storm <storm@cua.dk>
8334
8335 * simple.el (line-number-at-pos): Rename from line-at-pos.
8336 Uses changed (what-line and vc-annotate-warp-version).
8337
8338 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8341 (diff-mode): Remove aborted attempt at support for compile.el.
8342 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8343
8344 2004-02-06 Andreas Schwab <schwab@suse.de>
8345
8346 * view.el (view-mode-enable): Add view-mode-map to
8347 minor-mode-overriding-map-alist.
8348
8349 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8350
8351 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8352
8353 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8356 with point inside rather than after the paragraph.
8357
8358 2004-02-04 Sam Steingold <sds@gnu.org>
8359
8360 * mail/smtpmail.el (smtpmail-try-auth-methods):
8361 Do not try authentication when no mechanism is available.
8362 Pass port-name as defaultport to `netrc-machine'.
8363
8364 2004-02-04 Stephen Eglen <stephen@gnu.org>
8365
8366 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8367 to show how minibuffer height can be constrained.
8368
8369 2004-02-04 John Paul Wallington <jpw@gnu.org>
8370
8371 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8372
8373 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8374
8375 * x-dnd.el: New file for drag and drop.
8376
8377 * term/x-win.el: require x-dnd, set after-make-frame-functions
8378 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8379 drag-n-drop event.
8380
8381 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8382 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8383 (dired-dnd-handle-file): New functions for drag and drop support.
8384 (dired-mode): Initialize drag and drop if x-dnd present.
8385
8386 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8389 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8390 (cperl-mode): Set fill-paragraph-function.
8391 (cperl-fill-paragraph): Make it non-interactive.
8392
8393 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8394
8395 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8396
8397 2004-02-02 David Kastrup <dak@gnu.org>
8398
8399 * replace.el (perform-replace): Allow 'literal argument in
8400 regexp-flag to indicate literal replacement.
8401 (query-replace-regexp-eval): Use it.
8402
8403 2004-02-01 Andreas Schwab <schwab@suse.de>
8404
8405 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8406
8407 2004-02-01 Stephen Eglen <stephen@gnu.org>
8408
8409 * info-look.el: Add support for maxima-mode. Update commentary
8410 because info-lookup-symbol is now bound to C-h S.
8411
8412 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8413
8414 * simple.el (edit-and-eval-command): Bind print-level and
8415 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8416 Correct initial position in command-history.
8417
8418 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8419
8420 * files.el (read-directory-name): Adapt the docstring to recent
8421 change in Fread_file_name.
8422
8423 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8424
8425 * ses.el (ses-print-cell): If print format too wide for column
8426 width, truncate decimal places if that helps to avoid "#####" fill.
8427 * ses.el (ses-initial-column-width): Revert previous change.
8428
8429 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8432 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8433 Add edebug info.
8434 (jit-lock-mode): Setup/cancel the new timer.
8435 (jit-lock-context-fontify): New fun. Extracted from
8436 context fontification code of jit-lock-stealth-fontify.
8437 (jit-lock-stealth-fontify): Don't do context fontification any more.
8438
8439 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8440 (jit-lock-fontify-now): Handle the `quit' case.
8441 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8442
8443 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8444
8445 * progmodes/executable.el (executable-command-find-posix-p):
8446 New. Check if find handles arguments Posix-style.
8447
8448 * progmodes/grep.el (grep-compute-defaults):
8449 Use executable-command-find-posix-p.
8450 (grep-find): Check `grep-find-command'.
8451
8452 * filecache.el (file-cache-find-posix-p): Delete.
8453 (file-cache-add-directory-using-find):
8454 Use `executable-command-find-posix-p'.
8455
8456 2004-01-29 Dave Love <fx@gnu.org>
8457
8458 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8459 Iterate the hook function if arg is given.
8460 (mark-defun, narrow-to-defun): Change order of finding the limits.
8461
8462 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8463 (byte-compile-format-warn): New.
8464 (byte-compile-callargs-warn): Use it.
8465 (Format, message, error): Add byte-compile-format-like property.
8466 (byte-compile-maybe-guarded): New.
8467 (byte-compile-if, byte-compile-cond): Use it.
8468 (byte-compile-lambda): Compile interactive forms,
8469 just to make warnings about them.
8470
8471 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8472
8473 * ses.el (ses-initial-column-width): Increase to 14, so it will
8474 work well with the default printer of "%.7g" for extreme values
8475 like "-1.234567e+07".
8476
8477 2004-01-29 Kenichi Handa <handa@m17n.org>
8478
8479 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8480
8481 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8482
8483 * dos-w32.el: Added support for the `default-printer-name' function.
8484
8485 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * server.el (server-socket-name): Don't use the hostname in the
8488 socket name since /tmp is local to the host anyway.
8489
8490 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8491 robust check of widening and fix var-naming.
8492
8493 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8494
8495 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8496 or rmail-spam- to rsf- in all function and variable names.
8497 (rsf-min-region-to-spam-list): New variable.
8498 (rsf-bbdb-auto-delete-spam-entries): Rename from
8499 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8500 scanned together with the recipients field for spam testing; Don't
8501 delete spam message if rmail-delete-after-output is non-nil;
8502 (rsf-check-field): New function, extracted from code in
8503 rmail-spam-filter to ease addition of header fields like
8504 content-type:;
8505 (message-content-type): New variable. The content-type: field was
8506 added also in defcustom of rsf-definitions-alist;
8507 (rmail-spam-filter): Replace repeated test code for header fields
8508 by calls to check-field; change the call to
8509 rmail-output-to-rmail-file such that rmail-current-message stays
8510 the same to avoid wrong deletion of unseen flags.
8511 (rmail-use-spam-filter): Add autoload cookie.
8512
8513 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8514
8515 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8516 (file-cache-add-directory-using-find): Add Cygwin support.
8517 (file-cache-find-command-posix-flag): New user variable.
8518
8519 * filecache.el (file-cache-add-directory): Check for
8520 directories an remove them from dir-files.
8521
8522 2004-01-27 Richard M. Stallman <rms@gnu.org>
8523
8524 * man.el (Man-fontify-manpage): Clean up message.
8525
8526 2004-01-27 Kenichi Handa <handa@m17n.org>
8527
8528 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8529 (sentence-end): Define using sentence-end-without-space.
8530
8531 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8532 a sentence ends with one of a character in sentence-end-without-space.
8533
8534 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8537 (jit-lock): Group declaration moved to jit-lock.el.
8538 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8539 when necessary.
8540
8541 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8542 (jit-lock-context-unfontify-pos): Rename from
8543 jit-lock-first-unfontify-pos.
8544 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8545
8546 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8547
8548 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8549 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8550 (fortran-fill): When filling a string, adjust re-search-backward
8551 argument for special case of string just on fill-column.
8552 When filling non-string, allow one extra char if
8553 fortran-break-before-delimiters is non-nil.
8554 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8555 Use fortran-break-delimiters-re and fortran-no-break-re to
8556 correctly handle cases such as "**".
8557
8558 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8559 (f90-no-break-re): Add some extra tokens. Doc fix.
8560
8561 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8562
8563 * mail/rmail-spam-filter.el:
8564 Use two semicolons as Commentary line prefix.
8565 Add ";;; Code:" stylized comment.
8566 Delete end-of-line whitespace.
8567 Wrap (require 'cl) with `eval-when-compile'.
8568
8569 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8570
8571 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8572 at the top level of vc.el.
8573
8574 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8575
8576 * vc.el (vc-current-line): Function removed. This is now done by
8577 the new function line-at-pos in simple.el.
8578 (vc-annotate-warp-version): Use line-at-pos instead of
8579 vc-current-line.
8580
8581 2004-01-22 Kim F. Storm <storm@cua.dk>
8582
8583 * simple.el (line-at-pos): New defun.
8584 (what-line): Use it. Optimize by only counting lines in narrowed
8585 region once.
8586
8587 2004-01-22 Kenichi Handa <handa@m17n.org>
8588
8589 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8590 point (register r1) only for charset mule-unicode-0100-24ff.
8591
8592 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8593
8594 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8595 trailing white space and ensure a final newline.
8596
8597 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8598 Add autoload cookie.
8599
8600 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8601
8602 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8603 activate view-mode explicitly.
8604
8605 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8606
8607 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8608 use clipboard first.
8609
8610 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8613 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8614 (vc-mcvs-cvs): Remove.
8615 (vc-mcvs-command): Remove use of assert.
8616
8617 * outline.el (outline-insert-heading): Tighten up match.
8618 (outline-demote, outline-move-subtree-down): Don't assume anything
8619 about outline-regexp.
8620
8621 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8622 (texinfo-show-structure): Explicitly add ^, and simplify.
8623
8624 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8625
8626 * calendar/appt.el (appt-check): Restore usage of
8627 appt-issue-message deleted in previous change.
8628 (top-level): Activate package when loaded (needed for backwards
8629 compatibility).
8630
8631 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8632
8633 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8634 following previous change to smtpmail-send-data.
8635
8636 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8637
8638 * vc.el (vc-default-previous-version): Doc enhancement.
8639 (vc-default-next-version): New function.
8640 (vc-print-log): New arg FOCUS-REV.
8641 (vc-annotate-mode): Derive from view-mode.
8642 (vc-annotate): New args REVISION, DISPLAY-MODE.
8643 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8644 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8645 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8646 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8647 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8648
8649 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8650
8651 2004-01-19 Karl Berry <karl@gnu.org>
8652
8653 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8654 or "TexInfo".
8655
8656 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * subr.el (delete-dups): New function.
8659
8660 2004-01-19 Karl Berry <karl@gnu.org>
8661
8662 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8663 with ^, since that's what texinfo-show-structure
8664 documentation says (plus it works much better in texinfo.txi).
8665
8666 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8667
8668 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8669
8670 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8671
8672 * progmodes/which-func.el (which-function-mode): Don't cancel
8673 which-func-update-timer if not set.
8674
8675 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8676
8677 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8678 Remove spurious left square bracket in XX:XXam regexp.
8679
8680 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * progmodes/cc-defs.el: Do not require cl at run time.
8683
8684 2004-01-16 Richard M. Stallman <rms@gnu.org>
8685
8686 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8687 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8688
8689 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8690 Call rmail-spam-filter. Delete and expunge spam.
8691 Print number of spam messages deleted.
8692 Save and restore the deletion status of old messages when reading
8693 new mail with spam filter, so that expunging spam does not expunge
8694 msgs deleted by the user.
8695 (rmail-only-expunge): Add an optional argument dont-show to
8696 prevent showing message after expunge.
8697
8698 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8699
8700 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8701 * subr.el (declare): New macro.
8702
8703 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8704
8705 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8706
8707 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8710 Test window-system rather than system-type (for X11/Mac).
8711
8712 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8715
8716 2004-01-12 Richard M. Stallman <rms@gnu.org>
8717
8718 * mail/rmail.el (rmail-convert-to-babyl-format):
8719 Use mail-unquote-printable-region.
8720 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8721 (rmail-hex-char-to-integer): Functions deleted.
8722
8723 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8724 (mail-unquote-printable-region): New arg NOERROR.
8725 For invalid encoding, either signal an error to just return nil.
8726
8727 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8728
8729 * calendar/appt.el: Update copyright and commentary.
8730 (appt-issue-message): Make obsolete.
8731 (appt-visible, appt-msg-window): Make obsolete, in favour of
8732 appt-display-format.
8733 (appt-display-mode-line, appt-display-duration)
8734 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8735 (appt-prev-comp-time, appt-display-count, appt-timer)
8736 (appt-convert-time): Doc change.
8737 (appt-disp-window-function, appt-delete-window-function):
8738 Use defcustom rather than defvar.
8739 (appt-display-format): New variable.
8740 (appt-display-message): New function with display code from appt-check.
8741 (appt-check): Add optional FORCE argument. Doc change.
8742 Add appt-make-list to diary-hook if displaying diary.
8743 Remove checking of view-diary-entries-initially.
8744 Message display section removed to new function appt-display-message.
8745 (appt-display-window): Doc change. Remove unused internal var
8746 this-buffer. Do not beep, since appt-display-message does that.
8747 (appt-make-list): Doc change. Use caar.
8748 (appt-sort-list): Simplify by using builtin sort function.
8749 (appt-update-list): New function for updating appts when diary is
8750 saved.
8751 (appt-activate): New autoloaded function to toggle package
8752 functionality.
8753
8754 * calendar/cal-x.el: (calendar-one-frame-setup)
8755 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8756
8757 * calendar/calendar.el: Update copyright.
8758 (view-diary-entries-initially, european-calendar-style): Doc change.
8759 (calendar-setup): Make defcustom rather than defvar.
8760 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8761 in let binding so local to function.
8762
8763 * calendar/diary-lib.el: Update copyright.
8764 (diary, diary-entry-time): Doc change.
8765 (list-diary-entries): Doc change. Trivial logic change.
8766 (fancy-diary-display): Restore make-face command mistakenly
8767 deleted 2003-05-08.
8768 (show-all-diary-entries): Allow to pop-up frame if needed.
8769
8770 2004-01-09 John Paul Wallington <jpw@gnu.org>
8771
8772 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8773 Temporarily select EVENT's window for changing eol type.
8774
8775 2004-01-09 Deepak Goel <deego@gnufans.org>
8776
8777 * calendar/diary-lib.el (diary-entry-time):
8778 Also accept time in the form XX[.XX][am/pm/AM/PM].
8779 (fancy-diary-font-lock-keywords): Likewise.
8780 (diary-font-lock-keywords): Likewise.
8781 * calendar/appt.el (appt-add): Likewise.
8782 (appt-make-list): Likewise.
8783 (appt-convert-time): Likewise.
8784
8785 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8786
8787 * gdb-ui.el (gdb-ann3): Revert previous change.
8788 (gdb-source-info): Allow for case of where compilation directory
8789 is not recorded.
8790
8791 2004-01-08 John Paul Wallington <jpw@gnu.org>
8792
8793 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8794
8795 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8796
8797 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8798
8799 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8800 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8801 problems.
8802 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8803
8804 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8805
8806 * files.el (write-file-functions, write-contents-functions):
8807 Clarify docstrings.
8808
8809 2004-01-07 Kenichi Handa <handa@m17n.org>
8810
8811 * international/mule.el (set-auto-coding): Fix for the case that
8812 end-of-line is only CR.
8813
8814 2004-01-07 Kim F. Storm <storm@cua.dk>
8815
8816 * subr.el (event-start, event-end): Doc fix.
8817 (posn-string, posn-image): New defuns.
8818 (posn-object): Return either image or string object.
8819 (posn-object-x-y): Return 8th element of position.
8820 (posn-object-width-height): New defun.
8821
8822 2004-01-06 Andreas Schwab <schwab@suse.de>
8823
8824 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8825 output.
8826
8827 2004-01-05 Karl Berry <karl@gnu.org>
8828
8829 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8830 / and *, too.
8831
8832 2003-12-31 Simon Josefsson <jas@extundo.com>
8833
8834 * files.el (before-save-hook): Add.
8835 (basic-save-buffer): Use before-save-hook.
8836
8837 * emacs-lisp/copyright.el: Fix comment to recommend
8838 before-save-hook instead of write-file-functions.
8839
8840 2004-01-05 Richard M. Stallman <rms@gnu.org>
8841
8842 * finder.el (finder-commentary): Call delete-other-windows.
8843
8844 * net/ange-ftp.el (ange-ftp-file-attributes):
8845 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8846
8847 2004-01-04 Karl Berry <karl@gnu.org>
8848
8849 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8850 comment characters % and # in the copyright year notice,
8851 as well as ;.
8852
8853 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8854
8855 * wid-edit.el (default): Define dummy :value-delete.
8856 Reported by Jesper Harder <harder@ifa.au.dk>.
8857
8858 2004-01-03 Richard M. Stallman <rms@gnu.org>
8859
8860 * progmodes/compile.el (compile-internal): Use point, not point-min,
8861 for set-window-point.
8862
8863 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8864
8865 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8866
8867 * progmodes/grep.el (grep-mode-map):
8868 Don't remap next-line, previous-line.
8869
8870 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8871
8872 * speedbar.el (speedbar-edit-line): Change regexp to position
8873 the cursor on the first character of this line's button.
8874
8875 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8876
8877 * subr.el (functionp): Doc fix.
8878
8879 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8880
8881 * progmodes/idlwave.el (idlwave-make-tags):
8882 * textmodes/flyspell.el (flyspell-large-region):.
8883 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8884 * emulation/viper-util.el (viper-glob-unix-files):
8885 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8886 * man.el (Man-init-defvars):
8887 * jka-compr.el (jka-compr-call-process):
8888 * files.el (get-free-disk-space,insert-directory):
8889 * ediff-ptch.el (ediff-test-patch-utility):
8890 * ediff-diff.el (ediff-test-utility):
8891 * dired-aux.el (dired-check-process):
8892 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8893 test the return value of call-process, because it can be a string.
8894
8895 2003-12-31 John Paul Wallington <jpw@gnu.org>
8896
8897 * bindings.el (completion-ignored-extensions): Add .pfsl.
8898
8899 2003-12-31 Kim F. Storm <storm@cua.dk>
8900
8901 * ido.el (ido-nonreadable-directory-p): New defun to check for
8902 nonreadable directory without activating tramp (to avoid problems
8903 with checking incomplete tramp paths).
8904 (ido-set-current-directory, ido-file-internal)
8905 (ido-file-name-all-completions1): Use it.
8906
8907 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8910 documentation if the anchor (or node) name is preceded by `info
8911 anchor' or `Info anchor' in addition to earlier `info node' and
8912 `Info node'.
8913 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8914
8915 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8916
8917 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8918 error in arguments to base64-decode-region. Remove ^M characters
8919 after decoding base64.
8920
8921 2003-12-30 Simon Josefsson <jas@extundo.com>
8922
8923 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8924 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8925 have only been distributed with Emacs for some years.
8926 (texinfo-mode-hook): Customize.
8927
8928 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8929
8930 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8931 cleaner (suggested by Richard Stallman).
8932
8933 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8934 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8935 file-name clashes on 8+3 DOS filesystems.
8936
8937 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8938 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8939 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8940 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8941 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8942 file-name clashes on 8+3 filesystems.
8943
8944 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8945 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8946 file-name clashes on 8+3 DOS filesystems.
8947
8948 2003-12-29 Richard M. Stallman <rms@gnu.org>
8949
8950 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8951 Upcase the character.
8952
8953 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8954 Search for header separator alone on a line, literally,
8955 and search for it backward, not forward.
8956 (flyspell-abbrev-table): Always use global-abbrev-table
8957 if there is no local one.
8958
8959 * progmodes/sh-script.el (sh-get-indent-info):
8960 Don't move point back if at bob.
8961
8962 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8963
8964 * play/handwrite.el (handwrite): Make the handwrite credit message
8965 a comment rather than an output command.
8966
8967 * obsolete/sc.el: Display message that this file is obsolete.
8968
8969 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8970
8971 * mail/rfc822.el (rfc822-address-start): Declare variable.
8972 Renamed from address-start. All uses changed.
8973
8974 * term.el (term-exec): Set up sentinel.
8975 (term-sentinel): New function.
8976 (term-handle-exit): New function.
8977
8978 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8979 Use assoc-string, and mark them obsolete.
8980 (delay-mode-hooks): Mark as permanent local.
8981
8982 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8983
8984 * register.el (copy-rectangle-to-register): Doc fix.
8985
8986 * info.el (Info-insert-dir): Use assoc-string.
8987
8988 * info-look.el (info-lookup): Use assoc-string.
8989
8990 * frame.el (pop-up-frame-function): Use quote, not `function'.
8991 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8992 copying with lists as coordinate values.
8993
8994 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8995
8996 * find-dired.el (kill-find): New command.
8997 (find-dired): Make buffer read-only.
8998 Set up a keymap with C-c C-k running kill-find.
8999 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9000
9001 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9002
9003 * filecache.el (file-cache-ignore-case): New variable.
9004 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
9005
9006 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9007 (comint-dynamic-complete-as-filename): Rename local vars.
9008 (comint-dynamic-list-filename-completions): Likewise.
9009
9010 * comint.el (comint-dynamic-list-completions-config): New var.
9011 (comint-dynamic-list-completions): Handle both SPC and TAB right.
9012
9013 * comint.el (comint-file-name-chars): Add [].
9014 (comint-word): Use skip-chars-backward, not search.
9015
9016 * shell.el (shell-file-name-chars): Add [].
9017
9018 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9019
9020 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9021
9022 * generic.el (define-generic-mode): Doc fix.
9023
9024 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9025
9026 * files.el (kill-some-buffers): Doc fix.
9027
9028 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
9029
9030 * comint.el (comint-watch-for-password-prompt): Pass `string' as
9031 arg to send-invisible
9032 (send-invisible): Doc fix. The argument is now a prompt, not the
9033 string to send.
9034 (comint-read-noecho): Doc fix.
9035
9036 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
9037
9038 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9039 "@", as required by some ISP hosting service. Fix defcustom
9040 argument syntax errors that prevented use of customization.
9041
9042 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9043
9044 * xml.el (xml-get-attribute-or-nil): Doc fix.
9045
9046 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
9047
9048 * net/zone-mode.el (zone-mode): Use write-file-functions, not
9049 write-file-hooks.
9050
9051 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
9052
9053 * autorevert.el (auto-revert-interval): Doc fix.
9054
9055 2003-12-29 Mark A. Hershberger <mah@everybody.org>
9056
9057 * xml.el (xml-get-attribute-or-nil): New function, like
9058 xml-get-attribute, but returns nil if the attribute was not found.
9059 (xml-get-attribute): Convert to defsubst, uses
9060 xml-get-attribute-or-nil.
9061
9062 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9063
9064 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9065
9066 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
9067
9068 * custom.el (custom-declare-theme): Use `value' when putting
9069 properties on `theme'.
9070
9071 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
9072
9073 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9074 for each yank-handler segment.
9075 (insert-for-yank-1): New function, with the body of the previous
9076 insert-for-yank.
9077
9078 * textmodes/table.el (table-yank-handler): New defcustom.
9079 (table--put-cell-indicator-property): Put yank-handler property
9080 that indicates the yank handler for the table cell.
9081
9082 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9083
9084 * generic-x.el (etc-modules-conf-generic-mode): A more complete
9085 set of keywords.
9086
9087 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9088
9089 * international/mule-cmds.el (reset-language-environment)
9090 (set-language-environment): Don't invoke fontset-related functions
9091 if fontset-list is not fboundp.
9092
9093 2003-12-29 Kenichi Handa <handa@m17n.org>
9094
9095 * international/mule-cmds.el (reset-language-environment):
9096 Call set-overriding-fontspec-internal with nil.
9097 (set-language-environment): Call set-overriding-fontspec-internal
9098 if the language environment specify `overriding-fontspec'.
9099 (language-info-alist): Doc added.
9100
9101 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9102 characters of mule-unicode-0100-24ff.
9103 (ccl-encode-windows-1251-font): New CCL program.
9104 ("Bulgarian"): Specify overriding-fontspec.
9105 ("Belarusian"): Likewise.
9106
9107 2003-12-28 Sam Steingold <sds@gnu.org>
9108
9109 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9110 parameter ID-FORMAT to conform with the 2003-11-30 patch.
9111
9112 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
9113
9114 * progmodes/gud.el (gud-gdb-command-name): Set default to
9115 "gdb --annotate=3".
9116 (gud-gdb-marker-filter): Look out for annotations.
9117 (gdb-first-pre-prompt): New variable.
9118 Remove trailing white space.
9119
9120 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9121 if necessary.
9122 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
9123 annotations are detected.
9124 (gud-gdba-marker-filter): Use global variable gud-marker-acc
9125 instead of a local one to allow transition from
9126 gud-gdb-marker-filter.
9127 Remove trailing white space.
9128
9129 2003-12-27 Kim F. Storm <storm@cua.dk>
9130
9131 * ido.el: Handle non-readable directories.
9132 (ido-decorations): Add 9th element for non-readable directory.
9133 (ido-directory-nonreadable): New dynamic var.
9134 (ido-set-current-directory): Set it.
9135 (ido-read-buffer, ido-file-internal):
9136 (ido-read-file-name, ido-read-directory-name): Let-bind it.
9137 (ido-file-name-all-completions1): Return empty list for
9138 non-readable directory.
9139 (ido-exhibit): Print [Not readable] if directory is not readable.
9140 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9141 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9142 Use it.
9143
9144 2003-12-27 Lars Hansen <larsh@math.ku.dk>
9145
9146 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9147 calls to directory-files-and-attributes and file-attributes.
9148 (ls-lisp-format): Remove system dependent handling of user and
9149 group id's.
9150
9151 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9152
9153 * ffap.el (ffap-read-file-or-url): Revert previous change.
9154
9155 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
9156
9157 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9158 new list of included files called `files-with-node-lines', that
9159 only have node lines. This way @include commands can include any
9160 file, such as version and update files without node lines, not
9161 just files that are chapters.
9162
9163 2003-12-25 Andreas Schwab <schwab@suse.de>
9164
9165 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9166 file not found.
9167
9168 2003-12-08 Miles Bader <miles@gnu.org>
9169
9170 * dired.el (dired-between-files): Always use dired-move-to-filename,
9171 which is more robust in non-english locales.
9172
9173 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9174
9175 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9176
9177 2003-12-24 Andreas Schwab <schwab@suse.de>
9178
9179 * shell.el (shell-file-name-quote-list): Add backslash.
9180
9181 * comint.el (comint-quote-filename): Correctly handle backslash
9182 in comint-file-name-quote-list.
9183
9184 2003-12-24 Kenichi Handa <handa@m17n.org>
9185
9186 * international/mule-cmds.el (set-default-coding-systems):
9187 Call ucs-set-table-for-input for all buffers that don't have local
9188 value of buffer-file-coding-system.
9189
9190 * international/ucs-tables.el (ucs-set-table-for-input):
9191 If translation-table-for-encode is a symbol, get its
9192 translation-table property.
9193
9194 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9197 to `completing-read' on a recently fixed bug.
9198
9199 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9200 instead of SPACE, to get the list of possible fringe modes.
9201 SPACE only works if both `partial-completion-mode' and
9202 `completion-auto-help' are nil.
9203
9204 * complete.el (PC-is-complete-p): Delete.
9205 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9206 calls to `test-completion'.
9207
9208 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9209
9210 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9211 to edit values when there are no children.
9212
9213 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9214 a mode called "Assembler" already exists.
9215 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9216 (gud-watch): Use format option. Remove font properties from string.
9217 (gdb-var-create-handler, gdb-var-list-children-handler):
9218 Don't bother about properties as there are none.
9219 (gdb-var-create-handler, gdb-var-list-children-handler)
9220 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9221 with two arguments.
9222 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9223 Let speedbar show value changes with a different font.
9224 (gdb-edit-value): New defun.
9225 (gdb-clear-partial-output, gdb-clear-inferior-io)
9226 (def-gdb-auto-update-handler): Use erase-buffer.
9227 (gdb-frame-handler): Display watch expressions in
9228 FUNCTION::VARIABLE format if required.
9229
9230 2003-12-23 John Paul Wallington <jpw@gnu.org>
9231
9232 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9233 (Info-goto-emacs-command-node): Doc fixes.
9234
9235 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9236
9237 * cus-edit.el (custom-add-parent-links): Define "many".
9238
9239 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9240
9241 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9242 (widget-child-validate, widget-type-value-create)
9243 (widget-type-default-get, widget-type-match): New functions.
9244 (lazy): New widget.
9245 (menu-choice, checklist, radio-button-choice, editable-list)
9246 (group, documentation-string): Remove redundant (per 2003-10-25
9247 change) calls to `widget-children-value-delete'.
9248 (widget-choice-value-get, widget-choice-value-inline): Remove.
9249 (menu-choice): Update widget.
9250
9251 2003-12-03 Kenichi Handa <handa@m17n.org>
9252
9253 * language/cyrillic.el: Register "microsoft-cp1251" in
9254 ctext-non-standard-encodings-alist.
9255 ("Bulgarian"): Add ctext-non-standard-encodings.
9256 ("Belarusian"): Likewise.
9257
9258 * international/mule-conf.el (compound-text-with-extensions):
9259 Change the type to 2 (iso-2022 base).
9260
9261 * international/mule.el (ctext-non-standard-encodings-alist):
9262 Change the format.
9263 (ctext-non-standard-encodings): New variable.
9264 (ctext-post-read-conversion): Fully re-written.
9265 (ctext-non-standard-designations-alist): Delete it.
9266 (ctext-non-standard-encodings-table): New function.
9267 (ctext-pre-write-conversion): Fully re-written.
9268
9269 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9270
9271 * cus-edit.el (custom-add-parent-links): Add documentation links
9272 for parent, if the item has none of its own.
9273
9274 2003-11-30 Richard M. Stallman <rms@gnu.org>
9275
9276 * dired-aux.el (dired-do-query-replace-regexp):
9277 Report files visited read-only.
9278
9279 2003-11-30 Juri Linkov <juri@jurta.org>
9280
9281 * dired-aux.el (dired-compare-directories): New command.
9282 (dired-file-set-difference, dired-files-attributes): New functions.
9283
9284 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9285 Version 2.0.38 of Tramp released.
9286
9287 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9288 Charles Curley <charlescurley@charlescurley.com>.
9289 (tramp-multi-connection-function-alist): Add ssht entry which adds
9290 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9291 Aichner.
9292 (tramp-get-method-parameter): New function to retrieve a method
9293 parameter. This allows for omission of method parameters.
9294 Callers adjusted.
9295
9296 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9297
9298 * net/tramp.el: Add new optional parameter ID-FORMAT to
9299 `file-attributes'. Calls of `file-attributes' won't use this
9300 parameter for backward compatibility reasons.
9301 (tramp-perl-file-attributes): Add a new parameter to Perl script
9302 in order to handle uid/gid as strings, if desired.
9303 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9304 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9305 order to make the function more general.
9306 (tramp-handle-file-attributes): Replace proprietary optional
9307 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9308 (tramp-handle-file-attributes-with-perl): Handle parameter
9309 NONNUMERIC if set. This wasn't done in the past.
9310 (tramp-post-connection): Apply second parameter "$2" if
9311 `tramp-remote-perl' is called.
9312
9313 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9314 Correct cut'n'waste error (`filename' instead of `directory').
9315 (tramp-smb-handle-directory-files-and-attributes)
9316 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9317 introduced parameter ID-FORMAT.
9318 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9319 error (`directory' instead of `ldir').
9320
9321 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9322 `file-attributes' has a second parameter. If yes, apply it with
9323 value "'integer". Otherwise, don't use that parameter (default is
9324 integer format).
9325
9326 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9329 (help-for-help): Add `C-h .' to the listed Help options.
9330 Remove trailing whitespace.
9331
9332 * help-at-pt.el: New file.
9333
9334 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9335
9336 * subr.el (noreturn, 1value): New macros for test coverage.
9337 See `testcover.el'.
9338
9339 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9340
9341 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9342 for macro `1value'.
9343 (testcover-1value): New function. Checks that a 1value form
9344 actually returns only one value. Requested by RMS.
9345
9346 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9347
9348 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9349 (gdb-var-list-children, gdb-var-list-children-handler)
9350 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9351 gdb commands that use mi to keep them out of the command history.
9352
9353 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9354
9355 * cus-start.el (all): Add use-file-dialog.
9356
9357 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9360
9361 2003-11-27 Kim F. Storm <storm@cua.dk>
9362
9363 * subr.el (posn-object-x-y): New defun.
9364
9365 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9368 Don't use `space' for \\\n.
9369 Be more selective as to which # are comment-starters.
9370
9371 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * subr.el (number-sequence): Improve handling of floating point
9374 arguments (suggested by Kim Storm). Allow negative arguments.
9375
9376 2003-11-26 Kenichi Handa <handa@m17n.org>
9377
9378 * international/mule-cmds.el (standard-display-european-internal):
9379 Cancel the standard-display-table setting for ` and '.
9380
9381 2003-11-26 Kim F. Storm <storm@cua.dk>
9382
9383 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9384 New defcustoms to add ffap-like functionality to ido.
9385 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9386 (ido-no-final-slash): New defun.
9387 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9388 (ido-read-file-name): ): Toggle VC checking via
9389 vc-handled-backends instead of vc-master-templates.
9390 (ido-file-internal): Handle ido-use-url-at-point and
9391 ido-use-filename-at-point via code borrowed from ffap-guesser.
9392 Handle new ido-exit code ffap.
9393 (ido-sort-list): Ignore final slash when sorting file names.
9394
9395 2003-11-25 Kim F. Storm <storm@cua.dk>
9396
9397 * emulation/cua-base.el (cua--standard-movement-commands):
9398 Add forward-sentence and backward-sentence.
9399
9400 2003-11-25 Stephen Eglen <stephen@gnu.org>
9401
9402 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9403 iswitchb-exit is set to 'usefirst when user selects buffer at head
9404 of list using RET. (Selecting buffers at the head of the list was
9405 broken if the substring was also a complete buffername.)
9406
9407 2003-11-23 Kim F. Storm <storm@cua.dk>
9408
9409 * progmodes/compile.el (grep-command, grep-use-null-device)
9410 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9411 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9412 (grep-regexp-alist, grep-program, find-program)
9413 (grep-find-use-xargs, grep-history, grep-find-history)
9414 (grep-process-setup, grep-compute-defaults)
9415 (grep-default-command, grep, grep-tag-default, grep-find)
9416 (grep-expand-command-macros, grep-tree-last-regexp)
9417 (grep-tree-last-files, grep-tree): Move grep variables, functions
9418 and commands to new file grep.el.
9419 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9420 (compilation-process-setup-function): Doc fix.
9421 (compilation-highlight-regexp, compilation-highlight-overlay): New
9422 defvars used for highlighting current compile error in source buffer.
9423 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9424 LOCAL-MAP which overrides compilation-highlight-regexp and
9425 compilation-mode-map for this compilation.
9426 Delay calling compilation-set-window-height until after running
9427 compilation-process-setup-function so it can buffer-local override
9428 compilation-window-height.
9429 Check buffer-local value of compilation-scroll-output.
9430 (compilation-set-window-height): Use buffer-local value of
9431 compilation-window-height.
9432 (compilation-revert-buffer): Don't pass (undefined)
9433 preserve-modes arg to revert-buffer.
9434 (next-error-no-select, previous-error-no-select): New commands.
9435 (compilation-goto-locus): Temporarily highlight current match in
9436 source buffer using compilation-highlight-regexp.
9437
9438 * progmodes/grep.el: New file with grep code from compile.el.
9439 (grep): New defcustom group.
9440 (grep-window-height): New defcustom, like compilation-window-height.
9441 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9442 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9443 (grep-command, grep-use-null-device, grep-find-command)
9444 (grep-tree-files-aliases, grep-tree-ignore-case)
9445 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9446 (grep-setup-hook): New hook variable.
9447 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9448 (grep-last-buffer): New defvar, override compilation-last-buffer.
9449 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9450 Call compile-internal with args highlight-regexp and grep-mode-map.
9451
9452 2003-11-23 Kim F. Storm <storm@cua.dk>
9453
9454 * subr.el (event-start, event-end): Doc fix.
9455 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9456 (posn-area, posn-actual-col-row, posn-object): New defuns.
9457 (posn-col-row): Simplify doc. Rewrite to use cond.
9458 (posn-point): Also return buffer position for events outside text
9459 area (that info is now present in the event position).
9460
9461 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9462 mouse-set-point so that hscroll still works now that clicks on
9463 fringes generate specific mouse events.
9464 (mouse-set-point): Note that it now works in fringes and margins
9465 too due to new semantics of posn-point in fringes and margins.
9466
9467 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9468 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9469
9470 2003-11-20 Kim F. Storm <storm@cua.dk>
9471
9472 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9473 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9474 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9475 to 100 for icons to avoid increasing line height when shown.
9476
9477 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9478
9479 * newcomment.el (comment-normalize-vars): Initialize properly if
9480 comment-start was nil.
9481
9482 2003-11-19 Andreas Schwab <schwab@suse.de>
9483
9484 * simple.el (set-variable): Fix indentation.
9485
9486 2003-11-17 Kenichi Handa <handa@m17n.org>
9487
9488 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9489 Fix docstring.
9490
9491 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9492
9493 * international/latin1-disp.el (latin1-display): Fix docstring.
9494
9495 2003-11-16 John Wiegley <johnw@newartisans.com>
9496
9497 * eshell/em-ls.el (eshell-ls-file): There are times with
9498 size-width is nil and uncomputed (when directories are created in
9499 dired, for example); in this case, 4 is reasonable default value,
9500 although it may caused skewed new entries (which could be avoided
9501 by returning the original value of 8 in all cases, but 99% of the
9502 time this is a waste of whitespace).
9503
9504 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9505
9506 * cc-engine.el (c-guess-continued-construct)
9507 (c-guess-basic-syntax): Check a little more carefully if it's a
9508 function declaration when an unknown construct followed by a block
9509 is found inside a statement context. This avoids macros followed
9510 by blocks to be taken as function declarations.
9511
9512 (c-guess-continued-construct): Change the analysis of a statement
9513 continuation with a brace open to `substatement-block', for
9514 consistency with recognized statements.
9515
9516 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9517 start is in a position so that `c-beginning-of-statement-1' jumped
9518 to the beginning of the same statement.
9519
9520 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9521 Don't accept binary operators in the arglist if we're in a function
9522 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9523 template recognition in cases like "if (a < b || c > d)".
9524
9525 (c-restricted-<>-arglists): New more appropriate name for
9526 `c-disallow-comma-in-<>-arglists'.
9527
9528 Accessing functions updated for the variable name change.
9529
9530 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9531 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9532
9533 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9534 labels.
9535
9536 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9537 instead of duplicating parts of it. This fixes bogus label
9538 recognition.
9539
9540 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9541 of checking the context in which to apply the minimum indentation,
9542 so that it isn't enforced in e.g. namespace blocks.
9543
9544 * cc-vars.el (c-inside-block-syms): New constant used by
9545 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9546 to somewhat reduce the risk of becoming stale.
9547
9548 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9549 cc-cmds to cc-engine to allow use from cc-align.
9550
9551 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9552 qualified identifiers containing "::".
9553
9554 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9555 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9556
9557 * cc-vars.el (c-emacs-features): Use a space in front of the name
9558 of the temporary buffer. That also avoids dumping problems in
9559 XEmacs due to undo info being left around after the buffer is killed.
9560
9561 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9562 arglist to see if it's a K&R style declaration.
9563
9564 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9565 before returning `knr-argdecl-intro'.
9566
9567 2003-11-16 John Wiegley <johnw@newartisans.com>
9568
9569 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9570 field in a long-listing always 8 characters, use `size-width',
9571 which has already been computed.
9572
9573 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9574
9575 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9576
9577 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9578
9579 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9580 Support operation while narrowed, with `diff-restrict-view'.
9581
9582 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9583
9584 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9585 Take additional optional arg NARROWFUN. For the generated functions:
9586 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9587 include frags that arrange to check for and save narrowing state before
9588 the move and then conditionally call NARROWFUN after the move.
9589
9590 2003-11-14 John Wiegley <johnw@newartisans.com>
9591
9592 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9593 that was optional, but obviously missing based on surrounding code.
9594
9595 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9596 string arguments to numbers unless the whole argument was seen as
9597 a number.
9598
9599 2003-11-14 Kenichi Handa <handa@m17n.org>
9600
9601 * international/mule.el (ctext-non-standard-encodings-alist):
9602 Fix coding systems.
9603
9604 2003-11-10 Kenichi Handa <handa@m17n.org>
9605
9606 * language/kannada.el ("Kannada"): Add sample-text.
9607
9608 * language/knd-util.el (kannada-compose-region)
9609 (kannada-compose-string, kannada-post-read-conversion):
9610 Add autoload cookie.
9611
9612 * international/quail.el (quail-completion): Change the message
9613 "corresponding translations" to "corresponding characters".
9614
9615 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9616
9617 * descr-text.el (describe-char): Fix typo.
9618
9619 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9620
9621 These changes are to support Kannada language/script.
9622
9623 * Makefile.in (DONTCOMPILE): Add kannada.el.
9624
9625 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9626
9627 * loadup.el: Preload kannada.el.
9628
9629 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9630 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9631 New variables.
9632
9633 * language/kannada.el: New file.
9634
9635 * language/knd-util.el: New file.
9636
9637 2003-11-07 Andreas Schwab <schwab@suse.de>
9638
9639 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9640 Also highlight AH_*.
9641
9642 * xml.el (xml-parse-dtd): Fix misplaced paren.
9643
9644 2003-11-07 Kenichi Handa <handa@m17n.org>
9645
9646 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9647
9648 2003-11-05 Juri Linkov <juri@jurta.org>
9649
9650 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9651 (desktop-buffer-file): Use saved buffer-file-coding-system
9652 for file reading. Set auto-insert to nil to prevent automatic
9653 insertion into restored empty files.
9654
9655 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9656
9657 * files.el (risky-local-variable-p): Make second argument optional.
9658
9659 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * subr.el (add-hook): Fix last change.
9662
9663 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9664
9665 * mail/rmail.el (rmail-convert-to-babyl-format):
9666 If base64-decode-region signals an error, catch it and silently
9667 ignore it.
9668
9669 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9670
9671 * xml.el (xml-parse-region): Allow comments to appear after the
9672 topmost element has closed.
9673 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9674 (xml-ns-expand-attr): New functions to do namespace handling.
9675 (xml-intern-attrlist): Back-compatible handling of attribute names.
9676 (xml-parse-tag): Move namespace handling to separate functions.
9677 Now produces elements in the form ((:ns . "element") (attr-list)
9678 children) instead of ('ns:element (attr-list) children).
9679 (xml-parse-attlist): Fix attribute parsing.
9680 (xml-parse-dtd): Change parsing so that it produces strings
9681 instead of interned symbols.
9682
9683 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9684
9685 * dired.el (dired-ls-sorting-switches): Doc fix.
9686
9687 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9688
9689 * emacs-lisp/rx.el (rx-or): Fix the case of
9690 "(rx (and ?a (or ?b ?c) ?d))".
9691
9692 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9693
9694 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9695 (texinfo-format-region): Use it.
9696 (texinfo-format-buffer-1): Ditto.
9697
9698 2003-11-01 Alan Mackenzie <acm@muc.de>
9699
9700 Changes to allow scrolling whilst in isearch mode:
9701 * isearch.el (isearch-unread-key-sequence): New function,
9702 extracted from isearch-other-meta-char.
9703 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9704 "scrollable" standard functions.
9705 (isearch-allow-scroll): New customizable variable.
9706 (isearch-string-out-of-window, isearch-back-into-window)
9707 (isearch-reread-key-sequence-naturally)
9708 (isearch-lookup-scroll-key): New functions.
9709 (isearch-other-meta-char): Doc string and functionality enhanced.
9710 Now accepts a prefix argument.
9711 (isearch-lazy-highlight-window-end): New variable.
9712 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9713 end (thru isearch-lazy-highlight-window-end), not only its start.
9714
9715 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9716 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9717 (universal-argument, universal-argument-more, negative-argument)
9718 (digit-argument, universal-argument-other-key): Minor changes.
9719
9720 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9721
9722 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9723 recursively if the last message is deleted, thus avoiding an
9724 infinite loop.
9725
9726 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9729 (tex-main-file): Don't add .tex if the extension is already present.
9730 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9731
9732 2003-10-29 Lute Kamstra <lute@gnu.org>
9733
9734 * progmodes/octave-inf.el (inferior-octave-prompt):
9735 Recognize version number in prompt.
9736
9737 2003-10-28 Dave Love <fx@gnu.org>
9738
9739 * international/characters.el: Fix some Unicode ranges.
9740
9741 2003-10-28 Kenichi Handa <handa@m17n.org>
9742
9743 * disp-table.el (standard-display-8bit)
9744 (standard-display-default, standard-display-ascii)
9745 (standard-display-g1, standard-display-graphic)
9746 (standard-display-underline): Assure that standard-display-table
9747 is a display table.
9748
9749 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9752 reindenting the first line.
9753
9754 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9755
9756 * wid-edit.el (widget-default-delete): Always delete child widgets.
9757
9758 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9761 if the line has code.
9762 Don't try to line up with something that's too far left.
9763
9764 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9765 (octave-mode-syntax-table): Add % as a comment starter.
9766 (octave-point): Remove.
9767 (octave-in-comment-p, octave-in-string-p)
9768 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9769 (octave-blink-matching-block-open, octave-auto-fill):
9770 Use line-(beginning|end)-position instead.
9771
9772 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9773
9774 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9775 for Francesco Potort\e,Al\e(B.
9776
9777 2003-10-23 Dave Love <fx@gnu.org>
9778
9779 * international/mule-cmds.el (locale-charset-to-coding-system):
9780 Don't rely on nil being a coding system.
9781
9782 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9783 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9784 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9785
9786 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9787
9788 * gdb-ui.el (gdb-current-language): New variable.
9789 (gdb-update-flag): Remove variable.
9790 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9791 (gdb-take-last-elt): Remove function.
9792 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9793 (gdb-post-prompt): Check for variable object changes here.
9794
9795 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9796 object changes in gdb-ui.el.
9797
9798 2003-10-21 Richard M. Stallman <rms@gnu.org>
9799
9800 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9801
9802 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9803 Don't check for foo*/ wildcard form here.
9804 (insert-directory): Recognize foo*/ as a wildcard.
9805 Separate wildcard-regexp variable from the arg, wildcard.
9806
9807 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9808 (remove-hook): Correctly handle strange cases about local hooks.
9809
9810 2003-10-21 David Ponce <david@dponce.com>
9811
9812 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9813 argument REAL, to return a real number instead of a rounded
9814 integer value. Define as inline function.
9815 (ruler-mode-right-fringe-cols): Likewise.
9816 (ruler-mode-scroll-bar-cols): New function.
9817 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9818 (ruler-mode-right-scroll-bar-cols): Likewise.
9819 (ruler-mode-space): New function.
9820 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9821 scroll bar mode and margins in a more robust way.
9822
9823 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9824
9825 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9826 (antlr-c-init-language-vars): New function.
9827 (antlr-mode): Use it with cc-mode before v5.29.
9828 (antlr-c-common-init): Don't set some local vars here.
9829 (antlr-mode): Set them here.
9830 (antlr-c-forward-sws): New function alias.
9831 (antlr-mode): Redefine with cc-mode before v5.30.
9832 (antlr-skip-sexps): Use it.
9833 (antlr-skip-exception-part): Ditto.
9834 (antlr-skip-file-prelude): Ditto.
9835 (antlr-outside-rule-p): Ditto.
9836 (antlr-end-of-body): Ditto.
9837 (antlr-option-kind): Ditto.
9838 (antlr-insert-option-area): Ditto.
9839 (antlr-file-dependencies): Ditto.
9840
9841 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9842
9843 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9844 Move backward only if point was not inside an entry.
9845
9846 2003-10-21 Richard M. Stallman <rms@gnu.org>
9847
9848 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9849
9850 2003-10-21 Juri Linkov <juri@jurta.org>
9851
9852 * compare-w.el: Automatically skip non-matching text to resync.
9853 (compare-windows-whitespace): Doc fix.
9854 (compare-windows-sync, compare-windows-sync-string-size)
9855 (compare-windows-recenter, compare-ignore-whitespace)
9856 (compare-windows-highlight, compare-windows-face): New variables.
9857 (compare-windows): Use compare-windows-sync.
9858 (compare-windows-highlight, compare-windows-dehighlight)
9859 (compare-windows-sync-regexp)
9860 (compare-windows-sync-default-function): New functions.
9861
9862 2003-10-21 Juri Linkov <juri@jurta.org>
9863
9864 * diff.el (diff-parse-differences): Don't visit the files now;
9865 instead, just record the error locus.
9866
9867 2003-10-21 Dave Love <fx@gnu.org>
9868
9869 * progmodes/cfengine.el: New file.
9870
9871 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9874 default-directory when completing file names.
9875
9876 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9879 followed by the word `face', it gets treated as a face, even if
9880 it is also defined as a variable or a function.
9881
9882 2003-10-20 Dave Love <fx@gnu.org>
9883
9884 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9885 Avoid incf in macro expansion.
9886
9887 2003-10-20 John Paul Wallington <jpw@gnu.org>
9888
9889 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9890 `evenp' so we don't implicitly require cl library at runtime.
9891
9892 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9895 (help-make-xrefs): Only make cross-references for faces if
9896 preceded or followed by the word `face'. Do not make a
9897 cross-reference for variables without variable documentation,
9898 unless preceded by the word `variable' or `option'. Update doc
9899 string accordingly.
9900
9901 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9902
9903 * progmodes/hideshow.el: Rewrite one-armed `if'
9904 constructs using either `when' or `unless'.
9905 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9906
9907 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9908
9909 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9910 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9911 instead of 12x12.
9912
9913 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9914
9915 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9916 message while converting to Babyl.
9917
9918 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9919
9920 * allout.el (allout-mode): Doc fix.
9921
9922 2003-10-16 Lute Kamstra <lute@gnu.org>
9923
9924 * subr.el (force-mode-line-update): Fix docstring.
9925
9926 2003-10-14 Dave Love <fx@gnu.org>
9927
9928 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9929 (default-input-method): Add :link, improve :type.
9930 (locale-charset-language-names): Fix utf-8 pattern.
9931 (locale-charset-match-p, locale-charset-alist)
9932 (locale-charset-to-coding-system): New.
9933 (set-locale-environment): Deal with codeset part of locale specs.
9934
9935 2003-10-14 Lute Kamstra <lute@gnu.org>
9936
9937 * fringe.el (fringe-mode): Use active voice in docstring.
9938 (set-fringe-style): Ditto.
9939
9940 2003-10-13 Lute Kamstra <lute@gnu.org>
9941
9942 * fringe.el (fringe-mode): Fix docstring.
9943 (set-fringe-style): Ditto.
9944
9945 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9946
9947 * ediff-mult.el (ediff-filegroup-action):
9948 Use ediff-default-filtering-regexp.
9949
9950 * ediff-util.el (ediff-recenter): Don't call
9951 ediff-restore-highlighting twice.
9952 (ediff-select-difference): Set current difference.
9953 (ediff-unselect-and-select-difference): Add comment.
9954
9955 * ediff.el (ediff-directories,ediff-directory-revisions)
9956 (ediff-directories3,ediff-merge-directories)
9957 (ediff-merge-directories-with-ancestor)
9958 (ediff-merge-directory-revisions)
9959 (ediff-merge-directory-revisions-with-ancestor):
9960 Use ediff-default-filtering-regexp.
9961
9962 2003-10-12 Andreas Schwab <schwab@suse.de>
9963
9964 * international/mule-cmds.el (locale-charset-language-names):
9965 Simplify regex by removing unused grouping.
9966
9967 2003-10-10 Dave Love <fx@gnu.org>
9968
9969 * bindings.el: Don't bind stop.
9970
9971 2003-10-08 Miles Bader <miles@gnu.org>
9972
9973 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9974 face instead of attempting to emulate it.
9975
9976 2003-10-07 Kenichi Handa <handa@m17n.org>
9977
9978 * international/mule-diag.el (list-coding-systems-1): List coding
9979 systems that are loaded automatically.
9980
9981 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9982
9983 * international/mule.el (autoload-coding-system): New function.
9984
9985 2003-10-07 Andreas Schwab <schwab@suse.de>
9986
9987 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9988 change-log-default-name in the buffer visiting the file.
9989
9990 2003-10-06 Dave Love <fx@gnu.org>
9991
9992 * files.el (find-file-hook): Customize.
9993 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9994
9995 * bindings.el (completion-ignored-extensions): Remove .log.
9996 (global-map): Add again, open, stop keys.
9997
9998 2003-10-05 Richard M. Stallman <rms@gnu.org>
9999
10000 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10001 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10002 Use sh-modify directly.
10003 (sh-select): Use sh-append, not eval.
10004
10005 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10006
10007 * info.el (Info-following-node-name): New function.
10008
10009 * loadhist.el (unload-feature-special-hooks):
10010 Rename from loadhist-hook-functions.
10011 (loadhist-hook-functions): Now an alias.
10012
10013 2003-10-04 Eli Zaretskii <eliz@gnu.org>
10014
10015 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10016 file-name clashes on 8+3 filesystems.
10017
10018 * Makefile.in (DONTCOMPILE, bootstrap-clean):
10019 Rename loaddefs-boot.el to ldefs-boot.el
10020
10021 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10022 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10023
10024 2003-10-03 Lute Kamstra <lute@gnu.org>
10025
10026 * info.el (Info-mode): Revert previous change.
10027 (Info-escape-percent): New function.
10028 (Info-fontify-node): Use it.
10029
10030 2003-10-02 Andreas Schwab <schwab@suse.de>
10031
10032 * loaddefs-boot.el: Regenerated.
10033
10034 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
10035
10036 * ffap.el: Remove defadvice related code from CVS since `complete'
10037 provides a `PC-completion-as-file-name-predicate' variable that
10038 ffap can override.
10039
10040 2003-10-02 Kenichi Handa <handa@m17n.org>
10041
10042 * international/utf-8.el (ccl-decode-mule-utf-8):
10043 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10044
10045 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10046 * international/subst-big5.el: Likewise.
10047 * international/subst-gb2312.el: Likewise.
10048 * international/subst-ksc.el: Likewise.
10049
10050 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10051
10052 * calendar/calendar.el (increment-calendar-month)
10053 (calendar-leap-year-p, calendar-absolute-from-gregorian)
10054 (generate-calendar, calendar-read-date, calendar-interval)
10055 (calendar-day-of-week): Handle years BC.
10056 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10057
10058 2003-10-01 Dave Love <fx@gnu.org>
10059
10060 * language/cyrillic.el (cp1251): Alias for windows-1251.
10061
10062 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10063 bootstrap.
10064
10065 2003-10-01 Lute Kamstra <lute@gnu.org>
10066
10067 * files.el: Fix typo.
10068 * imenu.el (imenu--generic-function): Docstring fix.
10069
10070 2003-09-30 Richard M. Stallman <rms@gnu.org>
10071
10072 * dired.el (dired-mode): Handle dired-directory as a list.
10073
10074 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
10075
10076 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10077
10078 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10079
10080 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10081 Replace gud-display with gud-watch.
10082 (gud-speedbar-buttons): Add stuff for watching expressions
10083 in the speedbar when using M-x gdba. Use dolist on old part
10084 of this function.
10085
10086 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10087 (gdb-update-flag): New variables.
10088 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10089 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10090 (gud-watch, gdb-var-create-handler) : New functions.
10091 (gdb-var-list-children, gdb-var-list-children-handler)
10092 (gdb-var-create-regexp, gdb-var-update-regexp)
10093 (gdb-var-list-children-regexp): New constants.
10094 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10095 (gdb-annotation-rules): Reduce annotation set (level 3).
10096 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10097 (gdb-post-prompt): Don't update GDB buffers every time speedbar
10098 updates.
10099 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10100 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10101 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10102 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10103 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10104 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10105 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10106 (gud-display, gud-display1)
10107 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10108 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10109 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10110 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10111 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10112 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10113 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10114 (gdb-display-display-buffer, gdb-toggle-display)
10115 (gdb-delete-display, gdb-expressions-popup-menu)
10116 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10117 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10118 to display buffer.
10119
10120 2003-09-30 Richard M. Stallman <rms@gnu.org>
10121
10122 * progmodes/ada-mode.el (ada-mode): Don't use advice.
10123 Instead, set which-func-functions.
10124
10125 * progmodes/which-func.el (which-func-modes): Add ada-mode.
10126 (which-func-functions): New variable.
10127 (which-function): Use that.
10128
10129 * info.el (Info-mode): Double each `%' in header line.
10130
10131 * emacs-lisp/lisp-mnt.el (lm-with-file):
10132 When FILE is nil, run BODY in current buffer.
10133
10134 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10135
10136 * help.el (describe-mode): Start with a brief list of minor modes.
10137 Find them thru minor-mode-list so as to find them all.
10138 Show them in alphabetical order.
10139
10140 * mail/sendmail.el (mail-aliases): Doc fix.
10141
10142 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10143
10144 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10145
10146 * mail/rmailsum.el (rmail-make-summary-line-1):
10147 Change comma after last label to a space.
10148 (rmail-summary-font-lock-keywords): Adapt to that change.
10149
10150 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
10151
10152 * progmodes/scheme.el (scheme-mode-variables): When setting
10153 `font-lock-defaults', also specify that "#" should
10154 be interpreted with `word' syntax.
10155 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10156
10157 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10158
10159 * desktop.el: A lot of comments updated.
10160 (desktop-save-mode): Minor mode introduced.
10161 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10162 (desktop-load-default): Function made obsolete.
10163 (desktop-locals-to-save): Variable made customizable.
10164 (desktop-read): Optional parameter `dirname' added.
10165 (desktop-change-dir, desktop-revert): Parameter `dirname' in
10166 `desktop-read' used.
10167 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10168
10169 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
10170
10171 * whitespace.el (whitespace-clean-msg): Add user customizable message
10172 for displaying ``clean'' output.
10173 (whitespace-buffer): Use `whitespace-clean-msg'.
10174 (whitespace-global-mode): Fix typo.
10175
10176 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10177
10178 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10179
10180 2003-09-29 Lute Kamstra <lute@gnu.org>
10181
10182 * bindings.el (mode-line-modes): Remove superfluous :propertize
10183 construct in initialization.
10184 (mode-line-position): Change cons cell into proper list in
10185 initialization.
10186
10187 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10188
10189 * international/mule.el (decode-coding-inserted-region): Use car
10190 of the return value of find-operation-coding-system.
10191
10192 2003-09-29 Kenichi Handa <handa@m17n.org>
10193
10194 * descr-text.el (describe-char): Fix previous change.
10195
10196 2003-09-28 Kenichi Handa <handa@m17n.org>
10197
10198 * descr-text.el (describe-char-display): New function.
10199 (describe-char): Pay attention to display table on describing how
10200 a character is displayed.
10201
10202 * international/mule-cmds.el (encoded-string-description):
10203 Prepend "0x" to each encoded byte.
10204
10205 2003-09-28 Andreas Schwab <schwab@suse.de>
10206
10207 * find-file.el (ff-special-constructs): Add autoload cookie.
10208
10209 2003-09-28 Kevin Ryde <user42@zip.com.au>
10210
10211 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10212 makeinfo appends to duplicate index entries.
10213
10214 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10215
10216 * dired-x.el (dired-clean-tex): Doc fix.
10217
10218 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10219 using a Chinese tutorial.
10220
10221 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10222
10223 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10224 between "MAIL FROM:" and "RCPT TO:" and the following address.
10225
10226 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10227
10228 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10229
10230 2003-09-28 David Ponce <david@dponce.com>
10231
10232 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10233 (recentf-load-list): When `recentf-initialize-file-name-history'
10234 is non-nil, initialize an empty `file-name-history' with the
10235 recent list.
10236
10237 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10238
10239 * man.el (Man-default-man-entry): Remove the leading `*' from the
10240 word at point.
10241
10242 2003-09-26 Lute Kamstra <lute@gnu.org>
10243
10244 * bindings.el (mode-line-position): Mention size indication in
10245 docstring.
10246
10247 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10248
10249 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10250
10251 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10252 because it's autoloaded now.
10253
10254 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10255
10256 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10257 (sh-font-lock-keywords, sh-feature): Fix previous change of
10258 sh-feature to avoid infloop with sh-font-lock-keywords.
10259
10260 2003-09-25 Kim F. Storm <storm@cua.dk>
10261
10262 * frame.el (frame-current-scroll-bars): New defun.
10263
10264 * window.el (window-current-scroll-bars): New defun.
10265
10266 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10267
10268 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10269 cause errors when the state cache contains info on parts that have
10270 been narrowed out.
10271
10272 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10273
10274 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10275 `c-setup-paragraph-variables' has to be used when this variable is
10276 changed; it doesn't work to reinitialize the mode since that
10277 typically clobbers the variable.
10278
10279 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10280 Make it interactive.
10281
10282 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10283
10284 * progmodes/cc-fonts.el (c-font-lock-declarations):
10285 Fix recognition of constructors and destructors for classes whose
10286 names are matched by `*-font-lock-extra-types'.
10287
10288 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10289 followed by an identifier in C++ then it's a type.
10290
10291 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10292
10293 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10294 problem that primarily affected XEmacs. Don't use faces to find
10295 unterminated strings since Emacs and XEmacs fontify strings
10296 differently - this function should now work better in XEmacs.
10297
10298 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10299
10300 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10301 `expand-abbrev' workaround which caused braces to misbehave inside
10302 macros.
10303
10304 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10305 handling. This bug could cause interactive font locking to bail out.
10306
10307 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10308
10309 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10310 Handle paren-style types in Pike. Also fixed some cases of
10311 insufficient handling of unbalanced parens.
10312
10313 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10314
10315 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10316 common shell prompts that are not common filename or URL characters.
10317 (ffap-file-at-point): Use the new regexp to strip the prompts from
10318 the file names. This is an issue mostly for user prompts that
10319 don't have a trailing space and find-file-at-point is invoked from
10320 within a shell inside Emacs.
10321
10322 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10323
10324 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10325 stamps numerically, rather than textually.
10326
10327 2003-09-24 Kenichi Handa <handa@m17n.org>
10328
10329 * language/devan-util.el (devanagari-post-read-conversion):
10330 * language/mlm-util.el (malayalam-post-read-conversion):
10331 * language/tml-util.el (tamil-post-read-conversion):
10332 Add autoload cookie.
10333
10334 * international/utf-8.el (utf-8-post-read-conversion):
10335 Call post-read-conversion functions for Devanagari, Malayalam,
10336 and Tamil.
10337
10338 2003-09-23 Dave Love <fx@gnu.org>
10339
10340 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10341
10342 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10343
10344 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10345 Update gud-remove.
10346
10347 2003-09-22 Richard M. Stallman <rms@gnu.org>
10348
10349 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10350 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10351 (sh-mode-syntax-table-input): New variable.
10352 (sh-require-final-newline): Don't use eval.
10353 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10354 (sh-variables, sh-font-lock-keywords): Don't use eval.
10355 (sh-set-shell): When setting require-final-newline,
10356 treat value = `require-final-newline' as don't change it.
10357 Set sh-mode-syntax-table locally based on
10358 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10359
10360 * progmodes/compile.el (compile-internal):
10361 Call compilation-set-window-height before setting window start.
10362
10363 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10364
10365 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10366 Clear out byte-compile-last-warned-form.
10367
10368 2003-09-22 Richard M. Stallman <rms@gnu.org>
10369
10370 * woman.el (woman-file-name, woman-follow-word):
10371 If current-word returns nil, use "".
10372
10373 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10374
10375 2003-09-22 Richard M. Stallman <rms@gnu.org>
10376
10377 * emacs-lisp/lisp-mnt.el (lm-with-file):
10378 Don't visit the file, just use insert-file-contents in temp buffer.
10379
10380 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10381
10382 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10383 Add surrounding \\( and \\) around the header, as in
10384 for lm-history-header 'Change Log\\|History'.
10385
10386 2003-09-22 John Paul Wallington <jpw@gnu.org>
10387
10388 * progmodes/ld-script.el: Add Commentary section,
10389 minor cleanup of file header.
10390 (ld-script-font-lock-keywords): Doc fix.
10391 (toplevel): Provide `ld-script' feature.
10392
10393 2003-09-21 Kim F. Storm <storm@cua.dk>
10394
10395 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10396 new built-in variable default-frame-scroll-bars.
10397 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10398 scroll-bar-mode; notably, use it instead of t when we toggle
10399 scroll-bars on.
10400 (toggle-scroll-bar): Use default-frame-scroll-bars.
10401
10402 2003-09-19 Masatake YAMATO <jet@gyve.org>
10403
10404 * pcvs.el (cvs-do-removal): Change the prompt depending on
10405 `filter' value.
10406
10407 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10408
10409 * startup.el (command-line-1): Stop startup-echo-area-message
10410 being hidden by "Loading image..." message.
10411 (use-fancy-splash-screens-p, display-splash-screen):
10412 Move display-graphic-p test from latter to former.
10413
10414 * progmodes/sh-script.el (sh-font-lock-keywords):
10415 Highlight escaped EOLs differently from other backslash constructs.
10416
10417 2003-09-19 Richard M. Stallman <rms@gnu.org>
10418
10419 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10420 New functions.
10421 (edebug-enter, edebug-outside-excursion): Use them.
10422
10423 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10424 Fix the condition for whether to print "In WHERE".
10425
10426 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10427
10428 * finder.el (finder-mode-hook): New variable.
10429 (finder-mode): Run hook finder-mode-hook
10430
10431 2003-09-18 Masatake YAMATO <jet@gyve.org>
10432
10433 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10434
10435 2003-09-17 Mario Lang <mlang@delysid.org>
10436
10437 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10438 "p %e" to actually print the value in the GUD buffer.
10439
10440 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10441
10442 From David Ponce <david.ponce@wanadoo.fr>:
10443 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10444 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10445 from loaddefs-boot.el if necessary.
10446
10447 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10448
10449 * progmodes/gud.el (gud-find-class): Make jdb work again since
10450 cc-mode changed the syntactic information.
10451
10452 2003-09-15 David Ponce <david@dponce.com>
10453
10454 * recentf.el: (recentf-exclude): Accept predicates too.
10455 (recentf-file-readable-p): New function.
10456 (recentf-include-p): Handle predicates in recentf-exclude.
10457 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10458 (recentf-cleanup): Likewise.
10459 (recentf-save-list): Use write-file to handle backup of
10460 recentf-save-file.
10461
10462 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10463
10464 * loaddefs-boot.el: Renamed from `loaddefs.el'
10465 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10466 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10467 necessary.
10468
10469 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10470
10471 * electric.el (Electric-pop-up-window): For the `one-window' case,
10472 no longer disconcertingly move point in the original buffer.
10473
10474 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10477
10478 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10479
10480 * dired.el (dired-mode-map): Fix typo.
10481
10482 2003-09-11 Richard M. Stallman <rms@gnu.org>
10483
10484 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10485
10486 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10487
10488 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10489 the function is less noisy. Now only `kill-buffer' can ask questions.
10490
10491 2003-09-10 Mario Lang <mlang@delysid.org>
10492
10493 * battery.el: Update Commentary and Copyright.
10494 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10495 appear due to wrong ordering of the expressions in `or'.
10496
10497 2003-09-09 Lute Kamstra <lute@gnu.org>
10498
10499 * misc.el (upcase-char): Fix docstring.
10500 (zap-up-to-char): New command.
10501
10502 2003-09-08 David Ponce <david@dponce.com>
10503
10504 Ensure that recentf correctly updates the menu bar.
10505 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10506 (recentf-menu-bar): New function.
10507 (recentf-clear-data): Use it
10508 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10509 of easy-menu-change.
10510
10511 2003-09-08 Lute Kamstra <lute@gnu.org>
10512
10513 * simple.el (size-indication-mode): New.
10514 * bindings.el (mode-line-position): Add buffer size indicator.
10515
10516 2003-09-04 Mario Lang <mlang@delysid.org>
10517
10518 * battery.el (battery-linux-proc-acpi): New function.
10519 (battery-status-function): Modify default value calculation to also
10520 check for availability of ACPI.
10521 (battery-echo-area-format): Ditto.
10522 (battery-mode-line-format): Ditto.
10523
10524 2003-09-06 Dave Love <fx@gnu.org>
10525
10526 * ielm.el (ielm-mode-hook): Add :options.
10527
10528 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10529 (eldoc-print-current-symbol-info): Use it.
10530
10531 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10532
10533 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10534 being displayed in GUD buffer.
10535 (gdb-idle-input-queue): Remove var. Use just one queue.
10536 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10537 Remove functions. Use just one queue.
10538 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10539 (gdb-invalidate-assembler, gdb-get-current-frame):
10540 Modify functions. Use just one queue.
10541
10542 2003-09-04 Dave Love <fx@gnu.org>
10543
10544 * cus-start.el: Add blink-cursor-alist.
10545
10546 * ruler-mode.el (ruler-mode-fill-column-char)
10547 (ruler-mode-current-column-char): Use char-displayable-p,
10548 not window-system.
10549
10550 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10551
10552 * language/european.el (windows-1252): Move from code-pages.
10553
10554 * language/cyrillic.el ("Windows-1251"): Delete.
10555 ("Bulgarian", "Belarusian"): Remove `features'.
10556 (windows-1251): Move from code-pages.
10557
10558 * international/mule-diag.el (non-iso-charset-alist):
10559 Remove `codepage' stuff.
10560 (print-designation, list-coding-systems-1): Output fixes.
10561
10562 * international/code-pages.el (cp-make-translation-table)
10563 (cp-valid-codes): Made defsubsts.
10564 (cp-fix-safe-chars): Delete.
10565 (mule-diag): Don't require.
10566 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10567 (top-level): Check for defined coding system when defining
10568 cp... aliases. Change w32-add-charset-info test to avoid warning.
10569 (non-iso-charset-alist): Defvar when compiling.
10570 (cp-make-coding-system): Doc fix.
10571
10572 2003-09-02 Jason Rumney <jasonr@gnu.org>
10573
10574 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10575 line-ends from CVS before doing conversion.
10576
10577 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10578
10579 * calendar/diary-lib.el (diary-header-line-flag)
10580 (diary-header-line-format): New variables.
10581 (list-diary-entries): Use them to set header line in simple diary.
10582
10583 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10584 other than font-lock-string-face to highlight backslashes.
10585
10586 2003-09-01 Jason Rumney <jasonr@gnu.org>
10587
10588 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10589 regexp.
10590
10591 2003-09-01 Dave Love <fx@gnu.org>
10592
10593 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10594
10595 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10596 and :help; also line and column numbers labels.
10597
10598 * international/mule-util.el (char-displayable-p): Move from
10599 latin1-disp, rename and autoload.
10600
10601 * international/latin1-disp.el (latin1-char-displayable-p):
10602 Now obsolete alias. Replace uses with char-displayable-p.
10603 (latin1-display-ucs-per-lynx): Fix last change.
10604
10605 * international/mule-cmds.el (standard-display-european-internal):
10606 Don't use char code for Latin-1 NBSP.
10607 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10608 U+2018, U+2019 for `'.
10609 (select-safe-coding-system): Message fix.
10610
10611 2003-09-01 Kenichi Handa <handa@m17n.org>
10612
10613 * international/fontset.el (setup-default-fontset): For Thai
10614 font, specify "*" family.
10615
10616 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10617
10618 * progmodes/compile.el (previous-error): Accept a prefix
10619 argument, similarly to next-error.
10620
10621 2003-08-31 Masatake YAMATO <jet@gyve.org>
10622
10623 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10624 the number of files. Bind the number of files to a local
10625 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10626
10627 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10628
10629 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10630 2003-07-26: msdos-long-file-names is a function, not a variable.
10631
10632 2003-08-29 Richard M. Stallman <rms@gnu.org>
10633
10634 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10635 Do nothing with mail-personal-alias-file if it is nil.
10636
10637 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10638 Do nothing if mail-personal-alias-file is nil.
10639
10640 * term.el (term-exec-1): Bind coding-system-for-read.
10641
10642 * dired.el (dired-mouse-find-file-other-window):
10643 Use dired-view-command-alist here, as in dired-view-file.
10644 (dired-view-command-alist): Use %s to substitute file name.
10645 Handle .ps_pages, .eps, .jpg, .gif, .png.
10646
10647 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10648
10649 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10650 `Info-prev-reference', instead of M-tab.
10651
10652 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10653
10654 * simple.el (blink-matching-open): Work correctly on chars that
10655 are designated as parens through the syntax-table text property.
10656
10657 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10658
10659 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10660 line break position in the middle of a non-kinsoku (e.g. latin)
10661 word, making it skip until either a space or a character with
10662 category "|".
10663 (kinsoku-longer): Test for end of buffer.
10664
10665 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10666
10667 * mail/rmail.el (rmail-convert-to-babyl-format):
10668 Detect quoted-printable- and base64-encoded messages and decode them
10669 automatically. Set the message's encoding from the charset=
10670 header, if any. Decode base64-encoded messages in Mail format as well.
10671
10672 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10673
10674 * mail/smtpmail.el: Fix previous change.
10675 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10676 calling smtpmail-via-smtp.
10677 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10678
10679 2003-08-26 John Paul Wallington <jpw@gnu.org>
10680
10681 * image.el (image-jpeg-p): Don't search beyond length of data.
10682
10683 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10684
10685 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10686 misfeature in `expand-abbrev' which caused electric keywords like
10687 "else" to disappear if an open brace was typed directly afterwards.
10688
10689 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10690
10691 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10692 mandatory in `define-widget'.
10693
10694 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10695 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10696
10697 (c-assignment-operators): New language constant that only contains
10698 the assignment operators.
10699
10700 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10701
10702 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10703
10704 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10705 Safeguard against unbalanced sexps.
10706
10707 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10708
10709 * version.el (emacs-version): Check for gtk. Include gtk version info.
10710
10711 2003-08-25 John Paul Wallington <jpw@gnu.org>
10712
10713 * man.el (Man-default-man-entry): Don't whizz past the section
10714 number before looking for it.
10715
10716 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10717
10718 * progmodes/gud.el (gud-display-line): Don't set window-point if
10719 source buffer is not visible. (Only happens with M-x gdba.)
10720
10721 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10722 documentation.
10723 (gdb-source, gdb-source-info): Update to assembler unnecessary
10724 as its done after each GDB command anyway.
10725 (gdb-pre-prompt): Use with-current-buffer.
10726 (gdb-insert-field): Add help-echo text.
10727 (gdb-invalidate-assembler): Re-display of assembler now done in
10728 gdb-info-breakpoints-custom.
10729 (gdb-info-breakpoints-custom): Force re-display of assembler to
10730 happen *after* update of breakpoints buffer.
10731 (gdb-display-source-buffer): Don't choke if gdb-source-window
10732 isn't visible.
10733 (gdb-put-string, gdb-put-arrow): Remove free variables.
10734
10735 2003-08-24 John Paul Wallington <jpw@gnu.org>
10736
10737 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10738
10739 * man.el (Man-default-man-entry): Strip text properties when
10740 snarfing parts of entry because `format' preserves properties.
10741
10742 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10743
10744 * files.el (file-newest-backup): Use `expand-file-name'.
10745
10746 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10747 Allow the diary to pop up a new frame, if needed.
10748
10749 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10750 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10751 (smtpmail-send-it): Make treatment of envelope-from consistent with
10752 sendmail.el.
10753
10754 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10755 (sh-leading-keywords): Add the bash `time' reserved word.
10756 (sh-variables): Add some bash variables.
10757 (sh-add-completer): Fix nil branch of case statement.
10758
10759 2003-08-24 Masatake YAMATO <jet@gyve.org>
10760
10761 * progmodes/ld-script.el: New file.
10762
10763 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10764
10765 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10766
10767 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10768
10769 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10770 Better explain obsolescence, and what to use instead.
10771
10772 2003-08-23 Masatake YAMATO <jet@gyve.org>
10773
10774 * pcvs.el (cvs-do-removal): Show the deleted file name
10775 on the prompt.
10776
10777 2003-08-20 Dave Love <fx@gnu.org>
10778
10779 * international/mule.el (make-coding-system)
10780 (set-buffer-file-coding-system): Doc fix.
10781
10782 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10783
10784 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10785
10786 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10787
10788 * international/utf-16.el: Add mime-text-unsuitable coding system
10789 properties.
10790
10791 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10792
10793 * cus-edit.el: Add some :links.
10794 (bib): Remove.
10795
10796 * textmodes/bib-mode.el (bib): Add :group external.
10797
10798 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10799
10800 * wid-edit.el (widget-echo-help): Make it handle expressions that
10801 evaluate to strings.
10802
10803 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10804
10805 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10806
10807 Simplify selection of SQL products to define highlighting and
10808 interactive mode. Includes detailed instructions on adding
10809 support for new products.
10810
10811 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10812 product for use in highlighting and interactive mode.
10813 (sql-interactive-product): New variable. SQL product for
10814 sql-interactive-mode.
10815 (sql-product-support): New variable. Specifies product-specific
10816 parameters to drive highlighting and interactive mode.
10817 (sql-imenu-generic-expression): Add more object types.
10818 (sql-sqlite-options): Correct comment.
10819 (sql-ms-program): Use "osql" rather than "isql".
10820 (sql-prompt-regexp, sql-prompt-length): Update comment.
10821 (sql-mode-menu): Add "Start SQLi session" entry.
10822 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10823 (sql-mode-abbrev-table): Add abbreviations. Support of
10824 SYSTEM-FLAG on define-abbrev. Support was removed with last
10825 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10826 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10827 names.
10828 (sql-mode-ansi-font-lock-keywords): Set as default value.
10829 (sql-mode-oracle-font-lock-keywords): Set as default value.
10830 Support Oracle 9i keywords.
10831 (sql-mode-postgres-font-lock-keywords): Set as default value.
10832 (sql-mode-linter-font-lock-keywords): Set as default value.
10833 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10834 SQLServer 2000.
10835 (sql-mode-sybase-font-lock-keywords)
10836 (sql-mode-interbase-font-lock-keywords)
10837 (sql-mode-sqlite-font-lock-keywords)
10838 (sql-mode-strong-font-lock-keywords)
10839 (sql-mode-mysql-font-lock-keywords)
10840 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10841 keywords.
10842 (sql-mode-font-lock-defaults): Update comment.
10843 (sql-product-feature): New function. Returns feature associated
10844 with a product from `sql-product-support' alist.
10845 (sql-product-font-lock): New function. Set font-lock support
10846 based on `sql-product'.
10847 (sql-add-product-keywords): New function. Add font-lock rules to
10848 product-specific keyword variables.
10849 (sql-set-product): New function. Set `sql-product' and apply
10850 appropriate font-lock highlighting.
10851 (sql-highlight-product): New function. Set font-lock support
10852 based on a product. Also set mode name to include product name.
10853 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10854 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10855 Use `sql-set-product'.
10856 (sql-highlight-ms-keywords)
10857 (sql-highlight-sybase-keywords)
10858 (sql-highlight-interbase-keywords)
10859 (sql-highlight-strong-keywords)
10860 (sql-highlight-mysql-keywords)
10861 (sql-highlight-sqlite-keywords)
10862 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10863 (sql-get-login): Prompt in the same order as the tokens.
10864 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10865 (sql-product-interactive): New function. Common portions of
10866 product-specific interactive mode wrappers.
10867 (sql-interactive-mode): Rewritten to use product features.
10868 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10869 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10870 (sql-db2, sql-linter): Use `sql-product-interactive'.
10871 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10872 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10873 (sql-connect-ingres, sql-connect-postgres)
10874 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10875 New functions. Format command line parameters and invoke comint on
10876 the appropriate interpreter. Code was in the corresponding
10877 `sql-xyz' function before.
10878 (sql-connect-ms): New function. Support -E argument to use
10879 operating system credentials for authentication.
10880
10881 2003-08-18 Kenichi Handa <handa@m17n.org>
10882
10883 * international/mule.el (encode-char): Fix for the ASCII case.
10884
10885 2003-08-15 Kenichi Handa <handa@m17n.org>
10886
10887 * international/fontset.el (setup-default-fontset): Change "*" to
10888 nil in the specifications of font family.
10889
10890 2003-08-18 Kim F. Storm <storm@cua.dk>
10891
10892 * kmacro.el (kmacro-keymap): Group related bindings in
10893 initialization for clarity. Bind C-s to start macro.
10894 Remove C-r binding.
10895 (kmacro-initial-counter-value): New defvar to hold initial counter
10896 value in case we set the value before defining a macro.
10897 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10898 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10899 not defining or executing macro. Doc fix.
10900 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10901 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10902 temporarily view older elements on the macro ring without cycling
10903 the ring.
10904 (kmacro-display): Doc fix.
10905 (kmacro-exec-ring-item): New helper function.
10906 (kmacro-call-ring-2nd): Use it.
10907 (kmacro-call-ring-2nd-repeat): Doc fix.
10908 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10909 (kmacro-end-or-call-macro): Execute last viewed macro (using
10910 kmacro-exec-ring-item) from ring if this follows
10911 kmacro-view-macro. This allows us to find a macro on the ring
10912 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10913 the ring to bring it to the head of the ring.
10914 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10915 Allow binding to reserved keys without specifying C-x C-k prefix.
10916 Ask for confirmation if entered key sequence is already bound to
10917 a non-macro command.
10918 (kmacro-view-macro): Repeating command will show older elements
10919 on the macro ring; C-k will execute the last viewed macro.
10920 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10921 property from 'ring to 'head.
10922
10923 2003-08-17 Alan Shutko <ats@acm.org>
10924
10925 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10926 keeping December out of the alist.
10927
10928 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10929
10930 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10931 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10932 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10933 (calendar-flatten): New function.
10934 (calendar-mouse-view-other-diary-entries)
10935 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10936 in the menu title and to show multi-line diary entries correctly
10937 in the menu.
10938
10939 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10940
10941 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10942 defcustom, because the default was recently changed.
10943
10944 2003-08-16 Richard M. Stallman <rms@gnu.org>
10945
10946 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10947
10948 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10949 New subroutine, broken out of eval-last-sexp-1.
10950 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10951
10952 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10953
10954 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10955
10956 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10957
10958 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10959
10960 * progmodes/compile.el (compilation-error-regexp-alist):
10961 Add Java ANt error detection as described in document
10962 http://ant.apache.org/faq.html
10963
10964 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10965
10966 * simple.el (backward-word, forward-to-indentation)
10967 (backward-to-indentation): Argument changed to optional.
10968 (next-line, previous-line): Use `or' instead of `unless'.
10969
10970 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10971
10972 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10973 instead of a constant.
10974
10975 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10976
10977 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10978
10979 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10980
10981 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10982 (vc-sccs-workfile-version): Search the entire delta table, rather
10983 than just the first entry, because that might be a deleted version.
10984
10985 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10986
10987 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10988 [save-place] binding in the Options menu. Have it require
10989 'saveplace' and then toggle the variable manually, to avoid an an
10990 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10991 for the bug report.
10992
10993 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10994
10995 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10996 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10997 (gdb-info-threads-custom): Add help-echo text.
10998 (gdb-display-back): Don't use purecopy.
10999 (gdb-info-breakpoints-custom, gdb-reset)
11000 (gdb-assembler-custom): Use display-images-p to test if breakpoint
11001 icons can be displayed.
11002
11003 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
11004
11005 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11006
11007 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
11008
11009 * bookmark.el (bookmark-completing-read):
11010 Return a string, instead of a list of one string.
11011 Use a popup menu if activated from the mouse.
11012 (bookmark-edit-annotation): Remove unused vars.
11013 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11014 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11015 to bookmark-completing-read.
11016 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11017 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11018 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11019 and erase-buffer.
11020 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11021 (bookmark-menu-jump, bookmark-menu-insert)
11022 (bookmark-popup-menu-and-apply-function)
11023 (bookmark-menu-popup-paned-bookmark-menu): Remove.
11024 (bookmark-menu-build-paned-menu): Remove by folding it into
11025 bookmark-menu-popup-paned-menu.
11026 (menu-bar-bookmark-map): Move the define-key statements here.
11027 Use the "non-menu" commands since they now pop up a menu if needed.
11028 (bookmark-exit-hook-internal): Simplify.
11029
11030 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
11031
11032 * reftex-toc.el (reftex-toc-rename-label): New function.
11033 (reftex-toc-check-docstruct): New function.
11034
11035 * reftex.el (reftex-region-active-p): New function.
11036
11037 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11038 regexp to find the \bibliography macro.
11039
11040 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11041 which does not exist in LaTeX.
11042 (reftex-cite-format-builtin): Added amsrefs support.
11043 (reftex-toc-confirm-promotion): New option
11044
11045 * reftex-toc.el
11046 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11047 (reftex-toc-demote, reftex-toc-promote)
11048 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11049 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11050 (reftex-toc-newhead-from-alist)
11051 (reftex-toc-load-all-files-for-promotion): New functions.
11052 (reftex-toc-help): Added description of new keys.
11053 (reftex-toc-split-windows-fraction): New option.
11054 (reftex-recenter-toc-when-idle): Search *toc* window on all
11055 visible frames.
11056 (reftex-toc): Additional parameter REUSE
11057 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
11058 with REUSE argument.
11059 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11060 the call of `reftex-toc'.
11061 (reftex-make-separate-toc-frame): New function .
11062 (reftex-toc-recenter): When called with triple prefix arg, call
11063 `reftex-make-separate-toc-frame' first.
11064 (reftex-toc-toggle-dedicated-frame): New command.
11065 (reftex-toc-quit): Adapted to delete frame when called in
11066 dedicated frame.
11067
11068 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11069 all enclosing macros.
11070
11071
11072 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11073
11074 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11075 first use.
11076
11077 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11078
11079 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11080
11081 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11082
11083 * calendar/calendar.el (list-diary-entries-hook)
11084 (diary-display-hook, nongregorian-diary-listing-hook)
11085 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11086 Add some customize options for these hooks.
11087 (calendar-abbrev-construct): Don't try to take a substring longer
11088 than the original string.
11089
11090 2003-08-05 Richard M. Stallman <rms@gnu.org>
11091
11092 * emacs-lisp/testcover.el (noreturn): Report error if does return.
11093 (testcover-reinstrument-clauses): Doc fix.
11094
11095 * emacs-lisp/warnings.el: Doc fixes, args renamed.
11096 (warning-type-format): Rename from warning-group-format.
11097
11098 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11099 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11100 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11101 to prevent warnings about defvar for an obsolete variable.
11102
11103 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11104 warning-group-format renamed to warning-type-format.
11105
11106 * subr.el (read-passwd): Use clear-string instead of fillarray.
11107
11108 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11109 Use vconcat instead of concat.
11110 (edmacro-sanitize-for-string): New function.
11111
11112 2003-08-05 Dave Love <fx@gnu.org>
11113
11114 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11115 line-number-display-limit-width.
11116
11117 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11118
11119 2003-08-05 Kenichi Handa <handa@m17n.org>
11120
11121 * international/code-pages.el: Don't require mule-diag.
11122
11123 * international/mule-diag.el (non-iso-charset-alist):
11124 Add autoload cookie.
11125
11126 * language/devan-util.el (dev-glyph-order): Add an entry for the
11127 glyph code #xC4.
11128
11129 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11130
11131 * calendar/calendar.el (diary-file, diary-file-name-prefix)
11132 (european-calendar-style, diary-date-forms)
11133 (calendar-day-name-array, calendar-month-name-array): Doc change.
11134 (generate-calendar-month): Adapt for new behaviour of
11135 `calendar-day-name' function.
11136 (calendar-abbrev-length, calendar-day-abbrev-array)
11137 (calendar-month-abbrev-array): New variables.
11138 (calendar-abbrev-construct): New function.
11139 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11140 rather than fixing abbrevs at some width. Calling syntax change.
11141 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
11142 (calendar-date-string): Adapt for new behaviours of
11143 `calendar-day-name' and `calendar-month-name' functions.
11144
11145 * calendar/diary-lib.el (list-diary-entries): Adapt for new
11146 behaviour of `calendar-day-name' and `calendar-month-name' functions.
11147 (diary-name-pattern): Use abbrev arrays, rather than fixing
11148 abbrevs at three chars. Calling syntax change.
11149 (mark-diary-entries): Adapt for new behaviours of
11150 `diary-name-pattern' and `calendar-make-alist' functions.
11151 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11152 `diary-name-pattern' function.
11153 (font-lock-diary-date-forms): Use abbrev arrays, rather than
11154 fixing abbrevs at three chars. Calling syntax change.
11155 (cal-hebrew, cal-islam): Require when compiling.
11156 (diary-font-lock-keywords): Adapt for new behaviour of
11157 `font-lock-diary-date-forms' function.
11158
11159 * calendar/cal-hebrew.el: Reposition some code so defined before used.
11160 (calendar-hebrew-month-name-array-common-year)
11161 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11162 (list-hebrew-diary-entries): Adapt for new behaviours of
11163 `calendar-day-name' and `add-to-diary-list' functions.
11164 (mark-hebrew-diary-entries): Adapt for new behaviours of
11165 `diary-name-pattern' and `calendar-make-alist' functions.
11166
11167 * calendar/cal-islam.el (calendar-islamic-month-name-array):
11168 Add doc string.
11169 (list-islamic-diary-entries): Adapt for new behaviours of
11170 `calendar-day-name' and `add-to-diary-list' functions.
11171 (mark-islamic-diary-entries): Adapt for new behaviours of
11172 `diary-name-pattern' and `calendar-make-alist' functions.
11173
11174 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11175 `calendar-month-name' function.
11176
11177 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11178
11179 * calendar/solar.el (solar-seasons-data): Move definition before use.
11180
11181 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11182 (cal-tex-LaTeX-hourbox): Move definition before use.
11183
11184 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11185 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11186 lunar.el, solar.el
11187 (displayed-month, displayed-year): Define for compiler.
11188
11189 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11190
11191 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11192 MODE. Renamed from c-init-c-language-vars'.
11193 (c-initialize-cc-mode): Change accordingly.
11194 (c-common-init): Ditto.
11195 (c-mode): Ditto.
11196 (c++-mode): Use `c-init-language-vars-for'.
11197 (objc-mode): Ditto.
11198 (java-mode): Ditto.
11199 (idl-mode): Ditto.
11200 (pike-mode): Ditto.
11201 (awk-mode): Ditto.
11202
11203 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11204
11205 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11206 or not the point moved.
11207
11208 (c-search-decl-header-end): Don't trip up on operator identifiers
11209 in C++ and operators like == in all languages.
11210
11211 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11212 Detect leading labels correctly.
11213
11214 2003-08-02 Andreas Schwab <schwab@suse.de>
11215
11216 * textmodes/ispell.el: Don't redo key bindings on loading, put
11217 them only in loaddefs.el.
11218 * bookmark.el: Likewise.
11219 * dabbrev.el: Likewise.
11220 * emerge.el: Likewise.
11221
11222 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11223 has more than one member.
11224
11225 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11226
11227 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11228
11229 * lpr.el (printify-region): It was ending conversion before the
11230 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11231
11232 2003-07-31 John Paul Wallington <jpw@gnu.org>
11233
11234 * net/browse-url.el (browse-url-epiphany): Doc fix.
11235
11236 2003-07-30 Kenichi Handa <handa@m17n.org>
11237
11238 * international/fontset.el (setup-default-fontset):
11239 Change registry names of Akurti fonts.
11240
11241 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11242
11243 * comint.el (comint-read-noecho): Use `clear-string' instead of
11244 `fillarray'.
11245
11246 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11247
11248 * outline.el (outline-mode-hook): Add defvar.
11249
11250 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11251
11252 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11253 Restore assembler in source window if that is what has been selected.
11254 (menu): Add gdb-restore-windows to menu. Make gdba
11255 specific menus only visible from gdba.
11256
11257 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11258
11259 * progmodes/compile.el (compilation-environment): New user variable.
11260 (compile-internal): Respect it.
11261
11262 2003-07-23 Masatake YAMATO <jet@gyve.org>
11263
11264 * progmodes/gud.el (gdb-script-font-lock-keywords):
11265 Put `font-lock-function-name-face' on a symbol which includes
11266 `-' like `hook-run'. Put font-lock-variable-name-face
11267 on a symbol starting with $.
11268
11269 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11270
11271 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11272
11273 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11274
11275 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11276
11277 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11278
11279 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11280 Use with-no-warnings.
11281 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11282 rather than to find-file-not-found-hook, which doesn't exist.
11283
11284 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11285
11286 * international/quail.el (quail-translate-key): Fix previous change.
11287
11288 2003-07-25 John Paul Wallington <jpw@gnu.org>
11289
11290 * server.el (server-start): Check `server-process' is non-nil
11291 before killing it to avoid killing current buffer's process.
11292
11293 * simple.el (choose-completion-string): Use `minibufferp';
11294 test `completion-reference-buffer' if `buffer' arg is nil.
11295 (push-mark): Use `when' and `unless'.
11296 (pop-mark): Use `when'.
11297
11298 * mouse-sel.el (mouse-sel-get-selection-function):
11299 Check `x-last-selected-text-primary'. Don't barf if it or
11300 `x-last-selected-text' aren't bound.
11301
11302 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11303
11304 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11305
11306 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11307
11308 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11309
11310 2003-07-23 John Paul Wallington <jpw@gnu.org>
11311
11312 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11313
11314 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11315
11316 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11317 string. Defvar the derived hook.
11318
11319 * macros.el (insert-kbd-macro): Escape double quote character.
11320 From Thomas W Murphy <twm@andrew.cmu.edu>.
11321
11322 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11323
11324 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11325 to match the specific mark rather than reusing comment-start-skip.
11326
11327 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11328
11329 * progmodes/hideshow.el (hs-special-modes-alist):
11330 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11331
11332 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11333
11334 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11335 value using ?\s.
11336
11337 2003-07-21 John Paul Wallington <jpw@gnu.org>
11338
11339 * subr.el (with-selected-window): Add closing paren.
11340
11341 2003-07-21 Richard M. Stallman <rms@gnu.org>
11342
11343 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11344 (lisp-mode): Likewise.
11345
11346 * subr.el (with-selected-window): Copy code form save-selected-window
11347 so as to call select-window with norecord arg.
11348 (dynamic-completion-table): Doc fix.
11349 (lazy-completion-table): Doc fix.
11350
11351 * international/mule-cmds.el (set-locale-environment):
11352 langinfo renamed to locale-info.
11353
11354 * international/mule.el (auto-coding-functions): Doc fix.
11355
11356 2003-07-21 Kenichi Handa <handa@m17n.org>
11357
11358 * international/quail.el (quail-translate-key):
11359 Update quail-current-str correctly.
11360
11361 2003-07-21 Andreas Schwab <schwab@suse.de>
11362
11363 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11364 ?, to "_".
11365
11366 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11367 Version 2.0.36 of Tramp released.
11368
11369 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11370 tramp-password-end-of-line.
11371 (tramp-password-end-of-line): New method parameter.
11372 (tramp-get-password-end-of-line): Function to access method
11373 parameter `tramp-password-end-of-line', or variable
11374 `tramp-default-password-end-of-line' (default value).
11375 (tramp-methods): Add entries for new parameter
11376 tramp-password-end-of-line.
11377 (tramp-enter-password): Use new function
11378 `tramp-get-password-end-of-line'.
11379 (tramp-handle-insert-file-contents): Do not
11380 unconditionally inhibit the file operation file-local-copy, only
11381 do that when the inhibit-file-name-operation is currently
11382 insert-file-contents. This fixes finding remote CVS-controlled
11383 files. (It would barf on inserting the CVS/Entries file
11384 literally, because the file-local-copy handler wasn't called.)
11385 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11386 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11387 (tramp-initial-commands): New variable.
11388 (tramp-process-initial-commands): New function, using the variable.
11389 (tramp-open-connection-setup-interactive-shell): Call the new function.
11390 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11391 method into the buffer name, never use nil. Reported by Hanak
11392 David <dhanak@inf.bme.hu>.
11393 (tramp-open-connection-setup-interactive-shell): Erase buffer
11394 before sending "stty -onlcr".
11395
11396 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11397
11398 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11399
11400 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11401
11402 2003-07-19 John Paul Wallington <jpw@gnu.org>
11403
11404 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11405 (artist-draw-rect, artist-draw-square): Doc fixes.
11406
11407 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11408
11409 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11410
11411 2003-07-19 Kenichi Handa <handa@m17n.org>
11412
11413 * international/kkc.el (kkc-show-conversion-list-update):
11414 Highlight the correct candidate in the message.
11415
11416 2003-07-18 John Paul Wallington <jpw@gnu.org>
11417
11418 * simple.el (current-word): Don't include punctuation char when
11419 `really-word' arg is non-nil.
11420
11421 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11422
11423 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11424 moved to the directory obsolete.
11425
11426 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11427
11428 * info.el (Info-menu-entry-name-re): Allow newlines in
11429 menu entry names.
11430
11431 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11432 syntax-ppss-after-change-function.
11433 (syntax-ppss-after-change-function): New alias. Update uses.
11434 (syntax-ppss): Catch the case where the buffer is narrowed.
11435
11436 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11437
11438 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11439 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11440
11441 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11442
11443 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11444 since it might be modified.
11445
11446 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11447 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11448 names to these language constants.
11449
11450 2003-07-15 Kim F. Storm <storm@cua.dk>
11451
11452 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11453 All uses changed.
11454
11455 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11456
11457 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11458 Namespace support.
11459
11460 2003-07-13 Juanma Barranquero <lektu@terra.es>
11461
11462 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11463 papers received).
11464
11465 2003-07-13 Karl Eichwalder <ke@suse.de>
11466
11467 * textmodes/po.el (po-find-charset): White space at the start of the
11468 Content-Type field body is non-mandatory.
11469
11470 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11471
11472 * textmodes/texinfo.el (texinfo-section-list):
11473 Append appendixsection; a synonym for appendixsec.
11474
11475 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11476
11477 * man.el (Man-translate-cleanup): New.
11478 (Man-translate-references): Call `Man-translate-cleanup' to clean
11479 leading, trailing and middle spaces.
11480
11481 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11482
11483 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11484 Handle `dired-directory' being a list.
11485
11486 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11487
11488 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11489 it doesn't exist.
11490
11491 2003-07-12 Richard M. Stallman <rms@gnu.org>
11492
11493 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11494
11495 * progmodes/cc-defs.el (c-make-keywords-re):
11496 Don't use delete-duplicates.
11497 (c-lang-const): Don't use mapcan.
11498
11499 * apropos.el (apropos-show-scores): Make it customizable.
11500 Document new meaning.
11501 (apropos): Compute scores from symbols.
11502 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11503
11504 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11505
11506 * ps-bdf.el: Fix copyright line.
11507 (bdf-directory-list): Fix initialization code.
11508
11509 2003-07-11 John Paul Wallington <jpw@gnu.org>
11510
11511 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11512 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11513 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11514
11515 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11516
11517 * emacs-lisp/ring.el (ring-elements): Doc fix.
11518
11519 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11520
11521 * calendar/timeclock.el (timeclock-relative)
11522 (timeclock-ask-before-exiting, timeclock-use-display-time):
11523 Doc changes.
11524 (timeclock-modeline-display): Give a message if
11525 `timeclock-use-display-time' is non-nil but `display-time-mode'
11526 is not active.
11527
11528 2003-07-11 Kenichi Handa <handa@m17n.org>
11529
11530 * international/mule-cmds.el (set-language-environment):
11531 Set current-language-environment to the correct string.
11532
11533 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11534
11535 * ps-print.el: Print line number correctly in a region. Reported by
11536 Tim Allen <timallen@ls83.fsnet.co.uk>.
11537 (ps-print-version): New version number (6.6.2).
11538 (ps-printing-region): Code fix.
11539
11540 2003-07-10 John Paul Wallington <jpw@gnu.org>
11541
11542 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11543 this function can be called from `add-completions-from-tags-table'.
11544
11545 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11546
11547 * calendar/timeclock.el (timeclock-use-display-time)
11548 (timeclock-day-over-hook, timeclock-workday-remaining)
11549 (timeclock-status-string, timeclock-when-to-leave)
11550 (timeclock-when-to-leave-string, timeclock-log-data)
11551 (timeclock-find-discrep, timeclock-day-base)
11552 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11553 (timeclock-modeline-display): Set the variable
11554 `timeclock-modeline-display'.
11555 (timeclock-update-modeline): Doc fix. Respect value of
11556 `timeclock-relative'.
11557
11558 2003-07-09 Richard M. Stallman <rms@gnu.org>
11559
11560 * textmodes/reftex-parse.el (reftex-all-document-files):
11561 Add autoload cookie.
11562
11563 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11564 (reftex-scanning-info-available-p): Add autoload cookie.
11565
11566 * international/mule-cmds.el
11567 (set-display-table-and-terminal-coding-system): Delete duplicate
11568 aset on standard-display-table.
11569
11570 * view.el (view-file): If existing buffer's major mode is special,
11571 don't go into view mode.
11572
11573 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11574
11575 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11576
11577 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11578 buffer changes; there's third party code that calls this function
11579 directly.
11580
11581 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11582
11583 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11584 (autodoc-font-lock-keywords): Don't byte compile on font lock
11585 initialization when running from byte compiled files.
11586
11587 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11588
11589 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11590 statement ends with auto-increment "++".
11591
11592 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11593
11594 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11595 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11596 these are changed, so declare them as variables and not constants.
11597
11598 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11599
11600 * subr.el (dolist, dotimes): Doc fix.
11601
11602 2003-07-08 Kim F. Storm <storm@cua.dk>
11603
11604 * international/mule-cmds.el
11605 (set-display-table-and-terminal-coding-system): Don't break
11606 bootstrap if standard-display-table isn't setup yet.
11607
11608 2003-07-07 Richard M. Stallman <rms@gnu.org>
11609
11610 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11611 Give it a doc string, and autoload it.
11612
11613 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11614 Use with-no-warnings.
11615
11616 * info.el (Info-search): If find invisible text, search again.
11617
11618 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11619
11620 * man.el (Man-name-regexp): Match + as part of name.
11621
11622 * simple.el (visible-mode): Rename from vis-mode.
11623 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11624
11625 * simple.el (current-word): New arg REALLY-WORD specifies
11626 don't include punctuation chars.
11627
11628 * emacs-lisp/debug.el (debug, debugger-env-macro):
11629 Use with-no-warnings while accessing and binding unread-command-char.
11630
11631 * international/mule-cmds.el
11632 (set-display-table-and-terminal-coding-system): Use explicit loop
11633 instead of calling standard-display-default.
11634
11635 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11636 Use condition-case to catch error in ange-ftp-get-files.
11637
11638 * net/browse-url.el (browse-url-browser-function):
11639 Add alternative for Epiphany.
11640 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11641 (browse-url-epiphany-startup-arguments)
11642 (browse-url-epiphany-new-window-is-tab): New variables.
11643 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11644
11645 * progmodes/compile.el (compile-auto-highlight): Default now t.
11646 (compile): Doc fix.
11647 (compilation-next-error): Fix previous change.
11648
11649 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11650
11651 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11652
11653 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11654
11655 * gdb-ui.el (gdb-source-info): Display current frame when
11656 attaching to an existing process.
11657 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11658 while laying out windows when attaching to an existing process.
11659
11660 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11661
11662 * info.el (Info-menu): Use Info-menu-entry-name-re.
11663
11664 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11665
11666 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11667 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11668
11669 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11670 to match the same text.
11671
11672 2003-07-06 John Paul Wallington <jpw@gnu.org>
11673
11674 * vc.el (vc-annotate-offset): Move defvar up.
11675
11676 2003-07-06 Kim F. Storm <storm@cua.dk>
11677
11678 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11679 This should fix the infinite loop when extracting menu names.
11680
11681 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11682
11683 * files.el (auto-mode-alist, interpreter-mode-alist):
11684 Remove entries to CC Mode modes to avoid duplicates; they are now added
11685 with autoload directives in cc-mode.el.
11686
11687 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11688
11689 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11690 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11691 these are changed, so declare them as variables and not constants.
11692
11693 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11694 ensure that the entry for ".c" extension comes before the one for
11695 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11696 Fix incorrect entries that were added to `interpreter-mode-alist'.
11697 Move the autoload directives for AWK to the top level since they
11698 aren't recognized anywhere else. Do not use the new AWK mode doc
11699 in the autoload form for the old AWK mode.
11700
11701 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11702
11703 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11704 (bibtex-sort-ignore-string-entries): Default value t.
11705 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11706 erroneously in previous version.
11707 (bibtex-string-files): Docstring reflects new parsing scheme.
11708 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11709 docstring, add # as one of the chars to crush
11710 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11711 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11712 (bibtex-autokey-name-change-strings)
11713 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11714 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11715 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11716 (bibtex-autokey-title-terminators)
11717 (bibtex-autokey-titlewords-stretch)
11718 (bibtex-autokey-titleword-ignore)
11719 (bibtex-autokey-titleword-case-convert)
11720 (bibtex-autokey-titleword-abbrevs)
11721 (bibtex-autokey-titleword-abbrevs)
11722 (bibtex-autokey-titleword-change-strings)
11723 (bibtex-autokey-titleword-length)
11724 (bibtex-autokey-titleword-separator)
11725 (bibtex-autokey-name-year-separator)
11726 (bibtex-autokey-year-title-separator)
11727 (bibtex-autokey-before-presentation-function)
11728 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11729 Fix docstring.
11730 (bibtex-strings, bibtex-reference-keys):
11731 Use lazy-completion-table and make-variable-buffer-local.
11732 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11733 (bibtex-braced-string-syntax-table)
11734 (bibtex-quoted-string-syntax-table): New variables.
11735 (bibtex-parse-nested-braces): Remove.
11736 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11737 (bibtex-parse-association): Simplify.
11738 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11739 (bibtex-parse-field-text): Simplify.
11740 (bibtex-search-forward-field, bibtex-search-backward-field):
11741 argument BOUND can take value t.
11742 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11743 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11744 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11745 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11746 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11747 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11748 and ending of entry. Update for changes of bibtex-search-entry.
11749 Simplify.
11750 (bibtex-map-entries): FUN is called with three arguments.
11751 (bibtex-search-entry): Return a cons pair with buffer positions of
11752 beginning and end of entry.
11753 (bibtex-enclosing-field): Simplify.
11754 (bibtex-format-entry): Use booktitle to set a missing title.
11755 (bibtex-autokey-get-names): Fiddle with regexps.
11756 (bibtex-generate-autokey): Use identity.
11757 (bibtex-parse-keys): Use simplified parsing algorithm if
11758 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11759 arguments. Return alist of keys.
11760 (bibtex-parse-strings): Simplify. Return alist of strings.
11761 (bibtex-complete-string-cleanup): Fix docstring.
11762 (bibtex-read-key): New function.
11763 (bibtex-mode): Fix docstring. Do not parse for keys and
11764 strings when the mode is entered. Set fill-paragraph-function to
11765 bibtex-fill-field. Setup font-lock-mark-block-function the way
11766 font-lock intended.
11767 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11768 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11769 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11770 (bibtex-Preamble): Avoid hard coded constants.
11771 (bibtex-make-field): Fix docstring. Simplify.
11772 (bibtex-beginning-of-entry): Always return new position of point.
11773 (bibtex-end-of-entry): Rearrange cond clauses.
11774 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11775 Update for changes of bibtex-map-entries.
11776 (bibtex-ispell-abstract): Do not move point.
11777 (bibtex-entry-index): Use downcase. Simplify.
11778 (bibtex-lessp): Handle catch-all.
11779 (bibtex-find-crossref): Turn into a command.
11780 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11781 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11782 preamble entries.
11783 (bibtex-fill-field-bounds): New function.
11784 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11785 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11786 (bibtex-String): Use bibtex-strings. Always obey
11787 bibtex-sort-ignore-string-entries.
11788
11789 2003-07-05 John Paul Wallington <jpw@gnu.org>
11790
11791 * cus-theme.el (customize-create-theme):
11792 Call `customize-create-theme' in Reset widget's notify function.
11793
11794 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11795 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11796 (define-ibuffer-column name): Add summarizer.
11797 (define-ibuffer-column size): Likewise.
11798 (define-ibuffer-column filename): Likewise.
11799 (define-ibuffer-column process): Likewise. Change BODY's output too.
11800 (define-ibuffer-column filename-and-process): Likewise, likewise.
11801 (ibuffer): Remove local vars `already-in' and `need-update'.
11802
11803 * ibuf-ext.el: Don't require `derived' at compile-time.
11804
11805 2003-07-05 Kim F. Storm <storm@cua.dk>
11806
11807 * info.el: Disable paragraph refilling.
11808 (Info-refill-paragraphs): New defcustom.
11809 (Info-fontify-node): Use it.
11810
11811 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11812
11813 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11814 thingies from constructors created by defstruct.
11815
11816 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11817 the default value of the variable.
11818 (byte-code-meter): Move declaration to top level.
11819
11820 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11821
11822 * info.el (Info-following-node-name-re): New fun.
11823 (Info-following-node-name): Remove.
11824 (Info-insert-dir): Use the new fun.
11825 (Info-extract-pointer): Don't save restriction; use new fun.
11826 (Info-menu-entry-name-re): New const.
11827 (Info-menu-entry-name-re): Use it along with new fun.
11828 (Info-node-spec-re): Use new fun.
11829 (Info-complete-menu-item, Info-fontify-node): Use new const.
11830 (Info-goto-node, Info-follow-reference, Info-menu-update):
11831 Use match-string.
11832 (Info-follow-reference): Use assoc-string.
11833 Use a list of strings for the completion table.
11834 (Info-fontify-node): Use match-string, line-end-position.
11835 Limit the search for `node:' to the first line.
11836
11837 * newcomment.el (uncomment-region): Remove padding coming from
11838 comment-start rather than just from comment-padding.
11839
11840 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11841 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11842 (vc-cvs-rename-file): Remove (use the default).
11843 (vc-cvs-register): Register parent dir if needed.
11844 (vc-cvs-could-register): Return non-nil if parent can be registered.
11845 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11846 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11847
11848 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11849 (vc-svn-update): Fix the arguments to `svn'.
11850 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11851 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11852 Simple implementations, assuming `name' is a URL.
11853
11854 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11855 set of chars allowed unquoted in a case pattern.
11856
11857 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11858
11859 * font-lock.el (font-lock-extra-types-widget)
11860 (c-font-lock-extra-types, c++-font-lock-extra-types)
11861 (objc-font-lock-extra-types, java-font-lock-extra-types)
11862 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11863 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11864 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11865 (font-lock-match-c++-structor-declaration)
11866 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11867 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11868 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11869 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11870 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11871 (java-font-lock-keywords-3, java-font-lock-keywords)
11872 (java-font-lock-syntactic-face-function): Remove obsolete code
11873 and constants. It's all in cc-fonts.el now.
11874
11875 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11876
11877 * mail/sendmail.el (mail-specify-envelope-from)
11878 (mail-envelope-from): Doc fix.
11879
11880 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11881
11882 * generic-x.el: Do away with the dependency on `c-emacs-features'
11883 when populating `rul-generic-mode-syntax-table'; we already know
11884 this isn't XEmacs.
11885
11886 See ChangeLog.10 for earlier changes.
11887
11888 ;; Local Variables:
11889 ;; coding: iso-2022-7bit
11890 ;; End:
11891
11892 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11893 Copying and distribution of this file, with or without modification,
11894 are permitted provided the copyright notice and this notice are preserved.
11895
11896 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1