(rmail-spam-filter): Only check white list if `message-sender' is non-nil.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2
3 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4 list if `message-sender' is non-nil.
5
6 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7
8 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9 consing by using mapc instead of mapcar.
10
11 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12
13 * tooltip.el (require): Explain why CL is needed.
14
15 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16
17 * printing.el: Insert :version into defgroup (printing). All reference
18 to Files option in menubar were changed to File.
19 (pr-version): New version number (6.8.2).
20 (pr-get-symbol): Call easy-menu-intern.
21 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
22 compilation gripes.
23
24 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
27 new byte-compile-function-environment binding to t.
28
29 * font-lock.el (font-lock-fontify-syntactically-region):
30 Don't forget to highlight the last char when we hit `end'.
31
32 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
33 (mwheel-scroll): Adjust accordingly.
34
35 * cvs-status.el: Reduce spurious warnings.
36 (cvs-status-checkout): Remove.
37 (cvs-status-mode-map): Use cvs-mode-checkout instead.
38
39 * pcvs.el (cvs-mode-checkout): New command.
40
41 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
42
43 * tooltip.el: Require CL.
44
45 * emacs-lisp/bytecomp.el: Use push.
46 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
47 (defalias): Remove the `byte-compile' property and add
48 a `byte-hunk-handler'.
49
50 2004-11-11 Juri Linkov <juri@jurta.org>
51
52 * info.el (Info-search): Save match data for isearch.
53 Skip Tag Table node.
54
55 * descr-text.el (describe-char): Replace syntax-after with code
56 from its previous version.
57
58 * files.el (magic-mode-alist): Use optimization for SGML mode too.
59 (set-auto-mode): Doc fix. Remove unused variable `xml'.
60
61 * international/mule.el (sgml-html-meta-auto-coding-function):
62 Remove > after <html to allow HTML attributes.
63
64 2004-11-11 Jay Belanger <belanger@truman.edu>
65
66 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
67 a variable.
68 (calcFunc-dfac): Replace unbound max by n.
69 (math-stirling-local-cache): New variable.
70 (math-stirling-number, math-stirling-1, math-stirling-2):
71 Replace the variable `cache' by the declared variable
72 math-stirling-local-cache.
73 (var-RandSeed): Declare it as a variable.
74 (math-init-random-base, math-random-digit): Don't check to see if
75 var-RandSeed is bound.
76 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
77 Declare them instead of just setting them.
78 (math-init-random-base): Made i a local variable.
79 (math-random-digit): Made math-random-last a local variable.
80 (math-prime-test-cache): Move declaration to before it is used.
81 (math-prime-test-cache-k, math-prime-test-cache-q)
82 (math-prime-test-cache-nm1, math-prime-factors-finished):
83 Declare them as variables.
84
85 2004-11-11 Jay Belanger <belanger@truman.edu>
86
87 * calc/calc-ext.el (math-defcache): Use defvar for the new
88 variables it creates.
89
90 2004-11-11 Lars Hansen <larsh@math.ku.dk>
91
92 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
93 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
94 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
95 (desktop-save): Add :version.
96
97 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * printing.el (pr-get-symbol): Don't downcase.
100
101 2004-11-10 Jay Belanger <belanger@truman.edu>
102
103 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
104 string to kill-ring.
105
106 * calc/calc-aent.el (calc-alg-exp, math-toks)
107 (math-exp-pos,math-exp-old-pos, math-exp-token)
108 (math-exp-keep-spaces, math-exp-str): New variables.
109 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
110 (calcAlg-enter): Use declared variable calc-alg-exp.
111 (math-build-parse-table, math-find-user-token): Use declared
112 variable math-toks.
113 (math-read-exprs, math-read-token, calc-check-user-syntax)
114 (calc-match-user-syntax, match-factor-after, math-read-factor):
115 Use declared variables math-exp-pos math-exp-old-pos.
116 (math-read-exprs, math-read-token, math-read-expr-level)
117 (calc-check-user-syntax, calc-match-user-syntax)
118 (match-factor-after, math-read-factor): Use declared variable
119 math-exp-token.
120 (math-read-exprs, math-read-expr-list, math-read-token)
121 (math-read-factor): Use declared variable math-exp-keep-spaces.
122 (math-read-exprs, math-read-token): Use declared variable
123 math-exp-str.
124 (calc-match-user-syntax): Made m a local variable.
125
126 * calc/calc-ext.el (math-read-expr): Use declared variables
127 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
128 math-exp-keep-spaces.
129
130 * calc/calc-forms.el (math-read-angle-bracket): Use declared
131 variables math-exp-pos, math-exp-str.
132
133 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
134 math-exp-old-pos.
135 (math-parse-fortran-vector, math-parse-fortran-vector-end)
136 (math-parse-eqn-prime): Use declared variable math-exp-token.
137
138 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
139 Use declared variable math-exp-pos.
140 (math-check-for-commas): Use declared variable math-exp-str.
141 (math-read-brackets): Use declared variables math-exp-old-pos,
142 math-exp-keep-spaces.
143 (math-read-brackets, math-read-vector, math-read-matrix):
144 Use declared variable math-exp-token.
145
146 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
149
150 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
151 (sgml-parse-tag-backward): Use it to skip spurious < or >.
152
153 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
154
155 * ebuff-menu.el: Doc fixes throughout.
156 (electric-buffer-menu-mode-hook): New defvar.
157
158 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
159
160 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
161 compilation. The resulting compiler warnings appear to be harmless.
162
163 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
164
165 * textmodes/conf-mode.el: New file.
166
167 * files.el (auto-mode-alist, magic-mode-alist): Use it.
168
169 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
172
173 2004-11-09 Jay Belanger <belanger@truman.edu>
174
175 * calc/calc-ext.el (calc-init-extensions): Remove old code.
176
177 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
178 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
179 (calc-z-prefix-help, calc-user-function-list): Use declared
180 variables calc-z-prefix-buf, calc-z-prefix-msgs.
181 (math-map-tree, math-map-tree-rec): Use declared variables
182 math-mt-many, math-mt-func.
183 (math-read-expression, math-read-string): Use declared variable
184 math-expr-data.
185
186 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
187 variable math-normalize-a.
188
189 * calc/calc.el (math-normalize-a): New variable.
190 (math-normalize): Use declared variable math-normalize-a.
191
192 * calc/calc-poly.el (math-expand-form): Use declared variable
193 math-mt-many.
194
195 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
196 Use declared variable math-mt-many.
197 (math-rewrite): Use declared variable math-mt-func.
198
199 * calc/calc-vec.el (math-read-brackets, math-read-vector)
200 (math-read-matrix): Use declared variable math-expr-data.
201
202 * calc/calc-lang.el (math-parse-fortran-vector)
203 (math-parse-fortran-vector-end, math-parse-tex-sum)
204 (math-parse-eqn-matrix, math-parse-eqn-prime)
205 (math-read-math-subscr): Use declared variable math-expr-data.
206
207 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
208 (math-read-expr-level, math-read-token, calc-check-user-syntax)
209 (calc-match-user-syntax, math-read-if, math-factor-after)
210 (math-read-factor): Use declared variable math-expr-data.
211
212 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
213
214 * calendar/diary-lib.el (diary-from-outlook)
215 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
216 interactive-p; but rather new optional argument NOCONFIRM.
217
218 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
221 (easy-menu-name-match): Revert correspondingly.
222
223 2004-11-09 Richard M. Stallman <rms@gnu.org>
224
225 * emacs-lisp/bytecomp.el (byte-compile-defalias):
226 Turn off warnings for the new function even if definition not constant.
227 If the definition isn't a quoted symbol, record (FUNCTION . t).
228 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
229 (byte-compile-callargs-warn): Handle (FUNCTION . t).
230 (display-call-tree, byte-compile-arglist-warn):
231 Handle t returned by byte-compile-fdefinition.
232
233 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
234
235 * Makefile.in (maintainer-clean): Depend on distclean.
236
237 * help-fns.el (help-C-file-name): File name must be in build-files
238 to be returned.
239
240 2004-11-09 Jay Belanger <belanger@truman.edu>
241
242 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
243 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
244
245 * calc/calc.el (calc, calc-trail-display, calc-mode):
246 Remove obsolete sections.
247
248 * calc/calc.el (calc-x-paste-text): Remove.
249
250 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
251 mouse-2.
252
253 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
254
255 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
256 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
257 current frame (in case of recursive calls).
258 (gdb-show-changed-values): Add :version keyword.
259
260 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * international/mule-cmds.el: Change coding-system to utf-8.
263 (select-safe-coding-system-interactively):
264 New function extracted from select-safe-coding-system.
265 (select-safe-coding-system): Use it.
266
267 2004-11-08 Richard M. Stallman <rms@gnu.org>
268
269 * subr.el (syntax-after): Doc fix.
270
271 * paren.el (show-paren-function): Change calls to syntax-after
272 for new way of returning the value.
273
274 * menu-bar.el (menu-bar-file-menu): Make this the real name
275 and menu-bar-files-menu the alias. Use the former.
276 (global-map): Use `file', not `files', as the symbol.
277
278 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
279
280 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
281 Don't use beginning-of-buffer.
282 (filesets-cmd-show-result): Use with-no-warnings.
283
284 2004-11-08 Juri Linkov <juri@jurta.org>
285
286 * progmodes/compile.el (compile): Don't overwrite last command in
287 minibuffer history with default command if they are not equal.
288
289 2004-11-08 Jay Belanger <belanger@truman.edu>
290
291 * calc/calcalg2.el (math-do-integral-methods): Try linear then
292 non-linear substitutions.
293
294 2004-11-08 Jay Belanger <belanger@truman.edu>
295
296 * calc/calcalg2.el (math-linear-subst-tried): New variable.
297 (math-do-integral): Set `math-linear-subst-tried' to nil.
298 (math-do-integral-methods): Use `math-linear-subst-tried' to
299 determine what type of substitution to try.
300 (math-integ-try-linear-substituion):
301 Set `math-linear-subst-tried' to t.
302
303 2004-11-08 Kim F. Storm <storm@cua.dk>
304
305 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
306
307 2004-11-07 Juri Linkov <juri@jurta.org>
308
309 * info-look.el (info-lookup): Allow reusing in the current buffer
310 not only *info* buffer, but all (even renamed) Info buffers
311 by checking for major-mode instead of *info* buffer name.
312 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
313 (octave-mode, maxima-mode) <doc-spec>:
314 Allow long dashes generated by Texinfo 4.7 before definitions.
315 (texinfo-mode) <doc-spec>: Add space to suffix to find command
316 definitions with argument separated by space.
317
318 2004-11-06 Richard M. Stallman <rms@gnu.org>
319
320 * simple.el (next-error group, face): Move before first use.
321 (next-error-highlight, next-error-highlight-no-select): Likewise.
322
323 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
324 (line-move): New args NOERROR and TO-END.
325 Return t if if succeed in moving specified number of lines.
326 (move-end-of-line): New function.
327
328 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
329 (end-of-buffer-other-window): Likewise.
330
331 * simple.el (line-move-ignore-invisible): Default to t.
332
333 * subr.el (syntax-after): Return the syntax letter, not the raw code.
334
335 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
336
337 * international/iso-cvt.el (iso-cvt-define-menu):
338 Rename menu-bar-files-menu to menu-bar-file-menu.
339
340 * net/browse-url.el (browse-url-gnome-moz-program)
341 (browse-url-gnome-moz-arguments): Move up before first use.
342
343 * net/tramp.el (tramp group): Add :version.
344
345 * progmodes/ada-xref.el (ada-gdb-application):
346 Use goto-char instead of beginning-of-buffer.
347
348 * progmodes/cperl-mode.el (cperl-info-on-command):
349 Use goto-char instead of beginning-of-buffer.
350
351 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
352 Move up before first use.
353 (idlwave-shell-temp-pro-file): Likewise.
354 (idlwave-shell-temp-rinfo-save-file): Likewise.
355 (idlwave-shell-temp-file): Minor doc fix.
356
357 * textmodes/flyspell.el (flyspell-external-point-words):
358 Use goto-char instead of beginning-of-buffer.
359
360 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
361
362 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
363 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
364 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
365
366 2004-11-06 David Ponce <david@dponce.com>
367
368 * recentf.el (recentf-menu-path): Use menu item name.
369
370 2004-11-06 Eli Zaretskii <eliz@gnu.org>
371
372 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
373 display doesn't support images.
374
375 2004-11-06 Andreas Schwab <schwab@suse.de>
376
377 * tempo.el (tempo-match-finder): Doc fix.
378
379 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
380
381 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
384 (easy-menu-lookup-name): New fun to replace it.
385 (easy-menu-get-map): Use it to obey menu item names (rather than just
386 keys) when looking up `path'.
387 (easy-menu-always-true-p): Rename from easy-menu-always-true.
388 (easy-menu-convert-item-1): Adjust to new name.
389
390 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
391
392 * outline.el (hide-body): Don't hide lines at the top of the file
393 that precede the first header line.
394
395 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
396
397 * align.el (align-areas): Delete whitespace before reindenting, so
398 that tabs are never placed after spaces.
399
400 2004-11-06 Alan Shutko <ats@acm.org>
401
402 * macros.el (insert-kbd-macro): Do completions based on macros,
403 rather than all commands.
404
405 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
406
407 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
408 to solve a bug whereby tags with 'b' don't match.
409
410 2004-11-05 Juri Linkov <juri@jurta.org>
411
412 * info.el (Info-search): Don't search in node header lines
413 and file headers.
414
415 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
416 symbol-constituent characters after dot, not only digits.
417
418 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
419
420 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
421
422 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
423
424 * dired.el (dired-read-dir-and-switches): Call read-directory-name
425 if a dialog will be used, read-file-name otherwise.
426
427 2004-11-04 Richard M. Stallman <rms@gnu.org>
428
429 * textmodes/table.el (table group): Add :version.
430
431 * textmodes/ispell.el (ispell-word):
432 Don't alter args; set them only thru `interactive' spec.
433
434 * textmodes/flyspell.el (flyspell-word):
435 Don't alter FOLLOWING; set it only thru `interactive' spec.
436
437 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
438
439 * net/browse-url.el (browse-url-maybe-new-window):
440 Use called-interactively-p.
441
442 * mail/supercite.el (sc-cite-region):
443 Don't use interactive-p. Add arg INTERACTIVE.
444 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
445
446 * international/mule-cmds.el (set-input-method, toggle-input-method):
447 Don't use interactive-p. Add arg INTERACTIVE.
448
449 * eshell/esh-mode.el (eshell-show-maximum-output):
450 Don't use interactive-p.
451 (eshell-truncate-buffer): Just message, no error, if buffer is short.
452
453 * mouse.el (mouse-show-mark): Get positions to delete from mark
454 and point, not from mouse-drag-overlay.
455
456 * imenu.el (imenu-eager-completion-buffer): Add :version.
457
458 * filesets.el (filesets group): Add :version.
459
460 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
461
462 * files.el (xml-based-modes): Delete var.
463 (magic-mode-alist): New more general var.
464 (set-auto-mode): Use it.
465
466 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
467 when clicking from another window.
468
469 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
470
471 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
472 (vc-cvs-annotate-time): Incorporate value of deleted var.
473 Remove special-case handling of beginning-of-buffer cruft.
474 Cache ending position (point) and return value in text property
475 `vc-cvs-annotate-time', and consult it on subsequent invocations.
476
477 * vc-cvs.el (vc-cvs-annotate-command):
478 Delete extraneous lines from beginning of buffer.
479 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
480
481 * progmodes/grep.el (grep-default-command): Take empty string
482 for tag if all other methods yield nil. Shell-quote the tag.
483
484 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
485 spec in `interactive' form, and mention it in the docstring.
486 Also, make sure point is at bol after calling `annotate-time'.
487
488 2004-11-02 Richard M. Stallman <rms@gnu.org>
489
490 * cus-edit.el (customize-group-other-window):
491 Select the window that displays the custom buffer.
492 (custom-buffer-create-other-window): Likewise.
493
494 * comint.el (comint-insert-input): Fix previous change.
495
496 * emacs-lisp/elp.el (elp-instrument-function):
497 Use called-interactively-p.
498
499 * emacs-lisp/easymenu.el (easy-menu-intern):
500 Don't downcase; rather, case-flip the first letter of each word.
501
502 * emacs-lisp/easy-mmode.el (define-minor-mode):
503 Use called-interactively-p.
504
505 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
506 Add interactive-only.
507 (byte-compile-warnings): Add interactive-only as option.
508 (byte-compile-interactive-only-functions): New variable.
509 (byte-compile-form): Warn about calls to functions
510 in byte-compile-interactive-only-functions.
511
512 * emacs-lisp/autoload.el (update-file-autoloads):
513 Don't use interactive-p; take new arg SAVE-AFTER.
514
515 * emacs-lisp/advice.el (ad-make-advised-definition):
516 Use called-interactively-p.
517
518 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
519
520 * files.el (find-file-existing): New function.
521
522 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
523 find-file-existing. Add "New File..." that calls find-file.
524
525 * diropen.pbm diropen.xpm: New files.
526
527 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
528 icon diropen. New tool bar item find-file-existing uses icon open.
529
530 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
531 instead of read-file-name.
532
533 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
534
535 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
536 (icalendar--split-value): Change name of work buffer.
537 (icalendar--get-weekday-abbrev): Return nil on error.
538 (icalendar--date-to-isodate): New function.
539 (icalendar-convert-diary-to-ical)
540 (icalendar-extract-ical-from-buffer): Use only two args for
541 make-obsolete (XEmacs compatibility).
542 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
543 (icalendar-export-region): Doc fix.
544 If error, return non-nil and write errors to a buffer.
545 Use correct weekday for weekly recurring events.
546 Check whether date has been parsed for ordinary events.
547 Make weekly events start in the year 2000.
548 DTEND is non-inclusive, shift end date by one day if
549 necessary (not for entries that have date and time).
550 Rename local let variables: oops -> found-error, datestring ->
551 startdatestring.
552
553 2004-11-02 Kim F. Storm <storm@cua.dk>
554
555 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
556 keep-mode-if-same variable. Add it as optional arg instead.
557 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
558
559 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
560 substitute-command-keys will select lower-case bindings like those
561 used in the static help texts.
562
563 * descr-text.el (describe-text-properties): Don't err if called in
564 the *Help* buffer; output to *Help-2* buffer instead.
565
566 * kmacro.el (group kmacro): Add :version.
567 (kmacro-keyboard-quit): New function to cleanup on C-g.
568 (kmacro-start-macro): Set defining-kbd-macro to append when
569 appending to last macro.
570
571 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
572
573 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
574
575 * progmodes/gdb-ui.el (gdb-enable-debug-log)
576 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
577 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
578 Add :version keyword.
579
580 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
581
582 * progmodes/flymake.el (flymake-err-line-patterns):
583 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
584 `compilation-error-regexp-alist-alist' to internal Flymake format.
585
586 * progmodes/flymake.el: eliminated byte-compiler warnings.
587
588 2004-11-01 Jay Belanger <belanger@truman.edu>
589
590 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
591 with `interactive "s"'.
592
593 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
594
595 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
596 Revert change from 2004-10-16. '*' checks the current buffer, but the
597 mouse click may be in another buffer.
598
599 2004-11-01 John Paul Wallington <jpw@gnu.org>
600
601 * files.el (large-file-warning-threshold): Add :version keyword.
602 (kill-some-buffers): Doc fix.
603
604 * thumbs.el (group thumbs): Add :version keyword.
605
606 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
607
608 2004-11-01 Richard M. Stallman <rms@gnu.org>
609
610 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
611
612 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
613
614 * allout.el (allout group): Add :version.
615 (allout-init): Don't use interactive-p.
616 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
617 (allout-forward-current-level, allout-backward-current-level):
618 Don't use interactive-p.
619
620 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
621 (bibtex-find-text): Likewise.
622
623 * progmodes/vhdl-mode.el (vhdl-fill-region)
624 (vhdl-beginning-of-statement): Don't use interactive-p.
625
626 * progmodes/idlwave.el (idlwave-update-routine-info):
627 Don't use interactive-p.
628
629 * progmodes/idlw-shell.el (idlwave-shell-send-char):
630 Don't use interactive-p.
631
632 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
633 Don't use interactive-p.
634
635 * progmodes/ada-xref.el (ada-make-body-gnatstub):
636 Don't use interactive-p.
637
638 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
639 (fortune-in-buffer): Doc fix.
640
641 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
642
643 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
644 don't select the temporary buffer.
645 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
646 (eudc-get-phone): Likewise.
647
648 2004-11-01 Kim F. Storm <storm@cua.dk>
649
650 * man.el (Man-xref-normal-file): Fix help-echo.
651
652 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * reveal.el (reveal-last-tick): New var.
655 (reveal-post-command): Use it to avoid closing overlays when we're
656 appending text to them.
657
658 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
659
660 * textmodes/bibtex.el: Require button.
661 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
662 (bibtex-reference-keys): Distinguish between header keys and
663 crossref keys.
664 (bibtex-beginning-of-field): New function.
665 (bibtex-url-map): Remove.
666 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
667 (bibtex-font-lock-url-regexp): Assume that field names begin at
668 the beginning of a line.
669 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
670 Remove field delimiters. Use bibtex-beginning-of-field.
671 Bugfix, point can be inside a field with a url.
672 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
673 New functions.
674 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
675 (bibtex-key-in-head): Simplify.
676 (bibtex-current-line): Use bolp.
677 (bibtex-parse-keys): Remove unused arg `add'.
678 Use bibtex-type-in-head and bibtex-key-in-head.
679 (bibtex-parse-entry, bibtex-autofill-entry):
680 Use bibtex-type-in-head and bibtex-key-in-head.
681 (bibtex-autokey-get-field): Do not alter case of replacement text.
682 (bibtex-autokey-get-names): Do all processing of name list.
683 (bibtex-autokey-get-year): New function.
684 (bibtex-autokey-get-title): Do all processing of title words.
685 (bibtex-generate-autokey): Simplify.
686 (bibtex-string-files-init): Use default-directory.
687 Allow for absolute file names in bibtex-string-files.
688 (bibtex-files, bibtex-file-path): New variables.
689 (bibtex-files-expand): New function.
690 (bibtex-find-entry-globally): New command.
691 (bibtex-summary-function): New variable.
692 (bibtex-summary): Default value of bibtex-summary-function.
693 (bibtex-find-crossref): New optional args pnt and split.
694 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
695 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
696 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
697 Fix handling of required and alternative fields.
698 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
699 Use cons and display-buffer.
700 (bibtex-validate-globally): New command.
701 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
702 bibtex-parse-keys and bibtex-parse-strings for updating
703 bibtex-reference-keys and bibtex-strings.
704 (bibtex-realign): Remove blank lines past the last entry.
705 (bibtex-reformat): Use bibtex-entry-format as default.
706 (bibtex-choose-completion-string): Remove.
707 (bibtex-complete): Do not use bibtex-choose-completion-string.
708 (bibtex-url): Simplify.
709
710 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
711
712 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
713 (x-dnd-types-alist, x-dnd-open-file-other-window)
714 (x-dnd-known-types): Add :version.
715
716 2004-10-31 John Paul Wallington <jpw@gnu.org>
717
718 * ibuffer.el (group ibuffer): Add :version keyword.
719
720 2004-10-31 Kim F. Storm <storm@cua.dk>
721
722 * ido.el (group ido): Add :version keyword.
723 (ido-mode): Remove :version keyword.
724
725 * emulation/cua-base.el (group cua): Add :version keyword.
726 (cua-mode): Remove :version keyword.
727
728 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
729
730 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
731
732 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
733 compiler warning.
734 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
735 function.
736 (help-at-pt-display-when-idle): Remove autoload.
737
738 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
741
742 2004-10-30 Juri Linkov <juri@jurta.org>
743
744 * help.el (function-called-at-point):
745 * help-fns.el (variable-at-point): Read -> intern.
746
747 2004-10-30 Simon Josefsson <jas@extundo.com>
748
749 * progmodes/autoconf.el (autoconf-font-lock-keywords):
750 Recognize AS_* too.
751
752 2004-10-29 Simon Josefsson <jas@extundo.com>
753
754 * subr.el (read-passwd): Move back from password.el.
755
756 * password.el: Remove, not ready yet.
757
758 2004-10-29 Andreas Schwab <schwab@suse.de>
759
760 * speedbar.el (speedbar-frame-parameters): Improve customize type.
761
762 2004-10-29 Sam Steingold <sds@gnu.org>
763
764 * mouse.el (mouse-show-mark): Replace the last occurrence of
765 x-lost-selection-hooks with x-lost-selection-functions.
766
767 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
770 x-lost-selection-functions is bound.
771
772 * mouse-sel.el (mouse-sel-mode):
773 * emacs-lisp/lselect.el: Adjust to new names for
774 x-(lost|sent)-selection-functions.
775
776 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
777 New obsolete aliases of x-lost-selection-functions and
778 x-sent-selection-functions.
779
780 2004-10-28 Kim F. Storm <storm@cua.dk>
781
782 * imenu.el (imenu-scanning-message): Remove.
783 (imenu-progress-message): Make it a no-op.
784
785 2004-10-28 John Paul Wallington <jpw@gnu.org>
786
787 * files.el (set-auto-mode): Call `throw' correctly.
788
789 2004-10-28 Juri Linkov <juri@jurta.org>
790
791 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
792 to search `Info-...' commands in `info' manual.
793 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
794 Add 'info-file "emacs" property.
795 (Info-find-emacs-command-nodes): Fix index line number regexp.
796 Set real line number (instead of fake 0) in first element of the
797 returned list.
798 (Info-goto-emacs-command-node): Use line number of first element
799 to set point in the first found Info node.
800
801 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
802 code to `grep-mode-font-lock-keywords'.
803 (grep-mode-font-lock-keywords): Delete grep markers instead
804 of making them invisible.
805
806 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
807
808 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
809 and x-server-version in bug report.
810
811 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
812
813 * files.el (set-auto-mode-0): New function.
814 (set-auto-mode): Use it to handle aliased modes and to
815 be consistent between C-x C-f and C-x C-w.
816
817 2004-10-28 Kenichi Handa <handa@m17n.org>
818
819 * international/utf-8.el (utf-translate-cjk-charsets):
820 Add katakana-jisx0201.
821
822 * international/subst-jis.el: Add data for JISX0201.
823
824 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * obsolete/hilit19.el (hilit-mode): New function.
827 Move all the toplevel side-effecting stuff into it, so that loading
828 hilit19 doesn't mess everything up any more.
829
830 2004-10-27 Richard M. Stallman <rms@gnu.org>
831
832 * add-log.el (add-change-log-entry): Set up mailing address
833 and full name later, and don't alter add-log-mailing-address
834 or add-log-full-name.
835
836 * elide-head.el (elide-head): Change error to message.
837 (elide-head-show): Likewise.
838
839 * apropos.el (apropos-macrop): Doc fix.
840
841 * mouse.el (mouse-show-mark): Do most processing the same
842 regardless of transient-mark-mode.
843
844 * shadowfile.el (shadow-copy-files): Use interactive-p
845 only to control whether to print a message.
846
847 * tar-mode.el (tar-mode): Use write-contents-functions,
848 not write-contents-hooks.
849
850 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
851 directory-sep-char.
852
853 2004-10-27 Richard M. Stallman <rms@gnu.org>
854
855 * strokes.el (strokes-unload-hook): Fix previous change.
856
857 * type-break.el (type-break-run-at-time): Always use run-at-time;
858 forget the alternatives.
859 (type-break-cancel-function-timers): Always use cancel-function-timers;
860 forget the alternatives.
861
862 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
863
864 2004-10-27 Kenichi Handa <handa@m17n.org>
865
866 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
867
868 * international/subst-gb2312.el: Likewise.
869
870 * international/subst-big5.el: Likewise.
871
872 * international/subst-ksc.el: Likewise.
873
874 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
875 New variable.
876 (utf-translate-cjk-set-unicode-range): New function.
877 (utf-translate-cjk-unicode-range): Make it customizable.
878 (utf-8-post-read-conversion):
879 Use utf-translate-cjk-unicode-range-string.
880 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
881 Unicode ranges.
882
883 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
884
885 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
886 trivial variants to shorten the list.
887 (xml-based-modes): New var.
888 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
889 declaration higher priority than auto-mode-alist.
890
891 * find-file.el (cc-other-file-alist): Bring it in line with
892 cc-mode's auto-mode-alist entries and use \' instead of $.
893
894 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
895 and add "Id" and "Name" submenus to it.
896
897 * imenu.el (imenu--generic-function): Skip matches in comments.
898
899 2004-10-26 Jay Belanger <belanger@truman.edu>
900
901 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
902 (full-calc-keypad, calc-trail-display): Use an extra argument
903 instead of `interactive-p'.
904
905 * calc/calc-misc.el (calc-other-window): Use an extra argument
906 instead of `interactive-p'.
907
908 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
909 `interactive-p'.
910
911 2004-10-26 Kim F. Storm <storm@cua.dk>
912
913 * help.el (describe-key): Describe both down-event and up-event
914 for a mouse click.
915
916 2004-10-26 Richard M. Stallman <rms@gnu.org>
917
918 * woman.el (woman): Don't call interactive-p.
919
920 * pcomplete.el (pcomplete): Instead of interactive-p,
921 use an arg set non-nil by the interactive spec.
922
923 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
924 use an arg set non-nil by the interactive spec.
925
926 * man.el (Man-cleanup-manpage): Instead of interactive-p,
927 use an arg set non-nil by the interactive spec.
928
929 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
930
931 * progmodes/flymake.el (flymake-split-string):
932 Use `flymake-split-string-remove-empty-edges' in any case.
933
934 2004-10-26 Masatake YAMATO <jet@gyve.org>
935
936 * progmodes/flymake.el (flymake-err-line-patterns):
937 Use `compilation-error-regexp-alist-alist' instead of
938 `compilation-error-regexp-alist'.
939
940 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
943 verbatim face on the \ of \end{verbatim}.
944
945 2004-10-25 Jay Belanger <belanger@truman.edu>
946
947 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
948 erasing minibuffer.
949
950 2004-10-25 Simon Josefsson <jas@extundo.com>
951
952 * subr.el (read-passwd): Move to net/password.el.
953
954 * net/password.el (read-passwd): Add. Autoload it.
955
956 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
957
958 * mouse-sel.el (mouse-sel-mode): Specify custom group.
959
960 * simple.el (process-file): Fix logic.
961
962 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
963
964 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
965 (increase-right-margin): Remove erroneous call to `interactive-p'.
966
967 2004-10-24 Kim F. Storm <storm@cua.dk>
968
969 * help.el (describe-mode): Fix 2004-10-13 change.
970 Copy pure "Auto Fill" string so it can be propertized later
971 without causing a read-only error.
972
973 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
974
975 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
976 style indexes.
977
978 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
979
980 * simple.el (process-file): Accept nil for INFILE. Reported by
981 Luc Teirlinck.
982
983 2004-10-24 Masatake YAMATO <jet@gyve.org>
984
985 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
986 Handle periods and underscores in a function name.
987 Remove the address fontification.
988
989 2004-10-24 Masatake YAMATO <jet@gyve.org>
990
991 * progmodes/asm-mode.el (asm-font-lock-keywords):
992 Use font-lock-variable-name-face for registers.
993
994 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
995
996 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
997 kill-all-local-variables.
998 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
999 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1000 Use kill-all-local-variables and provide mode-hooks.
1001 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1002 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1003 Suggested by Masatake YAMATO <jet@gyve.org>.
1004
1005 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
1006
1007 * simple.el (process-file): New function, similar to call-process
1008 but supports file handlers.
1009 * vc.el (vc-do-command): Use it, instead of call-process.
1010 * net/tramp-vc.el (vc-do-command): Do not advise it if
1011 process-file is fboundp.
1012 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1013 process-file.
1014 (tramp-handle-process-file): New function.
1015 (tramp-file-name-for-operation): Support process-file.
1016
1017 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
1018
1019 * calendar/icalendar.el (icalendar--weekday-array): New constant.
1020 (icalendar-weekdayabbrev-table)
1021 (icalendar-monthnumber-table): Delete.
1022 (icalendar--get-month-number): Use calendar-month-name-array.
1023 (icalendar--get-weekday-number): New function.
1024 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1025 (icalendar-export-region): Handle multi-line entries.
1026 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1027
1028 2004-10-23 John Paul Wallington <jpw@gnu.org>
1029
1030 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1031 `wildcards' set to t in interactive spec.
1032
1033 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1034 interactive spec rather than use `interactive-p'.
1035 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1036 rather than use function `interactive-p'.
1037
1038 2004-10-22 Kenichi Handa <handa@m17n.org>
1039
1040 * international/mule.el (translate-region): Implement it in Lisp
1041 as a front end of translate-region-internal.
1042
1043 2004-10-21 Jay Belanger <belanger@truman.edu>
1044
1045 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1046 Declare these variables with defvar.
1047
1048 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1049 is bound, only check to see if it is bound.
1050
1051 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1054 Don't output messages.
1055
1056 * calc/calc-help.el (calc-describe-bindings): Fix last change.
1057
1058 2004-10-21 John Paul Wallington <jpw@gnu.org>
1059
1060 * calc/calc-graph.el (calc-graph-init):
1061 Use `set-process-query-on-exit-flag'.
1062
1063 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
1064
1065 * progmodes/compile.el (compilation-start): Rely on `cd' to get
1066 dir right and also allow argumentless cd.
1067
1068 2004-10-19 Richard M. Stallman <rms@gnu.org>
1069
1070 * textmodes/flyspell.el (flyspell-mode): Doc fix.
1071
1072 * eshell/em-unix.el (eshell-grep):
1073 Don't bind compilation-process-setup-function.
1074
1075 * comint.el (comint-insert-input): Use @ in `interactive'.
1076 (comint-input-filter-functions): Doc fix.
1077 (comint-kill-whole-line, comint-get-source): Doc fix.
1078
1079 * progmodes/compile.el (compilation-setup):
1080 Don't set buffer-read-only if MINOR is non-nil.
1081
1082 2004-10-19 Jay Belanger <belanger@truman.edu>
1083
1084 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1085 (calc-emacs-type-gnu19): Remove.
1086 (calc-digit-map, calc-read-key-sequence, calc-read-key):
1087 Remove check for old emacs versions.
1088
1089 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1090 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1091 for current Emacs.
1092
1093 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1094 the end of the minibuffer.
1095 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
1096 copy `esc-map'.
1097
1098 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1099
1100 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1101 call that would be given when the current emacs was used.
1102
1103 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
1104
1105 * calendar/icalendar.el: Set coding to utf-8.
1106 (icalendar-version): Increase to 0.07.
1107 (icalendar-monthnumber-table): Change March pattern.
1108 (icalendar-get-all-event-properties)
1109 (icalendar-set-event-property): Delete.
1110 (icalendar-all-events): No longer interactive.
1111 (icalendar-convert-diary-to-ical)
1112 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1113 their replacements.
1114 (icalendar-export-file, icalendar-export-region): New functions;
1115 essentially old `icalendar-convert-diary-to-ical' but appending to
1116 target rather than overwriting.
1117 (icalendar-import-file): Append to target file rather than
1118 overwriting. Fourth arg deleted.
1119 (icalendar-import-buffer): New name for old
1120 `icalendar-extract-ical-from-buffer'.
1121 (icalendar--convert-string-for-import): New name for
1122 old `icalendar-convert-for-import'.
1123 (include-icalendar-files): Delete.
1124 Prefix for all internal functions changed from `icalendar-'
1125 to `icalendar--'.
1126
1127 2004-10-19 Richard M. Stallman <rms@gnu.org>
1128
1129 * paths.el (news-path): Fix previous change.
1130
1131 2004-10-18 Jay Belanger <belanger@truman.edu>
1132
1133 * calc/calc-help.el (calc-describe-bindings):
1134 Set `buffer-read-only' to nil while working in the keybindings buffer;
1135 remove some extra information from the keybindings buffer.
1136
1137 2004-10-18 David Ponce <david@dponce.com>
1138
1139 * mouse.el (mouse-drag-move-window-top): New function.
1140 (mouse-drag-mode-line-1): Use it.
1141
1142 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
1143
1144 * info.el (Info-fontify-node): For multiline refs,
1145 arrange to unfontify newline and surrounding whitespace.
1146
1147 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1150 directory is missing.
1151
1152 2004-10-17 John Paul Wallington <jpw@gnu.org>
1153
1154 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1155 New customizable variable; whether to display buffers that match
1156 `ibuffer-maybe-show-predicates' by default.
1157 (ibuffer-maybe-show-predicates): Mention it in docstring.
1158 (ibuffer-display-maybe-show-predicates): New variable.
1159 (ibuffer-update): Prefix arg now toggles whether buffers that
1160 match `ibuffer-maybe-show-predicates' should be displayed.
1161 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1162 locally to heed `ibuffer-default-display-maybe-show-predicates'.
1163 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1164
1165 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
1168 work correctly.
1169
1170 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
1171
1172 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1173 (Buffer-menu-beginning): New helper function.
1174 (Buffer-menu-execute): Use it.
1175 (Buffer-menu-select): Use it.
1176 (Buffer-menu-sort): Use it and also keep markers.
1177
1178 2004-10-17 Richard M. Stallman <rms@gnu.org>
1179
1180 * paths.el (news-directory): Rename from news-path. Old name alias.
1181 (rmail-spool-directory): Use defvar.
1182 (sendmail-program): Use defcustom.
1183 (remote-shell-program): Use defcustom.
1184 (term-file-prefix): Use defvar.
1185 (abbrev-file-name): Use defvar.
1186
1187 * term.el: Add maintainer.
1188
1189 * subr.el (with-local-quit): Return nil if there's a quit.
1190 (read-passwd): Use with-local-quit. Doc fix.
1191
1192 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1193 (strokes-unload-hook): Set as a variable with add-hook.
1194
1195 * startup.el (fancy-splash-tail, normal-splash-screen):
1196 Update copyright year.
1197
1198 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1199
1200 * server.el (server-unload-hook): Set as a variable with add-hook.
1201
1202 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1203
1204 * frame.el (special-display-popup-frame):
1205 Make the buffer current as its frame is created.
1206
1207 * delsel.el (delsel-unload-hook): Set as a variable.
1208
1209 * comint.el (comint-output-filter-functions):
1210 Add comint-watch-for-password-prompt.
1211 (comint-read-noecho): Function deleted.
1212 (send-invisible): Use read-passwd.
1213
1214 * fringe.el (fringe-mode-initialize): New function.
1215 (fringe-mode): Use fringe-mode-initialize as :initialize.
1216
1217 2004-10-17 Kim F. Storm <storm@cua.dk>
1218
1219 * language/indian.el (indian-script-language-alist): Swap value and doc.
1220 (indian-font-char-index-table): Doc fix.
1221
1222 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1225
1226 2004-10-16 Juri Linkov <juri@jurta.org>
1227
1228 * progmodes/compile.el (compilation-start): Move let-binding of
1229 `process-environment' into `with-current-buffer' body.
1230 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1231
1232 2004-10-16 Richard M. Stallman <rms@gnu.org>
1233
1234 * pcvs-util.el (cvs-bury-buffer):
1235 Don't call get-buffer-window for effect.
1236
1237 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1238
1239 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1240
1241 * msb.el (msb-unload-hook): Set the variable.
1242
1243 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1244 Use * to err if buffer is readonly.
1245
1246 * subr.el (looking-back): Return only t or nil.
1247
1248 * whitespace.el (whitespace-unload-hook): Set the variable.
1249
1250 * view.el (view-mode-enable): Set view-page-size and
1251 view-half-page-size to nil.
1252 (view-set-half-page-size-default): view-half-page-size = nil
1253 means the default.
1254 (View-scroll-page-forward): Use view-page-size-default.
1255 (View-scroll-page-backward): Likewise.
1256 (view-page-size, view-half-page-size): Doc fixes.
1257
1258 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1259
1260 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1261
1262 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1263 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1264 (byte-compile-log-1): Bind inhibit-read-only.
1265 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1266 (byte-compile-log-warning): Likewise.
1267 (byte-compile-file-form-require): Detect "cl" from the arg value.
1268
1269 * progmodes/compile.el (compilation-start): Assume compilation-mode
1270 will make the buffer read-only.
1271 (compilation-mode): Take arg name-of-mode.
1272 (compilation-setup): Make buffer read-only.
1273 (compilation-handle-exit): Bind inhibit-read-only.
1274
1275 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1276 (ispell-message): Likewise.
1277 (ispell-show-choices): Don't call get-buffer-window uselessly.
1278 (ispell-init-process): Use set-process-query-on-exit-flag.
1279
1280 2004-10-16 Kim F. Storm <storm@cua.dk>
1281
1282 * fringe.el (fringe-bitmaps): Only initialize when defined.
1283
1284 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1285 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1286
1287 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1288
1289 2004-10-15 Simon Josefsson <jas@extundo.com>
1290
1291 * net/password.el: Add.
1292
1293 2004-10-14 Masatake YAMATO <jet@gyve.org>
1294
1295 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1296 (gdb-script-end-of-defun): New function.
1297 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1298 `gdb-script-end-of-defun' as *-of-defun-function.
1299
1300 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1301
1302 * button.el (button-activate): Allow a marker to display as an action.
1303
1304 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1305
1306 * help.el (describe-mode): Use it to make minor mode list into
1307 hyperlinks.
1308
1309 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * vc.el (vc-annotate-display-select): Fix typo.
1312
1313 * subr.el (substitute-key-definition-key): New function.
1314 (substitute-key-definition): Use it with map-keymap.
1315 (event-modifiers): Use push.
1316 (mouse-movement-p, with-temp-buffer): Simplify.
1317
1318 2004-10-12 Jay Belanger <belanger@truman.edu>
1319
1320 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1321 New variables.
1322 (calc-help-index-entries): New function.
1323 (calc-describe-function): Use `calc-help-function-list' instead of
1324 obarray for completion.
1325 (calc-describe-variable): Use `calc-help-variable-list' instead
1326 of obarray for completion.
1327
1328 2004-10-12 Richard M. Stallman <rms@gnu.org>
1329
1330 * info-look.el (info-lookup-file): Add info-file property.
1331 (info-lookup-symbol): Likewise.
1332
1333 * info.el (info-xref): Add underlining.
1334 (info): Add info-file property.
1335 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1336
1337 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1338
1339 Sync with Tramp 2.0.45.
1340
1341 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1342 defined. This is not the case for XEmacs without package "edebug".
1343 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1344 remote files to the permissions of the original file. This is not
1345 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1346 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1347 (tramp-perl-decode): Fix an error in Perl implementation.
1348 $pending must be cleared every loop. Reported by Benjamin Place
1349 <benjaminplace@sprintmail.com>
1350
1351 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1352 Don't activate advice during definition. This is done later on,
1353 depending on test result of `substitute-in-file-name'.
1354 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1355
1356 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1359
1360 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1361
1362 2004-10-12 David Ponce <david@dponce.com>
1363
1364 * recentf.el (recentf-edit-list): Update the menu when the recentf
1365 list has been modified.
1366
1367 2004-10-12 Simon Josefsson <jas@extundo.com>
1368
1369 * net/tls.el (tls-certtool-program): New variable.
1370 (tls-certificate-information): New function, based on
1371 ssl-certificate-information.
1372
1373 2004-10-12 Kenichi Handa <handa@m17n.org>
1374
1375 * international/mule.el (coding-system-equal): Move from mule-util.el.
1376
1377 * international/mule-util.el (coding-system-equal): Move to mule.el.
1378
1379 2004-10-12 Kim F. Storm <storm@cua.dk>
1380
1381 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1382 reset kmacro-initial-counter-value if set.
1383 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1384 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1385 (kmacro-display): Show macro counter if non-zero.
1386
1387 * subr.el (substitute-key-definition): Mention command remapping
1388 in doc string.
1389
1390 2004-10-11 Jay Belanger <belanger@truman.edu>
1391
1392 * calc/calc-misc.el (calc-info-goto-node): New function.
1393 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1394 node in one step.
1395 (calc-describe-copying, calc-describe-distribution)
1396 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1397 Go to appropriate info node in one step.
1398
1399 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1402
1403 * font-lock.el (font-lock-apply-highlight): Fix last change.
1404
1405 2004-10-11 Simon Josefsson <jas@extundo.com>
1406
1407 * mail/smtpmail.el (smtpmail-open-stream): Look for
1408 starttls-gnutls-program instead of starttls-program iff
1409 starttls-use-gnutls is non-nil.
1410 (smtpmail-open-stream): Don't overwrite user settings of
1411 starttls-extra-arguments and starttls-extra-args.
1412
1413 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * comint.el (comint-mouse-insert-input): Remove.
1416 (comint-insert-input): Make it work for mouse bindings.
1417 (comint-mode-map): Move defs into the declaration.
1418 (comint-output-filter): Typo.
1419
1420 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1421
1422 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1423
1424 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1425 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1426 ange-ftp-remote-shell.
1427
1428 2004-10-10 Andreas Schwab <schwab@suse.de>
1429
1430 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1431 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1432 Reported by <sri@asu.edu>.
1433
1434 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1435
1436 * vc.el (vc-annotate-mode): Remove variable.
1437 (vc-annotate-display-select): Only call vc-annotate-mode
1438 if we're not in that mode already.
1439
1440 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1443 (imenu-choose-buffer-index): Check here for rescan instead.
1444
1445 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1446 where the face expression evals to nil.
1447
1448 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1449 (tex-font-lock-keywords-2): Use it.
1450 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1451
1452 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1453
1454 2004-10-09 Kim F. Storm <storm@cua.dk>
1455
1456 * subr.el (progress-reporter-update): Define before first usage.
1457 (make-progress-reporter): Doc fix.
1458
1459 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1460
1461 * textmodes/paragraphs.el (sentence-end-double-space)
1462 (sentence-end-without-period, sentence-end-without-space)
1463 (sentence-end): Doc fixes.
1464
1465 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1466
1467 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1468 Change paragraph-start regexp so we don't fill code starting with #'(.
1469
1470 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1471
1472 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1473 New defcustom.
1474 (extract-address-components): Use it.
1475
1476 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1477
1478 * subr.el (make-progress-reporter, progress-reporter-update)
1479 (progress-reporter-force-update, progress-reporter-do-update)
1480 (progress-reporter-done): New functions.
1481
1482 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1483
1484 * progmodes/etags.el (etags-tags-completion-table): Use progress
1485 reporter.
1486 (etags-tags-apropos): Likewise.
1487
1488 2004-10-08 Alan Mackenzie <acm@muc.de>
1489
1490 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1491 of current line.
1492
1493 2004-10-08 Masatake YAMATO <jet@gyve.org>
1494
1495 * server.el (server-process-filter): Wrap `process-send-region'
1496 by `condition-case' to guard the case when the pipe to PROC is closed.
1497
1498 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1499
1500 * xml.el (xml-substitute-special): Limit handling of external entities.
1501
1502 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1503
1504 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1505
1506 2004-10-06 John Paul Wallington <jpw@gnu.org>
1507
1508 * xml.el (xml-parse-dtd): Fix `error' call.
1509
1510 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1511
1512 * xml.el (xml-substitute-special): Return a single string instead
1513 of a list of strings if an entity substitution is made.
1514
1515 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1516
1517 * calendar/icalendar.el: New file.
1518
1519 2004-10-05 Juri Linkov <juri@jurta.org>
1520
1521 * isearch.el (isearch-done): Set mark after running hook.
1522 Reported by Drew Adams <drew.adams@oracle.com>.
1523
1524 * info.el (Info-history, Info-toc): Fix Info headers.
1525 (Info-toc): Narrow buffer before Info-fontify-node.
1526 (Info-build-toc): Don't check for special Info file names.
1527 Set main-file to nil if Info-find-file returns a symbol.
1528
1529 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1530
1531 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1532 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1533 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1534
1535 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1536
1537 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1538 for old interactive spec from calendar-goto-iso-date.
1539 (calendar-goto-iso-date): Use it.
1540 (calendar-goto-iso-week): New function. Suggested by Emilio
1541 C. Lopes <eclig@gmx.net>.
1542
1543 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1544
1545 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1546 `set-right-margin' bindings that follow the minor mode conventions.
1547
1548 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1551 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1552 (latex-block-args-alist): Add minipage and picture.
1553 (latex-block-body-alist): Use reftex-label if enabled.
1554 (latex-insert-block): Don't insert a \n if not necessary.
1555 (tex-compile-commands): Make sure dvips doesn't send to printer.
1556 (tex-compile-default): Handle the case where no executable is found.
1557 (latex-noindent-environments): New var.
1558 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1559 If tex-indent-allhanging is non-nil, make sure we only align for macros
1560 at beginning of line.
1561
1562 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1563
1564 * newcomment.el (comment-beginning): Doc fix and don't choke on
1565 unset `comment-end-skip' when at beginning of comment.
1566
1567 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * term.el (term-adjust-current-row-cache): Don't allow the current
1570 row to become negative.
1571 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1572 the end of the line. Fix scroll down. Add comments.
1573 (term-handle-ansi-escape): Don't exceed terminal width when moving
1574 right.
1575 (term-scroll-region): Move the cursor after setting the scroll region.
1576
1577 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1578
1579 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1580 to `width' for consistency with docstring. Doc fix.
1581
1582 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1583
1584 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1585 This is necessary for derived modes.
1586
1587 2004-09-30 Kim F. Storm <storm@cua.dk>
1588
1589 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1590 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1591
1592 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1593 kmacro-extract-lambda functions.
1594 (edit-kbd-macro): Handle kmacro lambda forms.
1595 Include counter and counter format in edit buffer.
1596 (edmacro-finish-edit): Get counter and format from edit buffer and
1597 update kmacro bindings when found.
1598
1599 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1600
1601 * textmodes/paragraphs.el (forward-paragraph):
1602 Avoid args-out-of-range error when point winds up at the beginning of
1603 the buffer and hard newlines are enabled.
1604
1605 * newcomment.el (comment-multi-line): Doc fix.
1606
1607 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1610 (diff-fixup-modifs): Catch unified-diff file-headers.
1611
1612 2004-09-29 Kim F. Storm <storm@cua.dk>
1613
1614 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1615 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1616 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1617
1618 * fringe.el (fringe-bitmap-p): New macro.
1619 (fringe-bitmaps): Add standard fringe bitmaps on load.
1620
1621 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * dired.el (dired-view-command-alist): Use more efficient regexps.
1624 Remove dubious arguments.
1625 (dired-align-file): New function.
1626 (dired-insert-directory): Use it.
1627 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1628 (dired-buffers-for-dir): Remove unused var `pattern'.
1629
1630 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1631
1632 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1633 from diary display excursion. Store diary buffer's point for
1634 `simple-diary-display'.
1635 (simple-diary-display): Set window point and start when
1636 displaying buffer, to preserve point.
1637
1638 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1639
1640 * textmodes/enriched.el (enriched-translations): Replace defconst
1641 with defvar.
1642
1643 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1644
1645 * printing.el: Doc fix.
1646 (pr-version): New version number (6.8.1).
1647 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1648 make-temp-name.
1649 (pr-delete-file): Check if file exists before deleting it.
1650 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1651
1652 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * term.el (term-display-table): New variable.
1655 (term-mode): Use it.
1656 (term-exec-1): Set the coding system to binary.
1657 (term-emulate-terminal): Decode the string before inserting it.
1658
1659 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1660
1661 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1662 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1663 (map): Bind S-prior, S-next and S-insert.
1664 (term-mode): Set `indent-tabs-mode' to nil.
1665 (term-paste): New function to be bound to S-insert.
1666 (term-send-del, term-send-backspace): Change the strings sent.
1667 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1668 (term-handle-colors-array): Fix handling of underline and reverse.
1669 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1670 (term-erase-in-line): Fix comparison.
1671 (term-emulate-terminal): Fix line wrap handling.
1672 (term-start-output-log): Rename from `term-set-output-log'.
1673 (term-stop-output-log): Rename from `term-stop-photo'.
1674 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1675
1676 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * dired.el (dired-move-to-filename): Don't output a message if
1679 raise-error is non-nil. Fix return position and value.
1680
1681 * files.el (insert-directory): Obey --dired even with symlinks.
1682
1683 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1684
1685 * ls-lisp.el (ls-lisp-format): Mark file names with property
1686 dired-filename.
1687
1688 2004-09-25 Kim F. Storm <storm@cua.dk>
1689
1690 * ido.el (ido-max-directory-size): New defcustom.
1691 (ido-decorations): Add "too big" element.
1692 (ido-directory-too-big): New dynamic var.
1693 (ido-may-cache-directory): Don't cache big directories.
1694 (ido-directory-too-big-p): New defun.
1695 (ido-set-current-directory): Update ido-directory-too-big.
1696 (ido-read-internal): Make empty ido-cur-item if too-big.
1697 (ido-buffer-internal): Use ido-read-internal directly instead of
1698 ido-read-buffer.
1699 (ido-file-internal): Init ido-directory-too-big.
1700 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1701 and redo completion with full list.
1702 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1703 it, and show completions.
1704 (ido-all-completions): Let bind ido-directory-too-big to nil.
1705 (ido-exhibit): Handle ido-directory-too-big.
1706 (ido-read-buffer): Handle fallback to read-buffer.
1707 Init ido-directory-too-big.
1708 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1709 Init ido-directory-too-big.
1710
1711 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * subr.el (delay-mode-hooks): Doc fix.
1714
1715 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1716
1717 * textmodes/enriched.el
1718 (enriched-default-text-properties-local-flag): New variable.
1719 (enriched-mode): Make sure that enabling and disabling the mode is
1720 a no-op. Doc fix.
1721
1722 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1723
1724 * calendar/holidays.el (holiday-advent): Report on a specified day
1725 offset from advent, not just advent.
1726 (holiday-easter-etc): Report on one specified day offset from
1727 easter, not all easter holidays. Various Easter holidays moved to
1728 `christian-holidays' variable in calendar.el.
1729 * calendar/calendar.el (christian-holidays): Adapt for new
1730 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1731
1732 2004-09-23 Kim F. Storm <storm@cua.dk>
1733
1734 * image.el (insert-sliced-image): Add doc string.
1735
1736 * ido.el (ido-choice-list): New dynamic var for `list' context.
1737 (ido-context-switch-command): New dynamic var.
1738 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1739 (ido-read-internal): Handle new `list' context.
1740 Handle insert-buffer and insert-file ido-exit values.
1741 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1742 ido-context-switch-command. Handle insert-file ido-exit value.
1743 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1744 unless it is already bound by caller.
1745 (ido-file-internal): New arg switch-cmd. Use it to setup
1746 ido-context-switch-command. Handle insert-buffer ido-exit value.
1747 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1748 used for context switching.
1749 (ido-all-completions): Handle new `list' context.
1750 (ido-make-choice-list): Return choices for `list' context.
1751 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1752 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1753 (ido-insert-buffer, ido-insert-file): Setup context switching.
1754 (ido-exhibit): Handle `list' context.
1755 (ido-read-file-name): Disable context switching. Handle fallback.
1756 (ido-read-directory-name): Disable context switching.
1757 (ido-completing-read): New defun like completing-read. Setup and
1758 use new `list' context.
1759
1760 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1761
1762 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1763
1764 2004-09-21 Jay Belanger <belanger@truman.edu>
1765
1766 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1767 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1768 separate window.
1769
1770 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1771
1772 * subr.el (after-change-major-mode-hook): Doc fix.
1773
1774 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1775
1776 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1777 of ghostscript for monochrome PostScript file in Windows.
1778
1779 2004-09-21 Kenichi Handa <handa@m17n.org>
1780
1781 * descr-text.el (describe-char): Checking of quail activation
1782 fixed.
1783
1784 2004-09-21 Jay Belanger <belanger@truman.edu>
1785
1786 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1787
1788 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1789
1790 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1791 after the mode hooks instead of before. Doc fix.
1792
1793 2004-09-20 Jason Rumney <jasonr@gnu.org>
1794
1795 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1796 _emacs, but revert to .emacs if neither exists in home directory.
1797
1798 2004-09-20 John Paul Wallington <jpw@gnu.org>
1799
1800 * bindings.el (completion-ignored-extensions): Add .dfsl.
1801
1802 2004-09-20 Richard M. Stallman <rms@gnu.org>
1803
1804 * bindings.el (scroll-left): Make it disabled.
1805
1806 * files.el (enable-local-eval): Doc fix.
1807
1808 * indent.el (move-to-left-margin): Special case for minibuffer.
1809
1810 * term.el (term-emulate-terminal): Turn off undo for output.
1811 Use with-current-buffer and save-selected-window.
1812
1813 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1814
1815 * progmodes/make-mode.el (makefile-fill-paragraph):
1816 Don't insist on spaces when looking for comments. # is enough.
1817
1818 * files.el (hack-local-variables): Copy the variables list
1819 to another buffer, strip prefixes and suffixes there, then read.
1820 (enable-local-eval): Doc fix.
1821 (ignored-local-variables): Initialize to nil.
1822 (risky-local-variable-p): Don't check ignored-local-variables here.
1823 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1824
1825 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1826
1827 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1828 of = to "." (punctuation).
1829
1830 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1833
1834 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1835
1836 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1837 (enriched-before-change-major-mode): New function.
1838 Add it to `change-major-mode-hook'.
1839 (enriched-after-change-major-mode): New function.
1840 Add it to `after-change-major-mode-hook'.
1841 (enriched-mode): Make it work correctly if called from
1842 `after-change-major-mode-hook'.
1843 No longer set `indent-line-function'.
1844
1845 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1846
1847 * subr.el (after-change-major-mode-hook): New variable.
1848 (run-mode-hooks): Implement it.
1849
1850 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * battery.el (battery-linux-proc-apm): Use string-to-number.
1853 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1854 Use dolist (and less indentation). Use erase-buffer.
1855 Pre-initialize `design-capacity', `warn', and `low'.
1856 (battery-format): Use replace-regexp-in-string.
1857
1858 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1859
1860 * battery.el: Delete superfluous empty lines.
1861 (battery-linux-proc-acpi): Attempt to gather information from all
1862 battery subdirectories regardless of their file name.
1863 (battery-linux-proc-apm): Replace all occurrences of
1864 battery-hex-to-int-2 with string-to-int (base 16).
1865 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1866 (battery-hex-map): Delete variable.
1867
1868 2004-09-18 John Paul Wallington <jpw@gnu.org>
1869
1870 * calc/calc-units.el (calc-quick-units): Fix overzealous
1871 s/or/unless/.
1872
1873 2004-09-17 Jay Belanger <belanger@truman.edu>
1874
1875 * calc/calc.el (calc-mode-var-list): Fix the value of
1876 `calc-matrix-brackets'.
1877
1878 2004-09-17 Romain Francoise <romain@orebokech.com>
1879
1880 * ibuf-ext.el (define-ibuffer-filter filename):
1881 Expand dired-directory since buffer-file-name is absolute.
1882
1883 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1884
1885 * ediff-init.el (ediff-current-diff-face-A)
1886 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1887 (ediff-current-diff-face-Ancestor)
1888 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1889 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1890 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1891 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1892 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1893 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1894 Use min-colors.
1895
1896 * term.el (term-down): Perform vertical motion if DOWN is negative.
1897 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1898 (term-termcap-format): Synchronyze with the eterm terminfo entry
1899 in etc/e/eterm.ti.
1900 (term-handle-colors-array): If the current foreground or
1901 background are zero (i.e. unspecified), use the foreground and
1902 background of the default face for reverse video.
1903 (term-ansi-at-eval-string, term-ansi-default-fg)
1904 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1905 (term-mem): Delete ununsed function.
1906 (term-protocol-version): Increment.
1907 (term-current-face): Set to default.
1908
1909 2004-09-15 Jay Belanger <belanger@truman.edu>
1910
1911 * calc/calc.el (calc-mode-var-list): Define this variable.
1912 (calc-always-load-extensions, calc-line-numbering)
1913 (calc-line-breaking, calc-display-just, calc-display-origin)
1914 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1915 (calc-group-char, calc-point-char, calc-frac-format)
1916 (calc-prefer-frac, calc-hms-format, calc-date-format)
1917 (calc-float-format, calc-full-float-format, calc-complex-format)
1918 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1919 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1920 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1921 (calc-matrix-brackets, calc-language, calc-language-option)
1922 (calc-left-label, calc-right-label, calc-word-size)
1923 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1924 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1925 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1926 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1927 (calc-window-height, calc-display-trail, calc-show-selections)
1928 (calc-use-selections, calc-assoc-selections)
1929 (calc-display-working-message, calc-auto-why, calc-timing)
1930 (calc-mode-save-mode, calc-standard-date-formats)
1931 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1932 (calc-user-parse-tables, calc-gnuplot-default-device)
1933 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1934 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1935 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1936 (calc-invocation-macro, calc-show-banner): Give these values as
1937 part of `calc-mode-var-list's initialization after the variables
1938 are declared with defvar.
1939 (calc-bug-address): Changed email address to send bug
1940 reports to. Also changed the maintainer address at the top.
1941 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1942 than "\\.emacs" to determine if it is the user-init-file.
1943
1944 * calc/calc-embed.el (calc-embedded-set-modes): Use
1945 `calc-mode-var-list' correctly.
1946
1947 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1948
1949 * vc.el (annotate-time): Document point handling.
1950 (vc-annotate-display-autoscale): Doc fix.
1951
1952 2004-09-15 Miles Bader <miles@gnu.org>
1953
1954 * generic.el (generic-make-keywords-list): Use symbol rather than
1955 word anchors in regexp.
1956
1957 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1958
1959 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1960 no file name consider `dired-directory'.
1961
1962 2004-09-14 Kim F. Storm <storm@cua.dk>
1963
1964 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1965
1966 2004-09-14 Simon Josefsson <jas@extundo.com>
1967
1968 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1969
1970 * textmodes/dns-mode.el: Add.
1971
1972 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1975 (disabled-command-function): Make the ?\ char more obvious.
1976
1977 * vc-arch.el (vc-arch-root, vc-arch-registered):
1978 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1979
1980 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1981
1982 * windmove.el (windmove-frame-edges): Report coordinates of
1983 outside edges of frame, not inside edges.
1984 (windmove-coordinates-of-position): Convert into wrapper to new
1985 function `windmove-coordinates-of-window-position';
1986 `compute-motion' always applies to selected window.
1987 (windmove-coordinates-of-position): Update documentation to refer
1988 to Emacs 21 Lisp Reference Manual.
1989 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1990
1991 2004-09-13 Kim F. Storm <storm@cua.dk>
1992
1993 * isearch.el (isearch-resume-in-command-history): Rename from
1994 isearch-resume-enabled and change default to nil.
1995
1996 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1999 (vc-registered): Use it.
2000 (vc-find-root): New fun.
2001
2002 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2003 Don't tell to use \\{...} when it's already done.
2004
2005 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2006 Provide a sample complex default.
2007 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2008 (bibtex-entry): Use mapc.
2009
2010 2004-09-12 Kim F. Storm <storm@cua.dk>
2011
2012 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2013
2014 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2015 inhibit-field-text-motion to t so rectangles work in comint buffers.
2016
2017 * simple.el (choose-completion-string): Set buffer before running
2018 choose-completion-string-functions hook so it can be buffer-local.
2019
2020 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
2021
2022 * progmodes/compile.el (compilation-start): Parse command to see
2023 if it starts with a cd, and if so perform it for the *compilation*
2024 buffer. Change the header to reflect this.
2025
2026 2004-09-11 Kim F. Storm <storm@cua.dk>
2027
2028 * ido.el (ido-enable-dot-prefix): Doc fix.
2029 (ido-enable-dot-prefix): New defcustom.
2030 (ido-set-matches1): Use it.
2031
2032 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * textmodes/bibtex.el (bibtex-mark-active)
2035 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2036
2037 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2038
2039 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2040 used in a case insensitive environment.
2041 (bibtex-mode-map): Rearrange order of menus.
2042 (bibtex-quoted-string-re): Obsolete.
2043 (bibtex-complete-key-cleanup): Variable replaced by new function.
2044 (bibtex-font-lock-keywords): Use backquotes.
2045 (bibtex-font-lock-url-regexp): New internal variable.
2046 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2047 "OPT" and "ALT".
2048 (bibtex-insert-current-kill, bibtex-make-field)
2049 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2050 (bibtex-parse-field-text): Simplify.
2051 (bibtex-string=): New helper function.
2052 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2053 (bibtex-map-entries): Use bibtex-string=.
2054 (bibtex-search-entry): Use not.
2055 (bibtex-enclosing-field): Fix docstring.
2056 (bibtex-assoc-regexp): Obsolete.
2057 (bibtex-format-entry): Use assoc-string and bibtex-string=.
2058 (bibtex-autokey-get-names): Handle empty name field.
2059 (bibtex-parse-strings): Use assoc-string and unless.
2060 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2061 Use assoc-string.
2062 (bibtex-pop): Simplify.
2063 (bibtex-mode): Set font-lock-extra-managed-props.
2064 (bibtex-entry-update): Use assoc-string.
2065 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2066 (bibtex-autofill-entry): Use bibtex-string=.
2067 (bibtex-print-help-message): Simplify.
2068 (bibtex-find-entry): New optional arg START.
2069 (bibtex-validate): Use bibtex-string= and assoc-string.
2070 Do not call obsolete function compilation-parse-errors.
2071 (bibtex-remove-delimiters): Only remove delimiters if present.
2072 (bibtex-copy-entry-as-kill): Add docstring.
2073 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2074 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2075 (bibtex-complete): Use bibtex-predefined-month-strings,
2076 bibtex-string=, and new function bibtex-complete-key-cleanup.
2077 (bibtex-generate-url-list): New variable.
2078 (bibtex-url): New command bound to C-c C-l and mouse-2.
2079 (bibtex-url-map): New local keymap for bibtex-url-mouse.
2080 (bibtex-font-lock-url): New function.
2081
2082 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2085
2086 2004-09-09 Kim F. Storm <storm@cua.dk>
2087
2088 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2089 counter and format with binding.
2090 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
2091 the declared macro uses own macro counter and format. Give symbol
2092 kmacro property.
2093 (kmacro-keymap): Bind kmacro-name-last-macro to n.
2094 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2095 (kmacro-end-and-call-macro): Doc fix.
2096
2097 2004-09-09 Lars Hansen <larsh@math.ku.dk>
2098
2099 * desktop.el (desktop-clear-preserve-buffers):
2100 Remove make-obsolete-variable.
2101
2102 2004-09-08 Richard M. Stallman <rms@gnu.org>
2103
2104 * buff-menu.el (list-buffers-noselect): Call format-mode-line
2105 with the buffer as argument.
2106
2107 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2110
2111 2004-09-08 Juri Linkov <juri@jurta.org>
2112
2113 * replace.el (perform-replace): Use `query-replace-descr'.
2114
2115 * cus-start.el (history-delete-duplicates): Specify customization.
2116
2117 * diff-mode.el (diff-mode-map):
2118 * progmodes/compile.el (compilation-mode-map):
2119 * progmodes/grep.el (grep-mode-map):
2120 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2121 to `next-error-follow-minor-mode'.
2122
2123 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2124
2125 * isearch.el (isearch-lazy-highlight-update): Take into account
2126 the case of zero-length match at the search bound.
2127
2128 2004-09-08 Kim F. Storm <storm@cua.dk>
2129
2130 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2131 change. Use zero width overlays when necessary.
2132
2133 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2134
2135 * subr.el (split-string): Docfix.
2136
2137 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2138
2139 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2140 (display-call-tree): Ensure newline after caller/calls blocks.
2141
2142 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2143
2144 * startup.el (command-line-1): Make option
2145 --directory/-L modify `load-path' straight away.
2146
2147 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2148
2149 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2150
2151 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2152
2153 * emacs-lisp/autoload.el (make-autoload):
2154 Handle `define-compilation-mode'.
2155
2156 * emacs-lisp/lisp-mode.el (define-compilation-mode):
2157 Specify `doc-string-elt' property.
2158
2159 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2160
2161 * bs.el (bs-mode): Doc fix.
2162
2163 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2164
2165 * info.el (Info-insert-dir): Fix temp buffer leak bug.
2166
2167 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2168
2169 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2170
2171 2004-09-08 Kenichi Handa <handa@m17n.org>
2172
2173 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2174 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2175 ps-mule-next-point -> 1+).
2176
2177 * composite.el (encode-composition-rule): Add autoload cooky.
2178
2179 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2180
2181 * format.el (buffer-auto-save-file-format): Make it permanent local.
2182
2183 2004-09-07 Kim F. Storm <storm@cua.dk>
2184
2185 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2186 (authors-fixed-entries): Fix typo.
2187 (authors-canonical-author-name): Compact multiple spaces.
2188 Ignore trivial names (e.g. only first name).
2189
2190 * term.el (term-window-width): Only use full window width on
2191 window system if overflow-newline-into-fringe is enabled.
2192 (term-mode): Don't disable overflow-newline-into-fringe.
2193
2194 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2197 motion as seen on my Mac OS X xterms.
2198
2199 * newcomment.el (uncomment-region-default, comment-region-default):
2200 New functions extracted from uncomment-region and comment-region.
2201 (comment-region, comment-region-function, uncomment-region)
2202 (uncomment-region-function): Use them.
2203
2204 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2205
2206 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2207 It's not crucial but can make sense at times.
2208
2209 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2210 the first commit.
2211
2212 * vc.el (vc-buffer-context, vc-restore-buffer-context):
2213 Disable obsolete code.
2214
2215 2004-09-07 Juri Linkov <juri@jurta.org>
2216
2217 * progmodes/grep.el (grep-highlight-matches): Change default from
2218 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
2219 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2220 if grep option `--color' is available, or to `nil' otherwise.
2221 (grep-process-setup): Call `grep-compute-defaults' if
2222 `grep-highlight-matches' is not computed. Set env-vars only
2223 if `grep-highlight-matches' is `t'.
2224 (grep-use-null-device): Remove redundant type `boolean' (`choice'
2225 is already defined).
2226
2227 * progmodes/compile.el (compilation-start): Use copy of
2228 `process-environment' created by `copy-sequence' to not
2229 modify env-vars in the global `process-environment'.
2230
2231 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2232
2233 * simple.el (next-error-follow-minor-mode): Fix last change.
2234
2235 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2238 permanent local.
2239
2240 2004-09-04 Richard M. Stallman <rms@gnu.org>
2241
2242 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2243 highlighting if the search string is empty.
2244
2245 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2246
2247 * facemenu.el (facemenu-active-faces): Change condition of inner
2248 `while' loop to also check the first two elements of `face-atts'
2249 and `mask-atts'.
2250
2251 2004-09-04 John Paul Wallington <jpw@gnu.org>
2252
2253 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2254 (thumbs-view-image-mode): Make buffer read-only.
2255
2256 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2257
2258 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2259 (ispell-check-version): Set it.
2260 (ispell-send-replacement): New function.
2261 (ispell-process-line): Call ispell-send-replacement.
2262
2263 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2264
2265 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2266 Support choosing seconds with "s".
2267
2268 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2269
2270 * terminal.el (te-escape): Show `?' in prompt for help key.
2271
2272 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2273
2274 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2275
2276 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2277
2278 * simple.el (next-error-follow-minor-mode)
2279 (next-error-follow-mode-post-command-hook): New functions.
2280 (next-error-follow-last-line): New defvar.
2281
2282 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2283 * progmodes/compile.el (compilation-mode-map): Likewise.
2284 * progmodes/grep.el (grep-mode-map): Likewise.
2285 * replace.el (occur-mode-map): Likewise.
2286
2287 * newcomment.el (uncomment-region): Bind comment-use-global-state
2288 to nil.
2289
2290 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2291
2292 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2293 locally around the call to `revert-buffer'.
2294
2295 2004-09-03 Juri Linkov <juri@jurta.org>
2296
2297 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2298 `isearch-adjusted' to `t'.
2299 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2300 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2301 (isearch-other-meta-char): Restore isearch-point unconditionally.
2302 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2303 Set point to start of match if region is not active in transient
2304 mark mode (to include the current match to region boundaries).
2305 Push the search string to `query-replace-from-history-variable'.
2306 Add prompt "Query replace regexp" for isearch-regexp.
2307 Add region beginning/end as last arguments of `perform-replace.'
2308 (isearch-query-replace-regexp): Replace code by the call to
2309 `isearch-query-replace' with arg `t'.
2310
2311 2004-09-03 Richard M. Stallman <rms@gnu.org>
2312
2313 * startup.el (normal-top-level): Undo previous TERM change.
2314
2315 2004-09-03 Kim F. Storm <storm@cua.dk>
2316
2317 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2318 highlight overlays; allow using RET when cursor is over a button.
2319 (cua--highlight-rectangle): Use it.
2320 (cua--rectangle-set-corners): Don't move backwards at eol.
2321 (cua--forward-line): Don't move into void after eob.
2322
2323 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2324 point is set (and displayed) inside rectangle.
2325 (cua--rectangle-operation): Fix for highlight of empty lines.
2326 (cua--highlight-rectangle): Fix highlight for tabs.
2327 Position cursor at left/right edge of rectangle using new `cursor'
2328 property on overlay strings.
2329 (cua--indent-rectangle): Don't tabify.
2330 (cua-rotate-rectangle): Ignore that point has moved.
2331
2332 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2333
2334 * term/mac-win.el: Add ASCII equivalents for some function keys.
2335 (mode-line-frame-identification): Sync with x-win.el.
2336
2337 2004-09-02 Juri Linkov <juri@jurta.org>
2338
2339 * progmodes/compile.el (compilation-buffer-name): Compare major
2340 mode with second element of compilation-arguments instead of third
2341 to reflect latest changes in compilation-arguments structure.
2342 (recompile): Use global variable `compilation-directory' to get
2343 recent compilation directory only when `recompile' is invoked NOT
2344 in the compilation buffer. Otherwise, use `default-directory' of
2345 the compilation buffer.
2346 (compilation-error-properties): Allow to funcall col and end-col.
2347 (compilation-mode-font-lock-keywords): Check col and end-col by
2348 `integerp'.
2349 (compilation-goto-locus): If end-mk is non-nil in transient mark
2350 mode don't activate the mark (and don't display message in
2351 push-mark), but highlight overlay between mk and end-mk.
2352
2353 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2354 (grep-regexp-alist): Add rule to highlight grep matches.
2355 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2356
2357 * info.el (Info-fontify-node): Don't compute other-tag
2358 if Info-hide-note-references=hide.
2359
2360 * help.el (function-called-at-point):
2361 * help-fns.el (variable-at-point):
2362 Try `find-tag-default' when other methods failed.
2363
2364 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2365 Do not push mark if inhibit-mark-movement is non-nil.
2366
2367 * textmodes/ispell.el (ispell-html-skip-alists):
2368 Fix backslashes in docstring.
2369
2370 2004-09-01 Juri Linkov <juri@jurta.org>
2371
2372 * isearch.el (isearch-wrap-function)
2373 (isearch-push-state-function): New defvars.
2374 (isearch-pop-fun-state): New defsubst.
2375 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2376 (isearch-push-state): Set the result of calling
2377 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2378 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2379 restore the mode-specific starting point of terminated search.
2380 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2381 (isearch-repeat): Call `isearch-wrap-function' if defined.
2382 (isearch-message-prefix): Don't add prefix "over" to the message
2383 for wrapped search if `isearch-wrap-function' is defined.
2384 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2385 restore the mode-specific starting point of failed search.
2386
2387 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2388 (Info-search): Add new optional arguments for the sake of isearch.
2389 Replace whitespace in Info-search-whitespace-regexp literally.
2390 Add backward search. Don't call `Info-select-node' if regexp is
2391 found in the same Info node. Don't add node to Info-history for
2392 wrapped isearch.
2393 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2394 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2395 (Info-mode): Set local variables `isearch-search-fun-function',
2396 `isearch-wrap-function', `isearch-push-state-function',
2397 `search-whitespace-regexp'.
2398
2399 * isearch.el: Remove ancient Change Log section.
2400 (isearch-string, isearch-message-string, isearch-point)
2401 (isearch-success, isearch-forward-flag, isearch-other-end)
2402 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2403 (isearch-barrier, isearch-within-brackets)
2404 (isearch-case-fold-search): Add suffix `-state' to state-related
2405 defsubsts to avoid name clashes with other function names.
2406
2407 * simple.el (next-error): New defgroup and defface.
2408 (next-error-highlight, next-error-highlight-no-select):
2409 New defcustoms.
2410 (next-error-no-select): Let-bind next-error-highlight to the value
2411 of next-error-highlight-no-select before calling `next-error'.
2412
2413 * progmodes/compile.el (compilation-goto-locus):
2414 Use `next-error' face instead of `region'. Set 4-th argument of
2415 `move-overlay' to `current-buffer' to move overlay to different
2416 source buffers. Use new variable `next-error-highlight'.
2417
2418 * simple.el (next-error-find-buffer): Move the rule
2419 "if current buffer is a next-error capable buffer" after the
2420 rule "if next-error-last-buffer is set to a live buffer".
2421 Simplify to test all rules in one `or'.
2422 (next-error): Doc fix.
2423 (next-error, previous-error, first-error)
2424 (next-error-no-select, previous-error-no-select):
2425 Make arguments optional.
2426
2427 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2428
2429 * macros.el (apply-macro-to-region-lines): Make it operate on all
2430 lines that begin in the region, rather than on all complete lines
2431 in the region.
2432
2433 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2434
2435 * x-dnd.el (x-dnd-protocol-alist): Document update.
2436 (x-dnd-known-types): Defcustom it.
2437 (x-dnd-handle-motif): Print message-atom in error message.
2438
2439 2004-08-30 John Paul Wallington <jpw@gnu.org>
2440
2441 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2442 strings rather than programatically constructing message.
2443
2444 2004-08-30 Richard M. Stallman <rms@gnu.org>
2445
2446 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2447 Don't return a string that would read as the wrong character code.
2448
2449 2004-08-29 Kim F. Storm <storm@cua.dk>
2450
2451 * emulation/cua-base.el (cua-auto-expand-rectangles):
2452 Remove automatic rectangle padding feature; replace by non-destructive
2453 virtual rectangle edges feature.
2454 (cua-virtual-rectangle-edges): New defcustom.
2455 (cua-auto-tabify-rectangles): New defcustom.
2456 (cua-paste): If paste into a marked rectangle, insert rectangle at
2457 current column, even if virtual; also paste exactly as many lines
2458 as has been marked (ignore additional lines or add empty lines),
2459 but paste whole source if only one line is marked.
2460 (cua--update-indications): No longer use overwrite-cursor to
2461 indicate rectangle padding
2462
2463 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2464 (cua--rectangle-virtual-edges): New defun.
2465 (cua--rectangle-get-corners): Remove optional PAD arg.
2466 (cua--rectangle-set-corners): Never do padding.
2467 (cua--forward-line): Remove optional PAD arg. Simplify.
2468 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2469 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2470 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2471 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2472 (cua--rectangle-move): Never do padding. Simplify.
2473 (cua--tabify-start): New defun.
2474 (cua--rectangle-operation): Add tabify arg. All callers changed.
2475 (cua--pad-rectangle): Remove.
2476 (cua--delete-rectangle): Handle delete with virtual edges.
2477 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2478 (cua--insert-rectangle): Handle insert at virtual column.
2479 Perform auto-tabify if necessary.
2480 (cua--activate-rectangle): Remove optional FORCE arg.
2481 Never do padding. Simplify.
2482 (cua--highlight-rectangle): Enhance for virtual edges.
2483 (cua-toggle-rectangle-padding): Remove command.
2484 (cua-toggle-rectangle-virtual-edges): New command.
2485 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2486 (cua--rectangle-post-command): Don't force rectangle padding.
2487 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2488
2489 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2490
2491 * indent.el (edit-tab-stops-buffer): Doc fix.
2492
2493 2004-08-28 Richard M. Stallman <rms@gnu.org>
2494
2495 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2496 (grep-tag-default): Function deleted.
2497
2498 * subr.el (find-tag-default): Moved from etags.el.
2499
2500 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2501
2502 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2503 into the basic character if it has an uppercase form.
2504
2505 2004-08-27 Kenichi Handa <handa@m17n.org>
2506
2507 * international/utf-8.el (utf-8-post-read-conversion): If the
2508 buffer is unibyte, temporarily make it multibyte.
2509
2510 2004-08-27 Masatake YAMATO <jet@gyve.org>
2511
2512 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2513
2514 2004-08-25 John Paul Wallington <jpw@gnu.org>
2515
2516 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2517 0, 1, and many mismatches in message.
2518 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2519
2520 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2521 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2522
2523 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2526 vc-diff-switches differently.
2527
2528 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2529
2530 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2531 before and a real defvar after
2532 `speedbar-supported-extension-expressions'. This is to silence
2533 the compiler without breaking bootstrapping.
2534
2535 2004-08-22 Richard M. Stallman <rms@gnu.org>
2536
2537 * textmodes/flyspell.el (flyspell-word):
2538 Use set-process-query-on-exit-flag.
2539 (flyspell-highlight-duplicate-region): Take POSS as arg.
2540 (flyspell-word): Pass POSS as arg.
2541
2542 * progmodes/ada-xref.el: Many doc and style fixes.
2543 (ada-find-any-references): Use compilation-start.
2544 (ada-get-ali-file-name): Improve error msg.
2545 (ada-get-ada-file-name): Likewise.
2546
2547 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2548 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2549
2550 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2551 Add forward defvar.
2552
2553 * whitespace.el (global-whitespace-mode): New alias
2554 for whitespace-global-mode.
2555
2556 * speedbar.el (speedbar-file-regexp): Definition moved up.
2557 (speedbar-mode, speedbar-set-mode-line-format):
2558 Use with-no-warnings.
2559 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2560
2561 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2562 controls whether to display the error buffer.
2563
2564 * ps-mule.el: Delete compatibility code for old Emacses.
2565 (ps-mule-find-wrappoint): Don't use chars-in-region.
2566
2567 * frame.el (display-mouse-p, display-selections-p):
2568 Use with-no-warnings.
2569
2570 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2571
2572 2004-08-22 David Kastrup <dak@gnu.org>
2573
2574 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2575 information.
2576
2577 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2578
2579 2004-08-22 Andreas Schwab <schwab@suse.de>
2580
2581 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2582
2583 2004-08-22 Masatake YAMATO <jet@gyve.org>
2584
2585 * cvs-status.el (cvs-status-checkout): New function.
2586 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2587
2588 2004-08-21 David Kastrup <dak@gnu.org>
2589
2590 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2591 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2592 has been converted to use hashtables, the relation `nil=none' is
2593 no longer valid, as `nil' is not a hashtable. This patch tries to
2594 reduce the number of resulting errors.
2595
2596 2004-08-21 John Paul Wallington <jpw@gnu.org>
2597
2598 * subr.el (process-kill-without-query): Made obsolete in
2599 version 21.4, not 21.5.
2600
2601 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2602 (vc-previous-comment, vc-next-comment)
2603 (vc-comment-search-reverse, vc-comment-search-forward)
2604 (vc-comment-to-change-log): Likewise.
2605
2606 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2607
2608 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2609
2610 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2611 Correct indentation of DEFMETHODS with non-standard method
2612 combinations (e.g., PROGN, MIN, MAX).
2613
2614 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * startup.el (normal-top-level-add-subdirs-to-load-path):
2617 Avoid unnecessarily checking system-type.
2618 (normal-top-level): Set TERM to "dumb". Simplify.
2619
2620 * avoid.el (mouse-avoidance-ignore-p): New fun.
2621 Also ignore switch-frame, select-window, double, and triple clicks.
2622 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2623 (mouse-avoidance-fancy-hook): Use it.
2624
2625 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2626
2627 * avoid.el (mouse-avoidance-nudge-mouse)
2628 (mouse-avoidance-banish-destination): Stay within the current window
2629 to avoid problems with mouse-autoselect-window.
2630
2631 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2634 the newer format of some messages in cvs-1.12.1.
2635
2636 2004-08-19 Masatake YAMATO <jet@gyve.org>
2637
2638 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2639 (elp-results-jump-to-definition-by-mouse)
2640 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2641 (elp-output-result): Use elp-output-insert-symname.
2642
2643 2004-08-18 Kenichi Handa <handa@m17n.org>
2644
2645 * language/cyrillic.el: Register koi8-r in
2646 ctext-non-standard-encodings-alist.
2647 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2648
2649 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2650
2651 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2652 that replaces 20xy with xy.
2653
2654 2004-08-17 John Paul Wallington <jpw@gnu.org>
2655
2656 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2657 (reb-force-update): Doc fix.
2658
2659 2004-08-16 Richard M. Stallman <rms@gnu.org>
2660
2661 * progmodes/which-func.el (which-func-update-1): Doc fix.
2662
2663 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2664 (sh-mode-abbrev-table): New variable.
2665
2666 * progmodes/compile.el (compilation-mode): Doc fix.
2667
2668 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2669 Don't cons a new symbol each time.
2670 (eval-last-sexp-fake-value): New variable.
2671
2672 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2673 (copyright-update-year): Detect continuation of list of years.
2674
2675 * term.el (term-default-fg-color, term-default-bg-color)
2676 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2677
2678 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2679
2680 2004-08-16 Davis Herring <herring@lanl.gov>
2681
2682 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2683 (isearch-success, isearch-forward-flag, isearch-other-end)
2684 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2685 (isearch-barrier, isearch-within-brackets)
2686 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2687
2688 2004-08-16 Kenichi Handa <handa@m17n.org>
2689
2690 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2691
2692 2004-08-15 Kenichi Handa <handa@m17n.org>
2693
2694 * term/x-win.el (x-selection-value): If utf8 was successful but
2695 ctext was not, use utf8 string.
2696
2697 2004-08-14 Davis Herring <herring@lanl.gov>
2698
2699 * isearch.el: Remove accidental changes of March 4. Fix backing
2700 up when a regexp isearch is made more general. Use symbolic
2701 accessor functions for isearch stack frames to make usage clearer.
2702 (search-whitespace-regexp): Made groups in documentation shy (as
2703 is the group in the default value).
2704 (isearch-fallback): New function, addresses problems with regexps
2705 liberalized by `\|', adds support for liberalization by `\}' (the
2706 general repetition construct), and incorporates behavior for
2707 `*'/`?'.
2708 (isearch-}-char): New command, calls `isearch-fallback' with
2709 arguments appropriate to a typed `}'.
2710 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2711 appropriately.
2712 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2713 (isearch-string, isearch-message,string, isearch-point)
2714 (isearch-success, isearch-forward-flag, isearch-other-end)
2715 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2716 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2717 New inline functions to read fields of a stack frame.
2718
2719 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2720
2721 * battery.el (battery-linux-proc-acpi): Look into battery
2722 directories matching the literal string "CMB", too (required for
2723 Linux kernel version 2.6.7).
2724
2725 2004-08-14 John Paul Wallington <jpw@gnu.org>
2726
2727 * cus-start.el (read-file-name-completion-ignore-case): Add.
2728 (blink-cursor-alist): Change version to "21.4".
2729
2730 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2731
2732 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2733
2734 * speedbar.el (speedbar-scan-subdirs): New option.
2735 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2736 dolist.
2737 (speedbar-insert-files-at-point): Take an extra argument and use
2738 it to optionally find out if a subdir is empty. Also unreadable
2739 files don't get expand buttons.
2740 (speedbar-directory): New image (unused pixmap already existed).
2741 (speedbar-expand-image-button-alist): Use it.
2742
2743 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2744
2745 CC Mode update to 5.30.9:
2746
2747 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2748 Move from cc-vars to cc-defs for dependency reasons. Fix the
2749 POSIX char class test to check that it works in
2750 `skip-chars-(forward|backward)' too.
2751
2752 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2753 first argument starts with a special brace list.
2754
2755 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2756 when `c-opt-type-concat-key' is used (i.e. in Pike).
2757
2758 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2759 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2760 >)".
2761
2762 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2763 whitespace safe.
2764
2765 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2766 position for `arglist-intro', `arglist-cont-nonempty' and
2767 `arglist-close' when there are two arglist open parens on the same
2768 line and there's nothing in front of the first.
2769
2770 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2771 locking of qualified names in Java, which previously could fontify
2772 common indexing expressions in many cases. The standard Java
2773 naming conventions are used to tell them apart.
2774
2775 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2776 Fix inconsistency wrt opening parens on the first line inside a paren
2777 block.
2778
2779 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2780 compile time for the sake of `c-major-mode-is'.
2781
2782 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2783 `c-major-mode-is' in the event that this is used inside a
2784 `c-lang-defconst'.
2785
2786 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2787 `c-lang-defconst' so that it works better with fallback languages.
2788
2789 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2790 it to fail to record the base mode.
2791
2792 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2793 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2794 is used. Reordered the syntax checks to get more efficient
2795 skipping in some situations.
2796
2797 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2798 continuation which might precede the newly inserted '{'.
2799
2800 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2801 Fix cases where it could loop indefinitely.
2802
2803 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2804 size specs correctly. Only fontify identifiers in front of '('
2805 with as functions - don't accept any paren char. Tightened up
2806 initializer skipping to stop before function and class blocks.
2807
2808 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2809 the point could be left directly after an open paren when finding
2810 the beginning of the first decl in the block.
2811
2812 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2813 table when filtering out legitimate open parens to be recorded.
2814 This could cause cache inconsistencies when e.g.
2815 `c++-template-syntax-table' was temporarily in use.
2816
2817 * progmodes/cc-engine.el (c-on-identifier)
2818 (c-simple-skip-symbol-backward): Small fix for handling "-"
2819 correctly in `skip-chars-backward'. Affected the operator lfun
2820 syntax in Pike.
2821
2822 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2823 Fix bug that could cause an error from `after-change-functions' when
2824 the changed region is at bob.
2825
2826 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2827
2828 CC Mode update to 5.30.9:
2829
2830 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2831 to say that <TAB> doesn't insert WS into a CPP line.
2832 (c-indent-command, c-tab-always-indent): Amend doc strings.
2833
2834 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2835 checks for user errors, thus eliminating cryptic and unhelpful
2836 Emacs error messages. (1) Check the arg to `c-set-style' is a
2837 string. (2) Check that settings to `c-offsets-alist' are not
2838 spuriously quoted.
2839
2840 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2841 which precedes the newly inserted `{'.
2842
2843 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2844
2845 Sync with Tramp 2.0.44.
2846
2847 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2848 function "tramp_file_attributes". Otherwise, file names
2849 containing spaces are misinterpreted. Reported by Magnus Henoch
2850 <mange@freemail.hu>.
2851 (tramp-handle-file-truename): FILENAME must be expanded first.
2852 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2853 obscure results. Reported by D. Goel <deego@gnufans.org>.
2854 (tramp-handle-verify-visited-file-modtime): If file does not
2855 exist, say it is not modified if and only if that agrees with the
2856 buffer's record. Check whether a file is visiting the buffer, or
2857 the buffer has no recorded last modification time. Return t in
2858 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2859 <teirllm@auburn.edu>.
2860 (tramp-handle-write-region): Pass modtime explicitely to
2861 `set-visited-file-modtime', because filename can be different
2862 from (buffer-file-name) if `file-precious-flag' is set.
2863 `set-visited-file-modtime' must be called always when `visit' is t
2864 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2865 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2866 nil, don't apply the whole body. If the file doesn't exists, set
2867 modtime to '(-1 65535). Suggested by Luc Teirlinck
2868 <teirllm@auburn.edu>.
2869
2870 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2871
2872 * help.el (describe-bindings): Doc fix.
2873
2874 * subr.el (kbd): Doc fix.
2875
2876 2004-08-08 John Paul Wallington <jpw@gnu.org>
2877
2878 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2879 instead of `string-to-int'.
2880 (define-ibuffer-column mode): Fix indentation.
2881
2882 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2883
2884 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2885
2886 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2887
2888 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2889
2890 * novice.el (disabled-command-function): New variable renamed from
2891 `disabled-command-hook'.
2892 (disabled-command-hook): Keep the _variable_ as alias for
2893 `disabled-command-function' and make obsolete.
2894 (disabled-command-function): Function renamed from
2895 `disabled-command-hook'. Adapt code to name change of the variable.
2896
2897 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2898
2899 * simple.el (completion-root-regexp): New defvar.
2900 (completion-setup-function): Use it instead of a literal string.
2901
2902 2004-08-07 John Paul Wallington <jpw@gnu.org>
2903
2904 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2905 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2906 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2907 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2908
2909 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2910
2911 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2912 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2913
2914 2004-08-04 Kenichi Handa <handa@m17n.org>
2915
2916 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2917 Fix previous change.
2918
2919 2004-08-03 Kenichi Handa <handa@m17n.org>
2920
2921 * international/encoded-kb.el: The following changes are to
2922 utilize key-translation-map instead of minor mode map.
2923 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2924 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2925 (encoded-kbd-last-key): New function.
2926 (encoded-kbd-iso2022-single-shift): New function.
2927 (encoded-kbd-iso2022-designation)
2928 (encoded-kbd-self-insert-iso2022-7bit)
2929 (encoded-kbd-self-insert-iso2022-8bit)
2930 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2931 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2932 key-translation-map.
2933 (encoded-kbd-setup-keymap): Setup key-translation-map.
2934 (saved-key-translation-map): New variable.
2935 (encoded-kbd-mode): Save/restore key-translation-map.
2936 Adjust for the change of encoded-kbd-setup-keymap.
2937
2938 2004-08-02 Kim F. Storm <storm@cua.dk>
2939
2940 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2941 and call compute-motion with nil for topos and width to get proper
2942 usable width and height for both window and non-window systems.
2943
2944 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2945 calculate usable window width and height.
2946
2947 * window.el (window-buffer-height): Call compute-motion with nil width.
2948
2949 2004-08-01 David Kastrup <dak@gnu.org>
2950
2951 * replace.el (query-replace-read-from):
2952 Use `query-replace-compile-replacement'.
2953 (query-replace-compile-replacement): New function.
2954 (query-replace-read-to): Use `query-replace-compile-replacement'
2955 for repeating the last command.
2956
2957 2004-08-01 John Paul Wallington <jpw@gnu.org>
2958
2959 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2960 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2961 (pr-switches): Remove period from end of error messages.
2962
2963 * help-mode.el (help-go-back): Likewise.
2964
2965 * abbrev.el (only-global-abbrevs): Doc fix.
2966 (edit-abbrevs-map): Define within defvar.
2967 (quietly-read-abbrev-file): Doc fix.
2968
2969 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2970
2971 * novice.el (enable-command, disable-command): Doc fixes.
2972
2973 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2974
2975 2004-07-30 Richard M. Stallman <rms@gnu.org>
2976
2977 * subr.el (with-local-quit): Doc fix.
2978
2979 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2980
2981 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2982
2983 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2984
2985 * custom.el (defcustom): Doc fix.
2986
2987 2004-07-28 Masatake YAMATO <jet@gyve.org>
2988
2989 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2990
2991 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * imenu.el (imenu-prev-index-position-function)
2994 (imenu-extract-index-name-function, imenu-name-lookup-function)
2995 (imenu--index-alist): Docstring redundancy fix.
2996
2997 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2998
2999 * wdired.el (wdired-finish-edit): Require dired-aux before locally
3000 binding dired-backup-overwrite.
3001
3002 2004-07-25 John Paul Wallington <jpw@gnu.org>
3003
3004 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3005
3006 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3007
3008 * term/tty-colors.el (tty-color-approximate): Doc fix.
3009
3010 * select.el (x-get-selection, x-set-selection): Doc fixes.
3011
3012 * frame.el (make-frame): Doc fix.
3013
3014 2004-07-24 Richard M. Stallman <rms@gnu.org>
3015
3016 * mail/rmail.el (rmail-mime-charset-pattern):
3017 Don't include semicolon in the charset value.
3018
3019 * replace.el (occur-next-error): Call set-window-point.
3020 (occur-engine): Handle negative NLINES.
3021
3022 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
3023
3024 * frame.el (modify-all-frames-parameters): Minor doc fix.
3025 (set-frame-configuration): Doc fix.
3026
3027 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3028
3029 * simple.el (completion-setup-function): Compute the common parts
3030 and the first difference place correctly when
3031 partial-completion-mode is on.
3032
3033 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3034
3035 * ps-print.el: Doc fix.
3036 (ps-print-version): New version 6.6.5.
3037 (ps-printing-region): Doc fix.
3038 (ps-generate-string-list): Comment fix.
3039 (ps-message-log-max): Code fix.
3040
3041 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
3042
3043 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3044 generated PostScript.
3045
3046 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
3047
3048 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
3049 with Gnus v5_10 branch.)
3050
3051 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
3052
3053 * calendar/time-date.el (time-to-number-of-days): New function.
3054 Imported from from Gnus.
3055
3056 2004-07-22 Kim F. Storm <storm@cua.dk>
3057
3058 * progmodes/make-mode.el: Fix comments.
3059
3060 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3061
3062 * printing.el: Doc fix.
3063
3064 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
3065
3066 * frame.el (modify-all-frames-parameters): Minor doc fix.
3067
3068 2004-07-20 Richard M. Stallman <rms@gnu.org>
3069
3070 * textmodes/fill.el (fill-nobreak-p): If this break point is
3071 at the end of the line, don't consider the newline which follows
3072 as a reason to return t.
3073
3074 2004-07-19 John Paul Wallington <jpw@gnu.org>
3075
3076 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3077
3078 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3079
3080 * dired-aux.el (dired-do-kill-lines): Expand docstring.
3081 Delete irrelevant code.
3082
3083 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3084
3085 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3086 New docstring. From Luc Teirlinck.
3087
3088 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3091 section.
3092 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3093 non-file buffers. We know it is nil.
3094
3095 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3096
3097 Sync with Tramp 2.0.43.
3098
3099 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3100 Remove outdated comment.
3101 (tramp-locked, tramp-locker): New variables for implementing a
3102 global lock.
3103 (tramp-sh-file-name-handler): Use them to implement the global lock.
3104
3105 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
3108 calls to respective `xxx` calls.
3109 (tramp-process-alive-regexp): Precise doc string.
3110 (tramp-multi-action-process-alive): New defun.
3111 (tramp-multi-actions): Use it.
3112 (tramp-handle-find-backup-file-name): `copy-tree' is available
3113 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
3114 in order to avoid this function.
3115 (tramp-handle-write-region): Set current buffer. If connection
3116 wasn't open, `file-modes' has changed it accidently. Reported by
3117 David Kastrup <dak@gnu.org>.
3118 (tramp-enter-password, tramp-read-passwd): New arguments USER and
3119 HOST.
3120 (tramp-action-password, tramp-multi-action-password): Apply it.
3121 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3122 name must still contain the port number. Otherwise, we have two
3123 Tramp buffers, with all the confusion. Reported by Myron Selby
3124 <myron@xytech.com> and Rolf Dubitzky
3125 <Dubitzky@physi.uni-heidelberg.de>.
3126
3127 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3128 HOST to `tramp-enter-passwd'.
3129
3130 * net/tramp-vc.el (all): Code cleanup. Change all
3131 `tramp-handle-xxx' calls to respective `xxx` calls.
3132
3133 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
3134
3135 * emacs-lisp/testcover.el: New category "potentially-1valued" for
3136 functions that are not erroneous if either 1-valued or
3137 multi-valued. Detect functions in this class.
3138 (testcover-1value-functions, testcover-compose-functions)
3139 (testcover-progn-functions) Added some additional functions to lists.
3140 (testcover-mark): Bugfix when marking up the definition for an
3141 empty function.
3142
3143 2004-07-17 Richard M. Stallman <rms@gnu.org>
3144
3145 * replace.el (occur-read-primary-args): Pass default to
3146 read-from-minibuffer.
3147
3148 * mail/footnote.el (footnote-section-tag): Use defcustom.
3149
3150 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3151 Compile font-lock-keywords, not KEYWORDS.
3152 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3153 Add warn, check-type. Handle cerror like error.
3154
3155 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3156
3157 * progmodes/which-func.el (which-func-keymap): New var.
3158 (which-func-face): New face.
3159 (which-func-format): Use them.
3160
3161 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3162
3163 * buff-menu.el (list-buffers-noselect): Append the buffer's
3164 process status to its mode name.
3165
3166 2004-07-16 Kim F. Storm <storm@cua.dk>
3167
3168 * simple.el (inhibit-mark-movement): New defvar.
3169 (beginning-of-buffer, end-of-buffer): Do not push mark if
3170 inhibit-mark-movement is non-nil or C-u prefix is given.
3171
3172 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3173 Init to beginning-of-buffer and end-of-buffer.
3174 (cua--undo-push-mark): New defvar.
3175 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3176 already active and command is in cua--preserve-mark-commands.
3177 Also fix check for shift modifier on non-window systems.
3178 (cua--post-command-handler): Clear inhibit-mark-movement if set.
3179
3180 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3181
3182 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3183 of two integers, instead of a cons.
3184
3185 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3186 `visited-file-modtime' now returns a list of two integers, instead
3187 of a cons.
3188
3189 * dired.el (dired-directory-changed-p): Ditto.
3190
3191 * progmodes/grep.el (grep): Doc fix.
3192
3193 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3194
3195 * autorevert.el (auto-revert-tail-mode)
3196 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3197 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3198 in both at the same time.
3199 (auto-revert-tail-mode): New command.
3200 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3201 (auto-revert-handler): Revert only either tail or whole file.
3202
3203 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3204 add auto-revert-tail-mode.
3205
3206 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3207
3208 * printing.el: Doc fix. Change name of some funs.
3209 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
3210 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
3211 (pr-standard-file-name): New fun. Replace pr-standard-path.
3212 (pr-call-process): Code fix.
3213
3214 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * subr.el (with-selected-window): Doc fix.
3217
3218 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * subr.el (get-buffer-window-list): Doc fix.
3221
3222 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
3223
3224 * files.el (switch-to-buffer-other-window): Doc fix.
3225
3226 * window.el (save-selected-window, one-window-p)
3227 (split-window-keep-point, split-window-vertically)
3228 (split-window-horizontally): Doc fixes.
3229
3230 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3231
3232 * printing.el: Doc fix. Now it uses call-process instead of
3233 shell-command for low command execution.
3234 (pr-version): New version number (6.8).
3235 (pr-shell-file-name): Option removed.
3236 (pr-shell-command): Fun removed.
3237 (pr-call-process): New fun. Replace pr-shell-command.
3238 (pr-standard-path, pr-remove-nil-from-list): New funs.
3239 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3240 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3241 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3242 (pr-ps-utility-process, pr-txt-print): Code fix.
3243
3244 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3245
3246 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3247 boolean.
3248
3249 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3250
3251 * wid-edit.el (widget-field-buffer): Doc fix.
3252
3253 2004-07-09 John Paul Wallington <jpw@gnu.org>
3254
3255 * emacs-lisp/re-builder.el (reb-update-overlays):
3256 Distinguish between one and several matches in message.
3257
3258 2004-07-09 Richard M. Stallman <rms@gnu.org>
3259
3260 * mouse.el (mouse-set-region-1): If transient-mark-mode
3261 is `identity', change it to `only'.
3262
3263 * simple.el (current-word): Doc fix.
3264
3265 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3266
3267 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3268 so that it is more understanding of whitespace.
3269
3270 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3271 form
3272 (("ns" . "element") (attr-list) children) instead of
3273 ((:ns . "element") (attr-list) children) in order to reduce the
3274 number of symbols used.
3275 (xml-skip-dtd): Change to use xml-parse-dtd but set
3276 xml-validating-parsing to nil.
3277 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3278 (xml-substitute-entity): Remove in favor of new entity substitution.
3279 (xml-substitute-special): Rewrite in to substitute complex
3280 entities from DOCTYPE declarations.
3281 (xml-parse-fragment): Parse fragments from entity deleclarations.
3282 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3283 (xml-parse-dtd, xml-substitute-special): Make validity checks
3284 conditioned on xml-validating-parser. Add "Not Well Formed" to
3285 error messages about well-formedness.
3286
3287 2004-07-08 Steven Tamm <steventamm@mac.com>
3288
3289 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3290 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3291 Do not treat double clicks and triple clicks specially in the
3292 scroll bar (preventing strange repositioning problems)
3293
3294 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * replace.el (query-replace-regexp-eval): Fix last change.
3297
3298 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * replace.el (query-replace-descr): New fun.
3301 (query-replace-read-from, query-replace-read-args): Default to the
3302 previous from&to.
3303 (query-replace-read-to): Quote the `from' string when displaying it.
3304 (query-replace-regexp-eval): Immediately check read-only status.
3305 Use query-replace-read-from to get the \n checking.
3306 Quote the `from' string when displaying it.
3307 (map-query-replace-regexp, occur-read-primary-args):
3308 Quote the `from' string when displaying it.
3309
3310 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3311 delimited-ness of the search to query-replace.
3312
3313 * replace.el (query-replace-read-from, query-replace-read-to):
3314 New funs extracted from query-replace-read-args.
3315 (query-replace-read-args): Use them.
3316
3317 * replace.el (query-replace-interactive, query-replace-read-args):
3318 Remove the `initial' special value.
3319 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3320 (occur-engine): Remove unused var `matchend'.
3321
3322 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3323 Use the search string without prompting.
3324
3325 2004-07-05 Kenichi Handa <handa@m17n.org>
3326
3327 * international/mule.el (decode-coding-inserted-region):
3328 Set last-coding-system-used only when coding is nil.
3329
3330 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3331
3332 * progmodes/grep.el (grep-compute-defaults, grep-command)
3333 (grep-program, find-program, grep-find-use-xargs, grep-history)
3334 (grep-find-history, grep-tag-default, grep-find-command)
3335 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3336 Add autoload cookies, for unbundled packages that load `compile'
3337 and expect all grep-related symbols to become defined.
3338
3339 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3340
3341 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3342 (iimage-mode-image-search-path): New user option to search the
3343 image file.
3344 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3345 have locate-file.
3346 (iimage-mode-buffer): Use it.
3347
3348 2004-07-03 Nick Roberts <nickrob@gnu.org>
3349
3350 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3351 carefully.
3352 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3353
3354 2004-07-03 Juri Linkov <juri@jurta.org>
3355
3356 * replace.el (query-replace-read-args): Swallow space after 'foo,
3357 not after (quote foo). Match space only immediately after symbol,
3358 not anywhere in the whole string.
3359
3360 2004-07-02 Richard M. Stallman <rms@gnu.org>
3361
3362 * replace.el (query-replace-read-args): Swallow space after
3363 symbols, not after closeparens. But avoid error if string ends there.
3364
3365 * progmodes/python.el (python-beginning-of-statement):
3366 Exit the loop if backward-up-list gets error.
3367
3368 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3369
3370 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3371
3372 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3373 only if vc-consult-headers is non-nil.
3374
3375 2004-07-02 Juri Linkov <juri@jurta.org>
3376
3377 * pcvs.el (cvs-mode-diff-repository): New command.
3378
3379 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3380
3381 2004-07-01 Juri Linkov <juri@jurta.org>
3382
3383 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3384 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3385 C-M-% to isearch-query-replace-regexp.
3386 (minibuffer-local-isearch-map): Add arrow key bindings.
3387 Bind C-f to isearch-yank-char-in-minibuffer.
3388 (isearch-forward): Doc fix.
3389 (isearch-edit-string): Doc fix.
3390 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3391 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3392 (isearch-yank-char): Add optional arg.
3393 (isearch-yank-char-in-minibuffer): New fun.
3394
3395 * replace.el (query-replace-interactive): Change type from boolean
3396 to choice. Add value `initial'.
3397 (query-replace-read-args): Handle value `initial' of
3398 query-replace-interactive.
3399
3400 2004-06-29 Kim F. Storm <storm@cua.dk>
3401
3402 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3403 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3404
3405 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3406 Add :group 'ada.
3407
3408 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3409
3410 2004-06-29 Juri Linkov <juri@jurta.org>
3411
3412 * replace.el (query-replace-read-args): Swallow a space after
3413 everything except )]" which in most cases means after a symbol.
3414
3415 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3416
3417 2004-06-28 Richard M. Stallman <rms@gnu.org>
3418
3419 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3420 More changes to go with previous change in font-lock.el.
3421
3422 2004-06-26 David Kastrup <dak@gnu.org>
3423
3424 * replace.el (perform-replace): Highlight the match even in
3425 non-query mode if there is potential replace string editing.
3426
3427 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3428
3429 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3430 agree with new return value of `file-remote-p'.
3431 This syncs with Tramp 2.0.42.
3432
3433 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3434 according to new documentation of `file-remote-p'.
3435
3436 * files.el (file-remote-p): Fix doc to say that return value is
3437 identification of remote system, if not nil.
3438 (file-relative-name): Use new return value of `file-remote-p'.
3439
3440 2004-06-26 Nick Roberts <nickrob@gnu.org>
3441
3442 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3443 (gdb-goto-breakpoint): Fix breakage.
3444
3445 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3446
3447 * man.el (Man-getpage-in-background): Add windows-nt to the list
3448 of systems where shell-file-name should be used instead of
3449 literal "sh".
3450
3451 2004-06-25 Sam Steingold <sds@gnu.org>
3452
3453 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3454 function names `(setf symbol)'.
3455
3456 2004-06-24 Richard M. Stallman <rms@gnu.org>
3457
3458 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3459
3460 * font-lock.el (font-lock-keywords): Change format of compiled values.
3461 Document it.
3462 (font-lock-add-keywords): If font-lock-keywords is compiled,
3463 extract the uncompiled version, modify, then recompile.
3464 (font-lock-remove-keywords): Likewise.
3465 (font-lock-fontify-keywords-region): Handle changed format.
3466 (font-lock-compile-keywords): Handle changed format.
3467 (font-lock-set-defaults): Compile the keywords explicitly here.
3468
3469 2004-06-24 David Kastrup <dak@gnu.org>
3470
3471 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3472 replacements here.
3473 (query-replace-regexp): Doc string explaining this and the new
3474 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3475 is better placed in `query-replace-read-args'.
3476 (replace-regexp): Explain `\,', `\#' and `\?'.
3477 (replace-match-data): New function for thorough reuse/destruction
3478 of old match-data.
3479 (replace-match-maybe-edit): Function for implementing `\?' editing.
3480 (perform-replace): Fix maintaining of the match stack including
3481 already matched regions, implement `\?', fix various problems
3482 with regions while editing and other stuff.
3483 (replace-highlight): Simplify.
3484
3485 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3486
3487 * progmodes/grep.el (grep-error-screen-columns): New variable.
3488 (grep-regexp-alist): Give it the full functionality of gnu style
3489 compilation messages with line and column ranges. Ask me for the
3490 perl script I'm working on, that uses these.
3491
3492 2004-06-23 Nick Roberts <nickrob@gnu.org>
3493
3494 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3495 Remove.
3496 (comint-insert-input, comint-mouse-insert-input): New functions
3497 based on comint-insert-clicked-input for two bindings but just
3498 one functionality.
3499
3500 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3501
3502 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3503
3504 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3505
3506 * files.el (write-contents-functions): Doc fix.
3507
3508 2004-06-21 Juanma Barranquero <lektu@terra.es>
3509
3510 * image.el (image-library-alist): Rewrite docstring in active voice.
3511
3512 2004-06-20 Richard M. Stallman <rms@gnu.org>
3513
3514 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3515
3516 * isearch.el (isearch-repeat): Avoid testing old match data.
3517 (isearch-message): Display trailing space in special font
3518 when search is failing.
3519 (isearch-search-fun-function): Doc fix.
3520
3521 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3522
3523 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3524
3525 * frame.el (show-trailing-whitespace): Doc fix.
3526
3527 * cus-edit.el (custom-variable-documentation): New function.
3528 (custom-variable): Use it.
3529
3530 2004-06-19 Nick Roberts <nickrob@gnu.org>
3531
3532 * man.el (Man-getpage-in-background): Revert previous change but
3533 make cygwin a special case.
3534
3535 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3536
3537 * autorevert.el (global-auto-revert-non-file-buffers):
3538 Update docstring.
3539
3540 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3541
3542 * progmodes/compile.el (compilation-error-properties): Store one
3543 more than end-col, if present, so that transient-mark-mode will
3544 highlight last char too.
3545 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3546 ranges, if present.
3547
3548 2004-06-18 Jason Rumney <jasonr@gnu.org>
3549
3550 * makefile.w32-in: Double percent signs in for loops.
3551
3552 2004-06-17 David Kastrup <dak@gnu.org>
3553
3554 * replace.el (query-replace-read-args): Only warn about use of \n
3555 and \t when we are doing a regexp replacement and the actual
3556 escaped character is n or t.
3557 (query-replace-regexp): Add \, and \# interpretation to
3558 interactive call and document it.
3559 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3560 as shortkey for replace-count.
3561 (replace-quote): New function for doubling backslashes.
3562
3563 2004-06-17 Juanma Barranquero <lektu@terra.es>
3564
3565 * files.el (parse-colon-path, cd): Mention in docstring that the
3566 path separator is colon in GNU-like systems.
3567
3568 * newcomment.el (comment-region-internal): Fix docstring.
3569
3570 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3571 (ewoc-invalidate, ewoc-collect): Doc fixes.
3572 (ewoc--create-node, ewoc--delete-node-internal):
3573 Fix typos in docstring.
3574
3575 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3576
3577 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3578 manual to docstring.
3579
3580 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3581
3582 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3583
3584 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3585
3586 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3587 Add hyperlink to emacs-xtra manual to docstring.
3588
3589 * autorevert.el (global-auto-revert-non-file-buffers):
3590 Add hyperlink to emacs-xtra manual to docstring, as well as an
3591 info-link.
3592
3593 2004-06-14 Juanma Barranquero <lektu@terra.es>
3594
3595 * image.el (image-library-alist): New variable to map image types
3596 to external libraries. Initialized to nil, unless system-specific
3597 configs change it.
3598 (image-type-available-p): Determine whether an image type is
3599 available by calling `init-image-library'.
3600
3601 * term/w32-win.el (image-library-alist): Initialize to a known set
3602 of probable library names.
3603
3604 2004-06-14 Kenichi Handa <handa@m17n.org>
3605
3606 * international/code-pages.el (windows-1256, cp1125): Fix tables
3607 for several characters.
3608
3609 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3610
3611 2004-06-13 Richard M. Stallman <rms@gnu.org>
3612
3613 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3614
3615 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3616 not "`pc-selection-mode'".
3617
3618 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3619
3620 * simple.el (previous-matching-history-element): Specify a default.
3621
3622 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3623
3624 * cus-face.el (custom-declare-face): Simplify code.
3625
3626 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3627
3628 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3629
3630 * files.el (before-save-hook): Add `time-stamp' to the options.
3631
3632 * time-stamp.el (time-stamp): Recommend adding it to
3633 `before-save-hook', rather than `write-file-functions'.
3634 Make a similar change in `Commentary' section.
3635
3636 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3637
3638 * diff-mode.el (diff-current-defun): If at start of hunk, use
3639 position of first change.
3640
3641 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3642
3643 * dired-x.el (dired-mark-omitted): Bind to "*O".
3644
3645 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3646
3647 * bookmark.el (bookmark-bmenu-relocate): New function, as
3648 suggested by David J. Biesack <David.Biesack@sas.com>.
3649 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3650 (bookmark-bmenu-mode): Describe binding in doc string.
3651 (bookmark-set-filename): Save the bookmark list if it's time.
3652
3653 2004-06-13 Kenichi Handa <handa@m17n.org>
3654
3655 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3656 (ccl-untranslated-to-ucs): Fix typo.
3657
3658 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3659
3660 * progmodes/python.el (python-open-block-statement-p):
3661 Fix indentation after a block opening that contains a comment.
3662
3663 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3664
3665 * bindings.el (completion-ignored-extensions): Add file extensions
3666 of Python byte-compiled files.
3667
3668 2004-06-12 Juri Linkov <juri@jurta.org>
3669
3670 * info.el (Info-goto-node): Add autoload.
3671 (Info-toc): Add substring-no-properties on Info file name.
3672 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3673 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3674
3675 2004-06-12 Kenichi Handa <handa@m17n.org>
3676
3677 * international/mule-cmds.el (set-language-environment):
3678 Load subst tables if necessary.
3679
3680 * international/mule.el (decode-char): Load subst tables if necessary.
3681 (encode-char): Likewise.
3682
3683 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3684 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3685 (utf-16le-decode-loop): Set r5 to -1 before loop.
3686 (utf-16be-decode-loop): Likewise.
3687 (ccl-decode-mule-utf-16le): Add EOF processing block.
3688 (ccl-decode-mule-utf-16be): Likewise.
3689 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3690 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3691 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3692 (ccl-mule-utf-16-encode-untrans): New CCL.
3693 (utf-16-decode-to-ucs): Handle pre-read character.
3694 (utf-16le-encode-loop): Handle surrogate pair.
3695 (utf-16be-encode-loop): Likewise.
3696 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3697 of utf-16le-encode-loop.
3698 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3699 of utf-16be-encode-loop.
3700 (mule-utf-16-post-read-conversion):
3701 Call utf-8-post-read-conversion at first.
3702 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3703 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3704 Add post-read-conversion and pre-write-conversion.
3705
3706 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3707 (utf-translate-cjk-unicode-range): New variable.
3708 (utf-translate-cjk-load-tables): New function.
3709 (utf-lookup-subst-table-for-decode): New function.
3710 (utf-lookup-subst-table-for-encode): New function.
3711 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3712 tables here. Update safe-charsets of utf-* coding systems.
3713 (ccl-mule-utf-untrans): New CCL.
3714 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3715 at end of each branch.
3716 (ccl-mule-utf-8-encode-untrans): New CCL.
3717 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3718 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3719 length of encoding. Don't return r0.
3720 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3721 (utf-8-post-read-conversion): Narrow to region properly.
3722 If utf-translate-cjk-mode is on, load tables if necessary.
3723 Call utf-8-compose with hash-table arg if necessary.
3724 Call XXX-compose-region instead of XXX-post-read-convesion.
3725 (utf-8-pre-write-conversion): New function.
3726 (mule-utf-8): Include CJK charsets in safe-charsets if
3727 utf-translate-cjk-mode is on. Add pre-write-conversion.
3728
3729 * international/characters.el: Temporarily set
3730 utf-translate-cjk-mode to nil.
3731
3732 * language/devan-util.el (devanagari-compose-region):
3733 Add autoload cookie.
3734
3735 * international/ccl.el (ccl-dump-call): Fix printing the
3736 subroutine name.
3737
3738 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3739
3740 * dired.el (dired-revert): If buffer is marked unmodified before
3741 reverting, keep it marked unmodified.
3742 Adapt to new conventions for commenting out code.
3743 (dired-make-relative): Adapt to new conventions for commenting out code.
3744
3745 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3746
3747 * eshell/esh-module.el (eshell-load-defgroups):
3748 Bind `vc-handled-backends' to nil when opening files.
3749
3750 2004-06-11 Juanma Barranquero <lektu@terra.es>
3751
3752 * files.el (parse-colon-path, cd): Doc fixes (refer to
3753 `path-separator', not colon).
3754
3755 2004-06-10 Juanma Barranquero <lektu@terra.es>
3756
3757 * newcomment.el (comment-search-forward)
3758 (comment-search-backward): Fix typos in docstring.
3759 (comment-region): Doc fix.
3760
3761 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3762
3763 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3764 switch is no longer stored in `dired-switches-alist'.
3765
3766 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3767 `dired-switches-alist'.
3768
3769 2004-06-10 Kim F. Storm <storm@cua.dk>
3770
3771 * pcvs.el (cvs-mode-diff-yesterday): New command.
3772
3773 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3774
3775 2004-06-10 Juri Linkov <juri@jurta.org>
3776
3777 * emacs-lisp/edebug.el (edebug-eval-defun):
3778 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3779 Fix docstring.
3780
3781 * simple.el (eval-expression-print-format): Don't print additional
3782 information on the first call to `eval-print-last-sexp'.
3783 (next-error-find-buffer): Fix punctuation.
3784 (killing) <defgroup>: Fix punctuation.
3785 (yank-excluded-properties): Change group from editing to killing.
3786
3787 * replace.el (perform-replace): Use `limit' to terminate the
3788 while-loop explicitly.
3789
3790 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3791
3792 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3793 Use lc-*.xpm as prefix instead of *-locol.xpm.
3794
3795 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3796 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3797 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3798 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3799 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3800 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3801 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3802 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3803 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3804 * toolbar/lc-up_arrow.xpm:
3805 Renamed from *-locol.xpm.
3806
3807 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3808
3809 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3810 include forms like &<str>; as valid url patterns.
3811
3812 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3813
3814 * dired.el (dired-diff, dired-backup-diff)
3815 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3816 (dired-do-chown, dired-do-touch, dired-do-print)
3817 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3818 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3819 (dired-create-directory, dired-do-copy, dired-do-symlink)
3820 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3821 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3822 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3823 (dired-maybe-insert-subdir, dired-next-subdir)
3824 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3825 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3826 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3827 (dired-run-shell-command, dired-query): Remove redundant,
3828 or incorrect, autoloads.
3829
3830 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3831 does not end in a slash. Add optional argument KILL-ROOT.
3832 Update docstring.
3833 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3834 (dired-query): Add autoloads.
3835
3836 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3837
3838 * progmodes/compile.el (compilation-set-window-height):
3839 Rearrange the save-* functions because a buffer can have several current
3840 point in different windows.
3841 (compilation-error-regexp-alist-alist): Recognize {standard input}
3842 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3843
3844 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3845
3846 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3847 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3848 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3849 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3850 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3851 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3852 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3853 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3854 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3855 * toolbar/up_arrow-locol.xpm:
3856 New versions of icons that uses fewer colors.
3857
3858 * toolbar/tool-bar.el (tool-bar-local-item)
3859 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3860 if display-color-cells is 256 or less.
3861
3862 2004-06-08 Kim F. Storm <storm@cua.dk>
3863
3864 * wid-edit.el (widget-specify-button): Use hand pointer rather
3865 than mouse-face as visible mouse-over effect.
3866
3867 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3868
3869 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3870 and `print-level' to nil when writing out `save-place-alist'.
3871 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3872
3873 2004-06-07 Juanma Barranquero <lektu@terra.es>
3874
3875 * completion.el (completion-kill-region): Doc fix.
3876
3877 * format.el (format-insert-annotations)
3878 (format-annotate-location): Doc fixes.
3879 (format-subtract-regions): Make arguments match their use in docstring.
3880
3881 * simple.el (kill-region): Doc fix.
3882
3883 * subr.el (insert-buffer-substring-no-properties)
3884 (insert-buffer-substring-as-yank): Doc fixes.
3885
3886 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3887
3888 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3889 Update docstring.
3890 (dired-reset-subdir-switches): New function.
3891
3892 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3893 Limit scope of `buffer-read-only' binding.
3894
3895 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3896
3897 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3898 eshell-explicit-command-char.
3899
3900 2004-06-06 Juanma Barranquero <lektu@terra.es>
3901
3902 * help-fns.el (help-argument-name): Inherit from italic face only
3903 if the frame supports it.
3904
3905 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3906
3907 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3908 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3909 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3910 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3911 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3912 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3913 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3914 New conversions from xpm files.
3915
3916 * toolbar/README: New file.
3917
3918 2004-06-06 Richard M. Stallman <rms@gnu.org>
3919
3920 * isearch.el (isearch-mode-map): Undo previous change.
3921
3922 2004-06-05 Juri Linkov <juri@jurta.org>
3923
3924 * bindings.el (debug-ignored-errors): Add regexps for history
3925 related messages. Remove $ from "No further undo information".
3926 Move Ediff's messages to ediff.el.
3927
3928 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3929
3930 * cus-edit.el (custom-display): Add `min-colors'.
3931
3932 * custom.el (defface): Add `supports' to docstring.
3933
3934 * help-fns.el (help-argument-name): Add :group 'help.
3935
3936 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3937
3938 * find-dired.el (find-ls-subdir-switches): New user option.
3939 (find-dired): No longer call `abbreviate-file-name' on DIR.
3940 Set `dired-subdir-switches' buffer-locally.
3941
3942 * locate.el: Merge the two `Commentary' sections.
3943 (locate-ls-subdir-switches): New user option.
3944 (locate): Update for other changes.
3945 (locate-mode-map): Restore Dired binding for mouse-2.
3946 Bind `locate-mouse-view-file' to M-mouse-2.
3947 Bind `l' to `locate-do-redisplay'.
3948 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3949 (locate-mouse-view-file, locate-tags, locate-find-directory):
3950 Print message if used outside main listing.
3951 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3952 Various changes to support inserted subdirectories.
3953 (locate-insert-header): Change header of *Locate* buffer.
3954
3955 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3956 Change interactive default switches.
3957 (dired-rename-subdir-2): Update `dired-switches-alist'.
3958 (dired-insert-subdir, dired-kill-subdir):
3959 Handle `dired-switches-alist'. Do not mark buffer modified.
3960 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3961 (dired-insert-subdir-doinsert): Omit messages.
3962 Handle `dired-subdir-switches'.
3963 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3964
3965 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3966 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3967 subdirs if -R switch is used for a subdir.
3968 (dired-mode): Set `dired-switches-alist'.
3969 (dired-build-subdir-alist): Only print number of directories in
3970 echo area when invoked interactively.
3971
3972 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3973
3974 * dired-x.el (dired-omit-mode): Rename from
3975 dired-omit-files-p. Use define-minor-mode to define it.
3976 (dired-omit-files-p): Add as alias for dired-omit-mode.
3977 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3978 dired-mark-omitted.
3979 (dired-mark-omitted): Add. Bind to M-O.
3980
3981 2004-06-05 Kenichi Handa <handa@m17n.org>
3982
3983 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3984
3985 2004-06-05 Juanma Barranquero <lektu@terra.es>
3986
3987 * help-fns.el (help-argument-name): Reintroduce face.
3988 (help-default-arg-highlight): Use it, now that
3989 `face-differs-from-default-p' can be trusted.
3990
3991 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3992
3993 * textmodes/table.el: Sentence commands added to Point Motion
3994 group; kill and backward-kill commands added to Extraction group.
3995
3996 2004-06-04 Mario Lang <mlang@delysid.org>
3997
3998 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3999 systems appear to use mW, make the code handle this. Fix a
4000 division-by-zero bug while at it, and handle kernels with
4001 a slightly different layout in /proc/acpi.
4002
4003 2004-06-04 Karl Fogel <kfogel@red-bean.com>
4004
4005 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4006 because the latter is a CL-ism. This fixes the bug reported by
4007 Shawn Boyette <mdxi@collapsar.net> in
4008 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4009
4010 2004-06-04 Miles Bader <miles@gnu.org>
4011
4012 * faces.el (display-supports-face-attributes-p): Function moved to
4013 C code. Previously only the tty-related portion of this function
4014 was done in C; however the previous attempt to do a halfway-proper
4015 job for non-tty displays in lisp didn't work properly because of
4016 funny conditions during Emacs startup.
4017 (face-differs-from-default-p): Simplify, now that
4018 display-supports-face-attributes-p works properly on all display
4019 types. Remove :stipple from comparison; it doesn't really work
4020 in emacs anyway.
4021
4022 2004-06-04 Miles Bader <miles@gnu.org>
4023
4024 * faces.el (face-differs-from-default-p): Use a different
4025 implementation, so we can really check whether FACE displays
4026 differently or not.
4027
4028 2004-06-04 Miles Bader <miles@gnu.org>
4029
4030 * faces.el (display-supports-face-attributes-p): Implement a
4031 `different from default' check for non-tty displays.
4032
4033 2004-06-03 David Kastrup <dak@gnu.org>
4034
4035 * woman.el (woman-mapcan): More concise code.
4036 (woman-topic-all-completions, woman-topic-all-completions-1)
4037 (woman-topic-all-completions-merge): Replace by a simpler and
4038 much faster implementation based on O(n log n) sort/merge instead
4039 of the old O(n^2) behavior.
4040
4041 2004-06-03 Miles Bader <miles@gnu.org>
4042
4043 * subr.el (read-number): Use canonical format for default in prompt.
4044
4045 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4046 Add regexp for " [...]" style defaults.
4047
4048 2004-06-02 Romain Francoise <romain@orebokech.com>
4049
4050 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4051 groups: if the user asks for a hidden buffer, open the
4052 corresponding filter group to expose it.
4053
4054 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4055 `ibuffer-jump-to-buffer'.
4056 (ibuffer-jump-offer-only-visible-buffers): New user option.
4057
4058 2004-06-02 Juanma Barranquero <lektu@terra.es>
4059
4060 * faces.el (frame-update-faces): Add empty docstring so the one
4061 for `ignore' doesn't show through.
4062
4063 * subr.el (process-kill-without-query): Remove spurious "\n" on
4064 obsolescence string.
4065 (focus-frame, unfocus-frame): Add obsolescence declaration and
4066 empty docstring.
4067
4068 * international/mule.el (register-char-codings): Make alias for
4069 `ignore'. Move docstring to obsolescence info and remove redundancy.
4070
4071 2004-06-02 Kim F. Storm <storm@cua.dk>
4072
4073 * frame.el (blink-cursor-start): Turn cursor off initially so blink
4074 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4075
4076 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * comint.el (comint-replace-by-expanded-history-before-point):
4079 Obey `start' as the docstring says.
4080 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4081 (comint-update-fence): Prevent font-lock from running unnecessarily.
4082 (comint-dynamic-list-completions): Use with-current-buffer.
4083
4084 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4085
4086 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4087 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4088 (bibtex-entry-update): Handle alternatives and optional fields.
4089 (bibtex-parse-entry): Bugfix, handle empty key.
4090
4091 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * vc-arch.el (vc-arch-state): Don't assume the file exists.
4094
4095 2004-05-31 Lars Hansen <larsh@math.ku.dk>
4096
4097 * desktop.el (desktop-save): Don't save minor modes without a
4098 known mode initialization function.
4099
4100 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
4101
4102 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4103
4104 * autorevert.el: Update `Commentary' section.
4105
4106 2004-05-30 Juanma Barranquero <lektu@terra.es>
4107
4108 * dos-fns.el (convert-standard-filename):
4109 * files.el (convert-standard-filename):
4110 * w32-fns.el (convert-standard-filename):
4111 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4112
4113 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4114
4115 Sync with Tramp.
4116
4117 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4118 (tramp-let-maybe): Move to an earlier spot in the file.
4119 Patch by Andreas Schwab.
4120
4121 2004-05-30 Andreas Schwab <schwab@suse.de>
4122
4123 * dired.el (dired-get-filename): Don't use dired-re-dot.
4124
4125 2004-05-30 Richard M. Stallman <rms@gnu.org>
4126
4127 * files.el (find-file): Doc fix.
4128
4129 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4130
4131 2004-05-30 Nick Roberts <nickrob@gnu.org>
4132
4133 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4134 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4135 modeline of the locals buffer.
4136 (gdb-goto-breakpoint): Handle gdbmi.
4137 (gdb-get-frame-number): Change for gdbmi.
4138
4139 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
4140
4141 * files.el (file-remote-p): Apply file name handler for operation
4142 `file-remote-p'. It isn' a property any longer.
4143 (file-relative-name): `fh' and `fd' get the required value via
4144 `find-file-name-handler' already.
4145
4146 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4147 (top): Remove setting of `file-remote-p' property for
4148 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
4149
4150 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4151
4152 Version 2.0.41 of Tramp released.
4153
4154 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4155 Throw away if process has died.
4156 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4157 (tramp-out-of-band-prompt-regexp): Rename to
4158 `tramp-process-alive-regexp', because its usage is widen.
4159 (tramp-actions-copy-out-of-band): Apply it.
4160 (tramp-actions-before-shell, tramp-multi-actions):
4161 Add `tramp-action-process-alive' action.
4162 (tramp-action-process-alive): New defun.
4163 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4164 Add entry for `file-remote-p'.
4165 (tramp-handle-file-remote-p): New defun.
4166 (top): Remove setting of `file-remote-p'. Don't set
4167 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4168
4169 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4170 `file-remote-p'.
4171
4172 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4173 counted for (last) line. [They should or they shouldn't? --Stef]
4174 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4175
4176 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4177
4178 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4179 not really necessary but seems to keep the shell history smaller
4180 in some cases. It is no substitute for setting HISTFILE and
4181 HISTSIZE from tramp-open-connection-setup-interactive-shell,
4182 though. Suggested by Luc Teirlinck.
4183 (tramp-open-connection-setup-interactive-shell): Export variables
4184 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
4185 (tramp-set-process-query-on-exit-flag): New compat function.
4186 (tramp-open-connection-multi, tramp-open-connection-su)
4187 (tramp-open-connection-rsh, tramp-open-connection-telnet)
4188 (tramp-do-copy-or-rename-file-out-of-band): Use it.
4189 (tramp-let-maybe): New macro, let-binds a variable only if it
4190 isn't obsolete.
4191 (tramp-check-ls-commands, tramp-handle-expand-file-name)
4192 (tramp-handle-file-truename): Use it.
4193 (tramp-completion-file-name-regexp-unified): Avoid matching
4194 filenames starting with "/:" -- those are reserved for
4195 file-name-non-special.
4196
4197 * tramp-smb.el (tramp-smb-open-connection):
4198 Use tramp-set-process-query-on-exit-flag compat function.
4199
4200 2004-05-29 Richard M. Stallman <rms@gnu.org>
4201
4202 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4203
4204 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4205 (eval-last-sexp-print-value): Print char equivalent regardless
4206 of standard-output value.
4207
4208 * thumbs.el (thumbs-subst-char-in-string): Delete.
4209 (thumbs-thumbname): Use subst-char-in-string.
4210 (thumbs-resize-image): Use condition-case, not ignore-errors.
4211 (thumbs-kill-buffer): Likewise.
4212
4213 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
4214 (thumbs-mode): Make buffer read-only.
4215 (thumbs-make-thumb): Unconditionally accept an existing file.
4216 (thumbs-insert-thumb): Add thumb-image-file property to the image.
4217 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4218 (thumbs-show-thumbs-list): Error if images not supported.
4219 (thumbs-save-current-image): Improve prompt string.
4220 (thumbs-mode-map): Define u, R, x.
4221 (thumbs-unmark): New command.
4222 (thumbs-emboss-image): Minor cleanup.
4223 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4224 (thumbs-rename-images): New command.
4225 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4226
4227 * thumbs.el (thumbs-current-image): New function.
4228 (thumbs-file-list, thumbs-file-alist): New functions.
4229 (thumbs-find-image): Delete arg L.
4230 Don't set up thumbs-fileL as buffer-local global var.
4231 (thumbs-find-image-at-point): Use thumbs-current-image.
4232 (thumbs-set-image-at-point-to-root-window): Likewise.
4233 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4234 Record and warn about errors. Update thumbs-markedL for deletions.
4235 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4236 (thumbs-redraw-buffer): Use thumbs-file-list.
4237 (thumbs-mark): Use thumbs-current-image.
4238 (thumbs-show-name): Use thumbs-current-image.
4239
4240 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4241 and imenu--last-menubar-index-alist.
4242
4243 * subr.el (with-selected-window): Undo previous change.
4244
4245 2004-05-29 John Paul Wallington <jpw@gnu.org>
4246
4247 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4248 (thumbs-mouse-find-image): New command.
4249 (thumbs-mode-map): Bind it to mouse-2.
4250 (thumbs-mode): Make mode-class special.
4251 (thumbs-view-image-mode): Likewise.
4252
4253 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4254
4255 * flymake.el: New file.
4256
4257 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4258
4259 * files.el (find-file-noselect-1): Do not bind
4260 `inhibit-read-only' to t during execution of
4261 `find-file-not-found-functions'.
4262
4263 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4266 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4267
4268 2004-05-28 Juri Linkov <juri@jurta.org>
4269
4270 * simple.el (eval-expression-print-format): New fun.
4271
4272 * simple.el (eval-expression):
4273 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4274 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4275 (edebug-eval-expression): Print additionally the value returned by
4276 `eval-expression-print-format'.
4277
4278 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4279 (insert-pair): Make arguments optional. Find character pair
4280 from `insert-pair-alist' according to the last input event.
4281 (insert-parentheses): Make arguments optional.
4282 (raise-sexp, delete-pair): New funs.
4283
4284 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4285 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4286 Bind C-M-q to `indent-pp-sexp'.
4287
4288 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4289 `pp-to-string' modified to be able to format text with newlines.
4290 (pp-to-string): Move the buffer-formatting part of the code to
4291 `pp-buffer'. Call `pp-buffer'.
4292
4293 * info.el (Info-desktop-buffer-misc-data): Don't save information
4294 about virtual files.
4295 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4296 buffers with names obtained from the desktop file instead of the
4297 default *info* buffer.
4298
4299 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * subr.el (with-selected-window): Only save/restore the selected window.
4302
4303 * progmodes/compile.el (compilation-error-regexp-alist):
4304 Use expand-file-name and data-directory.
4305
4306 * progmodes/grep.el (grep-tree): Rework previous fix.
4307
4308 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4309 after the user marked text with the mouse.
4310
4311 * startup.el (command-line): Keep the first regexp of
4312 auto-save-file-name-transforms intact.
4313
4314 2004-05-28 Juanma Barranquero <lektu@terra.es>
4315
4316 * cus-edit.el (customize-face, customize-face-other-window)
4317 (custom-face-edit-delete): Make arguments match their use in
4318 docstring.
4319 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4320 docstring.
4321
4322 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4323 not `cvs-butlast'.
4324
4325 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4326 `nbutlast' are in subr.el).
4327
4328 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4329 (set-w32-system-coding-system): Doc fixes.
4330
4331 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4332 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4333 Make arguments match their use in docstring.
4334 (artist-draw-region-trim-line-endings)
4335 (artist-mouse-choose-operation): Fix typo in docstring.
4336 (artist-key-set-point-common): Doc fix.
4337
4338 2004-05-28 Simon Josefsson <jas@extundo.com>
4339
4340 * mail/smtpmail.el (smtpmail-open-stream):
4341 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4342
4343 2004-05-26 Simon Josefsson <jas@extundo.com>
4344
4345 * starttls.el: Merge with my GNUTLS based starttls.el.
4346 (starttls-gnutls-program, starttls-use-gnutls)
4347 (starttls-extra-arguments, starttls-process-connection-type)
4348 (starttls-connect, starttls-failure, starttls-success): New variables.
4349 (starttls-program, starttls-extra-args): Doc fix.
4350 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4351 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4352 and pass on to corresponding *-gnutls function if it is set.
4353
4354 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4355
4356 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4357 remote files.
4358
4359 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * files.el (file-name-non-special): There are more operations
4362 which need handling: `find-backup-file-name',
4363 `insert-file-contents', `verify-visited-file-modtime',
4364 `write-region'. Rename t value of method to `add'. Add new
4365 methods `quote' and `unquote-then-quote' to file-arg-indices.
4366
4367 2004-05-25 Juri Linkov <juri@jurta.org>
4368
4369 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4370 (Info-index-nodes): Enclose code in condition-case to catch errors.
4371 (Info-index-node): Don't search all index nodes if request is only
4372 for the current node and file is not in the cache of index nodes.
4373 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4374 for consistency with dired-copy-filename-as-kill.
4375 Bind `S' to Info-search-case-sensitively.
4376 (Info-copy-current-node-name): New arg. With zero prefix arg put
4377 the name inside a function call to `info'. Display copied text in
4378 the echo area.
4379
4380 2004-05-25 Sam Steingold <sds@gnu.org>
4381
4382 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4383 strip the package prefix from the symbol name, if any.
4384 Make it the `find-tag-default-function' for `lisp-mode'.
4385
4386 2004-05-25 John Paul Wallington <jpw@gnu.org>
4387
4388 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4389 instead of obsolete `process-kill-without-query'.
4390
4391 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4392 Declare as variable, not constant.
4393
4394 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4395
4396 * files.el (find-file-noselect-1): Fix bug introduced by
4397 Revision 1.694. As a side effect, `inhibit-read-only'
4398 is again, by default, t during execution of
4399 `find-file-not-found-functions'.
4400 (insert-directory): Check that lines were really inserted by
4401 the --dired switch, before erasing them.
4402
4403 2004-05-24 Nick Roberts <nickrob@gnu.org>
4404
4405 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4406 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4407 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4408 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4409 gud-minor-mode (gdbmi).
4410
4411 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4412
4413 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4414 explicitly select the text to be taken as URL.
4415
4416 2004-05-23 Juri Linkov <juri@jurta.org>
4417
4418 * info.el (Info-index-nodes): New var and fun.
4419 (Info-goto-index, Info-index, info-apropos)
4420 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4421 (Info-index): Fix docstring. Store and restore Info-history-list.
4422 (Info-complete-nodes): New var.
4423 (Info-complete-menu-item): Use it.
4424 (Info-index-node): New fun.
4425 (Info-final-node, Info-forward-node, Info-backward-node)
4426 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4427 Use Info-index-node.
4428 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4429 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4430 (Info-find-node-2): If a node with period in its name not found,
4431 try to find a node without the name part after period.
4432 (Info-select-node): Call Info-fontify-node only if
4433 Info-fontify-maximum-menu-size is not nil.
4434 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4435 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4436 Preserve Info-history-list.
4437 (Info-toc): Set Info-current-file.
4438 (Info-build-toc): Move point to the beginning of the buffer.
4439 Add main-file variable.
4440 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4441 Use backslashed representation of the control character ^_.
4442
4443 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4444 numbers in the new Texinfo 4.7 format.
4445
4446 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4447 regexps for function and variable names.
4448
4449 * descr-text.el (describe-property-list): Add [show] button for
4450 `syntax-table' property with action to pp to a separate buffer.
4451 (describe-char): Replace search-forward by re-search-forward with
4452 whitespace regexp after "character:" to not fail in too narrow windows.
4453
4454 * simple.el (next-error-find-buffer): Add a rule to return
4455 next-error capable buffer if one window on the selected frame
4456 displays such buffer.
4457
4458 2004-05-23 Nick Roberts <nickrob@gnu.org>
4459
4460 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4461 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4462 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4463 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4464 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4465 Handle new value for gud-minor-mode (gdbmi).
4466 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4467 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4468 Change from local to global gdb variable set.
4469 (gdb-ann3): Initialise above gdb variable set.
4470 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4471 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4472 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4473 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4474 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4475 (gdb-info-locals-handler, gdb-invalidate-assembler)
4476 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4477 set as global variables.
4478 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4479 Handle gdbmi.
4480 (gdb-info-breakpoints-custom): Fix regexp.
4481 (def-gdb-var): Delete.
4482
4483 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4484 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4485 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4486 a new mode. The file (gdb-mi.el) for this mode will be included
4487 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4488 primary interface.
4489
4490 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4491
4492 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4493 interpreted as a directory.
4494
4495 2004-05-22 Richard M. Stallman <rms@gnu.org>
4496
4497 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4498 as a close quote.
4499
4500 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4501
4502 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4503 Use assoc-string, not assoc-ignore-case.
4504
4505 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4506
4507 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4508 If moving back then fwd gets a defun that ends before point,
4509 try again moving fwd then back.
4510
4511 * files.el (file-name-non-special): Allow t in file-arg-indices
4512 to mean requote the return value. Use `identity' as an element
4513 rather than as the whole value.
4514
4515 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4516
4517 2004-05-22 Juanma Barranquero <lektu@terra.es>
4518
4519 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4520 `help-make-usage'.
4521 (help-highlight-arguments): Skip function name before searching
4522 for arguments.
4523
4524 2004-05-21 Juanma Barranquero <lektu@terra.es>
4525
4526 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4527 Don't mention in the docstring these arguments meant for
4528 internal (recursive) use only.
4529 (allout-char-spec): Comment out (it's not implemented).
4530 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4531 obsolescence declaration.
4532 (allout-flatten-exposed-to-buffer)
4533 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4534 (my-mark-marker): Doc fix.
4535 (produce-allout-mode-map, allout-sibling-index)
4536 (allout-isearch-expose, allout-distinctive-bullet)
4537 (allout-open-topic, allout-reindent-body)
4538 (allout-rebullet-heading, allout-process-exposed)
4539 (allout-insert-listified, allout-latex-verb-quote)
4540 (allout-insert-latex-header, allout-insert-latex-trailer):
4541 Make arguments match their use in docstring.
4542 (allout-primary-bullet, allout-old-style-prefixes)
4543 (allout-inhibit-protection, allout-init, allout-mode)
4544 (allout-before-change-protect, allout-flag-region):
4545 Use "Emacs" instead of "emacs" in docstrings.
4546
4547 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4548
4549 * international/characters.el: Modify syntax of more characters.
4550
4551 2004-05-21 Masatake YAMATO <jet@gyve.org>
4552
4553 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4554 (etags-tags-completion-table): Show parsing progress.
4555
4556 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4557
4558 * locate.el (locate-prompt-for-command): Shorten first line of
4559 docstring.
4560 (locate-mode): Expand docstring and include keymap summary.
4561
4562 * files.el (find-file-noselect-1): Limit the scope of the
4563 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4564 is, by default, nil during the execution of
4565 `find-file-not-found-functions' and `find-file-hook'.
4566
4567 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4568
4569 * facemenu.el (facemenu-color-name-equal): New function.
4570 (list-colors-display): Use it to compare colors instead of
4571 facemenu-color-equal.
4572
4573 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4574
4575 * compare-w.el (compare-windows-face): Use min-colors instead of
4576 checking for tty or pc types.
4577
4578 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4581 (completion-setup-function): Use with-current-buffer.
4582 Properly save excursion. Simplify.
4583 Don't assume there is necessarily a `mouse-face' property somewhere.
4584
4585 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4586
4587 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4588
4589 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4590 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4591 Use with-current-buffer.
4592 (byte-goto-log-buffer): Delete.
4593 (byte-compile-log-file): Call compilation-forget-errors.
4594
4595 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4596
4597 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4598 output messages into the search result.
4599
4600 2004-05-19 Masatake YAMATO <jet@gyve.org>
4601
4602 * wid-edit.el (widget-radio-button-notify): Revert my last
4603 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4604
4605 2004-05-19 Kenichi Handa <handa@m17n.org>
4606
4607 * international/characters.el: Fix syntax (open/close) of CJK chars.
4608
4609 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4610
4611 * help-mode.el (help-go-back): Don't depend on position of back button.
4612
4613 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4616 files files don't contain an accidental additional /.
4617
4618 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4619 in source buffer.
4620
4621 2004-05-18 Masatake YAMATO <jet@gyve.org>
4622
4623 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4624 to widget-apply. :action method assumes 2 arguments, not 3.
4625
4626 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4627
4628 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4629 New constants.
4630 (hs-special-modes-alist): Add an f90-mode entry.
4631
4632 2004-05-17 Sam Steingold <sds@gnu.org>
4633
4634 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4635 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4636
4637 2004-05-16 Kim F. Storm <storm@cua.dk>
4638
4639 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4640
4641 2004-05-15 John Wiegley <johnw@newartisans.com>
4642
4643 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4644 (eshell-output-object-to-target): Improve output speed 20% by not
4645 calling `eshell-stringify' if something is already known to be a string.
4646
4647 2004-05-15 Alex Ott <ott@jet.msk.su>
4648
4649 * textmodes/ispell.el (ispell-local-dictionary-alist):
4650 Add windows-1251 to the choice of coding systems.
4651 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4652 encoded in cp1251.
4653
4654 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4655
4656 * progmodes/compile.el (compilation-warning-face)
4657 (compilation-info-face): Use min-colors.
4658
4659 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4660
4661 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4662 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4663 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4664 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4665 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4666 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4667 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4668 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4669 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4670 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4671 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4672 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4673 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4674 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4675
4676 2004-05-15 Kim F. Storm <storm@cua.dk>
4677
4678 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4679 Use it to set triggered-p element of timer.
4680 (timer-event-handler): Set triggered-p element non-nil while running
4681 the timer function.
4682
4683 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * descr-text.el (describe-char-unicode-data)
4686 (describe-char-unicodedata-file): Re-enable the unicode code now that
4687 the licensing issues have been cleared in the unicode-4 license.
4688 (describe-text-properties-1): Remove unused `overlay' var.
4689 (describe-char): Remove unused var `buffer'.
4690
4691 2004-05-14 David Ponce <david@dponce.com>
4692
4693 * tree-widget.el: New file.
4694
4695 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4696
4697 * language/european.el ("Brazilian Portuguese"): Add support for
4698 Brazilian Portuguese.
4699
4700 2004-05-13 John Wiegley <johnw@newartisans.com>
4701
4702 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4703 `recentf-mode' if this variable has been customized to t.
4704
4705 * eshell/esh-test.el (eshell-test): Call the function
4706 `emacs-version' rather than trying to build a custom version string.
4707
4708 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * net/telnet.el (telnet-mode): Use define-derived-mode.
4711 Don't modify the global value of comint-prompt-regexp.
4712
4713 2004-05-13 John Paul Wallington <jpw@gnu.org>
4714
4715 * version.el (emacs-version): Check for `gtk' feature before
4716 `x-toolkit' feature.
4717
4718 2004-05-13 Juanma Barranquero <lektu@terra.es>
4719
4720 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4721 arguments in the docstring, they're used only in recursive calls.
4722
4723 * help-fns.el (help-arg-highlighting-function)
4724 (help-argument-name): Delete.
4725 (help-default-arg-highlight): New function.
4726 (help-do-arg-highlighting): Use it.
4727
4728 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4729
4730 * calendar/appt.el (appt-disp-window):
4731 Use `calendar-set-mode-line' for a centered mode-line.
4732
4733 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4734
4735 * calendar/appt.el (appt-disp-window): Do not split window
4736 excessively when `split-height-threshold' is low.
4737
4738 2004-05-12 Nick Roberts <nickrob@gnu.org>
4739
4740 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4741 kill-buffer-hook here and make it local.
4742 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4743
4744 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4745
4746 * progmodes/compile.el (compilation-set-window-height):
4747 Use save-excursion to protect against misplaced marker.
4748
4749 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4750
4751 * custom.el (defface): Document that type can have value gtk.
4752
4753 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4754
4755 2004-05-12 Kenichi Handa <handa@m17n.org>
4756
4757 * descr-text.el: Require quail at comile time.
4758 (describe-char): If an input method is on and it supports the
4759 character, show how to input it.
4760
4761 * international/quail.el (quail-install-decode-map): Accept a
4762 char-table whose subtype is `quail-decode-map'.
4763 (quail-store-decode-map-key, quail-gen-decode-map1)
4764 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4765 (quail-show-key): New functions.
4766
4767 2004-05-12 Juanma Barranquero <lektu@terra.es>
4768
4769 * generic.el (define-generic-mode): Remove redundant arglist info.
4770
4771 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4772 Make arguments match their use in docstring.
4773 (help-arg-highlighting-function): New variable.
4774 (help-argument-name): Mention it in the docstring.
4775 (help-do-arg-highlight): Use it. Expand regexp to accept also
4776 ARG-xxx and xxx-ARG references.
4777
4778 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4779
4780 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4781 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4782 and "mailto:addr1?to=addr2" equal.
4783
4784 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4785
4786 * man.el (Man-getpage-in-background): Use shell-file-name
4787 and shell-command-switch variables instead of hard-coded values.
4788
4789 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4790
4791 * iimage.el: New file.
4792
4793 2004-05-11 Juanma Barranquero <lektu@terra.es>
4794
4795 * custom.el (custom-initialize-default, defcustom):
4796 Fix typo in docstring.
4797
4798 * files.el (set-visited-file-name, file-expand-wildcards):
4799 Fix docstring.
4800
4801 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4804
4805 * subr.el (eventp): Be more discriminating with integers.
4806
4807 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4808
4809 * progmodes/compile.el (compile): Add universal prefix arg.
4810 (compilation-error-regexp-alist-alist): Add edg patterns.
4811
4812 2004-05-10 Sam Steingold <sds@gnu.org>
4813
4814 * textmodes/ispell.el (ispell-message):
4815 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4816
4817 2004-05-10 Dave Love <fx@gnu.org>
4818
4819 * progmodes/python.el (help-buffer): Autoload when compiling.
4820 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4821 (run-python): Prepend to any existing PYTHONPATH.
4822
4823 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4824
4825 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4826 for pending breakpoints.
4827
4828 2004-05-10 Richard M. Stallman <rms@gnu.org>
4829
4830 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4831 directly without calling any functions in Rmail.
4832 (unrmail-unprune): Function deleted.
4833
4834 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4837 C-c C-z binding.
4838
4839 2004-05-10 Kenichi Handa <handa@m17n.org>
4840
4841 * descr-text.el (describe-char): Fix previous change. Don't make
4842 a unibyte character to multibyte in the *Help* buffer.
4843
4844 2004-05-10 Miles Bader <miles@gnu.org>
4845
4846 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4847 buffer an error if the debugger process is actually running.
4848
4849 2004-05-10 Juanma Barranquero <lektu@terra.es>
4850
4851 * help-fns.el (help-argument-name): Default to italic.
4852 (help-highlight-arguments): Return always (usage . doc), even when
4853 usage is nil.
4854
4855 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4856 (define-ibuffer-filter): Add usage info.
4857 (define-ibuffer-op): Add usage info (but CL-style defaults for
4858 keyword args are not shown).
4859
4860 * subr.el (remove-overlays, read-passwd): Fix docstring.
4861 (start-process-shell-command): Fix docstring. Put usage info in a
4862 format usable by `describe-function'.
4863 (open-network-stream, open-network-stream-nowait)
4864 (open-network-stream-server): Fix docstring.
4865
4866 2004-05-09 Jason Rumney <jasonr@gnu.org>
4867
4868 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4869 Only define cp125* if windows-125* is already defined.
4870
4871 * language/korean.el (cp949): Add alias.
4872
4873 * language/chinese.el (cp936, cp950): Add aliases.
4874
4875 * language/japanese.el (cp932): Add alias.
4876
4877 * term/w32-win.el: Require code-pages.
4878
4879 * international/mule-cmds.el (set-locale-environment):
4880 On MS-Windows use ansi code-page for default coding-systems.
4881 Set up paper sizes for Windows 3 letter languages.
4882
4883 * international/code-pages.el (cp932, cp936, cp949, cp950):
4884 Add aliases. Also add cp125* if not already defined.
4885
4886 2004-05-09 Juanma Barranquero <lektu@terra.es>
4887
4888 * help-fns.el (help-highlight-arguments): Don't try to highlight
4889 missing or autoloaded arglists. Accept structured arguments, like
4890 the first ones of `do' and `flet'.
4891
4892 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4893 (cvs-get-marked): Remove redundant arglist info.
4894
4895 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4896 Don't use CL-style default args.
4897
4898 2004-05-08 Andreas Schwab <schwab@suse.de>
4899
4900 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4901
4902 * international/subst-ksc.el: Fix references to utf-translate-cjk
4903 into utf-translate-cjk-mode.
4904 * international/subst-big5.el: Likewise.
4905 * international/subst-gb2312.el: Likewise.
4906 * international/subst-jis.el: Likewise.
4907 * international/utf-16.el: Likewise.
4908 * international/utf-8.el: Likewise.
4909
4910 2004-05-08 John Wiegley <johnw@newartisans.com>
4911
4912 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4913 "virtual buffers" (off by default), which makes it possible to
4914 switch to the "virtual" buffers of recently visited files. When a
4915 buffer name search fails, and this option is on, iswitchb will
4916 look at the list of recently visited files, and permit matching
4917 against those names. When the user hits RET on a match, it will
4918 revisit that file.
4919 (iswitchb-read-buffer): Add two optional arguments, which makes
4920 isearchb.el possible.
4921 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4922 (iswitchb-next-match): Add support for virtual buffers.
4923
4924 * isearchb.el: This module extends iswitchb to provide "as you
4925 type" buffer selection.
4926
4927 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4928 Ignore the read-only property when flyspell highlighting is on.
4929 Not ignoring it leads to a series of confusing errors.
4930 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4931 but also make sure to call flyspell-incorrect-hook.
4932 (flyspell-maybe-correct-transposition): Perform transposition test
4933 by bit twiddling a string, rather than using a temp buffer.
4934 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4935 buffer. This is also the original version of the code, which
4936 could not be checked in before due to a previous lack of
4937 assignment papers. This version has seen heavy usage on my system
4938 for several years now.
4939
4940 * calendar/cal-bahai.el: New file, which adds support for the
4941 Baha'i calendar to Emacs. This calendar is based on a solar year
4942 of 19 months of 19 days, with 4 intercalary days. Each year
4943 begins on March 21, with the calendar starting in 1844.
4944
4945 * calendar/cal-menu.el, calendar/calendar.el,
4946 calendar/diary-lib.el, calendar/holidays.el: Added support for
4947 using cal-bahai.el.
4948
4949 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4950 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4951 function can be used outside of eshell buffers.
4952 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4953
4954 2004-05-08 Juanma Barranquero <lektu@terra.es>
4955
4956 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4957 word constituent so FOO-ARG is not recognized as an arg.
4958 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4959
4960 * simple.el (next-error): Fix typo in docstring.
4961 (open-line): Make argument names match their use in docstring.
4962 (split-line): Fix docstring.
4963
4964 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4965 usable by `describe-function'.
4966 (gensym, gentemp, typep, ignore-errors): Make argument names match
4967 their use in docstring.
4968
4969 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4970 argument to `help-setup-xref'.
4971
4972 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4973
4974 Version 2.0.40 of Tramp released.
4975
4976 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4977 Use symbol-function to invoke functions only known on some Emacs
4978 flavors. This avoids byte-compiler warnings. Reported by Kevin
4979 Scaldeferri <kevin@scaldeferri.com>.
4980 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4981 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4982 consistent with the other tramp-do-* functions.
4983 (tramp-do-copy-or-rename-file): Calls adjusted.
4984 (tramp-process-initial-commands): Avoid liveness check on shell --
4985 we know that it must be alive since we're opening a connection at
4986 this moment.
4987 (tramp-last-cmd): New internal variable.
4988 (tramp-process-echoes): New tunable.
4989 (tramp-send-command): Set tramp-last-cmd.
4990 (tramp-wait-for-output): Delete echo, if applicable.
4991 (tramp-read-passwd): Construct the key for the password cache in a
4992 way that works for multi methods, too.
4993 (tramp-bug): Add backup-directory-alist and
4994 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4995
4996 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4997
4998 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4999
5000 * net/tramp.el (tramp-out-of-band-prompt-regexp)
5001 (tramp-actions-copy-out-of-band): New defcustoms.
5002 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5003 used instead of a synchronous one. Allows password entering.
5004 (tramp-action-out-of-band): New defun.
5005 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5006 Remove restriction with password from doc string.
5007 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5008 `tramp-out-of-band-prompt-regexp',
5009 `tramp-actions-copy-out-of-band', `password-cache' and
5010 `password-cache-expiry'.
5011 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
5012 password caching.
5013 (tramp-touch): FILE can be a local file, too.
5014 (TODO): Remove items done.
5015 (tramp-handle-insert-directory): Properly quote file name also if
5016 not full-directory-p. Handle wildcard case. Reported by Andreas
5017 Schwab <schwab@suse.de>.
5018 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5019 new file.
5020 (tramp-handle-file-local-copy, tramp-handle-write-region):
5021 The permissions of the temporary file are set if filename exists.
5022 Reported by Ted Stern <stern@cray.com>.
5023 (tramp-backup-directory-alist)
5024 (tramp-bkup-backup-directory-info): New defcustoms.
5025 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5026 (tramp-handle-find-backup-file-name): New function.
5027 Implements Tramp's find-backup-file-name.
5028
5029 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5030 for `find-backup-file-name'.
5031
5032 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5033 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
5034
5035 2004-05-07 Lars Hansen <larsh@math.ku.dk>
5036
5037 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5038
5039 2004-05-07 Juanma Barranquero <lektu@terra.es>
5040
5041 * subr.el (lambda): Add arglist description to docstring.
5042 (declare): Fix typo in docstring.
5043 (open-network-stream): Fix docstring.
5044 (process-kill-without-query): Fix docstring and add obsolescence info.
5045 (last, butlast, nbutlast): Make arguments match their use in docstring.
5046 (insert-buffer-substring-no-properties): Likewise.
5047 (insert-buffer-substring-as-yank): Likewise.
5048 (split-string): Fix docstring.
5049
5050 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5051 Make argument names match their use in docstring.
5052
5053 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5054
5055 2004-05-06 Nick Roberts <nickrob@gnu.org>
5056
5057 * progmodes/gdb-ui.el: Improve/extend documentation strings.
5058 Fit first sentence on one line for apropos-command.
5059
5060 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 Changes largely merged in from Dave Love's code.
5063 * progmodes/python.el: Doc fixes.
5064 (python-mode-map): Add python-complete-symbol.
5065 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5066 (python-comment-indent, python-complete-symbol)
5067 (python-symbol-completions, python-partial-symbol)
5068 (python-try-complete): New.
5069 (python-indent-line): Remove optional arg. Use python-block-end-p.
5070 (python-check): Bind compilation-error-regexp-alist.
5071 (inferior-python-mode): Use rx. Move keybindings to top level.
5072 Set comint-input-filter.
5073 (python-preoutput-filter): Use rx.
5074 (python-input-filter): Re-introduce.
5075 (python-proc): Start new process if necessary.
5076 Check python-buffer non-nil.
5077 (view-return-to-alist): Defvar.
5078 (python-send-receive): New.
5079 (python-eldoc-function): Use it.
5080 (python-mode-running): Don't defvar.
5081 (python-mode): Set comment-indent-function.
5082 Maybe update hippie-expand-try-functions-list.
5083 (python-indentation-levels): Initialize differently.
5084 (python-block-end-p): New.
5085 (python-indent-line): Use it.
5086 (python-compilation-regexp-alist): Augment.
5087 (run-python): Import `emacs' module to Python rather than loading
5088 code directly. Set python-buffer differently.
5089 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
5090 Use python-proc.
5091 (python-send-command): Go to end of comint buffer.
5092 (python-load-file): Use python-proc, emacs.eimport.
5093 (python-describe-symbol): Simplify interactive form.
5094 Use emacs.help. Do use temp-buffer-show-hook.
5095 Call print-help-return-message.
5096 (hippie-exp): Require when compiling.
5097 (python-preoutput-continuation): Use rx.
5098
5099 * diff-mode.el (diff-make-unified): Fix regexp.
5100
5101 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
5102
5103 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5104 filter groups from the buffer when rebuilding the Ibuffer buffer
5105 and `ibuffer-show-empty-filter-groups' is nil.
5106
5107 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5108
5109 * ps-print.el (ps-print-quote): Call ps-value-string.
5110 (ps-setup): Call ps-comment-string.
5111 (ps-value-string, ps-comment-string): New funs.
5112
5113 2004-05-06 Juanma Barranquero <lektu@terra.es>
5114
5115 * ehelp.el (electric-help-command-loop): Check whether the last
5116 character is visible, not (point-max).
5117
5118 * help-fns.el (help-argument-name): Default to bold; don't inherit
5119 from font-lock-variable-name-face.
5120 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5121
5122 2004-05-05 Kenichi Handa <handa@m17n.org>
5123
5124 * descr-text.el (describe-char): Copy the character with text
5125 properties and overlays into the first line, and call
5126 describe-text-properties on it.
5127
5128 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
5129
5130 * iswitchb.el (iswitchb-global-map): Fix typo.
5131 Remove unwanted ###autoloads from source file.
5132
5133 2004-05-05 Lars Hansen <larsh@math.ku.dk>
5134
5135 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5136 in run-hooks. Use substitute-command-keys in message.
5137 (wdired-abort-changes): Add message.
5138
5139 2004-05-03 Michael Mauger <mmaug@yahoo.com>
5140
5141 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5142 (sql-emacs20-p): Remove.
5143 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5144 (sql-builtin-face, sql-doc-face): Remove.
5145 (sql-mode-ansi-font-lock-keywords)
5146 (sql-mode-oracle-font-lock-keywords)
5147 (sql-mode-postgres-font-lock-keywords)
5148 (sql-mode-linter-font-lock-keywords)
5149 (sql-mode-ms-font-lock-keywords)
5150 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5151 (sql-product-font-lock): Fix font-lock reset when font rules change.
5152 (sql-highlight-product): Remove incorrect font-lock reset logic.
5153
5154 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
5155
5156 * ses.el (ses-set-parameter): Fix typo.
5157
5158 2004-05-04 Kim F. Storm <storm@cua.dk>
5159
5160 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5161 Must expand directory for completion to work; and don't mess with
5162 process-environment.
5163 (ido-read-file-name): If command has ido property, don't use ido
5164 if value is ignore, or read as directory if value is dir.
5165 Set ido ignore property for dired-do-rename command.
5166
5167 2004-05-04 Juanma Barranquero <lektu@terra.es>
5168
5169 * ehelp.el (electric-help-command-loop, electric-help-undefined)
5170 (electric-help-help): Check against unmapped commands.
5171
5172 * help-fns.el (help-argument-name): New face, inheriting from
5173 font-lock-variable-name-face, to highlight function arguments in
5174 `describe-function' and `describe-key'.
5175 (help-do-arg-highlight): Auxiliary function to highlight a given
5176 list of arguments in a string.
5177 (help-highlight-arguments): Highlight the function arguments and
5178 all uses of them in the docstring.
5179 (describe-function-1): Use it. Do docstring output via `insert',
5180 not 'princ', so text attributes are preserved.
5181
5182 * winner.el (winner-mode-map): Move `winner-undo' and
5183 `winner-redo' to C-c <left> and C-c <right>, respectively (the
5184 previous bindings conflict with `prev-buffer', `next-buffer').
5185
5186 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5187
5188 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5189 (bibtex-entry-update): New command bound to C-c C-u.
5190 (bibtex-text-in-string): Fix regexp.
5191 (bibtex-assoc-of-regexp): Remove.
5192 (bibtex-progress-message): Fix docstring.
5193 (bibtex-inside-field): Use if.
5194 (bibtex-assoc-regexp): New function.
5195 (bibtex-format-entry): Make code more robust so that it formats
5196 also old entries.
5197 (bibtex-autokey-demangle-title): Merge with obsolete function
5198 bibtex-assoc-of-regexp.
5199 (bibtex-field-list): New function.
5200 (bibtex-entry): Use bibtex-field-list.
5201 (bibtex-parse-entry): Fix docstring.
5202 (bibtex-print-help-message): Use bibtex-field-list.
5203 (bibtex-make-field): Use bibtex-field-list.
5204 (bibtex-entry-index): Bugfix. Return crossref key if required.
5205 (bibtex-lessp): Fix docstring.
5206
5207 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
5208
5209 * select.el (xselect-convert-to-string): Move comment to intended line.
5210
5211 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5212
5213 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5214 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5215
5216 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5217
5218 * term/x-win.el (x-clipboard-yank): Don't exit on error from
5219 x-get-selection.
5220
5221 2004-05-03 Jason Rumney <jasonr@gnu.org>
5222
5223 * makefile.nt: Remove.
5224
5225 2004-05-03 Kim F. Storm <storm@cua.dk>
5226
5227 * emulation/cua-base.el (cua--update-indications): Fix last change.
5228 (cua-mode): Deactivate mark when cua-mode is enabled.
5229
5230 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5233
5234 2004-05-03 Nick Roberts <nickrob@gnu.org>
5235
5236 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5237 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5238 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5239 window over visible frames.
5240 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5241
5242 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * progmodes/compile.el (compilation-gcpro): New var.
5245 (compilation-fake-loc): Use it.
5246 (compilation-forget-errors): Reset it.
5247
5248 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5249
5250 * diff-mode.el (diff-header-face, diff-file-header-face):
5251 Use min-colors.
5252
5253 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5254
5255 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5256 (bibtex-clean-entry): Disentangle code.
5257 (bibtex-realign): New function.
5258 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5259 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5260 Remove undocumented optional arg called-by-convert-alien.
5261 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5262 for sorting instead of bibtex-sort-buffer.
5263
5264 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5265
5266 * progmodes/compile.el (compilation-start): In the
5267 no-async-subprocesses branch, call sit-for to give redisplay a
5268 chance to show the updated process status in the mode line, and
5269 fontify the buffer explicitly after the process exits.
5270
5271 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * progmodes/python.el (python-compilation-line-number): Remove.
5274 (python-compilation-regexp-alist): Don't use it any more.
5275 (python-orig-start, python-input-filter): Remove.
5276 (inferior-python-mode): Don't set up comint-input-filter-functions.
5277 (python-send-region): Use compilation-fake-loc.
5278
5279 * progmodes/compile.el (compilation-messages-start): New var.
5280 (compilation-mode): Don't setup next-error-function here.
5281 (compilation-setup): Set it up here instead (for minor modes as well).
5282 Make compilation-messages-start buffer local.
5283 (compilation-next-error-function): Use it.
5284 (compilation-forget-errors): Set compilation-messages-start.
5285
5286 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5287
5288 * ielm.el (ielm-prompt-read-only): Update docstring.
5289
5290 * comint.el (comint-prompt-read-only): Update docstring.
5291 (comint-update-fence, comint-kill-whole-line)
5292 (comint-kill-region): New functions.
5293
5294 * simple.el (kill-whole-line): Use "p" instead of "P" in
5295 interactive form.
5296
5297 2004-05-01 Juanma Barranquero <lektu@terra.es>
5298
5299 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5300 format arglist so default values in CL-style argument lists are
5301 correctly shown.
5302
5303 2004-05-01 Jason Rumney <jasonr@gnu.org>
5304
5305 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5306
5307 2004-05-01 Kenichi Handa <handa@m17n.org>
5308
5309 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5310 quail file if it is up to date.
5311
5312 2004-04-30 Juri Linkov <juri@jurta.org>
5313
5314 * cus-edit.el (custom-mode-map):
5315 Add key binding `C-x C-s' to `Custom-save'.
5316
5317 * outline.el (outline-blank-line): New var.
5318 (outline-next-preface, outline-show-heading)
5319 (outline-end-of-subtree): Use it.
5320
5321 * dired-aux.el (dired-touch-initial): New fun.
5322 (dired-do-chxxx): Call it for op-symbol `touch'.
5323 (dired-diff): Use `dired-dwim-target-directory'
5324 if current dired buffer has no buffer mark.
5325
5326 * bindings.el (propertized-buffer-identification):
5327 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5328 Add C-M-arrow keys for consistency.
5329
5330 * files.el (confirm-kill-emacs):
5331 Change group from top-level `emacs' to `convenience'.
5332
5333 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5334 Push mark on the first call of successive command calls.
5335 (insert-pair): New fun created from `insert-parentheses' with
5336 `open' and `close' arguments added. Enclose active regions
5337 in paired characters. Compare adjacent characters syntax with
5338 inserted characters syntax before inserting a space.
5339 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5340
5341 * delsel.el: Don't put `delete-selection' property
5342 on `insert-parentheses' symbol to take advantage of
5343 region handling in `insert-pair' function.
5344 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5345
5346 2004-04-30 Kim F. Storm <storm@cua.dk>
5347
5348 * emulation/cua-base.el: Add support for changing cursor types;
5349 based on patch from Michael Mauger.
5350 (cua-normal-cursor-color, cua-read-only-cursor-color)
5351 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5352 Customization cursor type and/or cursor color.
5353 (cua--update-indications): Handle cursor type changes.
5354 (cua-mode): Update cursor indications if enabled.
5355
5356 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5357
5358 * mouse.el (mouse-drag-copy-region): New defcustom.
5359 (mouse-set-region, mouse-drag-region-1): Use it.
5360
5361 * simple.el (kill-ring-save): If region face background color is
5362 unspecified (if no highlighting), show extent of fully visible
5363 region even if transient-mark-mode is enabled.
5364
5365 * emulation/cua-base.el (cua--standard-movement-commands):
5366 Add cua-scroll-up and cua-scroll-down.
5367 (cua-scroll-up, cua-scroll-down): New commands.
5368 (cua--init-keymaps): Remap scroll-up and scroll-down.
5369
5370 * emulation/cua-rect.el (cua--convert-rectangle-as):
5371 New defmacro.
5372 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5373 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5374 New commands (suggested by Jordan Breeding).
5375
5376 2004-04-30 Juanma Barranquero <lektu@terra.es>
5377
5378 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5379
5380 2004-04-30 Mario Lang <mlang@delysid.org>
5381
5382 * diff.el (diff-switches): Fix typo in docstring.
5383
5384 2004-04-30 Alex Schroeder <alex@gnu.org>
5385
5386 * xml.el (xml-debug-print-internal): Don't add newline and
5387 indentation to text nodes and write empty elements as empty tags
5388 instead of opening and closing tags.
5389 (xml-debug-print): Take optional indent-string argument.
5390 (xml-print): Alias for xml-debug-print.
5391
5392 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5393
5394 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5395 than duplicate call to `line-beginning-position'.
5396
5397 * progmodes/f90.el (f90-get-present-comment-type):
5398 Return whitespace, as well as comment chars, for consistent filling
5399 of comment blocks. Use `match-string-no-properties'.
5400 (f90-break-line): Trim trailing whitespace when filling comments.
5401
5402 2004-04-30 Dave Love <fx@gnu.org>
5403
5404 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5405 (diary-from-outlook-internal, diary-from-outlook)
5406 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5407 New functions to import diary entries from Outlook-format
5408 appointments in mail messages.
5409
5410 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * progmodes/python.el (python-send-command): New fun.
5413 (python-send-region, python-load-file): Use it.
5414
5415 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5416
5417 * help-fns.el (help-C-file-name): Use new subr-name.
5418 Prepend `src/' to the file name.
5419 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5420 (describe-function-1, describe-variable): Only find a C source file
5421 name if DOC is already loaded.
5422
5423 * help-mode.el (help-function-def, help-variable-def):
5424 Use the new find-function-search-for-symbol functionality.
5425 Allow FILE to be `C-source'.
5426
5427 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5428 (find-function-C-source): New fun.
5429 (find-function-search-for-symbol): Use it.
5430
5431 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5432
5433 * progmodes/sql.el (sql-product-alist): Rename variable
5434 `sql-product-support'. Add Postgres login parameters.
5435 (sql-set-product, sql-product-feature): Update with renamed variable.
5436 (sql-connect-postgres): Add username prompt.
5437 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5438 Make patterns less product specific.
5439 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5440 (sql-mode-abbrev-table): Modify initialization.
5441 (sql-builtin-face): Add variable.
5442 (sql-keywords-re): Add macro.
5443 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5444 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5445 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5446 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5447 (sql-mode-linter-font-lock-keywords)
5448 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5449 (sql-mode-sybase-font-lock-keywords)
5450 (sql-mode-informix-font-lock-keywords)
5451 (sql-mode-interbase-font-lock-keywords)
5452 (sql-mode-ingres-font-lock-keywords)
5453 (sql-mode-solid-font-lock-keywords)
5454 (sql-mode-sqlite-font-lock-keywords)
5455 (sql-mode-db2-font-lock-keywords): Default to nil.
5456 (sql-product-font-lock): Always highlight ANSI keywords.
5457 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5458 (sql-send-string): Add function.
5459
5460 2004-04-29 Dave Love <fx@gnu.org>
5461
5462 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5463 (cfengine-end-of-defun): Ensure progress through buffer.
5464
5465 * info-look.el (cfengine-mode): Accept a terminal ().
5466
5467 2004-04-29 Juri Linkov <juri@jurta.org>
5468
5469 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5470 instead of isearch-yank-word-or-char. Add new key bindings for
5471 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5472 (isearch-del-char): New fun.
5473 (isearch-forward, isearch-edit-string): Update docstring.
5474 (isearch-yank-char): Doc fix.
5475 (isearch-other-meta-char): Restore point after scrolling.
5476
5477 * progmodes/compile.el (compilation-context-lines): Add nil option
5478 to disable compilation output window scrolling.
5479 (compilation-set-window): Use it.
5480
5481 * outline.el (outline-next-preface, outline-show-heading):
5482 Don't leave unhidden blank line before heading.
5483 (outline-end-of-subtree): Include last newline into subtree.
5484 (hide-entry): Leave point at beginning of heading instead of end.
5485 (outline-up-heading): Push mark for the first call of successive
5486 command calls.
5487
5488 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * comint.el (comint-prompt-read-only): New variable.
5491 (comint-output-filter): Implement it.
5492
5493 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5494 (ielm-prompt-internal): New variable.
5495 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5496 (ielm-send-input): Delete unused variable `buf'.
5497 (ielm-eval-input): Use `ielm-prompt-internal'.
5498 (inferior-emacs-lisp-mode): Use new variables
5499 `comint-prompt-read-only' and `ielm-prompt-internal'.
5500 Get rid of obsolete variable `directory-sep-char'.
5501 (ielm): Use `zerop'.
5502
5503 2004-04-29 John Paul Wallington <jpw@gnu.org>
5504
5505 * thumbs.el (toplevel): Require cl at compile time.
5506 Remove conditional definitions of `ignore-errors' and `caddar'
5507 because they occur at run time.
5508
5509 2004-04-28 Nick Roberts <nickrob@gnu.org>
5510
5511 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5512 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5513 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5514 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5515
5516 * progmodes/gud.el (gud-common-init): Throw an error if program is
5517 already running under gdb.
5518
5519 2004-04-28 John Paul Wallington <jpw@gnu.org>
5520
5521 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5522 (thumbs-show-image-num): Move assignment of
5523 `thumbs-current-image-filename' within scope of `i'.
5524 (thumbs-emboss-image): Don't use `evenp'.
5525
5526 2004-04-28 Richard M. Stallman <rms@gnu.org>
5527
5528 * progmodes/compile.el (compilation-context-lines): Default now 0.
5529
5530 2004-04-28 Juanma Barranquero <lektu@terra.es>
5531
5532 Use `time-less-p' from calendar/time-date.el instead of defining
5533 custom versions of it.
5534
5535 * pcomplete.el (pcomplete-time-less-p): Remove.
5536
5537 * thumbs.el (time-less-p): Remove.
5538
5539 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5540 (timeclock-generate-report): Use `time-less-p'.
5541
5542 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5543 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5544
5545 2004-04-28 Masatake YAMATO <jet@gyve.org>
5546
5547 * subr.el (remove-overlays): Make arguments optional.
5548
5549 * wid-edit.el (widget-specify-button): Put evaporate to the
5550 overlay for sample.
5551 (widget-specify-sample): Put evaporate to the overlay for sample.
5552 (widget-specify-doc): Put evaporate to the overlay for documentation.
5553
5554 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5555
5556 * info.el (info-apropos): Make it an index node. Align node names
5557 like makeinfo.
5558
5559 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5560
5561 * net/browse-url.el (browse-url-netscape-sentinel)
5562 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5563 (browse-url-epiphany-sentinel, browse-url-mosaic):
5564 Use browse-url-*-program instead of a literal program name.
5565
5566 2004-04-27 Kevin Ryde <user42@zip.com.au>
5567
5568 * eshell/em-alias.el:
5569 * eshell/em-dirs.el:
5570 * eshell/em-hist.el:
5571 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5572 features when M-x customize-group loads modules before the main
5573 eshell.el.
5574
5575 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5576
5577 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5578 either a character representation of an event or an event
5579 description list.
5580
5581 * type-break.el: Capitalise Emacs and Lisp.
5582 (type-break-good-break-interval, type-break-demo-boring-stats)
5583 (type-break-terse-messages, type-break-file-name): New defcustoms.
5584 (type-break-post-command-hook)
5585 (type-break-warning-countdown-string): Quote variable names in doc.
5586 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5587 (type-break-mode): Document type-break-good-break-interval and the
5588 "session" file. Schedule break according to the session file.
5589 Kill session file buffer on exit. Organise for save-some-buffers
5590 to always save the session file.
5591 (type-break-mode-line-message-mode, type-break-query-mode):
5592 Uppercase arguments.
5593 (type-break-file-time, type-break-file-keystroke-count, timep)
5594 (type-break-choose-file, type-break-get-previous-time)
5595 (type-break-get-previous-count): New defuns.
5596 (type-break): Avoid break querying after a completed break in the
5597 case where the query was initiated during user invocation of the
5598 break. Optional terse messages.
5599 Use type-break-good-break-interval if type-break-good-rest-interval is
5600 nil. File the break time.
5601 (type-break-schedule): New optional args for overriding the use of
5602 the current time.
5603 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5604 after a break.
5605 (type-break-check): File the keystroke count.
5606 (type-break-do-query): Prevent a second query when the break is
5607 interrupted. Optional terse message.
5608 (type-break-keystroke-reset): Record the start of a typing interval.
5609 (type-break-demo-boring): Optional terse messages. Display word
5610 per minute and keystroke counts according to
5611 type-break-demo-boring-stats.
5612
5613 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5614
5615 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5616 directories, make sure they exist under archive-tmpdir.
5617
5618 2004-04-27 Juri Linkov <juri@jurta.org>
5619
5620 * help.el (view-emacs-news): With argument, display info for the
5621 selected version by finding it among different NEWS files, and
5622 narrowing the buffer to the selected version.
5623
5624 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5625 same-window-buffer-names.
5626 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5627 non-numeric prefix argument, append the number to the buffer name
5628 for numeric prefix argument.
5629 (info-other-window): Bind same-window-regexps to nil.
5630 (Info-reference-name): Rename to Info-point-loc.
5631 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5632 and Info-find-index-name for stringy Info-point-loc.
5633 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5634 without middle `.', but with final `.' and optional line number
5635 for it. Set Info-point-loc for index nodes.
5636 (Info-index): Remove middle `.' from index entry regexp.
5637 Modify line number regexp.
5638 (Info-index-next): Decrement line number.
5639 (info-apropos): Remove middle `.' from index entry regexp.
5640 Add optional line number regexp at the end. Add matched value
5641 for line number to the result list and insert it to the buffer.
5642 Replace match-string by match-string-no-properties.
5643 Reorder result list.
5644 (Info-fontify-node): Hide index line numbers.
5645 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5646 empty matches.
5647 (Info-follow-reference): Use `str' instead of
5648 Info-following-node-name-re.
5649 (Info-toc): Use full file names. Set Info-current-node to "Top".
5650 (Info-fontify-node): Compare file names without directory name.
5651 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5652 Set second arg of Info-extract-menu-node-name for index nodes.
5653 (info-xref-visited): Use magenta3 instead of magenta4.
5654 (Info-mode): Add info-apropos to docstring.
5655
5656 * log-view.el (log-view-diff): Replace interactive code "r"
5657 by a list to allow to call it even if region is not active.
5658
5659 * paren.el (show-paren-highlight-openparen): New var.
5660 (show-paren-function): Turn on openparen highlighting when
5661 matching forward if show-paren-highlight-openparen is non-nil.
5662
5663 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5664 the constant value 1.
5665 (completions-common-part): Expand docstring.
5666
5667 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5668
5669 2004-04-27 Kim F. Storm <storm@cua.dk>
5670
5671 * image.el (insert-sliced-image): Use line-height instead of
5672 line-spacing property on newline.
5673
5674 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5675
5676 * desktop.el (desktop-buffer-misc-data-function): Rename to
5677 desktop-save-buffer and change docstring.
5678 (desktop-buffer-modes-to-save): Delete.
5679 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5680 desktop-buffer-modes-to-save.
5681 (desktop-save): Rename desktop-buffer-misc-data-function to
5682 desktop-save-buffer and allow non-function value.
5683 (desktop-missing-file-warning): Correct docstring.
5684
5685 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5686 to desktop-save-buffer.
5687
5688 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5689 desktop-save-buffer.
5690
5691 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5692
5693 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5694
5695 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5696
5697 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5698
5699 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5702 (ielm): Only go to the end of the buffer when starting a new process.
5703
5704 2004-04-25 Juanma Barranquero <lektu@terra.es>
5705
5706 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5707 mode line. Bind `inhibit-read-only' to t before modifying
5708 properties of text in the buffer.
5709 (ielm): Force point to the end of buffer, even when running ielm
5710 from inside itself.
5711
5712 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5713
5714 * info.el (info-apropos): Reset Info-complete-cache.
5715
5716 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5717
5718 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5719 Also recognize severe Irix et al. messages.
5720 (compilation-normalize-filename, compile-abbreviate-directory):
5721 Delete functions.
5722 (compilation-get-file-structure): New function inherits
5723 functionality of the two preceding ones.
5724 (compilation-internal-error-properties, compilation-fake-loc):
5725 Use it so that different paths to the same file share the same
5726 markers. Also optimize finding adjacent marker slightly.
5727
5728 2004-04-25 Kim F. Storm <storm@cua.dk>
5729
5730 * image.el (insert-sliced-image): Add line-spacing t property
5731 to newlines separating image lines.
5732
5733 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5734
5735 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5736
5737 * ielm.el (ielm-prompt-read-only): New user option.
5738 (ielm-prompt): Expand docstring to describe new behavior.
5739 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5740 mention it in the docstring.
5741
5742 2004-04-24 Andreas Schwab <schwab@suse.de>
5743
5744 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5745
5746 * diff.el (diff): Set default-directory in diff buffer.
5747
5748 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5749
5750 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5751 mail was being composed if the terminal cannot display more than
5752 one frame; instead, switch to previous frame.
5753
5754 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5755 (rmail-start-mail): Support rmail-mail-new-frame even on
5756 terminals that can display only one frame at a time.
5757
5758 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5761 (checkdoc-output-font-lock-keywords): Remove error regexp.
5762 (checkdoc-output-mode-map): Remove.
5763 (checkdoc-output-mode): Derive from compilation-mode.
5764 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5765
5766 * dired.el (dired-mode-map): Add a menu entry for wdired.
5767
5768 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5769 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5770
5771 * wdired.el: (wdired-mode-map): Move init into declaration.
5772 Fix `return' binding.
5773 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5774 Use force-mode-line-update.
5775 (wdired-get-filename): Use `unless'.
5776 (wdired-preprocess-files): Don't assume names have no \n and use / for
5777 dir separator.
5778 (wdired-normalize-filename): Use replace-regexp-in-string.
5779 (wdired-load-hooks): Remove.
5780 (wdired-mode-hooks): Rename to wdired-mode-hook.
5781
5782 * info-look.el: Add support for cfengine-mode.
5783 (info-lookup-setup-mode): Use dolist.
5784
5785 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5786
5787 * wdired.el: New file.
5788
5789 2004-04-23 Juanma Barranquero <lektu@terra.es>
5790
5791 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5792
5793 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5794 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5795 (pcomplete--help, pcomplete--here): Doc fixes.
5796
5797 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5798
5799 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5800 handles wrong-number-of-arguments in backend call.
5801
5802 * vc.el (vc-print-log): Likewise.
5803
5804 2004-04-20 Dave Love <fx@gnu.org>
5805
5806 * emacs-lisp/rx.el: Doc fixes.
5807 (rx-constituents): Add/extend many forms.
5808 (rx-check): Check form is a list.
5809 (bracket): Defvar.
5810 (rx-check-any, rx-any, rx-check-not): Modify.
5811 (rx-not): Simplify.
5812 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5813 (rx-kleene): Use rx-trans-forms.
5814 (rx-quote-for-set): Delete.
5815 (rx): Allow multiple args.
5816
5817 2004-04-23 Kenichi Handa <handa@m17n.org>
5818
5819 * international/mule-util.el (char-displayable-p): Simplify by
5820 using internal-char-font.
5821
5822 2004-04-23 Juanma Barranquero <lektu@terra.es>
5823
5824 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5825
5826 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * diff-mode.el (diff-next-error): New fun.
5829 (diff-mode): Use it.
5830
5831 * simple.el (next-error): Change arg name.
5832 Add support for the documented C-u C-x ` usage.
5833
5834 * frame.el (special-display-popup-frame, next-multiframe-window)
5835 (previous-multiframe-window): Only consider frames on same display.
5836
5837 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5838
5839 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5840 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5841
5842 2004-04-22 Kim F. Storm <storm@cua.dk>
5843
5844 * net/telnet.el (telnet): Add optional port arg.
5845
5846 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5849 Minor sanity check on the `hyperlink' slot.
5850
5851 * Makefile.in (recompile): Compile new files.
5852
5853 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5854 Add byte-recompile-directory's optional `arg'.
5855
5856 * cvs-status.el (cvs-tree-use-charset): New var.
5857 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5858 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5859 (cvs-status-cvstrees): Use it.
5860
5861 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5862 Make it a normal major mode.
5863 (checkdoc-buffer-label): Make sure the file name is meaningful.
5864 (checkdoc-output-to-error-buffer): Remove.
5865 (checkdoc-error, checkdoc-start-section): Rewrite.
5866
5867 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5868 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5869 (Info-title-4-face): Use new syntax.
5870 (info-xref-visited): Inherit from info-xref.
5871
5872 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5873
5874 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5875
5876 * simple.el (next-error-last-buffer, next-error-function):
5877 New variables for the next-error framework.
5878 (next-error-buffer-p): New function.
5879 (next-error-find-buffer): Generalize compilation-find-buffer.
5880 (next-error, previous-error, first-error, next-error-no-select)
5881 (previous-error-no-select): Move from compile.el.
5882
5883 * replace.el (occur-next-error, occur-1): Hook into the next-error
5884 framework.
5885
5886 * progmodes/compile.el (compilation-start):
5887 Set next-error-last-buffer so next-error knows where to jump.
5888 (compilation-setup): Set the buffer-local variable
5889 next-error-function to 'compilation-next-error-function.
5890 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5891 alternate way to find if a buffer is a compilation buffer, for
5892 next-error convenience.
5893 (next-error-no-select, previous-error-no-select, next-error)
5894 (previous-error, first-error): Move to simple.el.
5895 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5896 (compilation-last-buffer): Remove.
5897 (compilation-start, compilation-next-error, compilation-setup)
5898 (compilation-next-error-function, compilation-find-buffer):
5899 Remove compilation-last-buffer use.
5900
5901 2004-04-21 Juanma Barranquero <lektu@terra.es>
5902
5903 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5904 (font-lock-warning-face): Fix spacing.
5905
5906 * makefile.w32-in (WINS): Add url/ directory.
5907
5908 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5909
5910 * desktop.el (desktop-buffer-mode-handlers): New variable.
5911 Alist of major mode specific functions to restore a desktop buffer.
5912 (desktop-buffer-handlers): Make variable obsolete.
5913 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5914 Catch errors signaled in handlers. Update buffer count.
5915 Evaluate desktop-buffer-point.
5916 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5917 move to dired.el.
5918 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5919 move to info.el.
5920 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5921 move to mail/rmail.el.
5922 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5923 to mh-e/mh-e.el.
5924 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5925 On fail, print message (to message buffer) even if
5926 desktop-missing-file-warning is nil.
5927 (desktop-buffer-misc-data-function): New buffer local variable.
5928 Function returning major mode specific data.
5929 (desktop-buffer-misc-functions): Make variable obsolete.
5930 (desktop-save): Use desktop-buffer-misc-data-function.
5931 (desktop-buffer-dired-misc-data): Rename to
5932 dired-desktop-buffer-misc-data and move to dired.el.
5933 (desktop-buffer-info-misc-data): Rename to
5934 Info-desktop-buffer-misc-data and move to info.el.
5935 (desktop-read): Add message about number of buffers restored/failed.
5936
5937 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5938 Add parameters. Pause to display error only when
5939 desktop-missing-file-warning is non-nil.
5940 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5941 (dired-mode): Bind desktop-buffer-misc-data-function.
5942
5943 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5944 Add Parameters.
5945 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5946 (Info-mode): Bind desktop-buffer-misc-data-function.
5947
5948 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5949 Add Parameters.
5950
5951 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5952 Add Parameters.
5953
5954 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5955
5956 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5957 the case of letters in case-insensitive expansions when the
5958 abbrev is preceded by characters with letter syntax.
5959
5960 2004-04-21 Richard M. Stallman <rms@gnu.org>
5961
5962 * progmodes/cperl-mode.el (cperl-putback-char):
5963 Delete Emacs 18 definition.
5964
5965 * international/mule.el (ctext-post-read-conversion):
5966 Use assoc-string, not assoc-ignore-case.
5967
5968 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5969
5970 * emacs-lisp/easymenu.el (easy-menu-add):
5971 Do call x-popup-menu, but only if it's defined.
5972
5973 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5974
5975 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5976 Handle multiple args: compile like progn.
5977
5978 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5979 take all args as &rest arg.
5980
5981 * autoinsert.el (auto-insert-alist): Insert the user's name in
5982 copyright notice, rather than Free Software Foundation.
5983
5984 2004-04-21 Kenichi Handa <handa@m17n.org>
5985
5986 * descr-text.el (describe-char): Make it work on *Help* buffer.
5987
5988 2004-04-21 Kim F. Storm <storm@cua.dk>
5989
5990 * image.el (insert-image): Add optional SLICE arg.
5991 (insert-sliced-image): New defun.
5992
5993 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5994
5995 * subr.el (read-number): Check whether `default' is nil.
5996
5997 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * progmodes/compile.el (compilation-error-properties):
6000 Split into two.
6001 (compilation-internal-error-properties): New one.
6002 (compilation-compat-error-properties): Use it. Fix the non-marker case.
6003
6004 2004-04-20 Richard M. Stallman <rms@gnu.org>
6005
6006 * window.el (split-window-save-restore-data):
6007 Don't update the data if OLD-INFO is nil.
6008
6009 * view.el (view-return-to-alist): Mark it permanent local.
6010
6011 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6012
6013 * recentf.el (recentf-save-list): Catch and warn about errors.
6014
6015 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6016 so "Buffers" won't be pure.
6017
6018 * help-mode.el (help-mode-finish): Set help-return-alist first
6019 thing, setting only the entry for the selected window.
6020
6021 * help-fns.el (describe-function-1): If many non-control non-meta
6022 keys run the command, don't list all of them.
6023
6024 2004-04-20 Juanma Barranquero <lektu@terra.es>
6025
6026 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6027 arg. Copied from Andre Spiegel's patch of 2004-03-21.
6028
6029 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6030
6031 2004-04-20 Kenichi Handa <handa@m17n.org>
6032
6033 * international/quail.el (quail-lookup-key): New optional arg
6034 NOT-RESET-INDICES.
6035 (quail-get-translations): Call quail-lookup-key with
6036 NOT-RESET-INDICES t.
6037 (quail-completion): Likewise.
6038 (quail-lookup-map-and-concat): Likewise.
6039
6040 2004-04-20 Kenichi Handa <handa@m17n.org>
6041
6042 * international/quail.el (quail-update-translation): Don't insert
6043 such an unsupported multibyte char in a unibyte buffer.
6044
6045 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
6046
6047 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6048 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6049 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6050 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6051 (gdb-frame-assembler-buffer): Improve behaviour with
6052 multiple frames.
6053 (gdb-display-buffer): Extend search to all visible frames.
6054
6055 2004-04-19 Eli Zaretskii <eliz@gnu.org>
6056
6057 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6058 characters left after base64 decoding.
6059 (rmail-decode-region): Use -dos variety of `coding', to remove any
6060 ^M characters left after qp or base64 decoding.
6061
6062 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6063
6064 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6065 messages.
6066
6067 2004-04-19 Stephen Eglen <stephen@gnu.org>
6068
6069 * add-log.el (add-change-log-entry): Update doc string to mention
6070 add-log-full-name and add-log-mailing-address.
6071
6072 2004-04-18 Juri Linkov <juri@jurta.org>
6073
6074 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6075 (Info-find-node-2): Simplify error message.
6076 (Info-insert-dir): Use Info-following-node-name.
6077 (Info-goto-node): Remove *info-history* and *info-toc*.
6078 (Info-history): Create a node of the virtual history file.
6079 (Info-toc): Create a node of the virtual toc file.
6080 (Info-insert-toc): New arg `curr-file' for reference file names.
6081 (info-apropos): Remove redundant var binding for temp-file.
6082 (Info-index, Info-index-next, Info-mode): Doc fix.
6083 (Info-goto-emacs-command-node): Don't jump to *info* from
6084 non-*info* Info buffers.
6085 (Info-fontify-node): Don't show the file name of external
6086 references if `Info-hide-note-references' is `hide'. Don't hide
6087 newlines at the end of paragraphs.
6088
6089 * international/mule-diag.el (list-input-methods):
6090 Fix args to help-xref-button.
6091
6092 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6093 to put into effect local variables from TUTORIAL files.
6094
6095 * textmodes/paragraphs.el (sentence-end) <function>: New fun
6096 with default value taken from the variable `sentence-end'.
6097 (sentence-end) <defcustom>: Set default to nil. Doc fix.
6098 Add nil const to :type.
6099 (sentence-end-without-period, sentence-end-double-space)
6100 (sentence-end-without-space): Doc fix.
6101
6102 * textmodes/paragraphs.el (forward-sentence):
6103 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6104 (fill-delete-newlines):
6105 * progmodes/cc-cmds.el (c-beginning-of-statement):
6106 Use function `sentence-end' instead of variable `sentence-end'.
6107
6108 2004-04-18 Andreas Schwab <schwab@suse.de>
6109
6110 * progmodes/compile.el (compilation-start): Set window start to
6111 point-min if compilation-scroll-output is nil.
6112
6113 2004-04-18 John Wiegley <johnw@newartisans.com>
6114
6115 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6116
6117 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
6118
6119 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6120 (gdb-info-breakpoints-custom): Revert previous change.
6121 (gdb-view-assembler): Update assembler if necessary.
6122 (gdb-frame-handler): Parse correctly for gdb-current-frame.
6123 (gdb-display-source-buffer): Update properly when both source and
6124 assembler are visible.
6125
6126 2004-04-17 John Wiegley <johnw@newartisans.com>
6127
6128 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6129 which limits the number of names shown in the minibuffer. Off by
6130 default.
6131 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
6132 up iswitchb for users with a multitude of open buffers by showing
6133 only the first and last N/2 buffers in the completion list (which
6134 is enough to aid C-s/C-r, and to know that more characters are
6135 needed to refine the completion list).
6136
6137 2004-04-17 Richard M. Stallman <rms@gnu.org>
6138
6139 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6140 (file-truename): Expand all ~ constructs directly.
6141 (insert-directory): Delete any error msg output by the
6142 `insert-directory-program'.
6143
6144 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6145 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6146 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6147 (allout-init): Use find-file-hook, not find-file-hooks.
6148 (allout-mode): Eliminate Emacs 18 support.
6149 Use write-contents-functions, not local-write-file-hooks.
6150
6151 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
6152
6153 * progmodes/compile.el (compilation-error-properties): Fix for
6154 adding messages when there are already markers for their file.
6155 (compilation-fake-loc): New function.
6156
6157 2004-04-16 Dave Love <fx@gnu.org>
6158
6159 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6160 (python-load-file): Fix python-orig-start setting.
6161
6162 * progmodes/compile.el: Doc fixes.
6163 (compilation-error-regexp-alist-alist)
6164 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6165 (compilation-assq): Wrap in eval-when-compile.
6166 (compilation-mode-font-lock-keywords): Don't use list*.
6167 (compilation-start): Avoid warning.
6168 (compilation-compat-error-properties)
6169 (compilation-directory-properties): Add keymap property.
6170 (compilation-parsing-end): Make it a marker for better compatibility.
6171
6172 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6173
6174 2004-04-16 Mark A. Hershberger <mah@everybody.org>
6175
6176 * xml.el: Doc fixes.
6177 (xml-get-children): Only looks at sub-tags and ignore strings.
6178
6179 * xml.el (xml-parse-tag): Avoid overwriting node-name.
6180
6181 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6184
6185 2004-04-16 Andre Spiegel <spiegel@gnu.org>
6186
6187 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6188
6189 * vc.el (vc-print-log): Likewise.
6190
6191 2004-04-16 Masatake YAMATO <jet@gyve.org>
6192
6193 * simple.el (completion-setup-function): Set an initial value
6194 to `element-common-end' before entering loop. Set a value
6195 to `element-common-end' at the end of loop.
6196 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6197 (completions-common-part): Rename from completion-de-emphasis.
6198 (completions-first-difference): Rename from completion-emphasis.
6199 Suggested by RMS.
6200
6201 2004-04-16 Juanma Barranquero <lektu@terra.es>
6202
6203 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6204 (bookmark-edit-annotation-mode): Add mode name.
6205
6206 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6209 for nested conflict markers.
6210 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6211
6212 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
6213
6214 * progmodes/gdb-ui.el (gdb-goto-info): New function.
6215
6216 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6217
6218 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6221 Give a backtrace if requested.
6222
6223 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6224
6225 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6226 Remove unused functions.
6227 (python-orig-start-line, python-orig-file): Remove.
6228 (python-orig-start): New var.
6229 (python-input-filter, python-compilation-line-number)
6230 (python-send-region, python-load-file): Use it.
6231
6232 * info.el (info): Always jump to *info*.
6233
6234 * subr.el (posn-set-point): New function.
6235
6236 * mouse.el (mouse-set-point): Use it.
6237
6238 * progmodes/compile.el (compile-goto-error): Use it.
6239 (compilation-button-map): New keymap.
6240 (compilation-error-properties): Use it.
6241 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6242
6243 * smerge-mode.el (smerge-popup-context-menu): Use it.
6244
6245 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6246 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6247 mouse and non-mouse case.
6248
6249 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6250 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6251
6252 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6253 Make it work for non-mouse events.
6254
6255 * pcvs-info.el (cvs-status-map): Update binding name.
6256
6257 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6258
6259 * xml.el (xml-maybe-do-ns): New function to handle namespace
6260 parsing of both attribute and element names.
6261 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6262 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6263 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6264 (xml-parse-attlist): Make it do its own namespace parsing.
6265
6266 2004-04-14 Dave Love <fx@gnu.org>
6267
6268 * progmodes/python.el (run-python): Fix use of \n.
6269 (python-load-file): Remove `try' from Python fragment.
6270 (python-describe-symbol): Fix message.
6271
6272 * comint.el: Doc fixes.
6273 (comint-last-input-start, comint-last-input-end)
6274 (comint-last-output-start): Give them values.
6275 (comint-arguments): Avoid warning.
6276 (comint-skip-prompt): Use line-end-position.
6277 (comint-backward-matching-input): Rename arg to agree with doc.
6278 (comint-extract-string): Use syntax-ppss.
6279 (comint-dynamic-simple-complete): Delete useless list construction.
6280 (comint-redirect-subvert-readonly): New.
6281 (comint-redirect-preoutput-filter): Use it.
6282
6283 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6284 Correctly handle negative arguments when calling hook functions.
6285
6286 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6287
6288 * info.el (info-apropos): Don't clobber Info-history-list.
6289
6290 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6291
6292 * progmodes/compile.el (compilation-setup):
6293 Localize overlay-arrow-position.
6294 (compilation-sentinel): Restructure code equivalently.
6295 (compilation-next-error): Find message on same line after point if
6296 not found before point.
6297 (compile-mouse-goto-error): Restore function so that compilation
6298 buffer need not be current and use compile-goto-error.
6299 (compile-goto-error): Restore function.
6300 (next-error): Set overlay-arrow-position.
6301 (compilation-forget-errors): Don't localize already local
6302 compilation-locs and remove FIXME about refontifying.
6303
6304 2004-04-14 Kim F. Storm <storm@cua.dk>
6305
6306 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6307 (command-line): New option -Q. Like -q --no-site-file, but
6308 in addition it also disables menu-bar, tool-bar, scroll-bars,
6309 tool-tips, and the blinking cursor.
6310 (command-line-1): Skip startup screen if -Q.
6311 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6312
6313 * emulation/cua-base.el (cua-read-only-cursor-color)
6314 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6315
6316 2004-04-13 Dave Love <fx@gnu.org>
6317
6318 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6319 (syntax): Don't require.
6320 (python) <defgroup>: Add :version.
6321 (python-quote-syntax): Re-written.
6322 (inferior-python-mode): Move stuff here from run-python and add
6323 some more.
6324 (python-preoutput-continuation, python-preoutput-result)
6325 (python-dotty-syntax-table): New.
6326 (python-describe-symbol): Use them.
6327 (run-python): Move stuff to inferior-python-mode. Modify code
6328 loaded into Python.
6329 (python-send-region): Use python-proc, python-send-string.
6330 (python-send-string): Send newlines too. Callers changed.
6331 (python-load-file): Re-written.
6332 (python-eldoc-function): New.
6333 (info-look): Don't require.
6334 (python-after-info-look): New. A modified version of former
6335 top-level code for use with eval-after-load.
6336 (python-maybe-jython, python-guess-indent): Use widened buffer.
6337 (python-fill-paragraph): Re-written.
6338 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6339 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6340
6341 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6344 Set compilation-error-regexp-alist earlier.
6345
6346 * progmodes/compile.el (compilation-minor-mode-map)
6347 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6348 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6349
6350 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6353 corresponding to the event.
6354
6355 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6356
6357 * loadup.el: Add cygwin to system-type list, for unexec() support.
6358
6359 2004-04-12 John Paul Wallington <jpw@gnu.org>
6360
6361 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6362 (ibuffer-restore-window-config-on-quit): New variable to replace
6363 `ibuffer-delete-window-on-quit'. Update all references.
6364 (ibuffer-prev-window-config): New variable.
6365 (ibuffer-quit): Restore previous window configuration instead of
6366 deleting window.
6367 (ibuffer): Save window configuration before showing Ibuffer buffer.
6368
6369 * help.el (describe-mode): Doc fix.
6370
6371 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6374 not to treat nil as a function.
6375
6376 * vc-arch.el (vc-arch-root): Be a bit more careful.
6377 (vc-arch-register): Save the buffer if we modified it.
6378 (vc-arch-delete-rej-if-obsolete): Save excursion.
6379 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6380 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6381
6382 * net/ldap.el (ldap-search): Use list*.
6383
6384 2004-04-12 Juri Linkov <juri@jurta.org>
6385
6386 * info.el (Info-follow-reference): Allow multiline reference name.
6387
6388 2004-04-11 Dave Love <fx@gnu.org>
6389
6390 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6391
6392 * progmodes/python.el: New file.
6393
6394 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6395
6396 * vc-hooks.el (vc-arg-list): Function removed.
6397 (vc-default-workfile-unchanged-p): Use condition-case to check for
6398 backward compatibility.
6399
6400 * vc.el (vc-print-log): Use condition-case to check for backward
6401 compatibility.
6402
6403 2004-04-11 Juri Linkov <juri@jurta.org>
6404
6405 * dired.el (dired-faces): New defgroup.
6406 (dired-header, dired-mark, dired-marked, dired-flagged)
6407 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6408 New faces.
6409 (dired-header-face, dired-mark-face, dired-marked-face)
6410 (dired-flagged-face, dired-warning-face, dired-directory-face)
6411 (dired-symlink-face, dired-ignored-face): New face variables.
6412 (dired-font-lock-keywords): Use them instead of font-lock faces.
6413 Split the rule for dired marks into 3 separate rules: for marks,
6414 marked file names and flagged file names.
6415
6416 * help-mode.el (help-make-xrefs): Add a final newline to the
6417 *Help* buffer.
6418
6419 2004-04-11 John Paul Wallington <jpw@gnu.org>
6420
6421 * replace.el (occur-engine): Distinguish between one and several
6422 matches in the matches per buffer heading.
6423
6424 2004-04-11 Kim F. Storm <storm@cua.dk>
6425
6426 * ido.el (ido-confirm-unique-completion): New defcustom.
6427 (ido-complete): Use it.
6428 (ido-write-file): Set it to t unconditionally.
6429
6430 2004-04-10 Miles Bader <miles@gnu.org>
6431
6432 RCS keyword removal (only non-comment changes are enumerated here):
6433
6434 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6435 (byte-compile-insert-header): Don't use `byte-compile-version'.
6436 * forms.el (forms-version): Variable removed.
6437 (forms-mode): Don't use `forms-version'.
6438 * recentf.el (recentf-version): Variable removed.
6439 * progmodes/delphi.el (delphi-version): Variable removed.
6440 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6441
6442 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6445
6446 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6447
6448 * info.el (info-apropos): Improve menu item regexp.
6449
6450 2004-04-09 Simon Josefsson <jas@extundo.com>
6451
6452 * mail/smtpmail.el: Add comment, based on report by
6453 kdc@rcn.com (Kevin D. Clark).
6454
6455 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6458 Redo one more thing that I didn't notice Daniel had undone.
6459
6460 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6461
6462 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6463 (gdb-goto-breakpoint, gdb-display-buffer)
6464 (gdb-display-source-buffer, gdb-view-source-function)
6465 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6466 (gdb-source-info, gdb-frame-handler): Don't specify a window
6467 for display.
6468 (gdb-info-breakpoints-custom): Remove superfluous update of
6469 assembler buffer.
6470 (gdb-many-windows): Make settable outside gdb.
6471
6472 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6473
6474 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6475 Derive from fundamental-mode rather than text-mode.
6476
6477 2004-04-08 Juri Linkov <juri@jurta.org>
6478
6479 * info.el (Info-history): Doc fix.
6480 (Info-history-list): New var.
6481 (info-xref): Change magenta4 to blue, remove bold for dark and
6482 light backgrounds, change bold to underline for non-color classes.
6483 (info-xref-visited): New face.
6484 (Info-fontify-visited-nodes): New custom.
6485 (Info-hide-note-references): Add new value `hide'. Doc fix.
6486 (Info-reference-name): New var.
6487 (Info-selection-hook): New custom.
6488 (Info-edit-mode-hook): New var.
6489 (Info-find-file): New fun.
6490 (Info-find-node): Move part of code to Info-find-file.
6491 (Info-find-node-2): Add anchors to Info-history-list. Move point
6492 to the place with the reference name if name is defined.
6493 (Info-select-node): Add current node to Info-history-list.
6494 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6495 (Info-search-whitespace-regexp): New custom.
6496 (Info-search-case-fold): New var.
6497 (Info-search): Add "case-sensitively" to the prompt.
6498 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6499 (Info-search-case-sensitively, Info-search-next): New fun.
6500 (Info-up): Move point to the menu item of the current node.
6501 (Info-history): New fun. Add *info-history* to
6502 same-window-buffer-names.
6503 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6504 (Info-insert-toc): New fun.
6505 (Info-build-toc): New fun.
6506 (Info-follow-reference): Add new arg `fork'. Doc fix.
6507 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6508 with the same name prefer the reference closest to point.
6509 (Info-next-reference): Replace * by + in the *Note regexp.
6510 Add regexp for http:// and ftp://. Skip the *Note prefix.
6511 (Info-prev-reference): Replace * by + in the *Note regexp.
6512 Add regexp for http:// and ftp://. Skip the *Note prefix.
6513 (Info-follow-nearest-node): Add new arg `fork'.
6514 (Info-try-follow-nearest-node): Add new arg `fork'.
6515 Call browse-url for http:// and ftp:// references.
6516 Set Info-reference-name for index entries.
6517 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6518 Info-search-next, Info-history, Info-toc, clone-buffer.
6519 (Info-menu-update): Replace * by + in the *Note regexp.
6520 (Info-mode): Add documentation for Info-history, Info-toc,
6521 Info-search-case-sensitively, Info-search-next, clone-buffer.
6522 (Info-fontify-menu-headers): Remove fun. Move code to
6523 Info-fontify-node.
6524 (Info-fontify-node): Add docstring. Add local vars
6525 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6526 then fontify header line, titles, menu headers, http and ftp
6527 references, refill paragraphs. If not-fontified-p is t or
6528 fontify-visited-p is t then fontify cross references, menu items.
6529 Fontify menu headers. Fontify http and ftp references.
6530 Change regexp for cross references to require whitespace after *Note,
6531 add matching groups for file and node names. Remove hack for quote.
6532 Use display property for Info-hide-note-references=t. Use fifth
6533 or fourth match for help-echo. Display visited nodes in a
6534 different face. Unhide file names of external references.
6535 Unhide newlines. Display visited menu items in a different face.
6536
6537 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * progmodes/compile.el: Require CL.
6540 (compilation-mode-font-lock-keywords): Re-install the "line as
6541 function" patch.
6542
6543 * help-fns.el (help-C-source-directory): New var.
6544 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6545 (describe-function-1, describe-variable): Use them.
6546
6547 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6548 to C source files specially.
6549
6550 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6551
6552 * info.el (Info-hide-cookies-node): New function.
6553 (Info-select-node): Use it.
6554 (Info-display-images-node): Remove message with image file name.
6555
6556 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6557
6558 * progmodes/compile.el (compilation-warning-face)
6559 (compilation-info-face, compilation-skip-threshold)
6560 (compilation-skip-visited, compilation-context-lines):
6561 Declare :version when added to Emacs.
6562 (compilation-error-regexp-alist-alist): Extend caml and irix.
6563 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6564 (compilation-mode-font-lock-keywords): Temporarily undo line as
6565 function patch, which wasn't ready.
6566
6567 2004-04-07 Kenichi Handa <handa@m17n.org>
6568
6569 * international/latin1-disp.el (latin1-display-setup): Check each
6570 character is displayable or not instead of calling
6571 latin1-display-check-font.
6572
6573 2004-04-06 Kenichi Handa <handa@m17n.org>
6574
6575 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6576 New variable.
6577 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6578 instead of sera-being-called-by-w3.
6579 (ethio-fidel-to-sera-buffer): Likewise.
6580 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6581 instead of sera-being-called-by-w3.
6582 (ethio-write-file): Likewise.
6583
6584 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6585
6586 * printing.el: Doc fix.
6587
6588 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6589
6590 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6591 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6592 (gdb-setup-windows): Only use separate IO buffer if required.
6593
6594 2004-04-06 Kim F. Storm <storm@cua.dk>
6595
6596 * term.el (term-is-xemacs): Remove.
6597 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6598 (term-window-width): New function.
6599 (term-mode, term-check-size): Use it.
6600 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6601
6602 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6603
6604 * cus-edit.el (custom-add-parent-links): Change unbound variable
6605 `symbol' to `name'.
6606
6607 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6608 * info.el (info-apropos): New function.
6609 (Info-mode-menu): Add it.
6610 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6611
6612 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6613 inherited docstring.
6614
6615 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6616
6617 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6620
6621 * progmodes/compile.el (font-lock): Don't require any more.
6622 (compilation-error-properties, compilation-start, compilation-sentinel)
6623 (compilation-filter, next-error): Use with-current-buffer.
6624 (compilation-skip-to-next-location, compilation-skip-threshold)
6625 (compilation-skip-visited): Move to silence the byte-compiler.
6626 (compilation-setup): Simplify.
6627 (compilation-next-error): Use line-(beginning|end)-position.
6628 Make sure `pt' is non-nil before using compilation-loop.
6629 (compile-goto-error): Add optional event arg. Use it.
6630 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6631 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6632 Update the binding for mouse-2.
6633 (first-error): Set compilation-current-error to nil rather than bob.
6634 (compilation-parsing-end, compilation-parse-errors-function)
6635 (compilation-error-list, compilation-old-error-list):
6636 "New" compatibility variables.
6637 (compile-buffer-substring, compilation-compat-error-properties)
6638 (compilation-compat-parse-errors, compilation-forget-errors):
6639 New compatibility functions.
6640 (compilation-mode-font-lock-keywords): Use them.
6641
6642 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6643
6644 * autorevert.el (auto-revert-handler): If point (or a window
6645 point) is at the end of the buffer, keep it there after
6646 reverting. This allows to tail a file.
6647 Mention this in the `Commentary'.
6648
6649 * format.el (format-write-file): Add optional argument CONFIRM
6650 and make it behave like the analogous argument to `write-file'.
6651
6652 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6653
6654 * progmodes/ebnf2ps.el: Doc fix.
6655 (ebnf-version): New version number (4.2).
6656 (ebnf-syntax): Customization and docstring fix.
6657 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6658 Put autoloaded funs before first use.
6659 (ebnf-style-database): Add dtd entry.
6660 (ebnf-syntax-alist): Add dtd initialization.
6661 (ebnf-token-sequence): New fun.
6662 (ebnf-comment-table): Add new comment action character.
6663 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6664
6665 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6666 Type Definition for XML).
6667
6668 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6669 * progmodes/ebnf-bnf.el (ebnf-sequence):
6670 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6671 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6672 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6673 Code simplification: call ebnf-token-sequence.
6674
6675 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6676
6677 * calendar/timeclock.el (timeclock-relative)
6678 (timeclock-get-project-function, timeclock-get-workday-function)
6679 (timeclock-query-out, timeclock-when-to-leave)
6680 (timeclock-when-to-leave-string, timeclock-log-data)
6681 (timeclock-generate-report, timeclock-in): Doc fixes.
6682
6683 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * url/: New dir. Import the URL package from its repository.
6686
6687 2004-04-03 Andreas Schwab <schwab@suse.de>
6688
6689 * diff-mode.el (diff-mode): Fix missing quote.
6690
6691 2004-04-03 Juri Linkov <juri@jurta.org>
6692
6693 * descr-text.el (describe-property-list): Add `font-lock-face'.
6694
6695 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6696
6697 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6698
6699 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6700 Use utf-16le on little endian machines and utf-16be otherwise.
6701
6702 2004-04-02 David Kastrup <dak@gnu.org>
6703
6704 * net/browse-url.el (browse-url-generic): Use call-process
6705 instead of start-process to allow browsers that fork and detach.
6706
6707 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6708
6709 * compile.el (compilation-current-error): New var.
6710 (compilation-setup, compile-mouse-goto-error)
6711 (compile-goto-error, next-error): Use it.
6712 (compilation-skip-to-next-location): Default to t, which gives
6713 contiguous skipping like old compile (where this was redundant).
6714 (compilation-next-error): Prevent previous-* commands from moving
6715 back to message at or just before point.
6716
6717 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6718
6719 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6720 (gdb-source-info): Don't display source at startup, if required.
6721 (gdb-show-main): New option.
6722 (gdba): Update documentation.
6723 (gdb-source): Cover case of auto-display output.
6724
6725 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6726
6727 * autorevert.el: Delete obsolete autoload's and defvar's.
6728 (auto-revert-check-vc-info): New user option.
6729 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6730 (auto-revert-handler-vc): Delete.
6731 (auto-revert-handler): Treat return value `fast' of
6732 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6733
6734 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6735 return `fast'.
6736
6737 * files.el (buffer-stale-function): Doc change.
6738
6739 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6740
6741 * printing.el: New tip on Tips section.
6742 (pr-version): New version number (6.7.4).
6743 (pr-shell-file-name): Initialization fix.
6744
6745 2004-03-31 Juri Linkov <juri@jurta.org>
6746
6747 * dired.el: Add autoload for `dired-do-touch'.
6748 (dired-touch-program): New var.
6749 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6750 (dired-no-confirm): Add `touch' to docstring.
6751
6752 * dired-aux.el (dired-do-touch): New fun.
6753 (dired-do-chxxx): Add argument -t for touch operation.
6754
6755 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6756 `dired-move-to-filename-regexp'.
6757
6758 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6759
6760 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6761
6762 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6763
6764 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6765 and only if the buffer was modified.
6766
6767 2004-03-30 Kenichi Handa <handa@m17n.org>
6768
6769 * international/characters.el: Delete pairs for U+2308..U+230B.
6770
6771 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6772
6773 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6774 to detect the beginning of a level 2 or 3 annotation.
6775
6776 2004-03-29 Kenichi Handa <handa@m17n.org>
6777
6778 * international/ucs-tables.el (ucs-insert): Fix the error message.
6779
6780 2004-03-29 Kenichi Handa <handa@m17n.org>
6781
6782 * international/mule-util.el (char-displayable-p): Fix generation
6783 of XLFD file name.
6784
6785 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6786 before finding directories by `find'.
6787
6788 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * subr.el (interactive-form): Delete. Now implemented in C.
6791
6792 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6793
6794 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6795 (vc-diff-label): New fun.
6796 (vc-diff-internal): Use it.
6797
6798 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6799
6800 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6801
6802 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6803
6804 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6805 specify XML (EBNFX).
6806
6807 * progmodes/ebnf2ps.el: Doc fix.
6808 (ebnf-version): New version number (4.1).
6809 (ebnf-syntax): Adjust customization.
6810 (ebnf-style-database): Add ebnfx entry.
6811 (ebnf-syntax-alist): Add ebnfx initialization.
6812 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6813
6814 * printing.el: Doc fix.
6815 (pr-version): New version number (6.7.3).
6816 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6817 returns nil for mouse position. Reported by Drew Adams
6818 <drew.adams@oracle.com>.
6819 (pr-update-menus): Modify interactive declaration. Reported by Drew
6820 Adams <drew.adams@oracle.com>.
6821
6822 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6823
6824 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6825 (gud-gdba-marker-filter): Log the process input and output, if
6826 required. From Stefan Monnier.
6827 (gdb-debug-log, gdb-enable-debug-log): New variables.
6828 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6829
6830 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6833 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6834
6835 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6838 Call vc-find-file-hook here instead of in auto-revert-buffers.
6839 (auto-revert-buffers): Delete call to vc-find-file-hook.
6840 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6841 (global-auto-revert-mode, auto-revert-set-timer)
6842 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6843
6844 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6845
6846 * woman.el (woman-change-fonts): Rename local variable
6847 woman-font-alist to font-alist to avoid a compiler warning.
6848
6849 2004-03-27 Dave Love <fx@gnu.org>
6850
6851 * emacs-lisp/rx.el (rx): Doc fix.
6852 Fix copyright years.
6853
6854 * strokes.el (strokes-global-set-stroke-string): New function.
6855 (strokes-list-strokes): Cope with strings, not just commands.
6856 Set foreground colour of image.
6857 (strokes-global-set-stroke): Doc fix.
6858
6859 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6860
6861 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6862 Auto Revert mode.
6863 (Buffer-menu-files-only): New variable.
6864 (Buffer-menu-toggle-files-only): New function.
6865 (Buffer-menu-mode-map): Bind it to `T'.
6866 (Buffer-menu-mode): Mention `T' in docstring.
6867 Set buffer-stale-function.
6868 (list-buffers-noselect): Mark buffer non-modified and set
6869 Buffer-menu-files-only.
6870
6871 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6872
6873 * autorevert.el (auto-revert-handler): Print revert message
6874 before, rather than after, reverting.
6875 (buffer-stale-function): Move to files.el.
6876
6877 * files.el (buffer-stale-function): Move here from autorevert.el.
6878
6879 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6882
6883 * calc/calc.el (calc-mode-map): Use mapc.
6884
6885 * apropos.el (apropos-mode): Don't autoload.
6886 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6887 (apropos): Use it.
6888 (apropos-print): Add optional `text' argument.
6889 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6890 Don't assume point-min == 1.
6891
6892 * bs.el (bs-buffer-list): Use buffer-local-value.
6893 (bs--set-toggle-to-show): Use with-current-buffer.
6894
6895 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6896 New funs.
6897 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6898
6899 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6900
6901 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6902 (dabbrev--find-expansion): Use pop.
6903 (dabbrev--search): Use match-string-no-properties.
6904
6905 * dired.el (dired-mode): Use run-mode-hooks.
6906 (dired-move-to-end-of-filename): Use match-string.
6907
6908 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6909 is bound before using it.
6910 (ediff-verbose-p): Make it into a var since it's not constant.
6911
6912 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6913
6914 * faces.el (read-face-font): Don't cons up unnecessarily.
6915 (header-line, tool-bar): Share common parts.
6916
6917 * files.el (file-relative-name): Use compare-strings.
6918
6919 * finder.el (finder-mode): Follow coding convention.
6920
6921 * subr.el (read-number): New function.
6922
6923 * ses.el (ses-read-number): Move to subr.el.
6924 (ses-set-header-row): Use read-number.
6925
6926 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6927
6928 * vc-hooks.el (vc-arg-list): New function, which handles both
6929 compiled and uncompiled code.
6930 (vc-default-workfile-unchanged-p): Use it.
6931
6932 * vc.el (vc-print-log): Undo prev change, use new function
6933 vc-arg-list from vc-hooks.el.
6934
6935 2004-03-26 Masatake YAMATO <jet@gyve.org>
6936
6937 * simple.el (completion-setup-function): Emphasize the
6938 first uncommon characters in the completions; and de-emphasize
6939 the common prefix substrings.
6940 (completion-emphasis): New face.
6941 (completion-de-emphasis): New face.
6942
6943 2004-03-25 Juanma Barranquero <lektu@terra.es>
6944
6945 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6946 Comment out (it's unused and unfinished code).
6947
6948 2004-03-25 Sam Steingold <sds@gnu.org>
6949
6950 * vc.el (vc-print-log): Fix a bug in the last patch:
6951 backend-function may be a byte-compiled object, not a lambda.
6952
6953 2004-03-25 Juri Linkov <juri@jurta.org>
6954
6955 * descr-text.el (describe-property-list): Add a button
6956 for `face' property that calls `describe-face'.
6957 Suggested by luis fernandes <elf@ee.ryerson.ca>
6958
6959 * international/mule.el (keyboard-coding-system):
6960 * kmacro.el (kmacro-call-macro): Fix docstring.
6961
6962 * dired.el: Fix comments.
6963
6964 * textmodes/fill.el (fill): Fix Info link.
6965
6966 * font-lock.el (fast-lock, lazy-lock):
6967 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6968 Info node.
6969
6970 * eshell/eshell.el (eshell): Fix broken info-link.
6971
6972 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6973 * eshell/em-banner.el (eshell-banner):
6974 * eshell/em-smart.el (eshell-smart):
6975 * eshell/esh-cmd.el (eshell-cmd):
6976 Comment out broken info-links to incomplete Info manual.
6977
6978 * info-xref.el: Fix commentary.
6979
6980 2004-03-25 Kevin Ryde <user42@zip.com.au>
6981
6982 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6983 Remove spurious node duplicate suppression, doesn't work, not wanted.
6984 (info-xref-output): Take format style args, add "sit-for 0" to let
6985 user see the results as they progress.
6986 (info-xref-check-all-custom): New function.
6987
6988 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6989
6990 * gdb-ui.el: Moved to progmodes.
6991
6992 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6995
6996 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6997
6998 * calendar/appt.el (appt-check): Remove superfluous progn.
6999 When finished with diary buffer: if it was not being displayed
7000 before, kill it; otherwise restore its original state.
7001 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7002
7003 * calendar/calendar.el (calendar-set-mode-line): Use total
7004 available mode-line width, rather than frame-width.
7005
7006 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7007 after mode change so effect not lost.
7008
7009 2004-03-23 Dave Love <fx@gnu.org>
7010
7011 * dired.el (dired) <defgroup>: Add link to manual.
7012 (dired-font-lock-keywords): Add highlighting on unusual permissions.
7013 (dired-revert): Use dolist.
7014 (dired-mode-map): Add U binding.
7015 (dired-mode): Add font-lock-beginning-of-syntax-function.
7016 (dired-garbage-files-regexp): Make it a defcustom.
7017
7018 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7021 is equivalent to nil.
7022 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7023 (vc-arch-mode-line-string): Accept `added' state.
7024 (vc-arch-state): Use inode-sigs if available.
7025 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7026 Copy&delete existing id file if any. Fallback if uuidgen is absent.
7027 (vc-arch-tagline-re): New var.
7028 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7029 New functions.
7030 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7031 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7032
7033 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7034 (vc-file-not-found-hook): Use it.
7035
7036 * diff-mode.el (diff-default-read-only): Change default.
7037 (diff-mode-hook): Make it a defcustom. Add some options.
7038 (diff-mode-map): Bind diff-refine-hook.
7039 (diff-yank-handler): New var.
7040 (diff-yank-function): New fun.
7041 (diff-font-lock-keywords): Use them.
7042 (diff-end-of-file): Handle case where file-header looks like diff text.
7043 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7044 (diff-file-kill): Delete a subsequent empty line, if applicable.
7045 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7046 (diff-find-file-name): Use it.
7047 (diff-tell-file-name): New command.
7048 (diff-mode): Be careful with view-mode.
7049 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7050 New functions, for use in diff-mode-hook.
7051 (diff-find-source-location): Catch "regex too large" errors.
7052 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7053 (diff-refine-hunk): New command.
7054
7055 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7056 (smerge-context-menu-map): Remove unused var.
7057 (smerge-keep-all): Preserve markers.
7058 (smerge-keep-n): New fun.
7059 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7060 (smerge-keep-current, smerge-ediff): Use it.
7061 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
7062 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7063 (smerge-resolve): Resolve trivial 3-part conflicts.
7064
7065 2004-03-23 Juri Linkov <juri@jurta.org>
7066
7067 * man.el (Man-width): New var.
7068 (Man-getpage-in-background): Use it.
7069 (Man-support-local-filenames): New var and fun.
7070 (Man-build-man-command): Don't add a second %s.
7071 (Man-fontify-manpage): Clean up message.
7072 (Man-mode): Set outline-regexp, outline-level,
7073 imenu-generic-expression.
7074
7075 * woman.el (woman-fill-frame): Doc fix.
7076 (woman-decode-region): Use window-width instead of frame-width.
7077
7078 * abbrevlist.el (list-one-abbrev-table):
7079 * descr-text.el (describe-char):
7080 * international/mule-diag.el (describe-current-coding-system):
7081 * international/quail.el (quail-insert-decode-map):
7082 Use window-width instead of frame-width.
7083
7084 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7085 (jka-compr-mode-alist-additions): Add tbz.
7086 (jka-compr-write-region, jka-compr-insert-file-contents):
7087 Add message for undefined compress-program.
7088 (jka-compr-write-region): Remove redundant var bindings.
7089
7090 * dired-x.el (dired-guess-shell-alist-default): Add choices for
7091 extracting files into subdirectory. Add tbz and dz. Fix regexps.
7092 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7093 (dired-man): Use dired-guess-shell-command.
7094 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7095 Change default nil to t.
7096
7097 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7098 (dired-compare-directories): Add default value for empty input.
7099
7100 * help-at-pt.el: Move suggestions for key bindings to Commentary.
7101
7102 * time.el (display-time-string-forms): Fix help-echo date format.
7103
7104 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
7105
7106 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7107 (buffer-stale-function): New variable.
7108 (auto-revert-list-diff, auto-revert-dired-file-list)
7109 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7110 (auto-revert-handler): Take over some functionality of deleted
7111 functions.
7112 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7113
7114 * dired.el (dired-directory-changed-p): New fun, extracted from
7115 dired-internal-noselect.
7116 (dired-buffer-stale-p): New fun.
7117 (dired-internal-noselect): Use dired-directory-changed-p.
7118 Eliminate revert messages.
7119 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7120
7121 2004-03-23 Kenichi Handa <handa@m17n.org>
7122
7123 * international/characters.el: Setup syntaxes for more parentheses
7124 Unicode characters.
7125
7126 * international/mule-cmds.el (select-safe-coding-system):
7127 Merge coding-system and auto-cs before comparing them.
7128
7129 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7132
7133 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7134 normal-auto-fill-function and comment-indent-function.
7135 The default values now work just as well.
7136 Don't set font-lock-beginning-of-syntax-function since we already set
7137 syntax-begin-function.
7138 (lisp-outline-level): Put ;;;###autoload at same level as (.
7139 (prin1-char): Quote special chars.
7140
7141 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7142 than with-no-warnings.
7143
7144 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7145 if the source location can't be found.
7146 (edebug-compute-previous-result): Use prin1-char.
7147
7148 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7149 (debug-ignored-errors): Add an entry.
7150
7151 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7152 (byte-compile-file): Output warning when deleting a file.
7153
7154 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7155 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7156
7157 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7158 (byte-compile-inline-expand): Use backquote.
7159 (byte-optimize-pure-func): Rename from byte-optimize-concat.
7160 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7161
7162 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7163
7164 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7165
7166 2004-03-22 Juri Linkov <juri@jurta.org>
7167
7168 * finder.el (finder-known-keywords): Fix data, tex, unix.
7169
7170 * play/landmark.el: Fix keywords.
7171
7172 * language/ethio-util.el (ethio-find-file): Doc fix.
7173
7174 * emacs-lisp/warnings.el: Doc fix.
7175
7176 * textmodes/ispell.el (ispell-help): Doc fix.
7177
7178 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
7179
7180 * format.el (format-insert-file): Always return a list of two
7181 elements, like insert-file-contents does.
7182
7183 2004-03-21 Andre Spiegel <spiegel@gnu.org>
7184
7185 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7186 and vc-BACKEND-diff.
7187 (vc-print-log): If the print-log implementation supports it, use
7188 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7189 (vc-version-diff, vc-diff-internal): Doc fixes.
7190
7191 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7192 implementation supports it, let diff output go to *vc*,
7193 not *vc-diff*, since this is an internal call.
7194
7195 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7196
7197 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7198
7199 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7200
7201 2004-03-21 Dave Love <fx@gnu.org>
7202
7203 * progmodes/cfengine.el (cfengine-mode):
7204 Set parse-sexp-ignore-comments.
7205
7206 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7207
7208 2004-03-21 Juanma Barranquero <lektu@terra.es>
7209
7210 * allout.el (allout-mode): Fix docstring.
7211
7212 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * files.el (insert-directory): Fix bug if SWITCHES is a list.
7215
7216 * autorevert.el (auto-revert-interval): Make new value take
7217 effect immediately when set through Custom.
7218 (auto-revert-set-timer): Add interactive declaration.
7219
7220 2004-03-19 David Ponce <david@dponce.com>
7221
7222 * ruler-mode.el (ruler-mode-header-line-format-old):
7223 Don't `make-variable-buffer-local'.
7224 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7225 (ruler-mode-header-line-format): Simply funcall the above.
7226 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7227 to save/restore a previous header line format.
7228 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7229 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7230 fringes and margins width.
7231 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7232
7233 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * log-edit.el (log-edit-font-lock-keywords): Typo.
7236
7237 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7238 (tex-send-tex-command): Rather than here.
7239 (tex-compilation-parse-errors): Simplify.
7240
7241 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7242
7243 * time.el (display-time-string-forms): Add help-echo with date on time.
7244
7245 * composite.el (compose-region): Use restore-buffer-modified-p.
7246
7247 * disp-table.el (standard-display-8bit): Simplify.
7248
7249 * server.el (server-process-filter): Delete temp frame.
7250
7251 * add-log.el (add-change-log-entry): Simplify.
7252
7253 2004-03-19 Kim F. Storm <storm@cua.dk>
7254
7255 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7256 (hexl-follow-line): Don't require 'fringe.
7257
7258 * progmodes/compile.el (compilation-start): Always set
7259 compilation-last-buffer and return it.
7260
7261 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7262
7263 * simple.el (clone-buffer): Doc fix.
7264
7265 2004-03-18 Juanma Barranquero <lektu@terra.es>
7266
7267 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7268
7269 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * log-edit.el (log-edit-font-lock-keywords): New var.
7272 (log-edit-mode): Use it.
7273
7274 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7275
7276 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7277 properly for watching in speedbar.
7278
7279 2004-03-17 Masatake YAMATO <jet@gyve.org>
7280
7281 * smerge-mode.el (smerge-popup-context-menu):
7282 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7283
7284 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7287 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7288 Take sealed revisions into account.
7289 (vc-arch-checkin): Extract a summary line from the message.
7290
7291 2004-03-16 Masatake YAMATO <jet@gyve.org>
7292
7293 * register.el (register): Provide `register' feature.
7294
7295 2004-03-15 Masatake YAMATO <jet@gyve.org>
7296
7297 Added context menu support in smerge mode.
7298 Most of the part is written by Stefan Monnier.
7299
7300 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7301 New keymap and menu.
7302 (smerge-text-properties): New function.
7303 (smerge-remove-props): New function.
7304 (smerge-popup-context-menu): New function.
7305 (smerge-resolve): Call `smerge-remove-props'.
7306 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7307 (smerge-keep-current): Ditto.
7308 (smerge-kill-current): New function.
7309 (smerge-match-conflict): Put text properties.
7310 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7311
7312 2004-03-15 David Ponce <david@dponce.com>
7313
7314 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7315 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7316 (ruler-mode-right-scroll-bar-cols): Remove.
7317 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7318 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7319 Use fringe-columns and scroll-bar-columns.
7320
7321 2004-03-15 Masatake YAMATO <jet@gyve.org>
7322
7323 * hl-line.el (hl-line-range-function): New variable.
7324 (hl-line-move): New function.
7325 (global-hl-line-highlight): Use `hl-line-move'.
7326 (hl-line-highlight): Ditto.
7327
7328 * scroll-bar.el (scroll-bar-columns):
7329 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7330
7331 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7332 (ruler-mode-left-fringe-cols)
7333 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7334 (ruler-mode-right-scroll-bar-cols)
7335 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7336 (ruler-mode-ruler-function): New variable.
7337 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7338 if the value for `ruler-mode-ruler-function'is given.
7339
7340 * hexl.el (hexl-mode-hook): Make the hook customizable.
7341 (hexl-address-area, hexl-ascii-area): New customize variables.
7342 (hexlify-buffer): Put font-lock-faces on the address area and
7343 the ascii area.
7344 (hexl-activate-ruler): New function.
7345 (hexl-follow-line): New function.
7346 (hexl-highlight-line-range): New function.
7347 (hexl-mode-ruler): New function.
7348
7349 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7352 (vc-default-find-file-hook): New fun.
7353 (vc-find-file-hook): Call new find-file-hook operation.
7354
7355 * vc-arch.el: New file.
7356
7357 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7358
7359 * info-look.el (info-lookup): Reuse an existing Info window.
7360
7361 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7362
7363 * woman.el (woman-preserve-ascii): Default value changed to t and
7364 doc string revised.
7365
7366 2004-03-12 Richard M. Stallman <rms@gnu.org>
7367
7368 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7369 Fix minor bug.
7370
7371 * replace.el (occur-engine): Change message for count of matches.
7372
7373 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7374 For strings, do compare text properties.
7375
7376 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7377
7378 * progmodes/compile.el (compile-auto-highlight)
7379 (compilation-error-list, compilation-old-error-list)
7380 (compilation-parse-errors-function, compilation-parsing-end)
7381 (compilation-error-message, compilation-directory-stack)
7382 (compilation-enter-directory-regexp-alist)
7383 (compilation-leave-directory-regexp-alist)
7384 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7385 (compilation-current-file, compilation-regexps): Remove vars.
7386
7387 (compile-error-at-point, compilation-error-filedata)
7388 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7389 (compilation-next-error-locus, compilation-forget-errors)
7390 (count-regexp-groupings, compilation-parse-errors)
7391 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7392
7393 (compile-internal): Make obsolete.
7394
7395 (compilation-first-column, compilation-error)
7396 (compilation-directory-matcher, compilation-page-delimiter)
7397 (compilation-mode-font-lock-keywords, compilation-debug)
7398 (compilation-error-face, compilation-warning-face)
7399 (compilation-info-face, compilation-line-face)
7400 (compilation-column-face, compilation-enter-directory-face)
7401 (compilation-leave-directory-face, compilation-skip-threshold)
7402 (compilation-skip-visited, compilation-context-lines): New vars.
7403
7404 (compilation-warning-face, compilation-info-face)
7405 (compilation-message-face): New faces.
7406
7407 (compilation-error-regexp-alist-alist): New constant.
7408
7409 (compilation-face, compilation-directory-properties)
7410 (compilation-assq, compilation-error-properties, compilation-start)
7411 (define-compilation-mode, compilation-loop)
7412 (compilation-set-window): New functions.
7413
7414 (compile): Additional argument for interactive compiles like TeX.
7415
7416 * progmodes/grep.el (kill-grep): Move here from compile.el
7417 (grep-error, grep-hit-face, grep-error-face)
7418 (grep-mode-font-lock-keywords): New variables.
7419 (grep-regexp-alist): Simplify regexp and add `binary' case.
7420 (grep-mode): New mode.
7421 (grep-process-setup): Simplify.
7422
7423 2004-03-11 Jason Rumney <jasonr@gnu.org>
7424
7425 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7426 letters on DOS/Windows.
7427
7428 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * server.el (server-name): New var.
7431 (server-socket-dir): New var to replace server-socket-name.
7432 (server-start): Use them.
7433
7434 2004-03-11 Simon Josefsson <jas@extundo.com>
7435
7436 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7437 died to avoid infloop. Reported by Jonathan Glauner
7438 <jglauner@sbum.org>.
7439
7440 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7443 (smerge-mode-menu): Use it to deactivate menu entries.
7444 (smerge-keep-current): New fun.
7445 (smerge-keep-current): Use it.
7446
7447 2004-03-10 John Paul Wallington <jpw@gnu.org>
7448
7449 * foldout.el (foldout-fold-list, foldout-modeline-string):
7450 Declare them as variables, not constants.
7451
7452 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7453
7454 * ps-print.el: Modification to print *Messages* buffer.
7455 (ps-print-version): New version 6.6.4.
7456 (ps-message-log-max): New fun.
7457 (ps-spool-without-faces, ps-spool-with-faces)
7458 (ps-count-lines-preprint): Code fix.
7459
7460 * printing.el: New tips in Tips section.
7461
7462 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7463
7464 * delim-col.el: Doc fix.
7465
7466 * printing.el: Doc fix. New doc section (Tips).
7467
7468 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * type-break.el (type-break-emacs-variant): Remove.
7471 (type-break-run-at-time, type-break-cancel-function-timers):
7472 Use fboundp rather than version name and number.
7473
7474 2004-03-09 Masatake YAMATO <jet@gyve.org>
7475
7476 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7477 `make-variable-buffer-local'.
7478
7479 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7480
7481 * find-dired.el (find-dired): Call `shell-command' instead of
7482 `start-process-shell-command'. By this, Tramp takes over
7483 handling of remote directories.
7484
7485 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * newcomment.el (comment-use-global-state): New var.
7488 (comment-search-forward): Use it.
7489
7490 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7491
7492 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7493
7494 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7495 (enable-kinsoku): Make it a defcustom.
7496 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7497 paragraph to same-comment-start-marker.
7498
7499 2004-03-07 Dave Love <fx@gnu.org>
7500
7501 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7502 (browse-url-mail): Use it.
7503
7504 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7505 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7506
7507 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7508
7509 * woman.el (woman-man.conf-path): Doc fix.
7510 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7511
7512 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7513
7514 * sort.el (sort-columns): Remove ms-dos from the list of systems
7515 where the external `sort' command is not used.
7516
7517 2004-03-07 Kim F. Storm <storm@cua.dk>
7518
7519 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7520 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7521 from overlay-arrow-variable-list.
7522 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7523
7524 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7525
7526 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7527 overlay arrow string properly for the assembler buffer.
7528
7529 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * mail/sendmail.el (mail-mode): Fix last change.
7532
7533 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7534
7535 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7536 for the assembler buffer.
7537 (gdb-assembler-custom): Position the overlay arrow.
7538 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7539
7540 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7543
7544 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7545 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7546
7547 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7548
7549 * newcomment.el (uncomment-region): Allow non-terminated comment.
7550 (comment-normalize-vars): Check the user-specified comstart marker.
7551
7552 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7553
7554 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7555 Otherwise, do use it if the region only contains font-lock text
7556 properties.
7557
7558 2004-03-04 Masatake YAMATO <jet@gyve.org>
7559
7560 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7561 as the callback function for eldoc.
7562 (hexl-print-current-point-info): New function.
7563 (hexl-current-address): Print the address in both decimal
7564 and hexadecimal format.
7565
7566 2004-03-04 Richard M. Stallman <rms@gnu.org>
7567
7568 * mail/rmail.el (rmail-convert-to-babyl-format):
7569 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7570
7571 * mail/mail-utils.el (mail-unquote-printable-region):
7572 New arg UNIBYTE.
7573
7574 * startup.el (command-switch-alist): Doc fix.
7575
7576 * simple.el (undo): Temporarily set this-command to `undo-start',
7577 then set it to `undo' once undo-start returns without error.
7578
7579 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7580
7581 * simple.el (kill-line): Don't disregard trailing whitespace
7582 in eol condition, if show-trailing-whitespace is set.
7583
7584 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7585 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7586 When disabling, restore old values only if mouse-sel-has-been-enabled.
7587
7588 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7589 (isearch-{-char): New function.
7590 (isearch-mode-map): Bind { to isearch-{-char.
7591
7592 * font-lock.el (lisp-font-lock-keywords-2):
7593 Turn off the CL with-... and do-... general patterns.
7594 Instead, recognize several specific with... and do... constructs.
7595
7596 * files.el (switch-to-buffer-other-window):
7597 Bind same-window-buffer-names and same-window-regexps to nil.
7598 (switch-to-buffer-other-frame): Likewise.
7599
7600 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7603 recognizing leading comment on code line.
7604
7605 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7608 hidden files/directories.
7609
7610 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7613 only comment-start (in case the mode hasn't set it).
7614
7615 * Makefile.in (AUTOGENEL): New var.
7616 (bootstrap-prepare): Rename from bootstrap-clean.
7617 Don't remove elc files.
7618 (maintainer-clean): New target.
7619
7620 * xml.el (xml-get-attribute-or-nil): Simplify.
7621
7622 2004-03-02 Juri Linkov <juri@jurta.org>
7623
7624 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7625 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7626 URL to prevent their substitution with the environment variable
7627 values by browsers.
7628
7629 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7630
7631 * ps-print.el: Doc fix.
7632 (ps-print-version): New version number (6.6.3).
7633 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7634 Docstring fix.
7635 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7636 before printing.
7637 (ps-time-stamp-yyyy-mm-dd): New fun.
7638 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7639
7640 2004-03-02 Kim F. Storm <storm@cua.dk>
7641
7642 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7643
7644 2004-03-01 Juanma Barranquero <lektu@terra.es>
7645
7646 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7647
7648 * desktop.el (desktop-file-version)
7649 (desktop-after-read-hook): Fix typos.
7650 (desktop-clear-preserve-buffers): Remove redundant info in
7651 docstring already shown by the obsolescence message.
7652 (desktop-truncate, desktop-internal-v2s)
7653 (desktop-value-to-string): Change argument name to match docstring.
7654
7655 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7656
7657 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7658 docstring.
7659
7660 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7661
7662 * printing.el: Replace "As Is..." in PostScript file print/preview by
7663 "No Preprocessing...". Suggested by Colin Marquardt
7664 <_marquardt_@zmd.de>.
7665 (pr-insert-section-4): Adjust buffer interface.
7666
7667 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7668
7669 Version 2.0.39 of Tramp released.
7670
7671 * net/tramp.el (tramp-handle-file-local-copy)
7672 (tramp-handle-write-region, tramp-open-connection-rsh):
7673 Variable name typo. Small change. From Patrick Tullmann
7674 <tullmann@flux.utah.edu>.
7675 (tramp-process-connection-type): New variable.
7676 (tramp-maybe-open-connection): Use it.
7677 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7678 (tramp-touch): Set last-modified time of a remote file.
7679 (tramp-handle-write-region): Say which function is used when encoding.
7680
7681 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7682
7683 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7684 case of non-existing filename, too. Reported by Christoph Bauer
7685 <c_bauer@informatik.uni-kl.de>.
7686 (tramp-smb-get-file-entries): The directory in question should
7687 have permissions "drwxrwxrwx". Just virtual, because we don't
7688 know the real permissions. Don't we know?
7689 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7690 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7691 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7692 output. If it was received chunkwise, there have been problems.
7693 Remove the "prompt not found" error message; it is obvious.
7694 Simplify algorithm.
7695 (tramp-smb-process-running): Remove. Since we acknowledge the
7696 virtual prompt for shares, there's no need for distinction of
7697 reading shares (process ends afterwards) and interactive mode of
7698 smblient.
7699 (tramp-smb-open-connection): Setting process sentinel removed.
7700 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7701 "NT_STATUS_NETWORK_ACCESS_DENIED".
7702 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7703 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7704 (top-level): Setting default value in `tramp-default-method-alist'
7705 corrected. Order of USER and HOST have been wrong.
7706 Nobody complained for months ...
7707 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7708 (tramp-smb-open-connection): Clear password cache if login has failed.
7709
7710 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7711 `tramp-unified-filenames'.
7712 (tramp-completion-mode): Make test for XEmacs explicitely.
7713 `event-to-character' can exists in Emacs packages too.
7714 Reported by Matt Swift <swift@alum.mit.edu>.
7715 (tramp-buffer-name): Buffer name must contain the user if exists.
7716 Reported by Adrian Phillips <a.phillips@met.no>.
7717 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7718 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7719 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7720 `tramp-do-copy-or-rename-file-one-local', because it handles also
7721 the case both files use the same out-of-band method.
7722 Implementation added.
7723 (tramp-handle-file-local-copy, tramp-handle-write-region):
7724 Out-of-band handling removed. `copy-file' called instead, which
7725 calls `tramp-do-copy-or-rename-file-out-of-band'.
7726 (tramp-action-password): Check for out-of-band method removed.
7727 This function is used for 'login-program.
7728 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7729 appropriate.
7730 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7731 and `tramp-parse-sknownhosts'.
7732 (tramp-completion-function-alist): It's a defvar now, because we
7733 want to apply the optimized `tramp-set-completion-function'
7734 instead of a static list.
7735 (tramp-set-completion-function): Implementation tuned.
7736 Avoid double entries, and entries where the function or the
7737 file/directory doesn't exist.
7738 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7739 for SSH2.
7740 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7741 (tramp-handle-dired-compress-file): New function.
7742 (tramp-async-proc): New variable.
7743 (tramp-handle-shell-command): Adding asynchronous processes.
7744 They are far from being perfect, but it works at least for
7745 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7746 (top-level): Require password.el if visible. Should be mandatory
7747 once No Gnus has found its way into (X)Emacs.
7748 (tramp-read-passwd): Invoke `password-read' if available,
7749 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7750 fallback any longer.
7751 (tramp-clear-passwd): New function.
7752 (tramp-process-actions, tramp-process-multi-actions):
7753 Clear password cache if login has failed.
7754
7755 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7756 its own module.
7757 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7758 `ange-ftp-ftp-name-res'. There could be incorrect values from
7759 previous calls in case the "ftp" method is used in the Tramp file
7760 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7761
7762 2004-02-28 Richard M. Stallman <rms@gnu.org>
7763
7764 * term.el (term-mouse-paste): Call mouse-set-point.
7765
7766 * thumbs.el: New file.
7767
7768 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7769
7770 * progmodes/ebnf-abn.el: Doc fix.
7771
7772 * progmodes/ebnf-bnf.el: Doc fix.
7773 (ebnf-repeat): Code fix.
7774
7775 * progmodes/ebnf2ps.el: Doc fix.
7776 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7777
7778 2004-02-28 Juri Linkov <juri@jurta.org>
7779
7780 * ffap.el (dired-at-point): Additional writability test for
7781 relative directory names.
7782 (dired-at-point-prompter): Treat directories as a directory, get
7783 the directory component from files.
7784 (ffap-string-at-point): Return string from region if region is active.
7785 (ffap-file-at-point): Remove redundant code.
7786
7787 2004-02-28 Kim F. Storm <storm@cua.dk>
7788
7789 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7790 Initialize margin area images to nil.
7791 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7792 (breakpoint-enabled-bitmap-face)
7793 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7794 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7795 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7796 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7797 (gdb-reset): Use gdb-remove-breakpoint-icons.
7798 (gdb-put-string): Add dprop arg to specify alternative display
7799 property (for setting fringe bitmap).
7800 (gdb-remove-strings): Doc fix.
7801 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7802 icon in fringe (if available), or else as icon or text in display
7803 margin. Creates necessary icons in breakpoint-bitmap,
7804 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7805 Also make left window margin if required.
7806 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7807 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7808 no longer needed.
7809 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7810 gdb-put-breakpoint-icon.
7811 (gdb-assembler-mode): Don't set left-margin-width here.
7812
7813 2004-02-27 Kevin Ryde <user42@zip.com.au>
7814
7815 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7816 comma, so that it DTRT in macros.
7817
7818 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7819
7820 * progmodes/sh-script.el (sh-shell-arg)
7821 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7822 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7823
7824 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7825
7826 * faces.el (face-spec-set-match-display): Add a new attribute,
7827 `min-colors'.
7828 (region, highlight, secondary-selection): Use `min-colors'.
7829
7830 * custom.el (defface): Add documentation for `min-colors'.
7831
7832 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7833 (font-lock-keyword-face, font-lock-function-name-face)
7834 (font-lock-variable-name-face, font-lock-constant-face):
7835 Use `min-colors'.
7836
7837 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7838
7839 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7840
7841 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7842 define assq-delete-all if it's not defined.
7843 (ebnf-generate-region): Code fix.
7844
7845 * printing.el: Doc fix.
7846 (pr-version): New version number (6.7.2).
7847 (pr-command): Return empty string if command is an empty string.
7848
7849 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7850
7851 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7852
7853 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7854 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7855 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7856 "tt" ["test"] ). Reported by Markus Dreyer
7857 <mdreyer@ix.urz.uni-heidelberg.de>.
7858 (ebnf-version): New version number (4.0).
7859 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7860 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7861 (ebnf-delete-style): New commands.
7862 (ebnf-directory, ebnf-file): New funs.
7863 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7864 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7865 (ebnf-syntax-alist): New var.
7866 (ebnf-element-width): New fun replacing ebnf-list-width.
7867 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7868 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7869 (ebnf-prologue): Adjust vars.
7870 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7871 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7872 (ebnf-check-style-values, ebnf-generate-production)
7873 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7874 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7875 (ebnf-token-repeat): Code fix.
7876
7877 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7878 %right, %left and %prec. Suggested by Matthew K. Junker
7879 <junker@alum.mit.edu>.
7880 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7881
7882 * progmodes/ebnf-iso.el: Doc fix.
7883 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7884 (ebnf-iso-lex): Code fix.
7885
7886 * progmodes/ebnf-bnf.el: Doc fix.
7887 (ebnf-bnf-lex): Code fix.
7888
7889 * progmodes/ebnf-otz.el: Doc fix.
7890
7891 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7894 (abbrev-prefix-mark): Doc fix.
7895
7896 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7897
7898 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7899 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7900 (gdb-var-delete): Make interactive (really).
7901 (gdb-edit-value): Make non-interactive.
7902
7903 * progmodes/gud.el (gud-speedbar-menu-items):
7904 Add gdb-var-delete and, indirectly, gdb-edit-value.
7905 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7906 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7907 (gud-gdb-marker-filter): Add comment for annotations.
7908
7909 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7910
7911 * calendar/calendar.el (generate-calendar)
7912 (calendar-read-date): Prevent display of BC calendars once more -
7913 reverts 2003-10-01 change.
7914 (generate-calendar-month): Doc fix.
7915
7916 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7917
7918 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7919 return value of increment-calendar-month.
7920
7921 2004-02-21 Stephen Compall <s11@member.fsf.org>
7922
7923 * saveplace.el (save-place-forget-unreadable-files)
7924 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7925 (save-place-forget-unreadable-files): New function.
7926 (save-place-alist-to-file): Use it to filter out files that are
7927 no longer readable.
7928
7929 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7930 current Texinfo environment, using the same method as in
7931 `texinfo-insert-@end', and insert a space rather than a newline if
7932 point in a @table environment.
7933
7934 2004-02-21 Juri Linkov <juri@jurta.org>
7935
7936 * ffap.el (ffap-file-at-point): Try parent directories.
7937
7938 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7939
7940 * vcursor.el (vcursor-modifiers): New defcustom.
7941 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7942 hard-coded list.
7943
7944 2004-02-21 Masatake YAMATO <jet@gyve.org>
7945
7946 * play/animate.el (animate-birthday-present): Accept names other
7947 than `Sarah', too.
7948
7949 2004-02-21 Juri Linkov <juri@jurta.org>
7950
7951 * startup.el: Remove table of command line arguments from the
7952 Commentary section.
7953
7954 2004-02-20 John Wiegley <johnw@newartisans.com>
7955
7956 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7957 again" modifier from 'e' to 'E', since 'e' is also used by the
7958 "file extension" modifier.
7959
7960 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * help-fns.el (describe-categories): Doc fix.
7963
7964 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7965
7966 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7967 temporary file for buffer already visiting one. This change makes
7968 output likely to be directly usable by patch program.
7969 Suggested by Adrian Aichner <adrian@xemacs.org>
7970
7971 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7972
7973 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7974 case of variables defined in compound statements.
7975 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7976 Simplify constructions using switch-to-buffer.
7977
7978 2004-02-19 Simon Josefsson <jas@extundo.com>
7979
7980 * play/morse.el: Fix typo.
7981 (morse-code): Add @.
7982
7983 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7984
7985 * calendar/appt.el (appt-display-format): Change default to
7986 'ignore, for backwards compatibility.
7987 (appt-display-message): If appt-display-format is 'ignore,
7988 respect old vars appt-msg-window and appt-visible.
7989 (appt-activate): Don't depend on return value of cancel-timer.
7990
7991 * calendar/calendar.el (calendar-holidays): Doc fix.
7992
7993 * calendar/cal-coptic.el (coptic-prompt-for-date):
7994 Use assoc-string instead of assoc-ignore-case.
7995 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7996 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7997 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7998 * calendar/cal-islam.el (calendar-goto-islamic-date)
7999 (mark-islamic-diary-entries): Ditto.
8000 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8001 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8002 (calendar-read-mayan-tzolkin-date): Ditto.
8003 * calendar/calendar.el (calendar-read-date): Ditto.
8004 * calendar/diary-lib.el (mark-diary-entries): Ditto.
8005
8006 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
8007
8008 * progmodes/executable.el (executable-command-find-posix-p):
8009 Fix choice of the directory.
8010
8011 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8012
8013 * simple.el (interprogram-cut-function)
8014 (interprogram-paste-function, kill-new, kill-append):
8015 Doc fixes.
8016 (kill-region): Make it return nil. Doc fix.
8017 (yank-pop): Make its argument optional.
8018 (yank): Make ARG `-' equivalent to `-1'.
8019
8020 2004-02-17 Eli Zaretskii <eliz@gnu.org>
8021
8022 * mail/rmail.el (rmail-get-new-mail): Don't reference
8023 rmail-use-spam-filter if rmail-spam-filter is not loaded.
8024
8025 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8026
8027 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8028 if one of global-auto-revert-non-file-buffers or autorevert-mode
8029 is non-nil.
8030
8031 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8032
8033 * subr.el (delete-dups): A better implementation from Karl Heuer
8034 <kwzh@gnu.org>.
8035
8036 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8037
8038 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8039 correct place.
8040 * progmodes/icon.el (icon-indent-command): Ditto.
8041 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8042
8043 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8044
8045 * progmodes/grep.el (grep-compute-defaults): Undo change from
8046 2004-01-29: don't use executable-command-find-posix-p.
8047
8048 2004-02-16 Richard Sharman <rsharman@pobox.com>
8049
8050 * hilit-chg.el: Use require instead of eval-and-compile.
8051 (highlight-compare-buffers): New function.
8052
8053 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
8054
8055 * man.el (Man-fontify-manpage): Render section headings in
8056 `Man-overstrike-face' even when overstrike was not used by man
8057 formatter for section headings.
8058
8059 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
8060
8061 * rmail-spam-filter.el: (vm-use-spam-filter)
8062 (rsf-min-region-length-added-to-spam-list): New variables.
8063 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8064 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
8065 spam testing. Don't delete spam message if automatic deletion
8066 after output via variable rmail-delete-after-output is turned on.
8067 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8068 rsf-bbdb-dont-create-entries-for-spam.
8069 (check-field): New function, extracted from code in
8070 rmail-spam-filter to ease addition of header fields like content-type.
8071 (message-content-type): New variable to check the content-type:
8072 field added, also in defcustom of rsf-definitions-alist.
8073 (rmail-spam-filter): Replace repeated test code for header fields
8074 by calls to check-field; change the call to
8075 rmail-output-to-rmail-file such that rmail-current-message stays
8076 the same to avoid wrong deletion of unseen flags.
8077 (rsf-add-contents-type): New function to convert old format
8078 of rmail-spam-definitions-alist into new one.
8079 Change prefixes of all variables and functions from
8080 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8081
8082 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8083
8084 * loadhist.el (unload-hook-features-list): New defvar.
8085
8086 2004-02-16 Dave Love <fx@gnu.org>
8087
8088 * loadhist.el (unload-feature): Doc fix. Rename flist to
8089 unload-hook-features-list.
8090
8091 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
8092
8093 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8094 cookie. Don't check if we are looking-at open-formula.
8095
8096 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8097
8098 * subr.el (match-string-no-properties): Use substring-no-properties.
8099
8100 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8101
8102 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8103 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8104 Use lower-case "rx" in all error message.
8105
8106 2004-02-16 Dave Love <fx@gnu.org>
8107
8108 * emacs-lisp/rx.el (rx-or): Put group around result.
8109 (rx-constituents): Add backref.
8110 (rx-syntax): Add string-delimiter, comment-delimiter.
8111 (rx-categories): Add combining-diacritic.
8112 (rx-check-not, rx-greedy, rx): Doc fix.
8113 (rx-backref, rx-check-backref): New.
8114
8115 2004-02-16 Jesper Harder <harder@ifa.au.dk>
8116
8117 * newcomment.el (uncomment-region): Allow eob as comment end.
8118
8119 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8120
8121 * filecache.el: All message and error commands now use prefix
8122 "Filecache:" to make it easy to read *Messages* buffer.
8123
8124 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8125
8126 * autorevert.el: Add support to detect changed dired and VC buffers.
8127 (auto-revert-active-p, auto-revert-list-diff)
8128 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8129 (auto-revert-handler, auto-revert-active-p): New functions.
8130 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8131 and `auto-revert-active-p'.
8132 (eval-when-compile): Defvar dired-directory and vc-mode.
8133 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8134 (auto-revert-handler-vc): New functions.
8135
8136 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8137
8138 * progmodes/compile.el (compilation-directory): New defvar.
8139 (compile): Save current directory in compilation-directory.
8140 (recompile): Bind default-directory to compilation-directory if
8141 that is non-nil.
8142
8143 2004-02-16 Dave Love <fx@gnu.org>
8144
8145 * newcomment.el (comment-insert-comment-function)
8146 (comment-region-function, uncomment-region-function): New.
8147 (comment-indent): Use comment-insert-comment-function.
8148 (uncomment-region): Use uncomment-region-function.
8149 (comment-region): Use comment-region-function.
8150
8151 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8152
8153 2004-02-16 Richard Stallman <rms@gnu.org>
8154
8155 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8156 loaddefs* and ldefs-boot*.
8157
8158 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8159
8160 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8161 and email address at the beginning and end of the address.
8162
8163 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8164 anchored at the beginning of the email address.
8165
8166 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
8167
8168 * international/ccl.el (ccl-compile-write): Pass `left' to
8169 ccl-embed-code to generate correct code of write-expr-register.
8170
8171 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
8172
8173 * progmodes/grep.el (grep-compute-defaults): Fix typos.
8174
8175 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8176
8177 * x-dnd.el: Mention support for Motif in commentary.
8178 (x-dnd-handle-drag-n-drop-event): Ditto.
8179
8180 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8181
8182 * ses.el: Use "ses--" prefixes for buffer-local variables.
8183 Use (point-min) instead of 1, even when we know the buffer
8184 is unnarrowed.
8185 (ses-build-load-map): Delete. Distribute its content to defconst's for
8186 the three maps.
8187 (ses-menu, ses-header-line-menu): New menus.
8188 (ses-mode-map): Use them.
8189 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
8190
8191 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
8192
8193 * Makefile.in: Fix the CC Mode recompile kludge so it works
8194 when building in a different directory.
8195
8196 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * simple.el (kill-new): Put yank-handler property on the entire string.
8199
8200 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * diff.el: Don't use compile any more, use diff-mode instead.
8203 (diff-regexp-alist, diff-old-file, diff-new-file)
8204 (diff-parse-differences, diff-process-setup): Remove.
8205 (diff-sentinel): New fun.
8206 (diff): Use it. Run the process ourselves.
8207 Use diff-mode for the rest of the processing.
8208
8209 * diff.el (diff): Simplify code handling `switch'.
8210
8211 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * pcvs-defs.el (cvs-menu): Add `tag'.
8214
8215 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * simple.el (kill-append): Doc fix.
8218
8219 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8220 Adapt outline-regexp to the new conventions for commenting out code.
8221
8222 2004-02-11 John Paul Wallington <jpw@gnu.org>
8223
8224 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8225
8226 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * diff.el (diff-switches): New fun.
8229 (diff, diff-backup): Use it.
8230 (diff): Clean up the args construction. Use backquote.
8231 Use listp instead of consp to avoid putting a nil arg.
8232 (diff): Add a revert-buffer function.
8233
8234 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8235
8236 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8237 handled by x-dnd-handle-file-name.
8238 (x-dnd-known-types): Add COMPOUND_TEXT.
8239 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8240 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8241 x-dnd-empty-state.
8242 (x-dnd-forget-drop): Ditto.
8243 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8244 (x-dnd-handle-one-url): Return private when inserting text.
8245 (x-dnd-insert-ctext): New function.
8246 (x-dnd-handle-file-name): New function for FILE_NAME.
8247 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8248 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8249 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8250
8251 2004-02-10 Kenichi Handa <handa@m17n.org>
8252
8253 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8254 instead of while loop.
8255
8256 2004-02-10 Miles Bader <miles@gnu.org>
8257
8258 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8259
8260 2004-02-09 Kenichi Handa <handa@m17n.org>
8261
8262 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8263 have end-of-line.
8264
8265 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8266
8267 * Makefile.in: Added extra dependencies in the recompile target
8268 needed to cope with the compile time macro expansions in CC Mode.
8269
8270 2004-02-09 Kim F. Storm <storm@cua.dk>
8271
8272 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8273 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8274 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8275 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8276 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8277 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8278 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8279 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8280 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8281 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8282 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8283
8284 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8287 Don't allow shrink if there's a window on our right.
8288
8289 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8290 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8291 Bring together declaration and initialization.
8292 (prolog-mode-variables): Don't set the syntax table.
8293 Don't set paragraph-start and comment-indent-function.
8294 Add /*..*/ to the comment regexps.
8295 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8296 (prolog-mode-map): Don't bind TAB.
8297 (prolog-mode): Set the syntax table.
8298 (prolog-comment-indent): Remove.
8299 (inferior-prolog-mode-map): Initialize in the declaration.
8300 (inferior-prolog-mode-syntax-table)
8301 (inferior-prolog-mode-abbrev-table): New vars.
8302 (inferior-prolog-mode): Derive from comint-mode.
8303 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8304 minibuffer windows.
8305
8306 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8307 in file names, as long as it is unabmiguous.
8308
8309 2004-02-08 Andreas Schwab <schwab@suse.de>
8310
8311 * textmodes/reftex-toc.el
8312 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8313 format. Doc fix.
8314
8315 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8316 format string arguments.
8317
8318 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8319 string argument.
8320
8321 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8322
8323 * play/zone.el (zone-call): Fix format string.
8324
8325 * net/webjump.el (webjump-builtin): Add missing format string argument.
8326
8327 * midnight.el (midnight-delay-set): Remove extra format string argument.
8328
8329 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8330
8331 * hexl.el (hexl-insert-char): Add missing format string argument.
8332
8333 * format.el (format-decode): Fix format string.
8334
8335 * emulation/vi.el (vi-mode): Remove extra format string argument.
8336 (vi-repeat-last-search): Likewise.
8337 (vi-reverse-last-search): Likewise.
8338 (vi-goto-mark): Likewise.
8339 (vi-reverse-last-find-char): Likewise.
8340 (vi-repeat-last-find-char): Likewise.
8341 (vi-locate-def): Likewise.
8342
8343 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8344
8345 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8346 string argument.
8347 (ediff-toggle-regexp-match): Likewise.
8348
8349 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8350 format string argument.
8351
8352 * calc/calc-map.el (calc-get-operator): Remove extra format
8353 string argument.
8354
8355 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8356
8357 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8358 string argument.
8359
8360 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8361
8362 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8363
8364 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8365
8366 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8367 (cl-struct-setf-expander): Likewise.
8368
8369 * vc.el (with-vc-file): Fix unsafe uses of error.
8370 (vc-cancel-version): Likewise.
8371
8372 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8373
8374 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8375 thousands separator; fixes <class>:<line-number> regexp for
8376 non-english locales.
8377
8378 2004-02-08 Andreas Schwab <schwab@suse.de>
8379
8380 * view.el (view-mode-enable): Revert previous change.
8381
8382 2004-02-07 Kim F. Storm <storm@cua.dk>
8383
8384 * simple.el (line-number-at-pos): Rename from line-at-pos.
8385 Uses changed (what-line and vc-annotate-warp-version).
8386
8387 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8390 (diff-mode): Remove aborted attempt at support for compile.el.
8391 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8392
8393 2004-02-06 Andreas Schwab <schwab@suse.de>
8394
8395 * view.el (view-mode-enable): Add view-mode-map to
8396 minor-mode-overriding-map-alist.
8397
8398 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8399
8400 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8401
8402 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8405 with point inside rather than after the paragraph.
8406
8407 2004-02-04 Sam Steingold <sds@gnu.org>
8408
8409 * mail/smtpmail.el (smtpmail-try-auth-methods):
8410 Do not try authentication when no mechanism is available.
8411 Pass port-name as defaultport to `netrc-machine'.
8412
8413 2004-02-04 Stephen Eglen <stephen@gnu.org>
8414
8415 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8416 to show how minibuffer height can be constrained.
8417
8418 2004-02-04 John Paul Wallington <jpw@gnu.org>
8419
8420 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8421
8422 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8423
8424 * x-dnd.el: New file for drag and drop.
8425
8426 * term/x-win.el: require x-dnd, set after-make-frame-functions
8427 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8428 drag-n-drop event.
8429
8430 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8431 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8432 (dired-dnd-handle-file): New functions for drag and drop support.
8433 (dired-mode): Initialize drag and drop if x-dnd present.
8434
8435 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8438 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8439 (cperl-mode): Set fill-paragraph-function.
8440 (cperl-fill-paragraph): Make it non-interactive.
8441
8442 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8443
8444 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8445
8446 2004-02-02 David Kastrup <dak@gnu.org>
8447
8448 * replace.el (perform-replace): Allow 'literal argument in
8449 regexp-flag to indicate literal replacement.
8450 (query-replace-regexp-eval): Use it.
8451
8452 2004-02-01 Andreas Schwab <schwab@suse.de>
8453
8454 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8455
8456 2004-02-01 Stephen Eglen <stephen@gnu.org>
8457
8458 * info-look.el: Add support for maxima-mode. Update commentary
8459 because info-lookup-symbol is now bound to C-h S.
8460
8461 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8462
8463 * simple.el (edit-and-eval-command): Bind print-level and
8464 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8465 Correct initial position in command-history.
8466
8467 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8468
8469 * files.el (read-directory-name): Adapt the docstring to recent
8470 change in Fread_file_name.
8471
8472 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8473
8474 * ses.el (ses-print-cell): If print format too wide for column
8475 width, truncate decimal places if that helps to avoid "#####" fill.
8476 * ses.el (ses-initial-column-width): Revert previous change.
8477
8478 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8481 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8482 Add edebug info.
8483 (jit-lock-mode): Setup/cancel the new timer.
8484 (jit-lock-context-fontify): New fun. Extracted from
8485 context fontification code of jit-lock-stealth-fontify.
8486 (jit-lock-stealth-fontify): Don't do context fontification any more.
8487
8488 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8489 (jit-lock-fontify-now): Handle the `quit' case.
8490 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8491
8492 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8493
8494 * progmodes/executable.el (executable-command-find-posix-p):
8495 New. Check if find handles arguments Posix-style.
8496
8497 * progmodes/grep.el (grep-compute-defaults):
8498 Use executable-command-find-posix-p.
8499 (grep-find): Check `grep-find-command'.
8500
8501 * filecache.el (file-cache-find-posix-p): Delete.
8502 (file-cache-add-directory-using-find):
8503 Use `executable-command-find-posix-p'.
8504
8505 2004-01-29 Dave Love <fx@gnu.org>
8506
8507 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8508 Iterate the hook function if arg is given.
8509 (mark-defun, narrow-to-defun): Change order of finding the limits.
8510
8511 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8512 (byte-compile-format-warn): New.
8513 (byte-compile-callargs-warn): Use it.
8514 (Format, message, error): Add byte-compile-format-like property.
8515 (byte-compile-maybe-guarded): New.
8516 (byte-compile-if, byte-compile-cond): Use it.
8517 (byte-compile-lambda): Compile interactive forms,
8518 just to make warnings about them.
8519
8520 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8521
8522 * ses.el (ses-initial-column-width): Increase to 14, so it will
8523 work well with the default printer of "%.7g" for extreme values
8524 like "-1.234567e+07".
8525
8526 2004-01-29 Kenichi Handa <handa@m17n.org>
8527
8528 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8529
8530 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8531
8532 * dos-w32.el: Added support for the `default-printer-name' function.
8533
8534 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * server.el (server-socket-name): Don't use the hostname in the
8537 socket name since /tmp is local to the host anyway.
8538
8539 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8540 robust check of widening and fix var-naming.
8541
8542 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8543
8544 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8545 or rmail-spam- to rsf- in all function and variable names.
8546 (rsf-min-region-to-spam-list): New variable.
8547 (rsf-bbdb-auto-delete-spam-entries): Rename from
8548 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8549 scanned together with the recipients field for spam testing; Don't
8550 delete spam message if rmail-delete-after-output is non-nil;
8551 (rsf-check-field): New function, extracted from code in
8552 rmail-spam-filter to ease addition of header fields like
8553 content-type:;
8554 (message-content-type): New variable. The content-type: field was
8555 added also in defcustom of rsf-definitions-alist;
8556 (rmail-spam-filter): Replace repeated test code for header fields
8557 by calls to check-field; change the call to
8558 rmail-output-to-rmail-file such that rmail-current-message stays
8559 the same to avoid wrong deletion of unseen flags.
8560 (rmail-use-spam-filter): Add autoload cookie.
8561
8562 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8563
8564 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8565 (file-cache-add-directory-using-find): Add Cygwin support.
8566 (file-cache-find-command-posix-flag): New user variable.
8567
8568 * filecache.el (file-cache-add-directory): Check for
8569 directories an remove them from dir-files.
8570
8571 2004-01-27 Richard M. Stallman <rms@gnu.org>
8572
8573 * man.el (Man-fontify-manpage): Clean up message.
8574
8575 2004-01-27 Kenichi Handa <handa@m17n.org>
8576
8577 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8578 (sentence-end): Define using sentence-end-without-space.
8579
8580 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8581 a sentence ends with one of a character in sentence-end-without-space.
8582
8583 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8586 (jit-lock): Group declaration moved to jit-lock.el.
8587 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8588 when necessary.
8589
8590 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8591 (jit-lock-context-unfontify-pos): Rename from
8592 jit-lock-first-unfontify-pos.
8593 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8594
8595 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8596
8597 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8598 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8599 (fortran-fill): When filling a string, adjust re-search-backward
8600 argument for special case of string just on fill-column.
8601 When filling non-string, allow one extra char if
8602 fortran-break-before-delimiters is non-nil.
8603 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8604 Use fortran-break-delimiters-re and fortran-no-break-re to
8605 correctly handle cases such as "**".
8606
8607 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8608 (f90-no-break-re): Add some extra tokens. Doc fix.
8609
8610 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8611
8612 * mail/rmail-spam-filter.el:
8613 Use two semicolons as Commentary line prefix.
8614 Add ";;; Code:" stylized comment.
8615 Delete end-of-line whitespace.
8616 Wrap (require 'cl) with `eval-when-compile'.
8617
8618 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8619
8620 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8621 at the top level of vc.el.
8622
8623 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8624
8625 * vc.el (vc-current-line): Function removed. This is now done by
8626 the new function line-at-pos in simple.el.
8627 (vc-annotate-warp-version): Use line-at-pos instead of
8628 vc-current-line.
8629
8630 2004-01-22 Kim F. Storm <storm@cua.dk>
8631
8632 * simple.el (line-at-pos): New defun.
8633 (what-line): Use it. Optimize by only counting lines in narrowed
8634 region once.
8635
8636 2004-01-22 Kenichi Handa <handa@m17n.org>
8637
8638 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8639 point (register r1) only for charset mule-unicode-0100-24ff.
8640
8641 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8642
8643 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8644 trailing white space and ensure a final newline.
8645
8646 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8647 Add autoload cookie.
8648
8649 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8650
8651 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8652 activate view-mode explicitly.
8653
8654 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8655
8656 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8657 use clipboard first.
8658
8659 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8662 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8663 (vc-mcvs-cvs): Remove.
8664 (vc-mcvs-command): Remove use of assert.
8665
8666 * outline.el (outline-insert-heading): Tighten up match.
8667 (outline-demote, outline-move-subtree-down): Don't assume anything
8668 about outline-regexp.
8669
8670 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8671 (texinfo-show-structure): Explicitly add ^, and simplify.
8672
8673 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8674
8675 * calendar/appt.el (appt-check): Restore usage of
8676 appt-issue-message deleted in previous change.
8677 (top-level): Activate package when loaded (needed for backwards
8678 compatibility).
8679
8680 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8681
8682 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8683 following previous change to smtpmail-send-data.
8684
8685 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8686
8687 * vc.el (vc-default-previous-version): Doc enhancement.
8688 (vc-default-next-version): New function.
8689 (vc-print-log): New arg FOCUS-REV.
8690 (vc-annotate-mode): Derive from view-mode.
8691 (vc-annotate): New args REVISION, DISPLAY-MODE.
8692 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8693 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8694 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8695 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8696 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8697
8698 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8699
8700 2004-01-19 Karl Berry <karl@gnu.org>
8701
8702 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8703 or "TexInfo".
8704
8705 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8706
8707 * subr.el (delete-dups): New function.
8708
8709 2004-01-19 Karl Berry <karl@gnu.org>
8710
8711 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8712 with ^, since that's what texinfo-show-structure
8713 documentation says (plus it works much better in texinfo.txi).
8714
8715 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8716
8717 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8718
8719 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8720
8721 * progmodes/which-func.el (which-function-mode): Don't cancel
8722 which-func-update-timer if not set.
8723
8724 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8725
8726 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8727 Remove spurious left square bracket in XX:XXam regexp.
8728
8729 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * progmodes/cc-defs.el: Do not require cl at run time.
8732
8733 2004-01-16 Richard M. Stallman <rms@gnu.org>
8734
8735 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8736 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8737
8738 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8739 Call rmail-spam-filter. Delete and expunge spam.
8740 Print number of spam messages deleted.
8741 Save and restore the deletion status of old messages when reading
8742 new mail with spam filter, so that expunging spam does not expunge
8743 msgs deleted by the user.
8744 (rmail-only-expunge): Add an optional argument dont-show to
8745 prevent showing message after expunge.
8746
8747 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8748
8749 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8750 * subr.el (declare): New macro.
8751
8752 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8753
8754 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8755
8756 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8759 Test window-system rather than system-type (for X11/Mac).
8760
8761 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8762
8763 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8764
8765 2004-01-12 Richard M. Stallman <rms@gnu.org>
8766
8767 * mail/rmail.el (rmail-convert-to-babyl-format):
8768 Use mail-unquote-printable-region.
8769 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8770 (rmail-hex-char-to-integer): Functions deleted.
8771
8772 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8773 (mail-unquote-printable-region): New arg NOERROR.
8774 For invalid encoding, either signal an error to just return nil.
8775
8776 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8777
8778 * calendar/appt.el: Update copyright and commentary.
8779 (appt-issue-message): Make obsolete.
8780 (appt-visible, appt-msg-window): Make obsolete, in favour of
8781 appt-display-format.
8782 (appt-display-mode-line, appt-display-duration)
8783 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8784 (appt-prev-comp-time, appt-display-count, appt-timer)
8785 (appt-convert-time): Doc change.
8786 (appt-disp-window-function, appt-delete-window-function):
8787 Use defcustom rather than defvar.
8788 (appt-display-format): New variable.
8789 (appt-display-message): New function with display code from appt-check.
8790 (appt-check): Add optional FORCE argument. Doc change.
8791 Add appt-make-list to diary-hook if displaying diary.
8792 Remove checking of view-diary-entries-initially.
8793 Message display section removed to new function appt-display-message.
8794 (appt-display-window): Doc change. Remove unused internal var
8795 this-buffer. Do not beep, since appt-display-message does that.
8796 (appt-make-list): Doc change. Use caar.
8797 (appt-sort-list): Simplify by using builtin sort function.
8798 (appt-update-list): New function for updating appts when diary is
8799 saved.
8800 (appt-activate): New autoloaded function to toggle package
8801 functionality.
8802
8803 * calendar/cal-x.el: (calendar-one-frame-setup)
8804 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8805
8806 * calendar/calendar.el: Update copyright.
8807 (view-diary-entries-initially, european-calendar-style): Doc change.
8808 (calendar-setup): Make defcustom rather than defvar.
8809 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8810 in let binding so local to function.
8811
8812 * calendar/diary-lib.el: Update copyright.
8813 (diary, diary-entry-time): Doc change.
8814 (list-diary-entries): Doc change. Trivial logic change.
8815 (fancy-diary-display): Restore make-face command mistakenly
8816 deleted 2003-05-08.
8817 (show-all-diary-entries): Allow to pop-up frame if needed.
8818
8819 2004-01-09 John Paul Wallington <jpw@gnu.org>
8820
8821 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8822 Temporarily select EVENT's window for changing eol type.
8823
8824 2004-01-09 Deepak Goel <deego@gnufans.org>
8825
8826 * calendar/diary-lib.el (diary-entry-time):
8827 Also accept time in the form XX[.XX][am/pm/AM/PM].
8828 (fancy-diary-font-lock-keywords): Likewise.
8829 (diary-font-lock-keywords): Likewise.
8830 * calendar/appt.el (appt-add): Likewise.
8831 (appt-make-list): Likewise.
8832 (appt-convert-time): Likewise.
8833
8834 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8835
8836 * gdb-ui.el (gdb-ann3): Revert previous change.
8837 (gdb-source-info): Allow for case of where compilation directory
8838 is not recorded.
8839
8840 2004-01-08 John Paul Wallington <jpw@gnu.org>
8841
8842 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8843
8844 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8845
8846 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8847
8848 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8849 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8850 problems.
8851 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8852
8853 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8854
8855 * files.el (write-file-functions, write-contents-functions):
8856 Clarify docstrings.
8857
8858 2004-01-07 Kenichi Handa <handa@m17n.org>
8859
8860 * international/mule.el (set-auto-coding): Fix for the case that
8861 end-of-line is only CR.
8862
8863 2004-01-07 Kim F. Storm <storm@cua.dk>
8864
8865 * subr.el (event-start, event-end): Doc fix.
8866 (posn-string, posn-image): New defuns.
8867 (posn-object): Return either image or string object.
8868 (posn-object-x-y): Return 8th element of position.
8869 (posn-object-width-height): New defun.
8870
8871 2004-01-06 Andreas Schwab <schwab@suse.de>
8872
8873 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8874 output.
8875
8876 2004-01-05 Karl Berry <karl@gnu.org>
8877
8878 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8879 / and *, too.
8880
8881 2003-12-31 Simon Josefsson <jas@extundo.com>
8882
8883 * files.el (before-save-hook): Add.
8884 (basic-save-buffer): Use before-save-hook.
8885
8886 * emacs-lisp/copyright.el: Fix comment to recommend
8887 before-save-hook instead of write-file-functions.
8888
8889 2004-01-05 Richard M. Stallman <rms@gnu.org>
8890
8891 * finder.el (finder-commentary): Call delete-other-windows.
8892
8893 * net/ange-ftp.el (ange-ftp-file-attributes):
8894 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8895
8896 2004-01-04 Karl Berry <karl@gnu.org>
8897
8898 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8899 comment characters % and # in the copyright year notice,
8900 as well as ;.
8901
8902 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8903
8904 * wid-edit.el (default): Define dummy :value-delete.
8905 Reported by Jesper Harder <harder@ifa.au.dk>.
8906
8907 2004-01-03 Richard M. Stallman <rms@gnu.org>
8908
8909 * progmodes/compile.el (compile-internal): Use point, not point-min,
8910 for set-window-point.
8911
8912 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8913
8914 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8915
8916 * progmodes/grep.el (grep-mode-map):
8917 Don't remap next-line, previous-line.
8918
8919 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8920
8921 * speedbar.el (speedbar-edit-line): Change regexp to position
8922 the cursor on the first character of this line's button.
8923
8924 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8925
8926 * subr.el (functionp): Doc fix.
8927
8928 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8929
8930 * progmodes/idlwave.el (idlwave-make-tags):
8931 * textmodes/flyspell.el (flyspell-large-region):.
8932 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8933 * emulation/viper-util.el (viper-glob-unix-files):
8934 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8935 * man.el (Man-init-defvars):
8936 * jka-compr.el (jka-compr-call-process):
8937 * files.el (get-free-disk-space,insert-directory):
8938 * ediff-ptch.el (ediff-test-patch-utility):
8939 * ediff-diff.el (ediff-test-utility):
8940 * dired-aux.el (dired-check-process):
8941 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8942 test the return value of call-process, because it can be a string.
8943
8944 2003-12-31 John Paul Wallington <jpw@gnu.org>
8945
8946 * bindings.el (completion-ignored-extensions): Add .pfsl.
8947
8948 2003-12-31 Kim F. Storm <storm@cua.dk>
8949
8950 * ido.el (ido-nonreadable-directory-p): New defun to check for
8951 nonreadable directory without activating tramp (to avoid problems
8952 with checking incomplete tramp paths).
8953 (ido-set-current-directory, ido-file-internal)
8954 (ido-file-name-all-completions1): Use it.
8955
8956 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8957
8958 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8959 documentation if the anchor (or node) name is preceded by `info
8960 anchor' or `Info anchor' in addition to earlier `info node' and
8961 `Info node'.
8962 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8963
8964 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8965
8966 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8967 error in arguments to base64-decode-region. Remove ^M characters
8968 after decoding base64.
8969
8970 2003-12-30 Simon Josefsson <jas@extundo.com>
8971
8972 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8973 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8974 have only been distributed with Emacs for some years.
8975 (texinfo-mode-hook): Customize.
8976
8977 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8978
8979 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8980 cleaner (suggested by Richard Stallman).
8981
8982 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8983 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8984 file-name clashes on 8+3 DOS filesystems.
8985
8986 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8987 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8988 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8989 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8990 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8991 file-name clashes on 8+3 filesystems.
8992
8993 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8994 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8995 file-name clashes on 8+3 DOS filesystems.
8996
8997 2003-12-29 Richard M. Stallman <rms@gnu.org>
8998
8999 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9000 Upcase the character.
9001
9002 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9003 Search for header separator alone on a line, literally,
9004 and search for it backward, not forward.
9005 (flyspell-abbrev-table): Always use global-abbrev-table
9006 if there is no local one.
9007
9008 * progmodes/sh-script.el (sh-get-indent-info):
9009 Don't move point back if at bob.
9010
9011 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9012
9013 * play/handwrite.el (handwrite): Make the handwrite credit message
9014 a comment rather than an output command.
9015
9016 * obsolete/sc.el: Display message that this file is obsolete.
9017
9018 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9019
9020 * mail/rfc822.el (rfc822-address-start): Declare variable.
9021 Renamed from address-start. All uses changed.
9022
9023 * term.el (term-exec): Set up sentinel.
9024 (term-sentinel): New function.
9025 (term-handle-exit): New function.
9026
9027 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9028 Use assoc-string, and mark them obsolete.
9029 (delay-mode-hooks): Mark as permanent local.
9030
9031 * simple.el (sendmail-user-agent-compose): Use assoc-string.
9032
9033 * register.el (copy-rectangle-to-register): Doc fix.
9034
9035 * info.el (Info-insert-dir): Use assoc-string.
9036
9037 * info-look.el (info-lookup): Use assoc-string.
9038
9039 * frame.el (pop-up-frame-function): Use quote, not `function'.
9040 (frame-notice-user-settings): Calculate ADJUSTED-TOP
9041 copying with lists as coordinate values.
9042
9043 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9044
9045 * find-dired.el (kill-find): New command.
9046 (find-dired): Make buffer read-only.
9047 Set up a keymap with C-c C-k running kill-find.
9048 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9049
9050 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9051
9052 * filecache.el (file-cache-ignore-case): New variable.
9053 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
9054
9055 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9056 (comint-dynamic-complete-as-filename): Rename local vars.
9057 (comint-dynamic-list-filename-completions): Likewise.
9058
9059 * comint.el (comint-dynamic-list-completions-config): New var.
9060 (comint-dynamic-list-completions): Handle both SPC and TAB right.
9061
9062 * comint.el (comint-file-name-chars): Add [].
9063 (comint-word): Use skip-chars-backward, not search.
9064
9065 * shell.el (shell-file-name-chars): Add [].
9066
9067 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9068
9069 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9070
9071 * generic.el (define-generic-mode): Doc fix.
9072
9073 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9074
9075 * files.el (kill-some-buffers): Doc fix.
9076
9077 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
9078
9079 * comint.el (comint-watch-for-password-prompt): Pass `string' as
9080 arg to send-invisible
9081 (send-invisible): Doc fix. The argument is now a prompt, not the
9082 string to send.
9083 (comint-read-noecho): Doc fix.
9084
9085 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
9086
9087 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9088 "@", as required by some ISP hosting service. Fix defcustom
9089 argument syntax errors that prevented use of customization.
9090
9091 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9092
9093 * xml.el (xml-get-attribute-or-nil): Doc fix.
9094
9095 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
9096
9097 * net/zone-mode.el (zone-mode): Use write-file-functions, not
9098 write-file-hooks.
9099
9100 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
9101
9102 * autorevert.el (auto-revert-interval): Doc fix.
9103
9104 2003-12-29 Mark A. Hershberger <mah@everybody.org>
9105
9106 * xml.el (xml-get-attribute-or-nil): New function, like
9107 xml-get-attribute, but returns nil if the attribute was not found.
9108 (xml-get-attribute): Convert to defsubst, uses
9109 xml-get-attribute-or-nil.
9110
9111 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9112
9113 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9114
9115 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
9116
9117 * custom.el (custom-declare-theme): Use `value' when putting
9118 properties on `theme'.
9119
9120 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
9121
9122 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9123 for each yank-handler segment.
9124 (insert-for-yank-1): New function, with the body of the previous
9125 insert-for-yank.
9126
9127 * textmodes/table.el (table-yank-handler): New defcustom.
9128 (table--put-cell-indicator-property): Put yank-handler property
9129 that indicates the yank handler for the table cell.
9130
9131 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9132
9133 * generic-x.el (etc-modules-conf-generic-mode): A more complete
9134 set of keywords.
9135
9136 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9137
9138 * international/mule-cmds.el (reset-language-environment)
9139 (set-language-environment): Don't invoke fontset-related functions
9140 if fontset-list is not fboundp.
9141
9142 2003-12-29 Kenichi Handa <handa@m17n.org>
9143
9144 * international/mule-cmds.el (reset-language-environment):
9145 Call set-overriding-fontspec-internal with nil.
9146 (set-language-environment): Call set-overriding-fontspec-internal
9147 if the language environment specify `overriding-fontspec'.
9148 (language-info-alist): Doc added.
9149
9150 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9151 characters of mule-unicode-0100-24ff.
9152 (ccl-encode-windows-1251-font): New CCL program.
9153 ("Bulgarian"): Specify overriding-fontspec.
9154 ("Belarusian"): Likewise.
9155
9156 2003-12-28 Sam Steingold <sds@gnu.org>
9157
9158 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9159 parameter ID-FORMAT to conform with the 2003-11-30 patch.
9160
9161 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
9162
9163 * progmodes/gud.el (gud-gdb-command-name): Set default to
9164 "gdb --annotate=3".
9165 (gud-gdb-marker-filter): Look out for annotations.
9166 (gdb-first-pre-prompt): New variable.
9167 Remove trailing white space.
9168
9169 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9170 if necessary.
9171 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
9172 annotations are detected.
9173 (gud-gdba-marker-filter): Use global variable gud-marker-acc
9174 instead of a local one to allow transition from
9175 gud-gdb-marker-filter.
9176 Remove trailing white space.
9177
9178 2003-12-27 Kim F. Storm <storm@cua.dk>
9179
9180 * ido.el: Handle non-readable directories.
9181 (ido-decorations): Add 9th element for non-readable directory.
9182 (ido-directory-nonreadable): New dynamic var.
9183 (ido-set-current-directory): Set it.
9184 (ido-read-buffer, ido-file-internal):
9185 (ido-read-file-name, ido-read-directory-name): Let-bind it.
9186 (ido-file-name-all-completions1): Return empty list for
9187 non-readable directory.
9188 (ido-exhibit): Print [Not readable] if directory is not readable.
9189 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9190 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9191 Use it.
9192
9193 2003-12-27 Lars Hansen <larsh@math.ku.dk>
9194
9195 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9196 calls to directory-files-and-attributes and file-attributes.
9197 (ls-lisp-format): Remove system dependent handling of user and
9198 group id's.
9199
9200 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9201
9202 * ffap.el (ffap-read-file-or-url): Revert previous change.
9203
9204 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
9205
9206 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9207 new list of included files called `files-with-node-lines', that
9208 only have node lines. This way @include commands can include any
9209 file, such as version and update files without node lines, not
9210 just files that are chapters.
9211
9212 2003-12-25 Andreas Schwab <schwab@suse.de>
9213
9214 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9215 file not found.
9216
9217 2003-12-08 Miles Bader <miles@gnu.org>
9218
9219 * dired.el (dired-between-files): Always use dired-move-to-filename,
9220 which is more robust in non-english locales.
9221
9222 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9223
9224 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9225
9226 2003-12-24 Andreas Schwab <schwab@suse.de>
9227
9228 * shell.el (shell-file-name-quote-list): Add backslash.
9229
9230 * comint.el (comint-quote-filename): Correctly handle backslash
9231 in comint-file-name-quote-list.
9232
9233 2003-12-24 Kenichi Handa <handa@m17n.org>
9234
9235 * international/mule-cmds.el (set-default-coding-systems):
9236 Call ucs-set-table-for-input for all buffers that don't have local
9237 value of buffer-file-coding-system.
9238
9239 * international/ucs-tables.el (ucs-set-table-for-input):
9240 If translation-table-for-encode is a symbol, get its
9241 translation-table property.
9242
9243 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9244
9245 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9246 to `completing-read' on a recently fixed bug.
9247
9248 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9249 instead of SPACE, to get the list of possible fringe modes.
9250 SPACE only works if both `partial-completion-mode' and
9251 `completion-auto-help' are nil.
9252
9253 * complete.el (PC-is-complete-p): Delete.
9254 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9255 calls to `test-completion'.
9256
9257 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9258
9259 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9260 to edit values when there are no children.
9261
9262 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9263 a mode called "Assembler" already exists.
9264 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9265 (gud-watch): Use format option. Remove font properties from string.
9266 (gdb-var-create-handler, gdb-var-list-children-handler):
9267 Don't bother about properties as there are none.
9268 (gdb-var-create-handler, gdb-var-list-children-handler)
9269 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9270 with two arguments.
9271 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9272 Let speedbar show value changes with a different font.
9273 (gdb-edit-value): New defun.
9274 (gdb-clear-partial-output, gdb-clear-inferior-io)
9275 (def-gdb-auto-update-handler): Use erase-buffer.
9276 (gdb-frame-handler): Display watch expressions in
9277 FUNCTION::VARIABLE format if required.
9278
9279 2003-12-23 John Paul Wallington <jpw@gnu.org>
9280
9281 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9282 (Info-goto-emacs-command-node): Doc fixes.
9283
9284 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9285
9286 * cus-edit.el (custom-add-parent-links): Define "many".
9287
9288 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9289
9290 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9291 (widget-child-validate, widget-type-value-create)
9292 (widget-type-default-get, widget-type-match): New functions.
9293 (lazy): New widget.
9294 (menu-choice, checklist, radio-button-choice, editable-list)
9295 (group, documentation-string): Remove redundant (per 2003-10-25
9296 change) calls to `widget-children-value-delete'.
9297 (widget-choice-value-get, widget-choice-value-inline): Remove.
9298 (menu-choice): Update widget.
9299
9300 2003-12-03 Kenichi Handa <handa@m17n.org>
9301
9302 * language/cyrillic.el: Register "microsoft-cp1251" in
9303 ctext-non-standard-encodings-alist.
9304 ("Bulgarian"): Add ctext-non-standard-encodings.
9305 ("Belarusian"): Likewise.
9306
9307 * international/mule-conf.el (compound-text-with-extensions):
9308 Change the type to 2 (iso-2022 base).
9309
9310 * international/mule.el (ctext-non-standard-encodings-alist):
9311 Change the format.
9312 (ctext-non-standard-encodings): New variable.
9313 (ctext-post-read-conversion): Fully re-written.
9314 (ctext-non-standard-designations-alist): Delete it.
9315 (ctext-non-standard-encodings-table): New function.
9316 (ctext-pre-write-conversion): Fully re-written.
9317
9318 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9319
9320 * cus-edit.el (custom-add-parent-links): Add documentation links
9321 for parent, if the item has none of its own.
9322
9323 2003-11-30 Richard M. Stallman <rms@gnu.org>
9324
9325 * dired-aux.el (dired-do-query-replace-regexp):
9326 Report files visited read-only.
9327
9328 2003-11-30 Juri Linkov <juri@jurta.org>
9329
9330 * dired-aux.el (dired-compare-directories): New command.
9331 (dired-file-set-difference, dired-files-attributes): New functions.
9332
9333 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9334 Version 2.0.38 of Tramp released.
9335
9336 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9337 Charles Curley <charlescurley@charlescurley.com>.
9338 (tramp-multi-connection-function-alist): Add ssht entry which adds
9339 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9340 Aichner.
9341 (tramp-get-method-parameter): New function to retrieve a method
9342 parameter. This allows for omission of method parameters.
9343 Callers adjusted.
9344
9345 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9346
9347 * net/tramp.el: Add new optional parameter ID-FORMAT to
9348 `file-attributes'. Calls of `file-attributes' won't use this
9349 parameter for backward compatibility reasons.
9350 (tramp-perl-file-attributes): Add a new parameter to Perl script
9351 in order to handle uid/gid as strings, if desired.
9352 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9353 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9354 order to make the function more general.
9355 (tramp-handle-file-attributes): Replace proprietary optional
9356 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9357 (tramp-handle-file-attributes-with-perl): Handle parameter
9358 NONNUMERIC if set. This wasn't done in the past.
9359 (tramp-post-connection): Apply second parameter "$2" if
9360 `tramp-remote-perl' is called.
9361
9362 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9363 Correct cut'n'waste error (`filename' instead of `directory').
9364 (tramp-smb-handle-directory-files-and-attributes)
9365 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9366 introduced parameter ID-FORMAT.
9367 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9368 error (`directory' instead of `ldir').
9369
9370 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9371 `file-attributes' has a second parameter. If yes, apply it with
9372 value "'integer". Otherwise, don't use that parameter (default is
9373 integer format).
9374
9375 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9376
9377 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9378 (help-for-help): Add `C-h .' to the listed Help options.
9379 Remove trailing whitespace.
9380
9381 * help-at-pt.el: New file.
9382
9383 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9384
9385 * subr.el (noreturn, 1value): New macros for test coverage.
9386 See `testcover.el'.
9387
9388 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9389
9390 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9391 for macro `1value'.
9392 (testcover-1value): New function. Checks that a 1value form
9393 actually returns only one value. Requested by RMS.
9394
9395 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9396
9397 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9398 (gdb-var-list-children, gdb-var-list-children-handler)
9399 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9400 gdb commands that use mi to keep them out of the command history.
9401
9402 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9403
9404 * cus-start.el (all): Add use-file-dialog.
9405
9406 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9409
9410 2003-11-27 Kim F. Storm <storm@cua.dk>
9411
9412 * subr.el (posn-object-x-y): New defun.
9413
9414 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9417 Don't use `space' for \\\n.
9418 Be more selective as to which # are comment-starters.
9419
9420 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * subr.el (number-sequence): Improve handling of floating point
9423 arguments (suggested by Kim Storm). Allow negative arguments.
9424
9425 2003-11-26 Kenichi Handa <handa@m17n.org>
9426
9427 * international/mule-cmds.el (standard-display-european-internal):
9428 Cancel the standard-display-table setting for ` and '.
9429
9430 2003-11-26 Kim F. Storm <storm@cua.dk>
9431
9432 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9433 New defcustoms to add ffap-like functionality to ido.
9434 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9435 (ido-no-final-slash): New defun.
9436 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9437 (ido-read-file-name): ): Toggle VC checking via
9438 vc-handled-backends instead of vc-master-templates.
9439 (ido-file-internal): Handle ido-use-url-at-point and
9440 ido-use-filename-at-point via code borrowed from ffap-guesser.
9441 Handle new ido-exit code ffap.
9442 (ido-sort-list): Ignore final slash when sorting file names.
9443
9444 2003-11-25 Kim F. Storm <storm@cua.dk>
9445
9446 * emulation/cua-base.el (cua--standard-movement-commands):
9447 Add forward-sentence and backward-sentence.
9448
9449 2003-11-25 Stephen Eglen <stephen@gnu.org>
9450
9451 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9452 iswitchb-exit is set to 'usefirst when user selects buffer at head
9453 of list using RET. (Selecting buffers at the head of the list was
9454 broken if the substring was also a complete buffername.)
9455
9456 2003-11-23 Kim F. Storm <storm@cua.dk>
9457
9458 * progmodes/compile.el (grep-command, grep-use-null-device)
9459 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9460 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9461 (grep-regexp-alist, grep-program, find-program)
9462 (grep-find-use-xargs, grep-history, grep-find-history)
9463 (grep-process-setup, grep-compute-defaults)
9464 (grep-default-command, grep, grep-tag-default, grep-find)
9465 (grep-expand-command-macros, grep-tree-last-regexp)
9466 (grep-tree-last-files, grep-tree): Move grep variables, functions
9467 and commands to new file grep.el.
9468 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9469 (compilation-process-setup-function): Doc fix.
9470 (compilation-highlight-regexp, compilation-highlight-overlay): New
9471 defvars used for highlighting current compile error in source buffer.
9472 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9473 LOCAL-MAP which overrides compilation-highlight-regexp and
9474 compilation-mode-map for this compilation.
9475 Delay calling compilation-set-window-height until after running
9476 compilation-process-setup-function so it can buffer-local override
9477 compilation-window-height.
9478 Check buffer-local value of compilation-scroll-output.
9479 (compilation-set-window-height): Use buffer-local value of
9480 compilation-window-height.
9481 (compilation-revert-buffer): Don't pass (undefined)
9482 preserve-modes arg to revert-buffer.
9483 (next-error-no-select, previous-error-no-select): New commands.
9484 (compilation-goto-locus): Temporarily highlight current match in
9485 source buffer using compilation-highlight-regexp.
9486
9487 * progmodes/grep.el: New file with grep code from compile.el.
9488 (grep): New defcustom group.
9489 (grep-window-height): New defcustom, like compilation-window-height.
9490 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9491 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9492 (grep-command, grep-use-null-device, grep-find-command)
9493 (grep-tree-files-aliases, grep-tree-ignore-case)
9494 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9495 (grep-setup-hook): New hook variable.
9496 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9497 (grep-last-buffer): New defvar, override compilation-last-buffer.
9498 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9499 Call compile-internal with args highlight-regexp and grep-mode-map.
9500
9501 2003-11-23 Kim F. Storm <storm@cua.dk>
9502
9503 * subr.el (event-start, event-end): Doc fix.
9504 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9505 (posn-area, posn-actual-col-row, posn-object): New defuns.
9506 (posn-col-row): Simplify doc. Rewrite to use cond.
9507 (posn-point): Also return buffer position for events outside text
9508 area (that info is now present in the event position).
9509
9510 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9511 mouse-set-point so that hscroll still works now that clicks on
9512 fringes generate specific mouse events.
9513 (mouse-set-point): Note that it now works in fringes and margins
9514 too due to new semantics of posn-point in fringes and margins.
9515
9516 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9517 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9518
9519 2003-11-20 Kim F. Storm <storm@cua.dk>
9520
9521 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9522 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9523 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9524 to 100 for icons to avoid increasing line height when shown.
9525
9526 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9527
9528 * newcomment.el (comment-normalize-vars): Initialize properly if
9529 comment-start was nil.
9530
9531 2003-11-19 Andreas Schwab <schwab@suse.de>
9532
9533 * simple.el (set-variable): Fix indentation.
9534
9535 2003-11-17 Kenichi Handa <handa@m17n.org>
9536
9537 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9538 Fix docstring.
9539
9540 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9541
9542 * international/latin1-disp.el (latin1-display): Fix docstring.
9543
9544 2003-11-16 John Wiegley <johnw@newartisans.com>
9545
9546 * eshell/em-ls.el (eshell-ls-file): There are times with
9547 size-width is nil and uncomputed (when directories are created in
9548 dired, for example); in this case, 4 is reasonable default value,
9549 although it may caused skewed new entries (which could be avoided
9550 by returning the original value of 8 in all cases, but 99% of the
9551 time this is a waste of whitespace).
9552
9553 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9554
9555 * cc-engine.el (c-guess-continued-construct)
9556 (c-guess-basic-syntax): Check a little more carefully if it's a
9557 function declaration when an unknown construct followed by a block
9558 is found inside a statement context. This avoids macros followed
9559 by blocks to be taken as function declarations.
9560
9561 (c-guess-continued-construct): Change the analysis of a statement
9562 continuation with a brace open to `substatement-block', for
9563 consistency with recognized statements.
9564
9565 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9566 start is in a position so that `c-beginning-of-statement-1' jumped
9567 to the beginning of the same statement.
9568
9569 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9570 Don't accept binary operators in the arglist if we're in a function
9571 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9572 template recognition in cases like "if (a < b || c > d)".
9573
9574 (c-restricted-<>-arglists): New more appropriate name for
9575 `c-disallow-comma-in-<>-arglists'.
9576
9577 Accessing functions updated for the variable name change.
9578
9579 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9580 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9581
9582 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9583 labels.
9584
9585 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9586 instead of duplicating parts of it. This fixes bogus label
9587 recognition.
9588
9589 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9590 of checking the context in which to apply the minimum indentation,
9591 so that it isn't enforced in e.g. namespace blocks.
9592
9593 * cc-vars.el (c-inside-block-syms): New constant used by
9594 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9595 to somewhat reduce the risk of becoming stale.
9596
9597 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9598 cc-cmds to cc-engine to allow use from cc-align.
9599
9600 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9601 qualified identifiers containing "::".
9602
9603 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9604 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9605
9606 * cc-vars.el (c-emacs-features): Use a space in front of the name
9607 of the temporary buffer. That also avoids dumping problems in
9608 XEmacs due to undo info being left around after the buffer is killed.
9609
9610 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9611 arglist to see if it's a K&R style declaration.
9612
9613 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9614 before returning `knr-argdecl-intro'.
9615
9616 2003-11-16 John Wiegley <johnw@newartisans.com>
9617
9618 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9619 field in a long-listing always 8 characters, use `size-width',
9620 which has already been computed.
9621
9622 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9623
9624 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9625
9626 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9627
9628 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9629 Support operation while narrowed, with `diff-restrict-view'.
9630
9631 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9632
9633 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9634 Take additional optional arg NARROWFUN. For the generated functions:
9635 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9636 include frags that arrange to check for and save narrowing state before
9637 the move and then conditionally call NARROWFUN after the move.
9638
9639 2003-11-14 John Wiegley <johnw@newartisans.com>
9640
9641 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9642 that was optional, but obviously missing based on surrounding code.
9643
9644 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9645 string arguments to numbers unless the whole argument was seen as
9646 a number.
9647
9648 2003-11-14 Kenichi Handa <handa@m17n.org>
9649
9650 * international/mule.el (ctext-non-standard-encodings-alist):
9651 Fix coding systems.
9652
9653 2003-11-10 Kenichi Handa <handa@m17n.org>
9654
9655 * language/kannada.el ("Kannada"): Add sample-text.
9656
9657 * language/knd-util.el (kannada-compose-region)
9658 (kannada-compose-string, kannada-post-read-conversion):
9659 Add autoload cookie.
9660
9661 * international/quail.el (quail-completion): Change the message
9662 "corresponding translations" to "corresponding characters".
9663
9664 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9665
9666 * descr-text.el (describe-char): Fix typo.
9667
9668 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9669
9670 These changes are to support Kannada language/script.
9671
9672 * Makefile.in (DONTCOMPILE): Add kannada.el.
9673
9674 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9675
9676 * loadup.el: Preload kannada.el.
9677
9678 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9679 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9680 New variables.
9681
9682 * language/kannada.el: New file.
9683
9684 * language/knd-util.el: New file.
9685
9686 2003-11-07 Andreas Schwab <schwab@suse.de>
9687
9688 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9689 Also highlight AH_*.
9690
9691 * xml.el (xml-parse-dtd): Fix misplaced paren.
9692
9693 2003-11-07 Kenichi Handa <handa@m17n.org>
9694
9695 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9696
9697 2003-11-05 Juri Linkov <juri@jurta.org>
9698
9699 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9700 (desktop-buffer-file): Use saved buffer-file-coding-system
9701 for file reading. Set auto-insert to nil to prevent automatic
9702 insertion into restored empty files.
9703
9704 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9705
9706 * files.el (risky-local-variable-p): Make second argument optional.
9707
9708 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * subr.el (add-hook): Fix last change.
9711
9712 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9713
9714 * mail/rmail.el (rmail-convert-to-babyl-format):
9715 If base64-decode-region signals an error, catch it and silently
9716 ignore it.
9717
9718 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9719
9720 * xml.el (xml-parse-region): Allow comments to appear after the
9721 topmost element has closed.
9722 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9723 (xml-ns-expand-attr): New functions to do namespace handling.
9724 (xml-intern-attrlist): Back-compatible handling of attribute names.
9725 (xml-parse-tag): Move namespace handling to separate functions.
9726 Now produces elements in the form ((:ns . "element") (attr-list)
9727 children) instead of ('ns:element (attr-list) children).
9728 (xml-parse-attlist): Fix attribute parsing.
9729 (xml-parse-dtd): Change parsing so that it produces strings
9730 instead of interned symbols.
9731
9732 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9733
9734 * dired.el (dired-ls-sorting-switches): Doc fix.
9735
9736 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9737
9738 * emacs-lisp/rx.el (rx-or): Fix the case of
9739 "(rx (and ?a (or ?b ?c) ?d))".
9740
9741 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9742
9743 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9744 (texinfo-format-region): Use it.
9745 (texinfo-format-buffer-1): Ditto.
9746
9747 2003-11-01 Alan Mackenzie <acm@muc.de>
9748
9749 Changes to allow scrolling whilst in isearch mode:
9750 * isearch.el (isearch-unread-key-sequence): New function,
9751 extracted from isearch-other-meta-char.
9752 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9753 "scrollable" standard functions.
9754 (isearch-allow-scroll): New customizable variable.
9755 (isearch-string-out-of-window, isearch-back-into-window)
9756 (isearch-reread-key-sequence-naturally)
9757 (isearch-lookup-scroll-key): New functions.
9758 (isearch-other-meta-char): Doc string and functionality enhanced.
9759 Now accepts a prefix argument.
9760 (isearch-lazy-highlight-window-end): New variable.
9761 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9762 end (thru isearch-lazy-highlight-window-end), not only its start.
9763
9764 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9765 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9766 (universal-argument, universal-argument-more, negative-argument)
9767 (digit-argument, universal-argument-other-key): Minor changes.
9768
9769 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9770
9771 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9772 recursively if the last message is deleted, thus avoiding an
9773 infinite loop.
9774
9775 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9778 (tex-main-file): Don't add .tex if the extension is already present.
9779 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9780
9781 2003-10-29 Lute Kamstra <lute@gnu.org>
9782
9783 * progmodes/octave-inf.el (inferior-octave-prompt):
9784 Recognize version number in prompt.
9785
9786 2003-10-28 Dave Love <fx@gnu.org>
9787
9788 * international/characters.el: Fix some Unicode ranges.
9789
9790 2003-10-28 Kenichi Handa <handa@m17n.org>
9791
9792 * disp-table.el (standard-display-8bit)
9793 (standard-display-default, standard-display-ascii)
9794 (standard-display-g1, standard-display-graphic)
9795 (standard-display-underline): Assure that standard-display-table
9796 is a display table.
9797
9798 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9801 reindenting the first line.
9802
9803 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9804
9805 * wid-edit.el (widget-default-delete): Always delete child widgets.
9806
9807 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9810 if the line has code.
9811 Don't try to line up with something that's too far left.
9812
9813 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9814 (octave-mode-syntax-table): Add % as a comment starter.
9815 (octave-point): Remove.
9816 (octave-in-comment-p, octave-in-string-p)
9817 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9818 (octave-blink-matching-block-open, octave-auto-fill):
9819 Use line-(beginning|end)-position instead.
9820
9821 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9822
9823 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9824 for Francesco Potort\e,Al\e(B.
9825
9826 2003-10-23 Dave Love <fx@gnu.org>
9827
9828 * international/mule-cmds.el (locale-charset-to-coding-system):
9829 Don't rely on nil being a coding system.
9830
9831 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9832 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9833 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9834
9835 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9836
9837 * gdb-ui.el (gdb-current-language): New variable.
9838 (gdb-update-flag): Remove variable.
9839 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9840 (gdb-take-last-elt): Remove function.
9841 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9842 (gdb-post-prompt): Check for variable object changes here.
9843
9844 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9845 object changes in gdb-ui.el.
9846
9847 2003-10-21 Richard M. Stallman <rms@gnu.org>
9848
9849 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9850
9851 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9852 Don't check for foo*/ wildcard form here.
9853 (insert-directory): Recognize foo*/ as a wildcard.
9854 Separate wildcard-regexp variable from the arg, wildcard.
9855
9856 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9857 (remove-hook): Correctly handle strange cases about local hooks.
9858
9859 2003-10-21 David Ponce <david@dponce.com>
9860
9861 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9862 argument REAL, to return a real number instead of a rounded
9863 integer value. Define as inline function.
9864 (ruler-mode-right-fringe-cols): Likewise.
9865 (ruler-mode-scroll-bar-cols): New function.
9866 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9867 (ruler-mode-right-scroll-bar-cols): Likewise.
9868 (ruler-mode-space): New function.
9869 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9870 scroll bar mode and margins in a more robust way.
9871
9872 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9873
9874 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9875 (antlr-c-init-language-vars): New function.
9876 (antlr-mode): Use it with cc-mode before v5.29.
9877 (antlr-c-common-init): Don't set some local vars here.
9878 (antlr-mode): Set them here.
9879 (antlr-c-forward-sws): New function alias.
9880 (antlr-mode): Redefine with cc-mode before v5.30.
9881 (antlr-skip-sexps): Use it.
9882 (antlr-skip-exception-part): Ditto.
9883 (antlr-skip-file-prelude): Ditto.
9884 (antlr-outside-rule-p): Ditto.
9885 (antlr-end-of-body): Ditto.
9886 (antlr-option-kind): Ditto.
9887 (antlr-insert-option-area): Ditto.
9888 (antlr-file-dependencies): Ditto.
9889
9890 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9891
9892 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9893 Move backward only if point was not inside an entry.
9894
9895 2003-10-21 Richard M. Stallman <rms@gnu.org>
9896
9897 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9898
9899 2003-10-21 Juri Linkov <juri@jurta.org>
9900
9901 * compare-w.el: Automatically skip non-matching text to resync.
9902 (compare-windows-whitespace): Doc fix.
9903 (compare-windows-sync, compare-windows-sync-string-size)
9904 (compare-windows-recenter, compare-ignore-whitespace)
9905 (compare-windows-highlight, compare-windows-face): New variables.
9906 (compare-windows): Use compare-windows-sync.
9907 (compare-windows-highlight, compare-windows-dehighlight)
9908 (compare-windows-sync-regexp)
9909 (compare-windows-sync-default-function): New functions.
9910
9911 2003-10-21 Juri Linkov <juri@jurta.org>
9912
9913 * diff.el (diff-parse-differences): Don't visit the files now;
9914 instead, just record the error locus.
9915
9916 2003-10-21 Dave Love <fx@gnu.org>
9917
9918 * progmodes/cfengine.el: New file.
9919
9920 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9923 default-directory when completing file names.
9924
9925 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9926
9927 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9928 followed by the word `face', it gets treated as a face, even if
9929 it is also defined as a variable or a function.
9930
9931 2003-10-20 Dave Love <fx@gnu.org>
9932
9933 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9934 Avoid incf in macro expansion.
9935
9936 2003-10-20 John Paul Wallington <jpw@gnu.org>
9937
9938 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9939 `evenp' so we don't implicitly require cl library at runtime.
9940
9941 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9942
9943 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9944 (help-make-xrefs): Only make cross-references for faces if
9945 preceded or followed by the word `face'. Do not make a
9946 cross-reference for variables without variable documentation,
9947 unless preceded by the word `variable' or `option'. Update doc
9948 string accordingly.
9949
9950 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9951
9952 * progmodes/hideshow.el: Rewrite one-armed `if'
9953 constructs using either `when' or `unless'.
9954 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9955
9956 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9957
9958 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9959 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9960 instead of 12x12.
9961
9962 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9963
9964 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9965 message while converting to Babyl.
9966
9967 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9968
9969 * allout.el (allout-mode): Doc fix.
9970
9971 2003-10-16 Lute Kamstra <lute@gnu.org>
9972
9973 * subr.el (force-mode-line-update): Fix docstring.
9974
9975 2003-10-14 Dave Love <fx@gnu.org>
9976
9977 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9978 (default-input-method): Add :link, improve :type.
9979 (locale-charset-language-names): Fix utf-8 pattern.
9980 (locale-charset-match-p, locale-charset-alist)
9981 (locale-charset-to-coding-system): New.
9982 (set-locale-environment): Deal with codeset part of locale specs.
9983
9984 2003-10-14 Lute Kamstra <lute@gnu.org>
9985
9986 * fringe.el (fringe-mode): Use active voice in docstring.
9987 (set-fringe-style): Ditto.
9988
9989 2003-10-13 Lute Kamstra <lute@gnu.org>
9990
9991 * fringe.el (fringe-mode): Fix docstring.
9992 (set-fringe-style): Ditto.
9993
9994 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9995
9996 * ediff-mult.el (ediff-filegroup-action):
9997 Use ediff-default-filtering-regexp.
9998
9999 * ediff-util.el (ediff-recenter): Don't call
10000 ediff-restore-highlighting twice.
10001 (ediff-select-difference): Set current difference.
10002 (ediff-unselect-and-select-difference): Add comment.
10003
10004 * ediff.el (ediff-directories,ediff-directory-revisions)
10005 (ediff-directories3,ediff-merge-directories)
10006 (ediff-merge-directories-with-ancestor)
10007 (ediff-merge-directory-revisions)
10008 (ediff-merge-directory-revisions-with-ancestor):
10009 Use ediff-default-filtering-regexp.
10010
10011 2003-10-12 Andreas Schwab <schwab@suse.de>
10012
10013 * international/mule-cmds.el (locale-charset-language-names):
10014 Simplify regex by removing unused grouping.
10015
10016 2003-10-10 Dave Love <fx@gnu.org>
10017
10018 * bindings.el: Don't bind stop.
10019
10020 2003-10-08 Miles Bader <miles@gnu.org>
10021
10022 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10023 face instead of attempting to emulate it.
10024
10025 2003-10-07 Kenichi Handa <handa@m17n.org>
10026
10027 * international/mule-diag.el (list-coding-systems-1): List coding
10028 systems that are loaded automatically.
10029
10030 * international/code-pages.el (iso-8859-11): Add autoload cookie.
10031
10032 * international/mule.el (autoload-coding-system): New function.
10033
10034 2003-10-07 Andreas Schwab <schwab@suse.de>
10035
10036 * log-edit.el (log-edit-changelog-entries): Prefer local value of
10037 change-log-default-name in the buffer visiting the file.
10038
10039 2003-10-06 Dave Love <fx@gnu.org>
10040
10041 * files.el (find-file-hook): Customize.
10042 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10043
10044 * bindings.el (completion-ignored-extensions): Remove .log.
10045 (global-map): Add again, open, stop keys.
10046
10047 2003-10-05 Richard M. Stallman <rms@gnu.org>
10048
10049 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10050 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10051 Use sh-modify directly.
10052 (sh-select): Use sh-append, not eval.
10053
10054 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10055
10056 * info.el (Info-following-node-name): New function.
10057
10058 * loadhist.el (unload-feature-special-hooks):
10059 Rename from loadhist-hook-functions.
10060 (loadhist-hook-functions): Now an alias.
10061
10062 2003-10-04 Eli Zaretskii <eliz@gnu.org>
10063
10064 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10065 file-name clashes on 8+3 filesystems.
10066
10067 * Makefile.in (DONTCOMPILE, bootstrap-clean):
10068 Rename loaddefs-boot.el to ldefs-boot.el
10069
10070 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10071 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10072
10073 2003-10-03 Lute Kamstra <lute@gnu.org>
10074
10075 * info.el (Info-mode): Revert previous change.
10076 (Info-escape-percent): New function.
10077 (Info-fontify-node): Use it.
10078
10079 2003-10-02 Andreas Schwab <schwab@suse.de>
10080
10081 * loaddefs-boot.el: Regenerated.
10082
10083 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
10084
10085 * ffap.el: Remove defadvice related code from CVS since `complete'
10086 provides a `PC-completion-as-file-name-predicate' variable that
10087 ffap can override.
10088
10089 2003-10-02 Kenichi Handa <handa@m17n.org>
10090
10091 * international/utf-8.el (ccl-decode-mule-utf-8):
10092 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10093
10094 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10095 * international/subst-big5.el: Likewise.
10096 * international/subst-gb2312.el: Likewise.
10097 * international/subst-ksc.el: Likewise.
10098
10099 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10100
10101 * calendar/calendar.el (increment-calendar-month)
10102 (calendar-leap-year-p, calendar-absolute-from-gregorian)
10103 (generate-calendar, calendar-read-date, calendar-interval)
10104 (calendar-day-of-week): Handle years BC.
10105 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10106
10107 2003-10-01 Dave Love <fx@gnu.org>
10108
10109 * language/cyrillic.el (cp1251): Alias for windows-1251.
10110
10111 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10112 bootstrap.
10113
10114 2003-10-01 Lute Kamstra <lute@gnu.org>
10115
10116 * files.el: Fix typo.
10117 * imenu.el (imenu--generic-function): Docstring fix.
10118
10119 2003-09-30 Richard M. Stallman <rms@gnu.org>
10120
10121 * dired.el (dired-mode): Handle dired-directory as a list.
10122
10123 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
10124
10125 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10126
10127 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10128
10129 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10130 Replace gud-display with gud-watch.
10131 (gud-speedbar-buttons): Add stuff for watching expressions
10132 in the speedbar when using M-x gdba. Use dolist on old part
10133 of this function.
10134
10135 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10136 (gdb-update-flag): New variables.
10137 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10138 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10139 (gud-watch, gdb-var-create-handler) : New functions.
10140 (gdb-var-list-children, gdb-var-list-children-handler)
10141 (gdb-var-create-regexp, gdb-var-update-regexp)
10142 (gdb-var-list-children-regexp): New constants.
10143 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10144 (gdb-annotation-rules): Reduce annotation set (level 3).
10145 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10146 (gdb-post-prompt): Don't update GDB buffers every time speedbar
10147 updates.
10148 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10149 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10150 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10151 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10152 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10153 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10154 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10155 (gud-display, gud-display1)
10156 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10157 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10158 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10159 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10160 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10161 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10162 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10163 (gdb-display-display-buffer, gdb-toggle-display)
10164 (gdb-delete-display, gdb-expressions-popup-menu)
10165 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10166 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10167 to display buffer.
10168
10169 2003-09-30 Richard M. Stallman <rms@gnu.org>
10170
10171 * progmodes/ada-mode.el (ada-mode): Don't use advice.
10172 Instead, set which-func-functions.
10173
10174 * progmodes/which-func.el (which-func-modes): Add ada-mode.
10175 (which-func-functions): New variable.
10176 (which-function): Use that.
10177
10178 * info.el (Info-mode): Double each `%' in header line.
10179
10180 * emacs-lisp/lisp-mnt.el (lm-with-file):
10181 When FILE is nil, run BODY in current buffer.
10182
10183 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10184
10185 * help.el (describe-mode): Start with a brief list of minor modes.
10186 Find them thru minor-mode-list so as to find them all.
10187 Show them in alphabetical order.
10188
10189 * mail/sendmail.el (mail-aliases): Doc fix.
10190
10191 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10192
10193 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10194
10195 * mail/rmailsum.el (rmail-make-summary-line-1):
10196 Change comma after last label to a space.
10197 (rmail-summary-font-lock-keywords): Adapt to that change.
10198
10199 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
10200
10201 * progmodes/scheme.el (scheme-mode-variables): When setting
10202 `font-lock-defaults', also specify that "#" should
10203 be interpreted with `word' syntax.
10204 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10205
10206 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10207
10208 * desktop.el: A lot of comments updated.
10209 (desktop-save-mode): Minor mode introduced.
10210 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10211 (desktop-load-default): Function made obsolete.
10212 (desktop-locals-to-save): Variable made customizable.
10213 (desktop-read): Optional parameter `dirname' added.
10214 (desktop-change-dir, desktop-revert): Parameter `dirname' in
10215 `desktop-read' used.
10216 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10217
10218 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
10219
10220 * whitespace.el (whitespace-clean-msg): Add user customizable message
10221 for displaying ``clean'' output.
10222 (whitespace-buffer): Use `whitespace-clean-msg'.
10223 (whitespace-global-mode): Fix typo.
10224
10225 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10226
10227 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10228
10229 2003-09-29 Lute Kamstra <lute@gnu.org>
10230
10231 * bindings.el (mode-line-modes): Remove superfluous :propertize
10232 construct in initialization.
10233 (mode-line-position): Change cons cell into proper list in
10234 initialization.
10235
10236 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10237
10238 * international/mule.el (decode-coding-inserted-region): Use car
10239 of the return value of find-operation-coding-system.
10240
10241 2003-09-29 Kenichi Handa <handa@m17n.org>
10242
10243 * descr-text.el (describe-char): Fix previous change.
10244
10245 2003-09-28 Kenichi Handa <handa@m17n.org>
10246
10247 * descr-text.el (describe-char-display): New function.
10248 (describe-char): Pay attention to display table on describing how
10249 a character is displayed.
10250
10251 * international/mule-cmds.el (encoded-string-description):
10252 Prepend "0x" to each encoded byte.
10253
10254 2003-09-28 Andreas Schwab <schwab@suse.de>
10255
10256 * find-file.el (ff-special-constructs): Add autoload cookie.
10257
10258 2003-09-28 Kevin Ryde <user42@zip.com.au>
10259
10260 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10261 makeinfo appends to duplicate index entries.
10262
10263 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10264
10265 * dired-x.el (dired-clean-tex): Doc fix.
10266
10267 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10268 using a Chinese tutorial.
10269
10270 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10271
10272 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10273 between "MAIL FROM:" and "RCPT TO:" and the following address.
10274
10275 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10276
10277 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10278
10279 2003-09-28 David Ponce <david@dponce.com>
10280
10281 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10282 (recentf-load-list): When `recentf-initialize-file-name-history'
10283 is non-nil, initialize an empty `file-name-history' with the
10284 recent list.
10285
10286 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10287
10288 * man.el (Man-default-man-entry): Remove the leading `*' from the
10289 word at point.
10290
10291 2003-09-26 Lute Kamstra <lute@gnu.org>
10292
10293 * bindings.el (mode-line-position): Mention size indication in
10294 docstring.
10295
10296 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10297
10298 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10299
10300 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10301 because it's autoloaded now.
10302
10303 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10304
10305 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10306 (sh-font-lock-keywords, sh-feature): Fix previous change of
10307 sh-feature to avoid infloop with sh-font-lock-keywords.
10308
10309 2003-09-25 Kim F. Storm <storm@cua.dk>
10310
10311 * frame.el (frame-current-scroll-bars): New defun.
10312
10313 * window.el (window-current-scroll-bars): New defun.
10314
10315 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10316
10317 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10318 cause errors when the state cache contains info on parts that have
10319 been narrowed out.
10320
10321 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10322
10323 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10324 `c-setup-paragraph-variables' has to be used when this variable is
10325 changed; it doesn't work to reinitialize the mode since that
10326 typically clobbers the variable.
10327
10328 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10329 Make it interactive.
10330
10331 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10332
10333 * progmodes/cc-fonts.el (c-font-lock-declarations):
10334 Fix recognition of constructors and destructors for classes whose
10335 names are matched by `*-font-lock-extra-types'.
10336
10337 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10338 followed by an identifier in C++ then it's a type.
10339
10340 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10341
10342 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10343 problem that primarily affected XEmacs. Don't use faces to find
10344 unterminated strings since Emacs and XEmacs fontify strings
10345 differently - this function should now work better in XEmacs.
10346
10347 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10348
10349 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10350 `expand-abbrev' workaround which caused braces to misbehave inside
10351 macros.
10352
10353 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10354 handling. This bug could cause interactive font locking to bail out.
10355
10356 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10357
10358 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10359 Handle paren-style types in Pike. Also fixed some cases of
10360 insufficient handling of unbalanced parens.
10361
10362 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10363
10364 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10365 common shell prompts that are not common filename or URL characters.
10366 (ffap-file-at-point): Use the new regexp to strip the prompts from
10367 the file names. This is an issue mostly for user prompts that
10368 don't have a trailing space and find-file-at-point is invoked from
10369 within a shell inside Emacs.
10370
10371 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10372
10373 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10374 stamps numerically, rather than textually.
10375
10376 2003-09-24 Kenichi Handa <handa@m17n.org>
10377
10378 * language/devan-util.el (devanagari-post-read-conversion):
10379 * language/mlm-util.el (malayalam-post-read-conversion):
10380 * language/tml-util.el (tamil-post-read-conversion):
10381 Add autoload cookie.
10382
10383 * international/utf-8.el (utf-8-post-read-conversion):
10384 Call post-read-conversion functions for Devanagari, Malayalam,
10385 and Tamil.
10386
10387 2003-09-23 Dave Love <fx@gnu.org>
10388
10389 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10390
10391 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10392
10393 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10394 Update gud-remove.
10395
10396 2003-09-22 Richard M. Stallman <rms@gnu.org>
10397
10398 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10399 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10400 (sh-mode-syntax-table-input): New variable.
10401 (sh-require-final-newline): Don't use eval.
10402 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10403 (sh-variables, sh-font-lock-keywords): Don't use eval.
10404 (sh-set-shell): When setting require-final-newline,
10405 treat value = `require-final-newline' as don't change it.
10406 Set sh-mode-syntax-table locally based on
10407 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10408
10409 * progmodes/compile.el (compile-internal):
10410 Call compilation-set-window-height before setting window start.
10411
10412 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10413
10414 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10415 Clear out byte-compile-last-warned-form.
10416
10417 2003-09-22 Richard M. Stallman <rms@gnu.org>
10418
10419 * woman.el (woman-file-name, woman-follow-word):
10420 If current-word returns nil, use "".
10421
10422 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10423
10424 2003-09-22 Richard M. Stallman <rms@gnu.org>
10425
10426 * emacs-lisp/lisp-mnt.el (lm-with-file):
10427 Don't visit the file, just use insert-file-contents in temp buffer.
10428
10429 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10430
10431 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10432 Add surrounding \\( and \\) around the header, as in
10433 for lm-history-header 'Change Log\\|History'.
10434
10435 2003-09-22 John Paul Wallington <jpw@gnu.org>
10436
10437 * progmodes/ld-script.el: Add Commentary section,
10438 minor cleanup of file header.
10439 (ld-script-font-lock-keywords): Doc fix.
10440 (toplevel): Provide `ld-script' feature.
10441
10442 2003-09-21 Kim F. Storm <storm@cua.dk>
10443
10444 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10445 new built-in variable default-frame-scroll-bars.
10446 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10447 scroll-bar-mode; notably, use it instead of t when we toggle
10448 scroll-bars on.
10449 (toggle-scroll-bar): Use default-frame-scroll-bars.
10450
10451 2003-09-19 Masatake YAMATO <jet@gyve.org>
10452
10453 * pcvs.el (cvs-do-removal): Change the prompt depending on
10454 `filter' value.
10455
10456 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10457
10458 * startup.el (command-line-1): Stop startup-echo-area-message
10459 being hidden by "Loading image..." message.
10460 (use-fancy-splash-screens-p, display-splash-screen):
10461 Move display-graphic-p test from latter to former.
10462
10463 * progmodes/sh-script.el (sh-font-lock-keywords):
10464 Highlight escaped EOLs differently from other backslash constructs.
10465
10466 2003-09-19 Richard M. Stallman <rms@gnu.org>
10467
10468 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10469 New functions.
10470 (edebug-enter, edebug-outside-excursion): Use them.
10471
10472 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10473 Fix the condition for whether to print "In WHERE".
10474
10475 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10476
10477 * finder.el (finder-mode-hook): New variable.
10478 (finder-mode): Run hook finder-mode-hook
10479
10480 2003-09-18 Masatake YAMATO <jet@gyve.org>
10481
10482 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10483
10484 2003-09-17 Mario Lang <mlang@delysid.org>
10485
10486 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10487 "p %e" to actually print the value in the GUD buffer.
10488
10489 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10490
10491 From David Ponce <david.ponce@wanadoo.fr>:
10492 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10493 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10494 from loaddefs-boot.el if necessary.
10495
10496 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10497
10498 * progmodes/gud.el (gud-find-class): Make jdb work again since
10499 cc-mode changed the syntactic information.
10500
10501 2003-09-15 David Ponce <david@dponce.com>
10502
10503 * recentf.el: (recentf-exclude): Accept predicates too.
10504 (recentf-file-readable-p): New function.
10505 (recentf-include-p): Handle predicates in recentf-exclude.
10506 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10507 (recentf-cleanup): Likewise.
10508 (recentf-save-list): Use write-file to handle backup of
10509 recentf-save-file.
10510
10511 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10512
10513 * loaddefs-boot.el: Renamed from `loaddefs.el'
10514 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10515 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10516 necessary.
10517
10518 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10519
10520 * electric.el (Electric-pop-up-window): For the `one-window' case,
10521 no longer disconcertingly move point in the original buffer.
10522
10523 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10526
10527 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10528
10529 * dired.el (dired-mode-map): Fix typo.
10530
10531 2003-09-11 Richard M. Stallman <rms@gnu.org>
10532
10533 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10534
10535 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10536
10537 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10538 the function is less noisy. Now only `kill-buffer' can ask questions.
10539
10540 2003-09-10 Mario Lang <mlang@delysid.org>
10541
10542 * battery.el: Update Commentary and Copyright.
10543 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10544 appear due to wrong ordering of the expressions in `or'.
10545
10546 2003-09-09 Lute Kamstra <lute@gnu.org>
10547
10548 * misc.el (upcase-char): Fix docstring.
10549 (zap-up-to-char): New command.
10550
10551 2003-09-08 David Ponce <david@dponce.com>
10552
10553 Ensure that recentf correctly updates the menu bar.
10554 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10555 (recentf-menu-bar): New function.
10556 (recentf-clear-data): Use it
10557 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10558 of easy-menu-change.
10559
10560 2003-09-08 Lute Kamstra <lute@gnu.org>
10561
10562 * simple.el (size-indication-mode): New.
10563 * bindings.el (mode-line-position): Add buffer size indicator.
10564
10565 2003-09-04 Mario Lang <mlang@delysid.org>
10566
10567 * battery.el (battery-linux-proc-acpi): New function.
10568 (battery-status-function): Modify default value calculation to also
10569 check for availability of ACPI.
10570 (battery-echo-area-format): Ditto.
10571 (battery-mode-line-format): Ditto.
10572
10573 2003-09-06 Dave Love <fx@gnu.org>
10574
10575 * ielm.el (ielm-mode-hook): Add :options.
10576
10577 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10578 (eldoc-print-current-symbol-info): Use it.
10579
10580 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10581
10582 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10583 being displayed in GUD buffer.
10584 (gdb-idle-input-queue): Remove var. Use just one queue.
10585 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10586 Remove functions. Use just one queue.
10587 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10588 (gdb-invalidate-assembler, gdb-get-current-frame):
10589 Modify functions. Use just one queue.
10590
10591 2003-09-04 Dave Love <fx@gnu.org>
10592
10593 * cus-start.el: Add blink-cursor-alist.
10594
10595 * ruler-mode.el (ruler-mode-fill-column-char)
10596 (ruler-mode-current-column-char): Use char-displayable-p,
10597 not window-system.
10598
10599 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10600
10601 * language/european.el (windows-1252): Move from code-pages.
10602
10603 * language/cyrillic.el ("Windows-1251"): Delete.
10604 ("Bulgarian", "Belarusian"): Remove `features'.
10605 (windows-1251): Move from code-pages.
10606
10607 * international/mule-diag.el (non-iso-charset-alist):
10608 Remove `codepage' stuff.
10609 (print-designation, list-coding-systems-1): Output fixes.
10610
10611 * international/code-pages.el (cp-make-translation-table)
10612 (cp-valid-codes): Made defsubsts.
10613 (cp-fix-safe-chars): Delete.
10614 (mule-diag): Don't require.
10615 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10616 (top-level): Check for defined coding system when defining
10617 cp... aliases. Change w32-add-charset-info test to avoid warning.
10618 (non-iso-charset-alist): Defvar when compiling.
10619 (cp-make-coding-system): Doc fix.
10620
10621 2003-09-02 Jason Rumney <jasonr@gnu.org>
10622
10623 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10624 line-ends from CVS before doing conversion.
10625
10626 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10627
10628 * calendar/diary-lib.el (diary-header-line-flag)
10629 (diary-header-line-format): New variables.
10630 (list-diary-entries): Use them to set header line in simple diary.
10631
10632 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10633 other than font-lock-string-face to highlight backslashes.
10634
10635 2003-09-01 Jason Rumney <jasonr@gnu.org>
10636
10637 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10638 regexp.
10639
10640 2003-09-01 Dave Love <fx@gnu.org>
10641
10642 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10643
10644 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10645 and :help; also line and column numbers labels.
10646
10647 * international/mule-util.el (char-displayable-p): Move from
10648 latin1-disp, rename and autoload.
10649
10650 * international/latin1-disp.el (latin1-char-displayable-p):
10651 Now obsolete alias. Replace uses with char-displayable-p.
10652 (latin1-display-ucs-per-lynx): Fix last change.
10653
10654 * international/mule-cmds.el (standard-display-european-internal):
10655 Don't use char code for Latin-1 NBSP.
10656 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10657 U+2018, U+2019 for `'.
10658 (select-safe-coding-system): Message fix.
10659
10660 2003-09-01 Kenichi Handa <handa@m17n.org>
10661
10662 * international/fontset.el (setup-default-fontset): For Thai
10663 font, specify "*" family.
10664
10665 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10666
10667 * progmodes/compile.el (previous-error): Accept a prefix
10668 argument, similarly to next-error.
10669
10670 2003-08-31 Masatake YAMATO <jet@gyve.org>
10671
10672 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10673 the number of files. Bind the number of files to a local
10674 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10675
10676 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10677
10678 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10679 2003-07-26: msdos-long-file-names is a function, not a variable.
10680
10681 2003-08-29 Richard M. Stallman <rms@gnu.org>
10682
10683 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10684 Do nothing with mail-personal-alias-file if it is nil.
10685
10686 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10687 Do nothing if mail-personal-alias-file is nil.
10688
10689 * term.el (term-exec-1): Bind coding-system-for-read.
10690
10691 * dired.el (dired-mouse-find-file-other-window):
10692 Use dired-view-command-alist here, as in dired-view-file.
10693 (dired-view-command-alist): Use %s to substitute file name.
10694 Handle .ps_pages, .eps, .jpg, .gif, .png.
10695
10696 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10697
10698 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10699 `Info-prev-reference', instead of M-tab.
10700
10701 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10702
10703 * simple.el (blink-matching-open): Work correctly on chars that
10704 are designated as parens through the syntax-table text property.
10705
10706 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10707
10708 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10709 line break position in the middle of a non-kinsoku (e.g. latin)
10710 word, making it skip until either a space or a character with
10711 category "|".
10712 (kinsoku-longer): Test for end of buffer.
10713
10714 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10715
10716 * mail/rmail.el (rmail-convert-to-babyl-format):
10717 Detect quoted-printable- and base64-encoded messages and decode them
10718 automatically. Set the message's encoding from the charset=
10719 header, if any. Decode base64-encoded messages in Mail format as well.
10720
10721 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10722
10723 * mail/smtpmail.el: Fix previous change.
10724 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10725 calling smtpmail-via-smtp.
10726 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10727
10728 2003-08-26 John Paul Wallington <jpw@gnu.org>
10729
10730 * image.el (image-jpeg-p): Don't search beyond length of data.
10731
10732 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10733
10734 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10735 misfeature in `expand-abbrev' which caused electric keywords like
10736 "else" to disappear if an open brace was typed directly afterwards.
10737
10738 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10739
10740 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10741 mandatory in `define-widget'.
10742
10743 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10744 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10745
10746 (c-assignment-operators): New language constant that only contains
10747 the assignment operators.
10748
10749 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10750
10751 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10752
10753 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10754 Safeguard against unbalanced sexps.
10755
10756 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10757
10758 * version.el (emacs-version): Check for gtk. Include gtk version info.
10759
10760 2003-08-25 John Paul Wallington <jpw@gnu.org>
10761
10762 * man.el (Man-default-man-entry): Don't whizz past the section
10763 number before looking for it.
10764
10765 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10766
10767 * progmodes/gud.el (gud-display-line): Don't set window-point if
10768 source buffer is not visible. (Only happens with M-x gdba.)
10769
10770 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10771 documentation.
10772 (gdb-source, gdb-source-info): Update to assembler unnecessary
10773 as its done after each GDB command anyway.
10774 (gdb-pre-prompt): Use with-current-buffer.
10775 (gdb-insert-field): Add help-echo text.
10776 (gdb-invalidate-assembler): Re-display of assembler now done in
10777 gdb-info-breakpoints-custom.
10778 (gdb-info-breakpoints-custom): Force re-display of assembler to
10779 happen *after* update of breakpoints buffer.
10780 (gdb-display-source-buffer): Don't choke if gdb-source-window
10781 isn't visible.
10782 (gdb-put-string, gdb-put-arrow): Remove free variables.
10783
10784 2003-08-24 John Paul Wallington <jpw@gnu.org>
10785
10786 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10787
10788 * man.el (Man-default-man-entry): Strip text properties when
10789 snarfing parts of entry because `format' preserves properties.
10790
10791 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10792
10793 * files.el (file-newest-backup): Use `expand-file-name'.
10794
10795 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10796 Allow the diary to pop up a new frame, if needed.
10797
10798 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10799 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10800 (smtpmail-send-it): Make treatment of envelope-from consistent with
10801 sendmail.el.
10802
10803 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10804 (sh-leading-keywords): Add the bash `time' reserved word.
10805 (sh-variables): Add some bash variables.
10806 (sh-add-completer): Fix nil branch of case statement.
10807
10808 2003-08-24 Masatake YAMATO <jet@gyve.org>
10809
10810 * progmodes/ld-script.el: New file.
10811
10812 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10813
10814 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10815
10816 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10817
10818 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10819 Better explain obsolescence, and what to use instead.
10820
10821 2003-08-23 Masatake YAMATO <jet@gyve.org>
10822
10823 * pcvs.el (cvs-do-removal): Show the deleted file name
10824 on the prompt.
10825
10826 2003-08-20 Dave Love <fx@gnu.org>
10827
10828 * international/mule.el (make-coding-system)
10829 (set-buffer-file-coding-system): Doc fix.
10830
10831 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10832
10833 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10834
10835 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10836
10837 * international/utf-16.el: Add mime-text-unsuitable coding system
10838 properties.
10839
10840 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10841
10842 * cus-edit.el: Add some :links.
10843 (bib): Remove.
10844
10845 * textmodes/bib-mode.el (bib): Add :group external.
10846
10847 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10848
10849 * wid-edit.el (widget-echo-help): Make it handle expressions that
10850 evaluate to strings.
10851
10852 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10853
10854 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10855
10856 Simplify selection of SQL products to define highlighting and
10857 interactive mode. Includes detailed instructions on adding
10858 support for new products.
10859
10860 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10861 product for use in highlighting and interactive mode.
10862 (sql-interactive-product): New variable. SQL product for
10863 sql-interactive-mode.
10864 (sql-product-support): New variable. Specifies product-specific
10865 parameters to drive highlighting and interactive mode.
10866 (sql-imenu-generic-expression): Add more object types.
10867 (sql-sqlite-options): Correct comment.
10868 (sql-ms-program): Use "osql" rather than "isql".
10869 (sql-prompt-regexp, sql-prompt-length): Update comment.
10870 (sql-mode-menu): Add "Start SQLi session" entry.
10871 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10872 (sql-mode-abbrev-table): Add abbreviations. Support of
10873 SYSTEM-FLAG on define-abbrev. Support was removed with last
10874 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10875 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10876 names.
10877 (sql-mode-ansi-font-lock-keywords): Set as default value.
10878 (sql-mode-oracle-font-lock-keywords): Set as default value.
10879 Support Oracle 9i keywords.
10880 (sql-mode-postgres-font-lock-keywords): Set as default value.
10881 (sql-mode-linter-font-lock-keywords): Set as default value.
10882 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10883 SQLServer 2000.
10884 (sql-mode-sybase-font-lock-keywords)
10885 (sql-mode-interbase-font-lock-keywords)
10886 (sql-mode-sqlite-font-lock-keywords)
10887 (sql-mode-strong-font-lock-keywords)
10888 (sql-mode-mysql-font-lock-keywords)
10889 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10890 keywords.
10891 (sql-mode-font-lock-defaults): Update comment.
10892 (sql-product-feature): New function. Returns feature associated
10893 with a product from `sql-product-support' alist.
10894 (sql-product-font-lock): New function. Set font-lock support
10895 based on `sql-product'.
10896 (sql-add-product-keywords): New function. Add font-lock rules to
10897 product-specific keyword variables.
10898 (sql-set-product): New function. Set `sql-product' and apply
10899 appropriate font-lock highlighting.
10900 (sql-highlight-product): New function. Set font-lock support
10901 based on a product. Also set mode name to include product name.
10902 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10903 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10904 Use `sql-set-product'.
10905 (sql-highlight-ms-keywords)
10906 (sql-highlight-sybase-keywords)
10907 (sql-highlight-interbase-keywords)
10908 (sql-highlight-strong-keywords)
10909 (sql-highlight-mysql-keywords)
10910 (sql-highlight-sqlite-keywords)
10911 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10912 (sql-get-login): Prompt in the same order as the tokens.
10913 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10914 (sql-product-interactive): New function. Common portions of
10915 product-specific interactive mode wrappers.
10916 (sql-interactive-mode): Rewritten to use product features.
10917 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10918 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10919 (sql-db2, sql-linter): Use `sql-product-interactive'.
10920 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10921 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10922 (sql-connect-ingres, sql-connect-postgres)
10923 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10924 New functions. Format command line parameters and invoke comint on
10925 the appropriate interpreter. Code was in the corresponding
10926 `sql-xyz' function before.
10927 (sql-connect-ms): New function. Support -E argument to use
10928 operating system credentials for authentication.
10929
10930 2003-08-18 Kenichi Handa <handa@m17n.org>
10931
10932 * international/mule.el (encode-char): Fix for the ASCII case.
10933
10934 2003-08-15 Kenichi Handa <handa@m17n.org>
10935
10936 * international/fontset.el (setup-default-fontset): Change "*" to
10937 nil in the specifications of font family.
10938
10939 2003-08-18 Kim F. Storm <storm@cua.dk>
10940
10941 * kmacro.el (kmacro-keymap): Group related bindings in
10942 initialization for clarity. Bind C-s to start macro.
10943 Remove C-r binding.
10944 (kmacro-initial-counter-value): New defvar to hold initial counter
10945 value in case we set the value before defining a macro.
10946 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10947 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10948 not defining or executing macro. Doc fix.
10949 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10950 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10951 temporarily view older elements on the macro ring without cycling
10952 the ring.
10953 (kmacro-display): Doc fix.
10954 (kmacro-exec-ring-item): New helper function.
10955 (kmacro-call-ring-2nd): Use it.
10956 (kmacro-call-ring-2nd-repeat): Doc fix.
10957 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10958 (kmacro-end-or-call-macro): Execute last viewed macro (using
10959 kmacro-exec-ring-item) from ring if this follows
10960 kmacro-view-macro. This allows us to find a macro on the ring
10961 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10962 the ring to bring it to the head of the ring.
10963 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10964 Allow binding to reserved keys without specifying C-x C-k prefix.
10965 Ask for confirmation if entered key sequence is already bound to
10966 a non-macro command.
10967 (kmacro-view-macro): Repeating command will show older elements
10968 on the macro ring; C-k will execute the last viewed macro.
10969 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10970 property from 'ring to 'head.
10971
10972 2003-08-17 Alan Shutko <ats@acm.org>
10973
10974 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10975 keeping December out of the alist.
10976
10977 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10978
10979 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10980 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10981 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10982 (calendar-flatten): New function.
10983 (calendar-mouse-view-other-diary-entries)
10984 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10985 in the menu title and to show multi-line diary entries correctly
10986 in the menu.
10987
10988 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10989
10990 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10991 defcustom, because the default was recently changed.
10992
10993 2003-08-16 Richard M. Stallman <rms@gnu.org>
10994
10995 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10996
10997 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10998 New subroutine, broken out of eval-last-sexp-1.
10999 (eval-last-sexp-1): Use eval-last-sexp-print-value.
11000
11001 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11002
11003 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11004
11005 * simple.el (eval-expression): Use eval-last-sexp-print-value.
11006
11007 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
11008
11009 * progmodes/compile.el (compilation-error-regexp-alist):
11010 Add Java ANt error detection as described in document
11011 http://ant.apache.org/faq.html
11012
11013 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
11014
11015 * simple.el (backward-word, forward-to-indentation)
11016 (backward-to-indentation): Argument changed to optional.
11017 (next-line, previous-line): Use `or' instead of `unless'.
11018
11019 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11020
11021 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11022 instead of a constant.
11023
11024 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
11025
11026 * shell.el (shell): With prefix-arg, suggest a new buffer name.
11027
11028 2003-08-12 Andre Spiegel <spiegel@gnu.org>
11029
11030 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11031 (vc-sccs-workfile-version): Search the entire delta table, rather
11032 than just the first entry, because that might be a deleted version.
11033
11034 2003-08-11 Karl Fogel <kfogel@red-bean.com>
11035
11036 * menu-bar.el (menu-bar-options-menu): Supply a body for the
11037 [save-place] binding in the Options menu. Have it require
11038 'saveplace' and then toggle the variable manually, to avoid an an
11039 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
11040 for the bug report.
11041
11042 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
11043
11044 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11045 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11046 (gdb-info-threads-custom): Add help-echo text.
11047 (gdb-display-back): Don't use purecopy.
11048 (gdb-info-breakpoints-custom, gdb-reset)
11049 (gdb-assembler-custom): Use display-images-p to test if breakpoint
11050 icons can be displayed.
11051
11052 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
11053
11054 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11055
11056 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
11057
11058 * bookmark.el (bookmark-completing-read):
11059 Return a string, instead of a list of one string.
11060 Use a popup menu if activated from the mouse.
11061 (bookmark-edit-annotation): Remove unused vars.
11062 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11063 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11064 to bookmark-completing-read.
11065 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11066 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11067 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11068 and erase-buffer.
11069 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11070 (bookmark-menu-jump, bookmark-menu-insert)
11071 (bookmark-popup-menu-and-apply-function)
11072 (bookmark-menu-popup-paned-bookmark-menu): Remove.
11073 (bookmark-menu-build-paned-menu): Remove by folding it into
11074 bookmark-menu-popup-paned-menu.
11075 (menu-bar-bookmark-map): Move the define-key statements here.
11076 Use the "non-menu" commands since they now pop up a menu if needed.
11077 (bookmark-exit-hook-internal): Simplify.
11078
11079 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
11080
11081 * reftex-toc.el (reftex-toc-rename-label): New function.
11082 (reftex-toc-check-docstruct): New function.
11083
11084 * reftex.el (reftex-region-active-p): New function.
11085
11086 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11087 regexp to find the \bibliography macro.
11088
11089 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11090 which does not exist in LaTeX.
11091 (reftex-cite-format-builtin): Added amsrefs support.
11092 (reftex-toc-confirm-promotion): New option
11093
11094 * reftex-toc.el
11095 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11096 (reftex-toc-demote, reftex-toc-promote)
11097 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11098 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11099 (reftex-toc-newhead-from-alist)
11100 (reftex-toc-load-all-files-for-promotion): New functions.
11101 (reftex-toc-help): Added description of new keys.
11102 (reftex-toc-split-windows-fraction): New option.
11103 (reftex-recenter-toc-when-idle): Search *toc* window on all
11104 visible frames.
11105 (reftex-toc): Additional parameter REUSE
11106 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
11107 with REUSE argument.
11108 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11109 the call of `reftex-toc'.
11110 (reftex-make-separate-toc-frame): New function .
11111 (reftex-toc-recenter): When called with triple prefix arg, call
11112 `reftex-make-separate-toc-frame' first.
11113 (reftex-toc-toggle-dedicated-frame): New command.
11114 (reftex-toc-quit): Adapted to delete frame when called in
11115 dedicated frame.
11116
11117 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11118 all enclosing macros.
11119
11120
11121 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11122
11123 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11124 first use.
11125
11126 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11127
11128 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11129
11130 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11131
11132 * calendar/calendar.el (list-diary-entries-hook)
11133 (diary-display-hook, nongregorian-diary-listing-hook)
11134 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11135 Add some customize options for these hooks.
11136 (calendar-abbrev-construct): Don't try to take a substring longer
11137 than the original string.
11138
11139 2003-08-05 Richard M. Stallman <rms@gnu.org>
11140
11141 * emacs-lisp/testcover.el (noreturn): Report error if does return.
11142 (testcover-reinstrument-clauses): Doc fix.
11143
11144 * emacs-lisp/warnings.el: Doc fixes, args renamed.
11145 (warning-type-format): Rename from warning-group-format.
11146
11147 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11148 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11149 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11150 to prevent warnings about defvar for an obsolete variable.
11151
11152 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11153 warning-group-format renamed to warning-type-format.
11154
11155 * subr.el (read-passwd): Use clear-string instead of fillarray.
11156
11157 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11158 Use vconcat instead of concat.
11159 (edmacro-sanitize-for-string): New function.
11160
11161 2003-08-05 Dave Love <fx@gnu.org>
11162
11163 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11164 line-number-display-limit-width.
11165
11166 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11167
11168 2003-08-05 Kenichi Handa <handa@m17n.org>
11169
11170 * international/code-pages.el: Don't require mule-diag.
11171
11172 * international/mule-diag.el (non-iso-charset-alist):
11173 Add autoload cookie.
11174
11175 * language/devan-util.el (dev-glyph-order): Add an entry for the
11176 glyph code #xC4.
11177
11178 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11179
11180 * calendar/calendar.el (diary-file, diary-file-name-prefix)
11181 (european-calendar-style, diary-date-forms)
11182 (calendar-day-name-array, calendar-month-name-array): Doc change.
11183 (generate-calendar-month): Adapt for new behaviour of
11184 `calendar-day-name' function.
11185 (calendar-abbrev-length, calendar-day-abbrev-array)
11186 (calendar-month-abbrev-array): New variables.
11187 (calendar-abbrev-construct): New function.
11188 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11189 rather than fixing abbrevs at some width. Calling syntax change.
11190 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
11191 (calendar-date-string): Adapt for new behaviours of
11192 `calendar-day-name' and `calendar-month-name' functions.
11193
11194 * calendar/diary-lib.el (list-diary-entries): Adapt for new
11195 behaviour of `calendar-day-name' and `calendar-month-name' functions.
11196 (diary-name-pattern): Use abbrev arrays, rather than fixing
11197 abbrevs at three chars. Calling syntax change.
11198 (mark-diary-entries): Adapt for new behaviours of
11199 `diary-name-pattern' and `calendar-make-alist' functions.
11200 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11201 `diary-name-pattern' function.
11202 (font-lock-diary-date-forms): Use abbrev arrays, rather than
11203 fixing abbrevs at three chars. Calling syntax change.
11204 (cal-hebrew, cal-islam): Require when compiling.
11205 (diary-font-lock-keywords): Adapt for new behaviour of
11206 `font-lock-diary-date-forms' function.
11207
11208 * calendar/cal-hebrew.el: Reposition some code so defined before used.
11209 (calendar-hebrew-month-name-array-common-year)
11210 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11211 (list-hebrew-diary-entries): Adapt for new behaviours of
11212 `calendar-day-name' and `add-to-diary-list' functions.
11213 (mark-hebrew-diary-entries): Adapt for new behaviours of
11214 `diary-name-pattern' and `calendar-make-alist' functions.
11215
11216 * calendar/cal-islam.el (calendar-islamic-month-name-array):
11217 Add doc string.
11218 (list-islamic-diary-entries): Adapt for new behaviours of
11219 `calendar-day-name' and `add-to-diary-list' functions.
11220 (mark-islamic-diary-entries): Adapt for new behaviours of
11221 `diary-name-pattern' and `calendar-make-alist' functions.
11222
11223 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11224 `calendar-month-name' function.
11225
11226 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11227
11228 * calendar/solar.el (solar-seasons-data): Move definition before use.
11229
11230 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11231 (cal-tex-LaTeX-hourbox): Move definition before use.
11232
11233 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11234 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11235 lunar.el, solar.el
11236 (displayed-month, displayed-year): Define for compiler.
11237
11238 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11239
11240 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11241 MODE. Renamed from c-init-c-language-vars'.
11242 (c-initialize-cc-mode): Change accordingly.
11243 (c-common-init): Ditto.
11244 (c-mode): Ditto.
11245 (c++-mode): Use `c-init-language-vars-for'.
11246 (objc-mode): Ditto.
11247 (java-mode): Ditto.
11248 (idl-mode): Ditto.
11249 (pike-mode): Ditto.
11250 (awk-mode): Ditto.
11251
11252 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11253
11254 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11255 or not the point moved.
11256
11257 (c-search-decl-header-end): Don't trip up on operator identifiers
11258 in C++ and operators like == in all languages.
11259
11260 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11261 Detect leading labels correctly.
11262
11263 2003-08-02 Andreas Schwab <schwab@suse.de>
11264
11265 * textmodes/ispell.el: Don't redo key bindings on loading, put
11266 them only in loaddefs.el.
11267 * bookmark.el: Likewise.
11268 * dabbrev.el: Likewise.
11269 * emerge.el: Likewise.
11270
11271 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11272 has more than one member.
11273
11274 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11275
11276 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11277
11278 * lpr.el (printify-region): It was ending conversion before the
11279 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11280
11281 2003-07-31 John Paul Wallington <jpw@gnu.org>
11282
11283 * net/browse-url.el (browse-url-epiphany): Doc fix.
11284
11285 2003-07-30 Kenichi Handa <handa@m17n.org>
11286
11287 * international/fontset.el (setup-default-fontset):
11288 Change registry names of Akurti fonts.
11289
11290 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11291
11292 * comint.el (comint-read-noecho): Use `clear-string' instead of
11293 `fillarray'.
11294
11295 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11296
11297 * outline.el (outline-mode-hook): Add defvar.
11298
11299 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11300
11301 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11302 Restore assembler in source window if that is what has been selected.
11303 (menu): Add gdb-restore-windows to menu. Make gdba
11304 specific menus only visible from gdba.
11305
11306 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11307
11308 * progmodes/compile.el (compilation-environment): New user variable.
11309 (compile-internal): Respect it.
11310
11311 2003-07-23 Masatake YAMATO <jet@gyve.org>
11312
11313 * progmodes/gud.el (gdb-script-font-lock-keywords):
11314 Put `font-lock-function-name-face' on a symbol which includes
11315 `-' like `hook-run'. Put font-lock-variable-name-face
11316 on a symbol starting with $.
11317
11318 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11319
11320 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11321
11322 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11323
11324 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11325
11326 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11327
11328 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11329 Use with-no-warnings.
11330 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11331 rather than to find-file-not-found-hook, which doesn't exist.
11332
11333 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11334
11335 * international/quail.el (quail-translate-key): Fix previous change.
11336
11337 2003-07-25 John Paul Wallington <jpw@gnu.org>
11338
11339 * server.el (server-start): Check `server-process' is non-nil
11340 before killing it to avoid killing current buffer's process.
11341
11342 * simple.el (choose-completion-string): Use `minibufferp';
11343 test `completion-reference-buffer' if `buffer' arg is nil.
11344 (push-mark): Use `when' and `unless'.
11345 (pop-mark): Use `when'.
11346
11347 * mouse-sel.el (mouse-sel-get-selection-function):
11348 Check `x-last-selected-text-primary'. Don't barf if it or
11349 `x-last-selected-text' aren't bound.
11350
11351 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11352
11353 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11354
11355 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11356
11357 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11358
11359 2003-07-23 John Paul Wallington <jpw@gnu.org>
11360
11361 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11362
11363 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11364
11365 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11366 string. Defvar the derived hook.
11367
11368 * macros.el (insert-kbd-macro): Escape double quote character.
11369 From Thomas W Murphy <twm@andrew.cmu.edu>.
11370
11371 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11372
11373 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11374 to match the specific mark rather than reusing comment-start-skip.
11375
11376 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11377
11378 * progmodes/hideshow.el (hs-special-modes-alist):
11379 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11380
11381 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11382
11383 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11384 value using ?\s.
11385
11386 2003-07-21 John Paul Wallington <jpw@gnu.org>
11387
11388 * subr.el (with-selected-window): Add closing paren.
11389
11390 2003-07-21 Richard M. Stallman <rms@gnu.org>
11391
11392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11393 (lisp-mode): Likewise.
11394
11395 * subr.el (with-selected-window): Copy code form save-selected-window
11396 so as to call select-window with norecord arg.
11397 (dynamic-completion-table): Doc fix.
11398 (lazy-completion-table): Doc fix.
11399
11400 * international/mule-cmds.el (set-locale-environment):
11401 langinfo renamed to locale-info.
11402
11403 * international/mule.el (auto-coding-functions): Doc fix.
11404
11405 2003-07-21 Kenichi Handa <handa@m17n.org>
11406
11407 * international/quail.el (quail-translate-key):
11408 Update quail-current-str correctly.
11409
11410 2003-07-21 Andreas Schwab <schwab@suse.de>
11411
11412 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11413 ?, to "_".
11414
11415 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11416 Version 2.0.36 of Tramp released.
11417
11418 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11419 tramp-password-end-of-line.
11420 (tramp-password-end-of-line): New method parameter.
11421 (tramp-get-password-end-of-line): Function to access method
11422 parameter `tramp-password-end-of-line', or variable
11423 `tramp-default-password-end-of-line' (default value).
11424 (tramp-methods): Add entries for new parameter
11425 tramp-password-end-of-line.
11426 (tramp-enter-password): Use new function
11427 `tramp-get-password-end-of-line'.
11428 (tramp-handle-insert-file-contents): Do not
11429 unconditionally inhibit the file operation file-local-copy, only
11430 do that when the inhibit-file-name-operation is currently
11431 insert-file-contents. This fixes finding remote CVS-controlled
11432 files. (It would barf on inserting the CVS/Entries file
11433 literally, because the file-local-copy handler wasn't called.)
11434 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11435 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11436 (tramp-initial-commands): New variable.
11437 (tramp-process-initial-commands): New function, using the variable.
11438 (tramp-open-connection-setup-interactive-shell): Call the new function.
11439 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11440 method into the buffer name, never use nil. Reported by Hanak
11441 David <dhanak@inf.bme.hu>.
11442 (tramp-open-connection-setup-interactive-shell): Erase buffer
11443 before sending "stty -onlcr".
11444
11445 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11446
11447 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11448
11449 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11450
11451 2003-07-19 John Paul Wallington <jpw@gnu.org>
11452
11453 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11454 (artist-draw-rect, artist-draw-square): Doc fixes.
11455
11456 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11457
11458 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11459
11460 2003-07-19 Kenichi Handa <handa@m17n.org>
11461
11462 * international/kkc.el (kkc-show-conversion-list-update):
11463 Highlight the correct candidate in the message.
11464
11465 2003-07-18 John Paul Wallington <jpw@gnu.org>
11466
11467 * simple.el (current-word): Don't include punctuation char when
11468 `really-word' arg is non-nil.
11469
11470 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11471
11472 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11473 moved to the directory obsolete.
11474
11475 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11476
11477 * info.el (Info-menu-entry-name-re): Allow newlines in
11478 menu entry names.
11479
11480 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11481 syntax-ppss-after-change-function.
11482 (syntax-ppss-after-change-function): New alias. Update uses.
11483 (syntax-ppss): Catch the case where the buffer is narrowed.
11484
11485 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11486
11487 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11488 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11489
11490 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11491
11492 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11493 since it might be modified.
11494
11495 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11496 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11497 names to these language constants.
11498
11499 2003-07-15 Kim F. Storm <storm@cua.dk>
11500
11501 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11502 All uses changed.
11503
11504 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11505
11506 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11507 Namespace support.
11508
11509 2003-07-13 Juanma Barranquero <lektu@terra.es>
11510
11511 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11512 papers received).
11513
11514 2003-07-13 Karl Eichwalder <ke@suse.de>
11515
11516 * textmodes/po.el (po-find-charset): White space at the start of the
11517 Content-Type field body is non-mandatory.
11518
11519 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11520
11521 * textmodes/texinfo.el (texinfo-section-list):
11522 Append appendixsection; a synonym for appendixsec.
11523
11524 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11525
11526 * man.el (Man-translate-cleanup): New.
11527 (Man-translate-references): Call `Man-translate-cleanup' to clean
11528 leading, trailing and middle spaces.
11529
11530 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11531
11532 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11533 Handle `dired-directory' being a list.
11534
11535 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11536
11537 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11538 it doesn't exist.
11539
11540 2003-07-12 Richard M. Stallman <rms@gnu.org>
11541
11542 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11543
11544 * progmodes/cc-defs.el (c-make-keywords-re):
11545 Don't use delete-duplicates.
11546 (c-lang-const): Don't use mapcan.
11547
11548 * apropos.el (apropos-show-scores): Make it customizable.
11549 Document new meaning.
11550 (apropos): Compute scores from symbols.
11551 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11552
11553 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11554
11555 * ps-bdf.el: Fix copyright line.
11556 (bdf-directory-list): Fix initialization code.
11557
11558 2003-07-11 John Paul Wallington <jpw@gnu.org>
11559
11560 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11561 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11562 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11563
11564 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11565
11566 * emacs-lisp/ring.el (ring-elements): Doc fix.
11567
11568 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11569
11570 * calendar/timeclock.el (timeclock-relative)
11571 (timeclock-ask-before-exiting, timeclock-use-display-time):
11572 Doc changes.
11573 (timeclock-modeline-display): Give a message if
11574 `timeclock-use-display-time' is non-nil but `display-time-mode'
11575 is not active.
11576
11577 2003-07-11 Kenichi Handa <handa@m17n.org>
11578
11579 * international/mule-cmds.el (set-language-environment):
11580 Set current-language-environment to the correct string.
11581
11582 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11583
11584 * ps-print.el: Print line number correctly in a region. Reported by
11585 Tim Allen <timallen@ls83.fsnet.co.uk>.
11586 (ps-print-version): New version number (6.6.2).
11587 (ps-printing-region): Code fix.
11588
11589 2003-07-10 John Paul Wallington <jpw@gnu.org>
11590
11591 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11592 this function can be called from `add-completions-from-tags-table'.
11593
11594 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11595
11596 * calendar/timeclock.el (timeclock-use-display-time)
11597 (timeclock-day-over-hook, timeclock-workday-remaining)
11598 (timeclock-status-string, timeclock-when-to-leave)
11599 (timeclock-when-to-leave-string, timeclock-log-data)
11600 (timeclock-find-discrep, timeclock-day-base)
11601 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11602 (timeclock-modeline-display): Set the variable
11603 `timeclock-modeline-display'.
11604 (timeclock-update-modeline): Doc fix. Respect value of
11605 `timeclock-relative'.
11606
11607 2003-07-09 Richard M. Stallman <rms@gnu.org>
11608
11609 * textmodes/reftex-parse.el (reftex-all-document-files):
11610 Add autoload cookie.
11611
11612 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11613 (reftex-scanning-info-available-p): Add autoload cookie.
11614
11615 * international/mule-cmds.el
11616 (set-display-table-and-terminal-coding-system): Delete duplicate
11617 aset on standard-display-table.
11618
11619 * view.el (view-file): If existing buffer's major mode is special,
11620 don't go into view mode.
11621
11622 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11623
11624 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11625
11626 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11627 buffer changes; there's third party code that calls this function
11628 directly.
11629
11630 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11631
11632 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11633 (autodoc-font-lock-keywords): Don't byte compile on font lock
11634 initialization when running from byte compiled files.
11635
11636 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11637
11638 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11639 statement ends with auto-increment "++".
11640
11641 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11642
11643 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11644 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11645 these are changed, so declare them as variables and not constants.
11646
11647 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11648
11649 * subr.el (dolist, dotimes): Doc fix.
11650
11651 2003-07-08 Kim F. Storm <storm@cua.dk>
11652
11653 * international/mule-cmds.el
11654 (set-display-table-and-terminal-coding-system): Don't break
11655 bootstrap if standard-display-table isn't setup yet.
11656
11657 2003-07-07 Richard M. Stallman <rms@gnu.org>
11658
11659 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11660 Give it a doc string, and autoload it.
11661
11662 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11663 Use with-no-warnings.
11664
11665 * info.el (Info-search): If find invisible text, search again.
11666
11667 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11668
11669 * man.el (Man-name-regexp): Match + as part of name.
11670
11671 * simple.el (visible-mode): Rename from vis-mode.
11672 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11673
11674 * simple.el (current-word): New arg REALLY-WORD specifies
11675 don't include punctuation chars.
11676
11677 * emacs-lisp/debug.el (debug, debugger-env-macro):
11678 Use with-no-warnings while accessing and binding unread-command-char.
11679
11680 * international/mule-cmds.el
11681 (set-display-table-and-terminal-coding-system): Use explicit loop
11682 instead of calling standard-display-default.
11683
11684 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11685 Use condition-case to catch error in ange-ftp-get-files.
11686
11687 * net/browse-url.el (browse-url-browser-function):
11688 Add alternative for Epiphany.
11689 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11690 (browse-url-epiphany-startup-arguments)
11691 (browse-url-epiphany-new-window-is-tab): New variables.
11692 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11693
11694 * progmodes/compile.el (compile-auto-highlight): Default now t.
11695 (compile): Doc fix.
11696 (compilation-next-error): Fix previous change.
11697
11698 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11699
11700 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11701
11702 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11703
11704 * gdb-ui.el (gdb-source-info): Display current frame when
11705 attaching to an existing process.
11706 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11707 while laying out windows when attaching to an existing process.
11708
11709 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11710
11711 * info.el (Info-menu): Use Info-menu-entry-name-re.
11712
11713 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11714
11715 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11716 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11717
11718 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11719 to match the same text.
11720
11721 2003-07-06 John Paul Wallington <jpw@gnu.org>
11722
11723 * vc.el (vc-annotate-offset): Move defvar up.
11724
11725 2003-07-06 Kim F. Storm <storm@cua.dk>
11726
11727 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11728 This should fix the infinite loop when extracting menu names.
11729
11730 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11731
11732 * files.el (auto-mode-alist, interpreter-mode-alist):
11733 Remove entries to CC Mode modes to avoid duplicates; they are now added
11734 with autoload directives in cc-mode.el.
11735
11736 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11737
11738 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11739 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11740 these are changed, so declare them as variables and not constants.
11741
11742 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11743 ensure that the entry for ".c" extension comes before the one for
11744 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11745 Fix incorrect entries that were added to `interpreter-mode-alist'.
11746 Move the autoload directives for AWK to the top level since they
11747 aren't recognized anywhere else. Do not use the new AWK mode doc
11748 in the autoload form for the old AWK mode.
11749
11750 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11751
11752 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11753 (bibtex-sort-ignore-string-entries): Default value t.
11754 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11755 erroneously in previous version.
11756 (bibtex-string-files): Docstring reflects new parsing scheme.
11757 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11758 docstring, add # as one of the chars to crush
11759 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11760 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11761 (bibtex-autokey-name-change-strings)
11762 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11763 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11764 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11765 (bibtex-autokey-title-terminators)
11766 (bibtex-autokey-titlewords-stretch)
11767 (bibtex-autokey-titleword-ignore)
11768 (bibtex-autokey-titleword-case-convert)
11769 (bibtex-autokey-titleword-abbrevs)
11770 (bibtex-autokey-titleword-abbrevs)
11771 (bibtex-autokey-titleword-change-strings)
11772 (bibtex-autokey-titleword-length)
11773 (bibtex-autokey-titleword-separator)
11774 (bibtex-autokey-name-year-separator)
11775 (bibtex-autokey-year-title-separator)
11776 (bibtex-autokey-before-presentation-function)
11777 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11778 Fix docstring.
11779 (bibtex-strings, bibtex-reference-keys):
11780 Use lazy-completion-table and make-variable-buffer-local.
11781 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11782 (bibtex-braced-string-syntax-table)
11783 (bibtex-quoted-string-syntax-table): New variables.
11784 (bibtex-parse-nested-braces): Remove.
11785 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11786 (bibtex-parse-association): Simplify.
11787 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11788 (bibtex-parse-field-text): Simplify.
11789 (bibtex-search-forward-field, bibtex-search-backward-field):
11790 argument BOUND can take value t.
11791 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11792 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11793 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11794 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11795 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11796 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11797 and ending of entry. Update for changes of bibtex-search-entry.
11798 Simplify.
11799 (bibtex-map-entries): FUN is called with three arguments.
11800 (bibtex-search-entry): Return a cons pair with buffer positions of
11801 beginning and end of entry.
11802 (bibtex-enclosing-field): Simplify.
11803 (bibtex-format-entry): Use booktitle to set a missing title.
11804 (bibtex-autokey-get-names): Fiddle with regexps.
11805 (bibtex-generate-autokey): Use identity.
11806 (bibtex-parse-keys): Use simplified parsing algorithm if
11807 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11808 arguments. Return alist of keys.
11809 (bibtex-parse-strings): Simplify. Return alist of strings.
11810 (bibtex-complete-string-cleanup): Fix docstring.
11811 (bibtex-read-key): New function.
11812 (bibtex-mode): Fix docstring. Do not parse for keys and
11813 strings when the mode is entered. Set fill-paragraph-function to
11814 bibtex-fill-field. Setup font-lock-mark-block-function the way
11815 font-lock intended.
11816 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11817 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11818 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11819 (bibtex-Preamble): Avoid hard coded constants.
11820 (bibtex-make-field): Fix docstring. Simplify.
11821 (bibtex-beginning-of-entry): Always return new position of point.
11822 (bibtex-end-of-entry): Rearrange cond clauses.
11823 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11824 Update for changes of bibtex-map-entries.
11825 (bibtex-ispell-abstract): Do not move point.
11826 (bibtex-entry-index): Use downcase. Simplify.
11827 (bibtex-lessp): Handle catch-all.
11828 (bibtex-find-crossref): Turn into a command.
11829 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11830 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11831 preamble entries.
11832 (bibtex-fill-field-bounds): New function.
11833 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11834 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11835 (bibtex-String): Use bibtex-strings. Always obey
11836 bibtex-sort-ignore-string-entries.
11837
11838 2003-07-05 John Paul Wallington <jpw@gnu.org>
11839
11840 * cus-theme.el (customize-create-theme):
11841 Call `customize-create-theme' in Reset widget's notify function.
11842
11843 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11844 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11845 (define-ibuffer-column name): Add summarizer.
11846 (define-ibuffer-column size): Likewise.
11847 (define-ibuffer-column filename): Likewise.
11848 (define-ibuffer-column process): Likewise. Change BODY's output too.
11849 (define-ibuffer-column filename-and-process): Likewise, likewise.
11850 (ibuffer): Remove local vars `already-in' and `need-update'.
11851
11852 * ibuf-ext.el: Don't require `derived' at compile-time.
11853
11854 2003-07-05 Kim F. Storm <storm@cua.dk>
11855
11856 * info.el: Disable paragraph refilling.
11857 (Info-refill-paragraphs): New defcustom.
11858 (Info-fontify-node): Use it.
11859
11860 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11861
11862 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11863 thingies from constructors created by defstruct.
11864
11865 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11866 the default value of the variable.
11867 (byte-code-meter): Move declaration to top level.
11868
11869 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11870
11871 * info.el (Info-following-node-name-re): New fun.
11872 (Info-following-node-name): Remove.
11873 (Info-insert-dir): Use the new fun.
11874 (Info-extract-pointer): Don't save restriction; use new fun.
11875 (Info-menu-entry-name-re): New const.
11876 (Info-menu-entry-name-re): Use it along with new fun.
11877 (Info-node-spec-re): Use new fun.
11878 (Info-complete-menu-item, Info-fontify-node): Use new const.
11879 (Info-goto-node, Info-follow-reference, Info-menu-update):
11880 Use match-string.
11881 (Info-follow-reference): Use assoc-string.
11882 Use a list of strings for the completion table.
11883 (Info-fontify-node): Use match-string, line-end-position.
11884 Limit the search for `node:' to the first line.
11885
11886 * newcomment.el (uncomment-region): Remove padding coming from
11887 comment-start rather than just from comment-padding.
11888
11889 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11890 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11891 (vc-cvs-rename-file): Remove (use the default).
11892 (vc-cvs-register): Register parent dir if needed.
11893 (vc-cvs-could-register): Return non-nil if parent can be registered.
11894 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11895 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11896
11897 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11898 (vc-svn-update): Fix the arguments to `svn'.
11899 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11900 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11901 Simple implementations, assuming `name' is a URL.
11902
11903 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11904 set of chars allowed unquoted in a case pattern.
11905
11906 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11907
11908 * font-lock.el (font-lock-extra-types-widget)
11909 (c-font-lock-extra-types, c++-font-lock-extra-types)
11910 (objc-font-lock-extra-types, java-font-lock-extra-types)
11911 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11912 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11913 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11914 (font-lock-match-c++-structor-declaration)
11915 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11916 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11917 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11918 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11919 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11920 (java-font-lock-keywords-3, java-font-lock-keywords)
11921 (java-font-lock-syntactic-face-function): Remove obsolete code
11922 and constants. It's all in cc-fonts.el now.
11923
11924 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11925
11926 * mail/sendmail.el (mail-specify-envelope-from)
11927 (mail-envelope-from): Doc fix.
11928
11929 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11930
11931 * generic-x.el: Do away with the dependency on `c-emacs-features'
11932 when populating `rul-generic-mode-syntax-table'; we already know
11933 this isn't XEmacs.
11934
11935 See ChangeLog.10 for earlier changes.
11936
11937 ;; Local Variables:
11938 ;; coding: iso-2022-7bit
11939 ;; End:
11940
11941 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11942 Copying and distribution of this file, with or without modification,
11943 are permitted provided the copyright notice and this notice are preserved.
11944
11945 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1