*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2
3 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4
5 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6
7 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8 file-name clash with jka-compr.el on 8+3 filesystems.
9
10 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * term/mac-win.el: Don't define or bind scroll bar functions if
13 x-toolkit-scroll-bars is t.
14 (x-select-text, x-get-selection-value): Clear
15 x-last-selected-text-clipboard if x-select-enable-clipboard is
16 nil.
17 (PRIMARY): Put mac-scrap-name property.
18 (mac-select-convert-to-file-url): New function.
19 (public.file-url): New selection target type. Add to
20 selection-converter-alist.
21 (x-get-selection, x-selection-value): Handle it.
22 (x-cut-buffer-or-selection-value): New alias.
23
24 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25
26 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27 (define-obsolete-variable-alias): Doc Fixes.
28
29 2005-05-06 Kim F. Storm <storm@cua.dk>
30
31 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32 vertical-motion when selective-display is active.
33
34 * ido.el (ido-setup-hook): New hook.
35 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
36 (ido-input-stack): New var.
37 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
38 ido-next-work-file binding to M-O.
39 Bind M-f to ido-wide-find-file-or-pop-dir.
40 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
41 (ido-read-internal): Run ido-setup-hook.
42 Catch quit in read-file-name and read-string to cancel edit.
43 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
44 Automatically pop-all when completing a directory name (RET).
45 (ido-file-internal): Add with-no-warnings around ffap and dired code.
46 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
47 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
48 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New
49 functions for M-b/M-f to move among the directory components.
50 (ido-make-merged-file-list): Catch quit to cancel merge.
51 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
52 (ido-completion-help): No warnings for ido-completion-buffer-full.
53
54 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
55
56 * font-lock.el (font-lock-negation-char-face): New face and variable.
57 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
58 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
59 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
60 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
61
62 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
63
64 * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix
65 typo in docstring.
66
67 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
68 (ebrowse-print-statistics-line)
69 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
70
71 * term/w32-win.el (image-library-alist): Add additional name for
72 Xpm library.
73
74 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
75
76 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
77 use gcc instead of cpp.
78
79 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
80 (gdb-create-define-alist): Use it.
81 (gdb-cpp-define-alist-program): Update for MS-DOS?
82
83 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
84
85 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
86
87 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
88
89 * calendar/icalendar.el (icalendar-version): Now at 0.12.
90 (icalendar-duration-correction): Remove.
91 (icalendar--get-event-properties): Split result at commas.
92 (icalendar--decode-isoduration): New optional argument
93 DURATION-CORRECTION.
94 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
95 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
96 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
97 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
98 (icalendar--convert-anniversary-to-ical): New functions, extracted
99 from icalendar-export-region, with bug fixes.
100 (icalendar-export-region): Use the above functions.
101 (icalendar-import-buffer): Check before saving diary file.
102 (icalendar--convert-recurring-to-diary)
103 (icalendar--convert-non-recurring-all-day-to-diary)
104 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
105 extracted from icalendar--convert-ical-to-diary, with bug fixes.
106 (icalendar--convert-ical-to-diary): Use the above functions.
107
108 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
109
110 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
111 Remove these recent additions.
112 (c-mode): Restore to before 2005-04-28.
113
114 * progmodes/cc-vars.el (cc-define-list-program): Remove this
115 recent addition.
116
117 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
118 (gdb-define-alist): New variables.
119 (gdb-create-define-alist): New function.
120 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
121 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
122 with string-to-number.
123 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
124
125 * progmodes/gud.el: Replace string-to-int with string-to-number.
126 (gud-find-file): Handle gdb-define-alist.
127
128 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
129
130 2005-05-02 Jay Belanger <belanger@truman.edu>
131
132 * calc/calc-aent.el (math-read-token):
133 * calc/calc-bin.el (calc-word-size):
134 * calc/calc-ext.el (calc-read-number-fancy):
135 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
136 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
137 * calc/calc-frac.el (calc-over-notation):
138 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
139 (calc-graph-num-points, calc-graph-init):
140 * calc/calc-prog.el (calc-read-parse-table-part)
141 (calc-edit-macro-repeats):
142 * calc/calc-yank.el (calc-do-grab-rectangle):
143 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
144 Replace `string-to-int' by `string-to-number'.
145
146 2005-05-02 Kim F. Storm <storm@cua.dk>
147
148 * kmacro.el: Use executing-kbd-macro-index variable.
149
150 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
151
152 * net/rlogin.el (rlogin-parse-words): Delete func.
153 (rlogin): Use split-string, not rlogin-parse-words.
154 Also, if there are option-like elements in the parsed args,
155 take the host to be the first arg immediately following them.
156 Suggested by Michael Mauger.
157
158 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
159
160 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
161
162 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
163
164 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
165 (cc-mode-cpp-program): Rename to cc-define-list-program and
166 move to cc-vars.el.
167
168 * progmodes/cc-vars.el (cc-define-list-program):
169 Change to "gcc -E -dM -". Make customizable.
170
171 2005-05-02 Kim F. Storm <storm@cua.dk>
172
173 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
174
175 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
176
177 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
178
179 * international/mule-util.el (truncate-string): Remove alias and
180 obsolete declaration.
181
182 * international/mule-cmds.el (update-iso-coding-systems):
183 Remove alias and obsolete declaration.
184
185 * international/mule.el (coding-system-parent): Remove alias and
186 obsolete declaration.
187
188 * subr.el (define-function, sref): Remove aliases and obsolete
189 declarations.
190 (chars-in-region): Remove obsolete declaration.
191
192 2005-05-01 Richard M. Stallman <rms@gnu.org>
193
194 * info.el (Info-mode): Set widen-automatically to nil, locally.
195
196 * simple.el (widen-automatically): New variable.
197 (pop-global-mark): Obey widen-automatically.
198
199 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
200
201 * term/xterm.el (function-key-map): Call substitute-key-definition
202 before the keymap size is increased by a lot of define-key calls.
203
204 2005-05-01 Richard M. Stallman <rms@gnu.org>
205
206 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
207 Rename ARG to ELEMENT. Doc fix.
208
209 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
210
211 * allout.el (allout-exposure): Remove macro and obsolete declaration.
212 Remove references to allout-exposure/change to allout-new-exposure.
213
214 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
215 bytecode symbols.
216
217 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
218 (compiled-function-p, focus-frame, unfocus-frame):
219 Remove aliases and obsolete declarations.
220 Back out inadvertant changes from previous commit.
221
222 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
223
224 * files.el (require-final-newline): Make Custom tags consistent
225 with mode-require-final-newline.
226 (mode-require-final-newline): Doc fix.
227
228 2005-05-01 Lute Kamstra <lute@gnu.org>
229
230 * international/latexenc.el (latexenc-find-file-coding-system):
231 Fix regular expressions. Suggested by David Kastrup <dak@gnu.org>
232 and Stefan Monnier <monnier@iro.umontreal.ca>.
233
234 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
235
236 * subr.el (string-to-int): Make obsolete.
237
238 2005-04-30 Richard M. Stallman <rms@gnu.org>
239
240 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
241
242 * loadup.el: load jka-comp-hook.
243
244 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
245 (jka-compr-handler): Add autoload. `put' calls moved
246 to jka-comp-hook.el.
247 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
248 (jka-compr-inhibit): Autoload.
249
250 * jka-comp-hook.el: New file.
251 Enable the mode by default.
252
253 * files.el (backup-buffer-copy): Use copy-file instead
254 of write-region, and put back the 'excl.
255
256 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
257
258 * progmodes/flymake.el (flymake-split-string)
259 (flymake-split-string, flymake-log, flymake-pid-to-names)
260 (flymake-reg-names, flymake-get-source-buffer-name)
261 (flymake-unreg-names, flymake-add-line-err-info)
262 (flymake-add-err-info): Clarify docstrings.
263 (flymake-popup-menu, flymake-make-emacs-menu)
264 (flymake-make-xemacs-menu): Add docstrings.
265 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
266 Set variables directly throughout.
267
268 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
269
270 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
271 exists. Initialise cc-define-alist.
272 (c-mode): Add cc-create-define-alist locally to after-save-hook.
273 If there is no file (Macroexpansion) don't create an alist.
274
275 2005-04-29 Sam Steingold <sds@gnu.org>
276
277 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
278 (cc-create-define-alist): Use it instead of the hard-coded string.
279
280 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * international/mule-conf.el (file-coding-system-alist): Fix regexp
283 for latexenc.
284
285 2005-04-29 Lute Kamstra <lute@gnu.org>
286
287 * emacs-lisp/generic.el: Improve commentary section.
288 (define-generic-mode): Improve docstring.
289
290 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
291
292 * textmodes/org.el (many places): Change to quiet the byte compiler.
293 (org-prefix-format-compiled): New variable.
294 (org-compile-prefix-format): New function.
295 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
296 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
297 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
298 (org-get-entries-from-diary): Use `org-get-time-of-day' for
299 consistency with entries from `org-mode' files.
300 (org-get-time-of-day): Fix bug with partial matches early in a line.
301 (org-non-link-chars): New constant.
302 (org-link-regexp): Respect `org-non-link-chars'.
303 (org-agenda-day-view): Remove command.
304 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
305 (org-follow-bbdb-link, org-store-link): Search also company field.
306 (org-highlight-overlay): New variable.
307 (org-highlight, org-unhighlight): New functions.
308 (org-agenda-mode): Add pre-command-hook to remove highlight.
309 (org-evaluate-time-range): Behavior depends upon whether time stamp
310 contains a time or not.
311 (org-show-subtree, org-show-entry): New functions.
312 (org-agenda-cleanup-fancy-diary): Remove empty lines.
313
314 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
315
316 * comint.el (comint-output-filter-functions): Add autoload cookie.
317
318 2005-04-28 Kim F. Storm <storm@cua.dk>
319
320 * ido.el (ido-everywhere): Fix last change.
321
322 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
323
324 * international/latexenc.el: New file.
325 * international/mule-conf.el (file-coding-system-alist): For .tex,
326 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
327
328 2005-04-28 Lute Kamstra <lute@gnu.org>
329
330 * font-lock.el (font-lock-add-keywords)
331 (font-lock-remove-keywords): Clarify docstring.
332 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
333 Don't start docstrings with a `*'.
334 (font-lock-update-removed-keyword-alist): Give it a docstring.
335
336 * generic-x.el: Update commentary section.
337 Only require font-lock when compiling.
338 Define all modes conditionally.
339 Place all generic modes in the generic-x-modes customization group.
340 (generic-x-modes): New customization group.
341 (generic-default-modes, generic-mswindows-modes)
342 (generic-unix-modes, generic-other-modes): New constants.
343 (generic-define-mswindows-modes, generic-define-unix-modes):
344 Update docstrings. Make them obsolete.
345 (generic-extras-enable-list): New default value. Update docstring.
346 Improve :type. Change :set function.
347 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
348 Fix docstring.
349
350 * emacs-lisp/generic.el (generic-mode-internal):
351 Simplify font-lock-defaults.
352 (define-generic-mode): Fix docstring.
353
354 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
357 font-lock-face property to highlight matches.
358
359 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
360
361 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
362 (cc-define-alist): New variable.
363 (c-mode): Make it local and initialise it.
364
365 * progmodes/gdb-ui.el (gdb-active-process): New variable.
366 (gdb-exited): New function.
367 (gdb-annotation-rules): Use it.
368 (gdb-starting): Set gdb-active-process to t.
369 (gdb-stopping): Amend doc string.
370 (gdb-reset): Set gdb-active-process to nil.
371
372 * tooltip.el (tooltip-gud-tips): Show the associated #define
373 directives when a C program under GDB is not executing.
374
375 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
378 font-lock-fontify-syntactic-keywords.
379
380 * font-lock.el (font-lock-default-fontify-region): Don't force
381 parse-sexp-lookup-properties to nil.
382
383 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
384
385 * man.el (man-mode-syntax-table): Set up `:' to have
386 word-constituent syntax.
387
388 2005-04-27 Lute Kamstra <lute@gnu.org>
389
390 * novice.el (disable-command): Don't add spurious newlines to the
391 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
392
393 2005-04-26 Jay Belanger <belanger@truman.edu>
394
395 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
396 than one window before deleting window.
397
398 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
399
400 * shell.el (shell-prompt-pattern): Doc fix.
401 (shell-mode): Set paragraph-separate buffer locally to "\\'".
402
403 * comint.el (comint-prompt-regexp, comint-get-old-input)
404 (comint-use-prompt-regexp)
405 (comint-use-prompt-regexp-instead-of-fields)
406 (comint-replace-by-expanded-history, comint-send-input)
407 (comint-output-filter, comint-get-old-input-default)
408 (comint-line-beginning-position, comint-bol, comint-show-output)
409 (comint-backward-matching-input, comint-forward-matching-input)
410 (comint-next-prompt, comint-previous-prompt):
411 Rename `comint-use-prompt-regexp-instead-of-fields' to
412 `comint-use-prompt-regexp'. Keep old name as alias and declare
413 obsolete.
414 (comint-use-prompt-regexp): Shorten first line of doc string.
415
416 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
417 Set paragraph-separate buffer locally to "\\'".
418
419 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
420 Adapt to above name change.
421
422 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
423 (smbclient-prompt-regexp): Ditto.
424
425 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
426
427 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
428
429 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
430 gdb-location-list.
431 Break lines that are over 80 characters wide.
432
433 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
436 New fun and var, to preserve compatibility.
437
438 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
439
440 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
441
442 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
443 name to file-newer-than-file-p.
444
445 2005-04-26 Richard M. Stallman <rms@gnu.org>
446
447 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
448
449 * progmodes/python.el (python-mode):
450 Use new name eldoc-documentation-function.
451
452 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
453
454 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
455 (eldoc-documentation-function):
456 Rename from eldoc-print-current-symbol-info-function. Calls changed.
457
458 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
459
460 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
461
462 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * term/xterm.el (function-key-map): Fix strings for
465 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
466 {C,S,A,C-S}-{f1-f12}.
467
468 2005-04-26 Kenichi Handa <handa@m17n.org>
469
470 * international/mule-cmds.el (select-safe-coding-system):
471 Fix previous change.
472
473 2005-04-26 Lute Kamstra <lute@gnu.org>
474
475 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
476
477 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
478 (font-lock-comment-delimiter-face): Ditto.
479
480 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
481
482 2005-04-25 Jay Belanger <belanger@truman.edu>
483
484 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
485 to t while inserting information; use help-mode.
486
487 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
488
489 * term.el (ansi-term-color-vector): Use the xterm colors.
490 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
491
492 2005-04-25 Lute Kamstra <lute@gnu.org>
493
494 * font-core.el (font-lock-defaults): Fix docstring.
495
496 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
497
498 2005-04-25 Kenichi Handa <handa@m17n.org>
499
500 * international/mule-cmds.el (select-safe-coding-system):
501 Don't check consistency with coding: spec, etc if raw-text or
502 no-conversion was found to be safe.
503
504 2005-04-24 Richard M. Stallman <rms@gnu.org>
505
506 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
507 citation markers at start of each line.
508
509 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
510 citation markers at start of each line.
511
512 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
513
514 * files.el (mode-require-final-newline): Fix previous change.
515 (require-final-newline): Fix type label.
516
517 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
518
519 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
520 statement in buffer (broken by 2004-11-24 change).
521
522 2005-04-24 Kim F. Storm <storm@cua.dk>
523
524 * ido.el (ido-everywhere): Save and restore old read-buffer-function
525 and read-file-name-function values. Don't overwrite existing
526 non-nil values if ido-mode is enabled without ido-everywhere.
527
528 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
529
530 * files.el (mode-require-final-newline): Minor doc fix.
531
532 2005-04-24 Eli Zaretskii <eliz@gnu.org>
533
534 * subr.el (syntax-after): Doc fix.
535 (syntax-class): If argument is nil, return nil. Mask off upper 16
536 bits, not 8 bits.
537
538 * files.el (mode-require-final-newline): Doc fix.
539 (backup-buffer-copy): Fix last change.
540
541 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
542
543 * term/mac-win.el: Require select. Set selection-coding-system to
544 mac-system-coding-system. Call menu-bar-enable-clipboard.
545 (x-last-selected-text-clipboard, x-last-selected-text-primary)
546 (x-select-enable-clipboard): New variables.
547 (x-select-text, x-get-selection, x-selection-value)
548 (x-get-selection-value, mac-select-convert-to-string)
549 (mac-services-open-file, mac-services-open-selection)
550 (mac-services-insert-text): New functions.
551 (CLIPBOARD, FIND): Put mac-scrap-name property.
552 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
553 (public.tiff): Put mac-ostype property.
554 (selection-converter-alist): Add entries for them.
555 (mac-application-menu-map): New keymap.
556 (interprogram-cut-function, interprogram-paste-function): Set to
557 x-select-text and x-get-selection-value, respectively.
558 (split-window-keep-point): Set to t.
559
560 2005-04-23 Richard M. Stallman <rms@gnu.org>
561
562 * files.el (read-directory-name): Always pass non-nil
563 DEFAULT-FILENAME arg to read-file-name.
564 (backup-buffer-copy, basic-save-buffer-2): Take care against
565 writing thru an unexpected existing symlink.
566 (revert-buffer): In indirect buffer, revert the base buffer.
567 (magic-mode-alist): Doc fix.
568 (buffer-stale-function): Doc fix.
569 (minibuffer-with-setup-hook): Avoid warning.
570 (mode-require-final-newline): Doc and custom fix.
571
572 * follow.el (follow-end-of-buffer): Use with-no-warnings.
573
574 * font-lock.el (font-lock-comment-face): On terminals with few colors,
575 use the default appearance.
576 (font-lock-comment-delimiter-face): New face, new variable.
577
578 * imenu.el (imenu--generic-function): The official position of a
579 definition is the start of the line that BEG is in.
580
581 * midnight.el (midnight-timer): Move defvar up.
582
583 * mouse.el (mouse-drag-region-1): Delete some debugging code.
584
585 * saveplace.el (save-place-to-alist): Use with-no-warnings.
586
587 * startup.el (command-line): Use with-no-warnings.
588
589 * window.el (window-size-fixed): New defvar.
590
591 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
592
593 * mail/rmail.el (rmail-font-lock-keywords):
594 Use font-lock-comment-delimiter-face.
595
596 * mail/sendmail.el (mail-font-lock-keywords):
597 Use font-lock-comment-delimiter-face.
598
599 * progmodes/compile.el (next-error-highlight-timer): New defvar.
600
601 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
602
603 * progmodes/compile.el (compilation-mode-font-lock-keywords):
604 Specify t for LAXMATCH when matching directories.
605 Save match data around compilation-compat-error-properties form.
606
607 2005-04-23 David Kastrup <dak@gnu.org>
608
609 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
610 Mention that the autoloaded aliases should be kept for AUCTeX.
611
612 2005-04-23 Andreas Schwab <schwab@suse.de>
613
614 * isearch.el (isearch-forward): Doc fix.
615
616 2005-04-23 Eli Zaretskii <eliz@gnu.org>
617
618 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
619 (jit-lock-stealth-nice): Change default value to 0.5.
620
621 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
622
623 * abbrev.el (write-abbrev-file): Write table entries in
624 alphabetical order by table name.
625
626 2005-04-22 Kim F. Storm <storm@cua.dk>
627
628 * ido.el (ido-read-internal): Fix `list' completion.
629
630 2005-04-22 Kenichi Handa <handa@m17n.org>
631
632 * recentf.el (recentf-save-file-coding-system): New variable.
633 (recentf-save-list): Encode the file by
634 recentf-save-file-coding-system and add coding: tag.
635
636 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
637
638 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
639
640 2005-04-21 Lute Kamstra <lute@gnu.org>
641
642 * loadhist.el (unload-feature): Don't remove a function from hooks
643 if it is about to be restored to an autoload . Remove functions
644 that will become unbound from auto-mode-alist. Simplify the code.
645
646 * subr.el (assq-delete-all): New implementation that is linear,
647 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
648 (rassq-delete-all): New function.
649
650 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
651 Add size-indication-mode.
652
653 2005-04-21 Kenichi Handa <handa@m17n.org>
654
655 * international/mule-cmds.el: Add autoload for widget-value in
656 eval-when-compile.
657
658 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
659
660 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
661 Add tooltip-mode.
662
663 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
664
665 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
666
667 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
668 (inferior-lisp-filter-regexp, inferior-lisp-program)
669 (inferior-lisp-load-command, inferior-lisp-prompt)
670 (inferior-lisp-mode-hook, lisp-source-modes)
671 (inferior-lisp-load-hook): defvar->defcustom.
672 (inferior-lisp-program, inferior-lisp-prompt)
673 (inferior-lisp-load-hook): Doc fixes.
674 (inferior-lisp-install-letter-bindings): Small change in
675 introductory comment.
676
677 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * vc.el (vc-annotate-color-map): Change some colors so that text
680 using them as foreground is readable on both white and black
681 backgrounds.
682
683 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * international/mule-conf.el (translation-table-for-input):
686 Remove redundant declaration.
687
688 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
689
690 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
691
692 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
693 (tooltip-toggle-gud-tips): New function.
694
695 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
696
697 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
698 right angle brackets.
699
700 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
701
702 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
703
704 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
707 Remove. Update callers to use expand-file-name instead.
708
709 * subr.el (syntax-class): New function.
710
711 * simple.el (blink-matching-open): Use it.
712
713 * paren.el (show-paren-function): Use it to recognize parens that are
714 also used in 2-char comment markers.
715
716 2005-04-19 Lute Kamstra <lute@gnu.org>
717
718 * loadhist.el (unload-feature): Update for new format of
719 load-history. Simplify the code.
720
721 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
722
723 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
724 (mac-add-charset-info): New function. Initialize variable
725 mac-charset-info-alist using it.
726 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
727 for translation.
728 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
729 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
730 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
731 New CCL programs.
732
733 2005-04-19 Kim F. Storm <storm@cua.dk>
734
735 * simple.el (next-buffer, prev-buffer, next-error)
736 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
737 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
738
739 * bindings.el (next-buffer, prev-buffer, next-error)
740 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
741 (clone-indirect-buffer-other-window): Move bindings from simple.el.
742 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
743 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
744
745 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * isearch.el (isearch-edit-string): Make the search-ring available for
748 minibuffer history commands.
749 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
750 the default history commands now work just as well.
751 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
752
753 2005-04-18 Kim F. Storm <storm@cua.dk>
754
755 * emulation/cua-base.el (cua--pre-command-handler): Add more
756 elaborate check for shift modifier on non-window systems.
757
758 2005-04-18 Lars Hansen <larsh@math.ku.dk>
759
760 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
761
762 2005-04-18 Kim F. Storm <storm@cua.dk>
763
764 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
765 and make it optional. Don't test tooltip-gud-echo-area here.
766 (tooltip-gud-process-output, gdb-tooltip-print):
767 Pass tooltip-gud-echo-area to tooltip-show.
768 (tooltip-help-tips): Remove second optional arg to tooltip-show.
769
770 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
771
772 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
773 `display-graphic-p' may not be bound yet.
774
775 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
776
777 * startup.el (command-line): No longer enable Xterm Mouse mode by
778 default in terminals compatible with xterm.
779
780 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
781
782 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
783
784 * tooltip.el (tooltip-gud-echo-area): Rename from
785 tooltip-use-echo-area.
786 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
787 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
788 area independently of where help tooltips are displayed.
789
790 2005-04-17 David Kastrup <dak@gnu.org>
791
792 * cus-theme.el (custom-theme-write-variables): Quote variables
793 where necessary.
794
795 2005-04-17 Richard M. Stallman <rms@gnu.org>
796
797 * simple.el (yank-excluded-properties): Add follow-link to value.
798
799 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
800
801 * startup.el (fancy-splash-max-time): Just 30 seconds.
802 (fancy-splash-delay): Just 7.
803 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
804
805 * loadhist.el (unload-feature): Update for new format of load-history.
806 Simplify the code.
807
808 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
809 (rmail-font-lock-keywords): Don't fontify the text of a citation.
810
811 * mail/sendmail.el (mail-font-lock-keywords):
812 Don't fontify subject text.
813 Don't fontify the text of a citation.
814
815 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
816
817 * comint.el (comint-output-filter): Run comint-output-filter-functions
818 with point where the user had it.
819
820 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * international/ucs-tables.el (ucs-set-table-for-input):
823 Disable when using unify-on-decoding.
824
825 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
826
827 * emulation/cua-base.el (cua-global-mark-face): Add special case
828 for displays supporting a high number of colors.
829
830 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
831
832 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
833
834 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
835
836 * filesets.el (filesets-add-buffer): If user supplies a name of a
837 non-existing fileset, create a new fileset.
838
839 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
840
841 * textmodes/org.el (org-up-heading-all): Fix bug with
842 `outline-up-heading-all'.
843
844 2005-04-16 Andreas Schwab <schwab@suse.de>
845
846 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
847 /etc/permissions.d/* and /etc/aliases.d/*.
848
849 2005-04-16 Kenichi Handa <handa@m17n.org>
850
851 * international/code-pages.el (cp-make-coding-system):
852 Set `translation-table-for-input' property value to the symbol
853 ucs-mule-to-mule-unicode, not to that value.
854 (pt154): Escape guillemet by `\'.
855
856 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
857
858 * loadup.el: Load tooltip if x-show-tip is fboundp.
859
860 * startup.el (command-line): Add comment.
861
862 * tooltip.el (tooltip-mode): Specify correct standard value for
863 Custom in init-value.
864
865 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
866
867 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
868 possible.
869
870 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
871
872 * textmodes/org.el: (org-agenda-date-prompt): Rename from
873 `org-agenda-date-today'.
874 (org-evaluate-time-range): Insert at point instead of directly
875 after time range.
876 (org-first-headline-recenter, org-subtree-end-visible-p)
877 (org-optimize-window-after-visibility-change): New functions
878 (org-agenda-post-command-hook): Don't allow point at end of line,
879 to make sure it always hits the text properties.
880 (org-agenda-next-date-line, org-agenda-previous-date-line):
881 New commands.
882 (org-set-regexps-and-options): Category may contain white space.
883 (org-agenda-get-deadlines, org-agenda-get-scheduled):
884 Improve marker positions.
885 (org-agenda-new-marker): Argument POS made optional.
886 (org-agenda-get-timestamps): Deadlines which are done are listed
887 in org-done-face now.
888 (org-agenda-get-todos, org-agenda-get-timestamps)
889 (org-agenda-get-deadlines, org-agenda-get-scheduled):
890 Set `undone-face' and `done-face' properties.
891 (org-last-todo-state-is-todo): New variable.
892 (org-todo): Set `org-last-todo-state-is-todo'.
893 (org-agenda-todo): Change face according to
894 `org-last-todo-state-is-todo'. And change other lines refering to
895 the same entry.
896 (org-calendar-goto-agenda): New command.
897 (org-calendar-to-agenda-key): New option.
898 (org-startup-folded): New allowed value `content'.
899 (org-set-regexps-and-options): Accept new value `content' for
900 `org-startup-folded'.
901 (org-get-current-options): Handle new value `content' for
902 `org-startup-folded'.
903 (org-insert-todo-heading): New command.
904 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
905 interactively in empty file and option
906 `org-insert-mode-line-in-empty-file' has been set.
907 (org-agenda-todo,org-agenda-priority): Modify to use
908 `org-agenda-change-all-lines'.
909 (org-warning-face): Change color on dark background
910
911 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
912
913 * international/mule-cmds.el (set-locale-environment): On Mac OS,
914 use preferences AppleLocale and AppleLanguages, and variable
915 mac-system-locale for default locale. On Mac OS Classic, use
916 mac-system-coding-system for default coding systems.
917
918 * term/mac-win.el: Don't set file-name-coding-system.
919 Decode variables system-name, emacs-build-system, user-login-name, and
920 user-full-name by mac-system-coding-system on Mac OS Classic.
921 (mac-system-coding-system): New variable.
922
923 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
924
925 * startup.el (command-line): Handle `xterm-mouse-mode' before
926 reading init file.
927
928 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
929
930 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
931
932 * progmodes/sh-script.el (sh-here-document-word): Make it a
933 defcustom. Doc fix.
934 (sh-add): Bash uses $(( )) for arithmetic.
935 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
936 (sh-maybe-here-document): Remove quotes and leading whitespace
937 from heredoc word when closing. Indent heredoc with tabs if word
938 starts with "-".
939
940 2005-04-13 Richard M. Stallman <rms@gnu.org>
941
942 * simple.el (undo): Fix previous change.
943
944 * custom.el (defface): Doc fix.
945
946 2005-04-13 Lute Kamstra <lute@gnu.org>
947
948 * Makefile.in (DONTCOMPILE): Remove list.
949 (compile, compile-always): Don't use DONTCOMPILE.
950 (update-authors): Load the library in which batch-update-authors
951 is defined.
952 * makefile.w32-in (DONTCOMPILE): Remove list.
953 (compile, compile-always): Fix comments.
954 (update-authors): Load the library in which batch-update-authors
955 is defined.
956
957 * generic-x.el (generic-mode-ini-file-find-file-hook):
958 Rename to ini-generic-mode-find-file-hook.
959 Keep generic-mode-ini-file-find-file-hook as an alias.
960 (ini-generic-mode-find-file-hook): Rename from
961 generic-mode-ini-file-find-file-hook. Fix docstring.
962 (ini-generic-mode): Docstring change.
963 (bat-generic-mode-run-as-comint): Silence the byte compiler.
964
965 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
966 called from lisp.
967
968 * generic.el: Move to the emacs-lisp subdir.
969
970 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
973 and C-S- function and cursor motion keys.
974
975 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
976
977 * startup.el (command-line): Enable Xterm Mouse mode by default.
978 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
979 for Custom. No longer show "Mouse" in mode line when enabled.
980 Doc fix.
981
982 2005-04-12 Kim F. Storm <storm@cua.dk>
983
984 * emulation/cua-base.el (cua-rectangle-face)
985 (cua-rectangle-noselect-face): Define face attributes here.
986
987 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
988
989 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
990
991 * startup.el (command-line): Turn off blinking cursor if
992 cursorBlink in resources is off or false.
993
994 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
995
996 * term/mac-win.el (dnd): Require dnd.
997 (mac-drag-n-drop): Call dnd-handle-one-url.
998 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
999 (kTextEncodingISOLatin2): Remove constants.
1000 (mac-script-code-coding-systems): New constant.
1001 (mac-handle-language-change): New function.
1002 (special-event-map): Bind it to `language-change' event.
1003 (mac-centraleurroman, mac-cyrillic): New coding systems.
1004 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
1005 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
1006 and mac-cyrillic-encoder to encode-mac-centraleurroman and
1007 encode-mac-cyrillic, respectively.
1008
1009 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1010
1011 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
1012 Don't set overlay-arrow-string to "=>" as this is done
1013 globally in C now.
1014
1015 2005-04-12 Lute Kamstra <lute@gnu.org>
1016
1017 * generic-x.el (rc-generic-mode, rul-generic-mode):
1018 Fix auto-mode-alist entries.
1019 (etc-fstab-generic-mode): Tweak fontification.
1020
1021 * generic.el (generic-make-keywords-list): Fix docstring.
1022 (generic-mode-internal): Simplify generic-font-lock-keywords.
1023
1024 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
1025
1026 * whitespace.el (whitespace-buffer-leading)
1027 (whitespace-buffer-trailing): Revert the incorrect test inversion.
1028 However, fix the highlight area for the leading and
1029 trailing whitespaces to show space.
1030
1031 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
1032
1033 * whitespace.el (whitespace-version): Bump to 3.5
1034
1035 (whitespace-buffer-leading, whitespace-buffer-trailing):
1036 Invert sense of the test to highlight the whitespace.
1037
1038 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1039
1040 * progmodes/gud.el (gud-display-line): GUD uses its own
1041 overlay arrow now so don't set overlay-arrow-string.
1042 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
1043
1044 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1045
1046 * term.el (term-ansi-current-bold, term-ansi-current-underline)
1047 (term-ansi-current-reverse, term-ansi-current-invisible)
1048 (term-ansi-face-already-done): Change to boolean.
1049 (term-reset-terminal, term-handle-colors-array): Handle the above
1050 vars accordingly.
1051 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
1052 (term-emulate-terminal): Use the new name.
1053
1054 * faces.el (secondary-selection): Use yellow1, not yellow.
1055 (trailing-whitespace): Use red1, not red.
1056
1057 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1058
1059 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
1060 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
1061 (dired-dnd-handle-file): Call dnd-get-local-file-uri
1062
1063 * cus-edit.el (dnd): New group.
1064
1065 * term/w32-win.el (dnd): Require dnd
1066 (w32-drag-n-drop): Call dnd-handle-one-url.
1067
1068 * x-dnd.el: Require dnd.
1069 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
1070 Call dnd-handle-one-url.
1071 (x-dnd-types-alist, x-dnd-insert-utf8-text)
1072 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
1073 to dnd-insert-text.
1074 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
1075 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
1076 (x-dnd-get-local-file-name, x-dnd-open-local-file)
1077 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
1078
1079 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
1080
1081 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1082
1083 * wdired.el: Doc fixes.
1084 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
1085 (wdired-use-dired-vertical-movement): Rename from
1086 wdired-always-move-to-filename-beginning.
1087 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
1088 (wdired-change-to-wdired-mode): Change mode name.
1089 (wdired-newline): Delete.
1090
1091 2005-04-11 Richard M. Stallman <rms@gnu.org>
1092
1093 * whitespace.el (whitespace-highlight-the-space):
1094 Don't call whitespace-unhighlight-the-space here.
1095
1096 * simple.el (undo): Record t in undo-equiv-table
1097 for the redo record made by an undo-in-region.
1098
1099 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
1102 (gdb-frame-inferior-io-buffer): New Functions to control
1103 display of separate IO buffer.
1104 (menu): Add them to menu-bar.
1105 (gdb-display-buffer): Check for buffer another frame.
1106 Protect GUD buffer.
1107 (gdb-setup-windows): Create IO buffer if not already there.
1108 (gdb-memory-mode): Remove purecopy noops.
1109
1110 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1111
1112 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
1113 and pass to self-insert-command.
1114
1115 2005-04-11 Lute Kamstra <lute@gnu.org>
1116
1117 * generic.el: Commentary section cleanup.
1118 (generic): Delete.
1119 (generic-use-find-file-hook, generic-lines-to-scan)
1120 (generic-find-file-regexp, generic-ignore-files-regexp)
1121 (default-generic-mode, generic-mode-find-file-hook)
1122 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
1123 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
1124 (generic-use-find-file-hook, generic-lines-to-scan)
1125 (generic-find-file-regexp, generic-ignore-files-regexp)
1126 (default-generic-mode, generic-mode-find-file-hook)
1127 (generic-mode-ini-file-find-file-hook): Move from generic.el.
1128
1129 2005-04-10 Karl Fogel <kfogel@red-bean.com>
1130
1131 * bookmark.el (bookmark-write-file): Catch errors writing file.
1132 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
1133
1134 2005-04-10 Richard M. Stallman <rms@gnu.org>
1135
1136 * startup.el (fancy-splash-tail): Update copyright year.
1137 (command-line): Split part of -Q into -D.
1138 (emacs-basic-display): New defvar.
1139 (fancy-splash-text): Correct name of menu item.
1140
1141 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
1142
1143 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
1144 lines in one node.
1145
1146 * comint.el (comint-send-input): New arg ARTIFICIAL.
1147 Callers in this file changed.
1148
1149 * abbrev.el (define-abbrevs): Read system abbrevs properly.
1150
1151 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
1152
1153 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
1156 `ldap-search-internal'.
1157
1158 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * files.el (set-auto-mode-1): Use line-end-position.
1161
1162 * international/latin-1.el:
1163 * international/latin-2.el:
1164 * international/latin-3.el:
1165 * international/latin-4.el:
1166 * international/latin-5.el:
1167 * international/latin-8.el:
1168 * international/latin-9.el: Give punctuation syntax to NBSP.
1169
1170 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
1171 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
1172 Use char-classes to accept non-ascii letters, accepted in some recent
1173 bibtex implementations.
1174
1175 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
1176
1177 * custom.el (custom-set-minor-mode): Any non-nil value for the
1178 variable should enable the mode when set through Custom.
1179
1180 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
1183 TAB binding so tab-always-indent is obeyed.
1184 (vhdl-minibuffer-local-map): Move initialization into declaration.
1185 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
1186 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
1187 (vhdl-hooked-abbrev): Avoid test for XEmacs.
1188 (vhdl-current-line): Use line-beginning-position.
1189 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
1190 with-output-to-temp-buffer, so the current position can be recorded.
1191
1192 2005-04-10 Masatake YAMATO <jet@gyve.org>
1193
1194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1195 Add regexp for gcov.
1196
1197 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
1198
1199 * calendar/time-date.el (time-to-seconds, seconds-to-time)
1200 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
1201 syntax which Emacs 20 doesn't support.
1202
1203 2005-04-09 Richard M. Stallman <rms@gnu.org>
1204
1205 * help.el (describe-key-briefly, describe-key):
1206 Replace strings as event types with "(any string)".
1207
1208 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * arc-mode.el (archive-mode-map): Move initialization into
1211 the declaration. Override *all* bindings of `undo'.
1212 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
1213
1214 2005-04-09 Jay Belanger <belanger@truman.edu>
1215
1216 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1217
1218 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1219
1220 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
1221 (xterm-register-default-colors): Update color values computation
1222 to match xterm-200.
1223
1224 2005-04-09 Kenichi Handa <handa@m17n.org>
1225
1226 * international/code-pages.el (iso-latin-7): Fix the map.
1227
1228 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * emacs-lisp/lisp.el (defun-prompt-regexp)
1231 (parens-require-spaces, buffer-end, end-of-defun)
1232 (insert-parentheses): Doc fixes.
1233
1234 2005-04-08 Kim F. Storm <storm@cua.dk>
1235
1236 * comint.el (comint-highlight-prompt): Fix face spec.
1237 * hi-lock.el (hi-green): Likewise.
1238
1239 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * cus-edit.el (custom-modified-face):
1242 * comint.el (comint-highlight-input): Fix previous changes.
1243 * term.el (term-handle-ansi-escape): Add a comment.
1244
1245 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
1248 in the buffer and in whitespace-highlighted-space.
1249 (whitespace-unhighlight-the-space): Simplify.
1250 (whitespace-buffer): Simplify.
1251
1252 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1253
1254 * textmodes/table.el (table-cell-face): Add special case for
1255 displays supporting a high number of colors.
1256 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1257 (vhdl-font-lock-reserved-words-face)
1258 (vhdl-speedbar-architecture-face)
1259 (vhdl-speedbar-instantiation-face)
1260 (vhdl-speedbar-architecture-selected-face)
1261 (vhdl-speedbar-instantiation-selected-face): Likewise.
1262 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
1263 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
1264 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
1265 (ebrowse-root-class-face, ebrowse-member-attribute-face)
1266 (ebrowse-progress-face): Likewise.
1267 * progmodes/compile.el (compilation-info-face): Likewise.
1268 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
1269 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
1270 * calendar/calendar.el (diary-face): Likewise.
1271 * woman.el (woman-italic-face, woman-bold-face)
1272 (woman-unknown-face): Likewise.
1273 * wid-edit.el (widget-button-pressed-face): Likewise.
1274 * whitespace.el (whitespace-highlight-face): Likewise.
1275 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
1276 * pcvs-info.el (cvs-marked-face): Likewise.
1277 * info.el (info-xref): Likewise.
1278 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
1279 * hilit-chg.el (highlight-changes-face)
1280 (highlight-changes-delete-face): Likewise.
1281 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
1282 (hi-red-b): Likewise.
1283 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
1284 * font-lock.el (font-lock-keyword-face)
1285 (font-lock-function-name-face, font-lock-warning-face): Likewise.
1286 * cus-edit.el (custom-invalid-face, custom-modified-face)
1287 (custom-set-face, custom-changed-face, custom-variable-tag-face)
1288 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
1289 * comint.el (comint-highlight-prompt): Likewise.
1290
1291 2005-04-08 Lute Kamstra <lute@gnu.org>
1292
1293 * font-lock.el (font-lock-keywords): Docstring fixes.
1294
1295 2005-04-08 Kenichi Handa <handa@m17n.org>
1296
1297 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
1298 chars are more than a limit, print " and more..." at the tail.
1299
1300 2005-04-08 Kim F. Storm <storm@cua.dk>
1301
1302 * emacs-lisp/authors.el (authors-aliases): Update list.
1303 (authors-ignored-files): New list.
1304 (authors-fixed-entries): Fix typo.
1305 (authors-renamed-files-alist): Update list.
1306 (authors-add): Check authors-ignored-files.
1307
1308 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
1309
1310 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
1311 optional, to ensure backward compatibility.
1312
1313 2005-04-08 Stephen Eglen <stephen@gnu.org>
1314
1315 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
1316
1317 2005-04-08 Kim F. Storm <storm@cua.dk>
1318
1319 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
1320
1321 * mouse.el (mouse-on-link-p): Doc fix.
1322
1323 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
1324
1325 * ielm.el (ielm-prompt-read-only): Doc fix.
1326
1327 * comint.el (comint-prompt-read-only): Doc fix.
1328
1329 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
1330
1331 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
1332 ensure dired always handles wildcards passed to ffap.
1333 (find-file-at-point): Use it.
1334 (ffap-dired-wildcards): Doc fix.
1335
1336 2005-04-07 Juri Linkov <juri@jurta.org>
1337
1338 * simple.el (next-error-overlay-arrow-position): New defvar.
1339 Put "=>" on its property `overlay-arrow-string'. Add it to
1340 `overlay-arrow-variable-list'.
1341
1342 * progmodes/compile.el (compilation-setup):
1343 Set `next-error-overlay-arrow-position' to nil. Also set it to
1344 nil in the local hook `kill-buffer-hook'. Make local variable
1345 `overlay-arrow-string' and set it to "=>".
1346 (compilation-goto-locus): Set BOL position to
1347 `next-error-overlay-arrow-position' instead of
1348 `overlay-arrow-position'.
1349
1350 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
1351 locally instead of adding it to the global hook.
1352 (Info-kill-buffer): Move up.
1353
1354 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 * term/xterm.el (xterm-standard-colors): Update color values from
1357 xterm-200.
1358
1359 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
1362
1363 * fast-lock.el:
1364 * lazy-lock.el: Move them to the obsolete subdir.
1365
1366 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1367
1368 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
1369 (wdired-add-replace-advice): Remove.
1370 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
1371
1372 2005-04-06 Kim F. Storm <storm@cua.dk>
1373
1374 * startup.el (command-line): Add --bare-bones alias for -Q.
1375
1376 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1377
1378 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
1379 create the startup fontset if a font specification ends with
1380 `mac-roman'.
1381
1382 2005-04-06 Lute Kamstra <lute@gnu.org>
1383
1384 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
1385 change.
1386
1387 * emacs-lisp/copyright.el (copyright-update-year): Replace the
1388 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
1389
1390 2005-04-05 Lute Kamstra <lute@gnu.org>
1391
1392 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
1393 (define-generic-mode): Ditto. Fix debug declaration.
1394
1395 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
1396 Put them in the generic-x group.
1397
1398 * calendar/timeclock.el (timeclock): Doc fix.
1399
1400 * generic.el (define-generic-mode): Don't use custom-current-group.
1401 Document default :group value.
1402 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
1403 (define-global-minor-mode): Don't use custom-current-group.
1404
1405 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1406
1407 * startup.el (command-line-1): Display startup-echo-area-message
1408 when fancy splash screen is in use.
1409
1410 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
1411 (sh-escaped-newline): New face.
1412 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
1413 newline, and use sh-escaped-newline face.
1414
1415 * progmodes/tcl.el (tcl-escaped-newline): New face.
1416 (tcl-builtin-list): New variable.
1417 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
1418 newlines. Fix keywords subexpression number.
1419
1420 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
1421
1422 * textmodes/org.el (org-diary-default-entry): Fix call to
1423 `add-to-diary-entry'.
1424
1425 2005-04-05 Kim F. Storm <storm@cua.dk>
1426
1427 * ediff-init.el: Use (featurep 'xemacs).
1428
1429 2005-04-05 David Ponce <david@dponce.com>
1430
1431 * cus-edit.el (face): Derive from symbol widget. Display sample
1432 of the current face on the fly.
1433 (widget-face-sample-face-get, widget-face-notify): New functions.
1434 (widget-face-value-create): Remove.
1435
1436 * wid-edit.el (widget-field-end): Temporarily remove field
1437 narrowing before to call `get-char-property'.
1438
1439 2005-04-04 Jay Belanger <belanger@truman.edu>
1440
1441 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
1442 (math-read-subscripts): New variable.
1443 (math-read-preprocess-string): Process subscripts.
1444
1445 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
1446
1447 * comint.el (comint-prompt-read-only): Doc fix.
1448
1449 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
1450 `-1'. Doc fix.
1451
1452 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
1453
1454 * textmodes/org.el (org-insert-mode-line-in-empty-file):
1455 Change default value to nil.
1456
1457 2005-04-04 Lute Kamstra <lute@gnu.org>
1458
1459 * autorevert.el (auto-revert-mode): Specify :group.
1460 * battery.el (display-battery-mode): Specify :group.
1461 * diff-mode.el (diff-minor-mode): Specify :group.
1462 * font-core.el (font-lock-mode): Specify :group.
1463 * hl-line.el (hl-line-mode): Specify :group.
1464 * iimage.el (iimage): New customization group.
1465 (iimage-mode): Specify :group.
1466 * longlines.el (longlines-mode): Specify :group.
1467 * master.el: Don't require easy-mmode.
1468 (master): New customization group.
1469 (master-mode): Specify :group.
1470 * msb.el (msb-mode): Specify :group.
1471 * reveal.el (reveal-mode): Specify :group.
1472 * simple.el (next-error-follow-minor-mode): Specify :group.
1473 * smerge-mode.el (smerge-mode): Specify :group.
1474 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
1475 * emulation/cua-base.el (cua-mode): Specify :group.
1476 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
1477 * language/thai-util.el (thai-auto-composition-mode)
1478 (thai-word-mode): Specify :group.
1479 * mail/supercite.el (sc-minor-mode): Specify :group.
1480 * progmodes/cwarn.el (cwarn-mode): Specify :group.
1481 * progmodes/flymake.el (flymake-mode): Specify :group.
1482 * progmodes/glasses.el (glasses-mode): Specify :group.
1483 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
1484 * textmodes/enriched.el (enriched-mode): Specify :group.
1485 * textmodes/refill.el (refill-mode): Specify :group.
1486
1487 * add-log.el (change-log-font-lock-keywords): Names in
1488 parenthesized lists can contain spaces.
1489
1490 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1491
1492 * startup.el (fancy-splash-text): Shorten default text of
1493 "Emacs Tutorial" line. Also, if the current language env
1494 indicates an available tutorial file other than TUTORIAL,
1495 extract its title and append it to the line in parentheses.
1496 (fancy-splash-insert): If arg is a thunk, funcall it.
1497
1498 2005-04-04 Jay Belanger <belanger@truman.edu>
1499
1500 * calc.el (calc-language-alist): Add tags to customization type.
1501
1502 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
1505 Doc fix.
1506
1507 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
1508
1509 * add-log.el (change-log-font-lock-keywords): The manual
1510 describing a Change Log entry, says: (...) "Aside from these
1511 header lines, every line in the change log starts with a space or
1512 a tab.". The font-lock was not highlighting lines started with
1513 spaces, added support for it.
1514
1515 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1516
1517 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
1518 (bibtex-generate-url-list): Update docstring accordingly. Put the
1519 complex example in the docstring.
1520 (bibtex-font-lock-url): Use pop.
1521
1522 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
1525
1526 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
1527
1528 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1529
1530 * filesets.el (filesets-set-default): Doc fix.
1531
1532 2005-04-03 Lute Kamstra <lute@gnu.org>
1533
1534 * generic.el (define-generic-mode): Add argument to specify
1535 keywords for defcustom.
1536 (default-generic-mode): Specify :group.
1537
1538 * generic-x.el: Specify :group for all generic modes.
1539
1540 * desktop.el (desktop-no-desktop-file-hook)
1541 (desktop-after-read-hook): Doc fix.
1542
1543 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
1544
1545 * simple.el (visible-mode): Use explicit :group keyword.
1546 This changes the group of `visible-mode-hook' from paren-blinking
1547 to editing-basics.
1548
1549 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1550
1551 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
1552 mailbox specifications as well as URLs.
1553 (rmail-insert-inbox-text): Remove unused conditional branches.
1554
1555 2005-04-01 Jay Belanger <belanger@truman.edu>
1556
1557 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1558 (calc-gnuplot-print-command): Move definitions to calc.el.
1559
1560 * calc/calc-embed.el (calc-embedded-announce-formula)
1561 (calc-embedded-open-formula, calc-embedded-close-formula)
1562 (calc-embedded-open-word, calc-embedded-close-word)
1563 (calc-embedded-open-plain, calc-embedded-close-plain)
1564 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1565 (calc-embedded-open-mode, calc-embedded-close-mode):
1566 Move definitions to calc.el.
1567
1568 * calc/calc.el (calc-settings-file, calc-language-alist):
1569 Make customizable.
1570 (calc-embedded-announce-formula, calc-embedded-open-formula)
1571 (calc-embedded-close-formula, calc-embedded-open-word)
1572 (calc-embedded-close-word, calc-embedded-open-plain)
1573 (calc-embedded-close-plain, calc-embedded-open-new-formula)
1574 (calc-embedded-close-new-formula, calc-embedded-open-mode)
1575 (calc-embedded-close-mode, calc-gnuplot-name)
1576 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
1577 from other files and make customizable.
1578
1579 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
1582 Use buffer-live-p.
1583 (cvs-mode-run): Don't call cvs-update-header here.
1584 (cvs-run-process): Call cvs-update-header.
1585 Use process properties for cvs-postprocess and cvs-buffer so that
1586 the sentinel can behave better if the temp buffer is killed.
1587 Use a pipe rather than a tty, to better handle unexpected prompts.
1588 (cvs-sentinel): Rewrite. Call cvs-update-header.
1589
1590 2005-04-01 Andre Spiegel <spiegel@gnu.org>
1591
1592 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
1593 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
1594
1595 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * generic.el (define-generic-mode): Add indentation rule.
1598
1599 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1600
1601 * files.el (mode-require-final-newline): Make Custom correctly
1602 report a nil value and allow to set it to nil via Custom.
1603 Doc fix.
1604
1605 2005-04-01 Kenichi Handa <handa@m17n.org>
1606
1607 * international/characters.el: Enable the correct case setting for
1608 dotless-i and dotted-I.
1609
1610 2005-04-01 Kim F. Storm <storm@cua.dk>
1611
1612 * ido.el (ido-file-internal): Fall back to non-ido command if
1613 initial directory is on slow ftp (or tramp) host.
1614
1615 2005-03-31 Richard M. Stallman <rms@gnu.org>
1616
1617 * emacs-lisp/autoload.el (make-autoload):
1618 Handle define-global-minor-mode.
1619
1620 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1621 Rename from easy-mmode-define-global-mode.
1622 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
1623
1624 * progmodes/scheme.el (scheme-mode-syntax-table):
1625 Update syntax of | and # for two-character comment syntax.
1626
1627 2005-03-31 Lute Kamstra <lute@gnu.org>
1628
1629 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
1630 (define-minor-mode): Call custom-current-group at load-time.
1631
1632 * generic.el (define-generic-mode): Add debug declaration.
1633 Add defcustom for the mode hook.
1634 (generic-mode-internal): Use run-mode-hooks.
1635
1636 2005-03-31 Kim F. Storm <storm@cua.dk>
1637
1638 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
1639 (mouse-fixup-help-message): New defun called by show_help_echo
1640 to fixup mouse-2 prefix in help messages when applicable.
1641
1642 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
1643
1644 2005-03-31 Kenichi Handa <handa@m17n.org>
1645
1646 * language/thai-word.el (thai-find-word-ends): Pay attention to
1647 the case that we reach the end of buffer.
1648
1649 * textmodes/fill.el (fill-text-properties-at): New function.
1650 (fill-newline): Use fill-text-properties-at instead of
1651 text-properties-at.
1652
1653 2005-03-31 Karl Berry <karl@freefriends.org>
1654
1655 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
1656 not comint-quote-filename.
1657
1658 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1659
1660 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
1661 not comint-quote-filename.
1662
1663 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
1664
1665 * help-fns.el (help-with-tutorial): Revert last change.
1666
1667 2005-03-31 Kim F. Storm <storm@cua.dk>
1668
1669 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
1670
1671 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 * calendar/cal-china.el: Update reference to "Calendrical
1674 Calculations" book; there's a new edition.
1675 * calendar/cal-coptic.el: Likewise.
1676 * calendar/cal-french.el: Likewise.
1677 * calendar/cal-hebrew.el: Likewise.
1678 * calendar/cal-islam.el: Likewise.
1679 * calendar/cal-iso.el: Likewise.
1680 * calendar/cal-julian.el: Likewise.
1681 * calendar/cal-mayan.el: Likewise.
1682 * calendar/cal-persia.el: Likewise.
1683 * calendar/calendar.el: Likewise.
1684 * calendar/holidays.el: Likewise.
1685 * calendar/lunar.el: Likewise.
1686 * calendar/solar.el: Likewise.
1687
1688 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
1689 white space from doc string.
1690
1691 2005-03-30 Jay Belanger <belanger@truman.edu>
1692
1693 * calc/calc-help.el (calc-full-help): Remove email address.
1694
1695 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1696
1697 * help-fns.el (help-with-tutorial): Delete title line.
1698
1699 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1700
1701 * calendar/cal-x.el (calendar-one-frame-setup)
1702 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
1703 rather than 'symbol for set-window-dedicated-p.
1704
1705 * calendar/appt.el (appt-buffer-name): Make it a constant.
1706 (appt-add): Doc fix.
1707
1708 * filesets.el (filesets-menu-path, filesets-menu-before)
1709 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
1710 (filesets-menu-cache-file): Use directory ~/.emacs.d.
1711 (filesets-add-submenu): Delete and use add-submenu instead.
1712
1713 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
1714
1715 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
1716 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1717 (org-diary-default-entry): New function.
1718 (org-get-entries-from-diary): Better parsing of diary entries.
1719 (org-agenda-check-no-diary): New function.
1720 ("diary-lib"): Advice to function `add-to-diary-list', to allow
1721 linking to diary entries.
1722 (org-agenda-execute-calendar-command): New function.
1723 (org-agenda): Improve visible section in window.
1724 Use `org-fit-agenda-window'.
1725 (org-fit-agenda-window): New option.
1726 (org-move-subtree-down): Better handling of empty lines
1727 at end of subtree.
1728 (org-cycle): Numeric prefix is interpreted now as show-subtree N
1729 levels up.
1730 (org-fontify-done-headline): New option.
1731 (org-headline-done-face): New face.
1732 (org-set-font-lock-defaults): Use `org-headline-done-face'.
1733 (org-table-copy-down): Rename from `org-table-copy-from-above'.
1734 When current field is non-empty, it is copied to next row.
1735 (org-table-copy-from-above): Fix bug which made it
1736 impossible to copy fields containing only a single non-white character.
1737
1738 2005-03-30 Kim F. Storm <storm@cua.dk>
1739
1740 * kmacro.el (kmacro-end-macro): Isearch may store this command
1741 into the macro -- so ignore it when executing keyboard macro.
1742
1743 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1744
1745 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1746
1747 2005-03-29 Kenichi Handa <handa@m17n.org>
1748
1749 * language/thai.el ("Thai"): Set setup-function and exit-function
1750 for Thai language environment.
1751
1752 * language/thai-util.el: Require thai-word.
1753 (thai-word-mode-map): New variable.
1754 (thai-word-mode): New minor mode.
1755 (setup-thai-language-environment-internal): New function.
1756 (exit-thai-language-environment-internal): New function.
1757
1758 * language/thai-word.el (thai-word-table): Declare it by defvar,
1759 use dolist to initialize it.
1760 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1761 (thai-fill-find-break-point): New functions.
1762
1763 2005-03-29 Richard M. Stallman <rms@gnu.org>
1764
1765 * simple.el (idle-update-delay): Move definition up.
1766 (set-mark): Doc fix.
1767
1768 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * longlines.el: New file.
1771
1772 * simple.el (buffer-substring-filters): New variable.
1773 (filter-buffer-substring): New function.
1774 (kill-region, copy-region-as-kill): Use it.
1775
1776 * register.el (copy-to-register, append-to-register)
1777 (prepend-to-register): Use filter-buffer-substring.
1778
1779 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1782 (gud-filter-pending-text): Move in front of gdb.
1783 (gud-overlay-arrow-position): New variable.
1784 (gud-sentinel, gud-display-line): Use it in place of
1785 overlay-arrow-position.
1786
1787 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1788
1789 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1790 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1791 (fortran-font-lock-keywords-4): New variable.
1792 (fortran-blocks-re, fortran-end-block-re)
1793 (fortran-start-block-re): New constants, for hideshow.
1794 (hs-special-modes-alist): Add a Fortran entry.
1795 (fortran-mode-map): Bind fortran-end-of-block,
1796 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1797 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1798 (fortran-looking-at-if-then, fortran-end-of-block)
1799 (fortran-beginning-of-block): New functions, for hideshow.
1800
1801 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1802 fix. Tweak regexp.
1803 (f90-beginning-of-block): Push mark first.
1804
1805 2005-03-29 Jay Belanger <belanger@truman.edu>
1806
1807 * calc/calc.el: Update copyright date.
1808 (calc-version): Increase to 2.1.
1809 (calc-version-date): Remove.
1810
1811 * calc/calc-help.el: Update copyright date.
1812 (calc-full-help): Remove reference to calc-version-date.
1813 Update copyright date.
1814
1815 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * vc.el (vc-do-command): Use a pipe for async processes, so password
1818 prompts don't show up at places where the user can't reply.
1819
1820 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1821
1822 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1823 on the file name we pass to the inferior shell.
1824
1825 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1826
1827 * progmodes/which-func.el (which-function): Be robust in the face of an
1828 imenu--make-index-alist failure.
1829
1830 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1833
1834 * progmodes/python.el (python-preoutput-filter): Fix last change.
1835
1836 2005-03-29 Lute Kamstra <lute@gnu.org>
1837
1838 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1839 functions and compiled macros.
1840 (debug-convert-byte-code): Handle macros too.
1841 (debug-on-entry-1): Don't signal an error when trying to clear a
1842 function that is not set to debug on entry.
1843
1844 2005-03-29 Jay Belanger <belanger@truman.edu>
1845
1846 * calc/calc-lang.el: Add functions to math-function-table
1847 properties of tex and math.
1848
1849 2005-03-29 Kenichi Handa <handa@m17n.org>
1850
1851 * ps-mule.el (ps-mule-plot-string): Translate characters by
1852 ps-print-translation-table.
1853 (ps-mule-begin-job): Call find-charset-region/string with
1854 ps-print-translation-table.
1855 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1856
1857 * ps-print.el (ps-print-translation-table): New variable.
1858 (ps-plot-region): Translate characters by ps-print-translation-table.
1859
1860 2005-03-29 Juri Linkov <juri@jurta.org>
1861
1862 * simple.el (next-error-highlight-timer): New variable.
1863
1864 * progmodes/compile.el (compilation-goto-locus):
1865 Use `next-error-highlight-timer' instead of `sit-for'.
1866
1867 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * mail/supercite.el (sc-mail-field): Use assoc-string.
1870 (sc-get-address): Simplify regexps.
1871
1872 * files.el (minibuffer-with-setup-hook): New macro.
1873 (find-file-read-args): Use it to avoid let-binding
1874 minibuffer-with-setup-hook (which breaks turning on/off
1875 file-name-shadow-mode while in the prompt).
1876
1877 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1878
1879 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1880
1881 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1882
1883 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * window.el (window-buffer-height): Use count-screen-lines.
1886
1887 * progmodes/python.el (python-preoutput-leftover): New var.
1888 (python-preoutput-filter): Use it.
1889 (python-send-receive): Loop until all the result has been received.
1890
1891 2005-03-28 Juri Linkov <juri@jurta.org>
1892
1893 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1894
1895 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1896 "Recover Crashed Session".
1897 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1898 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1899 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1900 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1901 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1902 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1903 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1904 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1905
1906 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1907 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1908 Ediff Sessions", "Toggle use of separate control buffer frame",
1909 "Use separate frame for Ediff control buffer".
1910
1911 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1912 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1913 "Rename Bookmark", "Delete Bookmark".
1914
1915 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1916 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1917 Add `:active Info-index-alternatives' to "Next Matching Item".
1918
1919 * wdired.el (wdired-change-to-wdired-mode):
1920 Mention `wdired-abort-changes' key in the initial message.
1921
1922 * international/mule.el (auto-coding-alist): Associate non-ascii
1923 image filename extensions with `no-conversion'.
1924
1925 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * international/iso-acc.el:
1928 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1929
1930 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1931
1932 * textmodes/sgml-mode.el (html-mode): Doc update.
1933
1934 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1935
1936 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1937
1938 * term.el (term-move-columns): Fix face after extending a line.
1939 (term-insert-spaces): Likewise.
1940 (term-reset-terminal): Fix off by one error.
1941
1942 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1943
1944 * international/mule.el (auto-coding-alist): Add .xpi files.
1945
1946 * files.el (auto-mode-alist): Add .xpi files.
1947
1948 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1949
1950 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1951
1952 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1953
1954 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1955
1956 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1957
1958 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1959 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1960
1961 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1962 cursor to Jan 1 when needed.
1963 (calendar-end-of-year): Fix -/+ typo.
1964 Reported by Chong Yidong <cyd@stupidchicken.com>.
1965
1966 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1969
1970 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1971 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1972
1973 2005-03-25 Richard M. Stallman <rms@gnu.org>
1974
1975 * filesets.el (filesets-init): Add autoload.
1976
1977 * mail/mailalias.el (mail-directory): Doc fix.
1978
1979 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1980
1981 * mail/mailalias.el (mail-directory-process): Do nothing if
1982 mail-directory-process is an atom.
1983 (mail-get-names): Ignore mail-directory-names if it is an atom.
1984 (mail-directory-process defvar): Doc fix.
1985 (mail-names): Doc fix.
1986
1987 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1988
1989 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1990
1991 2005-03-26 Kenichi Handa <handa@m17n.org>
1992
1993 * international/mule-util.el (detect-coding-with-priority):
1994 Call update-coding-systems-internal before detect-coding-region.
1995
1996 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
1997
1998 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1999 (gdb-frames-mode-map): Add follow-link property.
2000
2001 2005-03-25 Jay Belanger <belanger@truman.edu>
2002
2003 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
2004 for variables.
2005
2006 2005-03-25 Juri Linkov <juri@jurta.org>
2007
2008 * image-mode.el: Optimize image filename extension regexps in
2009 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
2010 in `auto-mode-alist'.
2011 (image-mode): Add `image-toggle-display-text' to local hook
2012 `change-major-mode-hook'. Display the image as an image by
2013 default. Set `cursor-type' and `truncate-lines' if the image
2014 is already displayed. Take into account the current mode (image
2015 or text) in message.
2016 (image-minor-mode): New minor mode.
2017 (image-mode-maybe, image-toggle-display-text): New functions.
2018 (image-toggle-display): Use called-interactively-p.
2019 Let-bind `inhibit-read-only' to t.
2020
2021 * image-mode.el (image-minor-mode): Set `cursor-type' and
2022 `truncate-lines' if the image is already displayed. Add turning
2023 image-minor-mode off to `change-major-mode-hook'. Add message.
2024 Call `image-toggle-display-text' after turning image-minor-mode off.
2025
2026 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
2029 Terminal.app, use utf-8.
2030 (set-display-table-and-terminal-coding-system): Add coding-system arg.
2031 (set-locale-environment): Use it.
2032
2033 * term/xterm.el: Undo last change, better done in mule-cmds.el.
2034
2035 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
2036
2037 * progmodes/python.el (python-close-block-statement-p)
2038 (python-outdent-p, python-current-defun): Use symbol-end.
2039
2040 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
2041
2042 * files.el (save-some-buffers): Doc fix.
2043
2044 2005-03-25 Werner Lemberg <wl@gnu.org>
2045
2046 * complete.el, thumbs.el: Replace `legal' with `valid'.
2047 * calendar/calendar.el: Replace `legal' with `valid'.
2048 * emacs-lisp/advice.el: Replace `legal' with `valid'.
2049 * mail/supercite.el: Replace `legal' with `valid'.
2050 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
2051 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
2052 `valid'.
2053 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
2054 with `valid'.
2055
2056 2005-03-25 Werner Lemberg <wl@gnu.org>
2057
2058 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
2059 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
2060 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
2061 * emulation/vip.el: Replace `illegal' with `invalid'.
2062 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
2063 * mail/supercite.el: Replace `illegal' with `invalid'.
2064 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
2065 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
2066 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
2067 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
2068 `invalid'.
2069 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
2070 textmodes/reftex-index.el, textmodes/reftex-parse.el,
2071 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
2072 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
2073
2074 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
2077 (flymake-find-buildfile, flymake-find-possible-master-files)
2078 (flymake-check-include, flymake-parse-line): Replace loops over the
2079 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
2080
2081 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
2082 Substitute file-name-as-directory in the rest of the file.
2083 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
2084 (flymake-replace-region): Remove unused arg `buffer'.
2085 (flymake-check-patch-master-file-buffer): Update calls to it.
2086 (flymake-add-err-info): Remove unused var `count'.
2087 (flymake-mode): Use define-minor-mode.
2088
2089 * progmodes/flymake.el: Use with-current-buffer.
2090 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
2091 flymake-replace-regexp-in-string, flymake-line-beginning-position)
2092 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
2093 Avoid testing for `xemacs'.
2094 (flymake-nop): Move.
2095 (flymake-region-has-flymake-overlays): Return the computed value.
2096 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
2097 Remove unused var `endline'.
2098 (flymake-get-line-count): Remove unused function.
2099 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
2100
2101 * emulation/vi.el:
2102 * generic.el:
2103 * hilit-chg.el (global-highlight-changes):
2104 * hi-lock.el (hi-lock-mode):
2105 * follow.el: find-file-hooks -> find-file-hook.
2106
2107 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
2108
2109 2005-03-24 Juri Linkov <juri@jurta.org>
2110
2111 * dired.el (dired-mode-map): Add menu item "Compare directories"
2112 for dired-compare-directories.
2113
2114 * dired-aux.el (dired-compare-directories): Add autoload cookie.
2115 Doc fix. Replace `read-file-name' with `read-directory-name'.
2116
2117 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
2120
2121 2005-03-24 Jay Belanger <belanger@truman.edu>
2122
2123 * calc/calc-embed.el (calc-embedded-mode-change): Save all
2124 relevant mode settings in calc-embedded-original-modes when modes
2125 are permanently changed.
2126
2127 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * autoinsert.el: find-file-hooks -> find-file-hook.
2130
2131 2005-03-24 Lute Kamstra <lute@gnu.org>
2132
2133 * generic.el (generic-font-lock-defaults): Make it obsolete.
2134 (generic-font-lock-keywords): New variable to replace
2135 generic-font-lock-defaults.
2136 (generic-mode-set-font-lock): Delete it.
2137 (generic-mode-internal): Don't call generic-mode-set-font-lock.
2138 (generic-bracket-support): Add docstring.
2139
2140 * generic-x.el: Rename generic-font-lock-defaults to
2141 generic-font-lock-keywords throughout.
2142 (mailagent-rules-setup-function): Delete it.
2143 (mailagent-rules-generic-mode): Use anonymous function instead.
2144 (show-tabs-generic-mode-font-lock-defaults-1)
2145 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
2146 Quote faces.
2147 (show-tabs-tab-face, show-tabs-space-face): Specify background,
2148 not foreground.
2149
2150 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2151 Recognize define-generic-mode.
2152
2153 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
2156 if there's no completion table.
2157
2158 2005-03-23 Miles Bader <miles@gnu.org>
2159
2160 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2161 Remove tty-specific variants, as they're no longer needed.
2162
2163 2005-03-23 Lute Kamstra <lute@gnu.org>
2164
2165 * generic-x.el: Code cleanup: make args constant whenever possible.
2166 (installshield-statement-keyword-list)
2167 (installshield-system-functions-list)
2168 (installshield-system-variables-list, installshield-types-list)
2169 (installshield-funarg-constants-list): Make them constants.
2170
2171 * generic.el (generic-make-keywords-list): Add autoload cookie.
2172
2173 * calendar/time-date.el: Add comment on time value formats.
2174 Don't require parse-time.
2175 (with-decoded-time-value): New macro.
2176 (encode-time-value): New function.
2177 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
2178 (days-to-time): Return a valid time value when arg is huge.
2179 (time-since): Use time-subtract.
2180 (time-to-number-of-days): Use time-to-seconds.
2181
2182 2005-03-23 David Ponce <david@dponce.com>
2183
2184 * recentf.el: (recentf-keep): New option.
2185 (recentf-menu-action): Default to `find-file'.
2186 (recentf-keep-non-readable-files-flag)
2187 (recentf-keep-non-readable-files-p)
2188 (recentf-file-readable-p, recentf-find-file)
2189 (recentf-cleanup-remote): Remove.
2190 (recentf-include-p): More robust.
2191 (recentf-keep-p): New function.
2192 (recentf-remove-if-non-kept): Rename from
2193 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
2194 All callers updated.
2195 (recentf-menu-items-for-commands): Fix help string.
2196 (recentf-track-closed-file): Update. Doc fix.
2197 (recentf-cleanup): Update. Count removed files. Doc fix.
2198
2199 2005-03-23 Kim F. Storm <storm@cua.dk>
2200
2201 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2202 Don't inherit from fringe face (now happens automatically).
2203
2204 2005-03-22 Kim F. Storm <storm@cua.dk>
2205
2206 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
2207 position values.
2208
2209 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * menu-bar.el (showhide-date-time): Remove.
2212 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
2213 (menu-bar-make-mm-toggle): Simplify.
2214
2215 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2216
2217 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
2218 Accept qualified variable and function names.
2219
2220 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
2221
2222 * bindings.el (completion-ignored-extensions):
2223 Remove ".lis" for `vax-vms'.
2224
2225 2005-03-22 Andreas Schwab <schwab@suse.de>
2226
2227 * generic-x.el: Revert last change.
2228 * ldefs-boot.el: Update.
2229
2230 2005-03-22 Jay Belanger <belanger@truman.edu>
2231
2232 * calc/calc-embed (calc-embedded-original-modes): New variable.
2233 (calc-embedded-save-original-modes)
2234 (calc-embedded-restore-original-modes): New functions.
2235 (calc-do-embedded): Save original modes when entering embedded mode
2236 and restore when leaving embedded mode.
2237 (calc-embedded-modes-change): Change the value of
2238 calc-embedded-original-modes to reflect permanent changes.
2239
2240 2005-03-22 Lute Kamstra <lute@gnu.org>
2241
2242 * generic-x.el: Require generic again.
2243
2244 2005-03-22 Miles Bader <miles@gnu.org>
2245
2246 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2247 Tweak details to look good on both ttys and bitmap displays, light
2248 or dark background, etc.
2249
2250 2005-03-21 Kim F. Storm <storm@cua.dk>
2251
2252 * tooltip.el (tooltip-show-help-function): Check car and cdr of
2253 mouse position.
2254
2255 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * icomplete.el: Don't forcibly turn on the mode upon load.
2258 (icomplete-mode): Use define-minor-mode.
2259 (icomplete-eoinput): Default to nil.
2260 (icomplete-minibuffer-setup): Remove autoload.
2261 (icomplete-tidy): Simplify.
2262 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
2263 in the initial state or if the user has modified the field.
2264 Fix handling of icomplete-max-delay-chars.
2265 Remove code that handles the oddball case where
2266 minibuffer-completion-table is an integer.
2267 Wrap icomplete-completions in while-no-input in case building
2268 completions takes more time than expected.
2269 (icomplete-completions): Simplify.
2270
2271 2005-03-21 Richard M. Stallman <rms@gnu.org>
2272
2273 * jka-compr.el (jka-compr-really-do-compress):
2274 Make variable buffer-local.
2275
2276 * image-mode.el: Handle .xpm files too.
2277 (image-toggle-display): Preserve modification flag.
2278
2279 * help.el (where-is): Don't mention aliases with no key bindings.
2280
2281 2005-03-21 Lute Kamstra <lute@gnu.org>
2282
2283 * generic.el: Fix commentary section. Don't require cl for compilation.
2284 (generic-mode-list): Add autoload cookie.
2285 (generic-use-find-file-hook, generic-lines-to-scan)
2286 (generic-find-file-regexp, generic-ignore-files-regexp)
2287 (generic-mode, generic-mode-find-file-hook)
2288 (generic-mode-ini-file-find-file-hook): Fix docstrings.
2289 (define-generic-mode): Make it a defmacro. Fix docstring.
2290 (generic-mode-internal): Code cleanup. Add autoload cookie.
2291 (generic-mode-set-comments): Code cleanup.
2292 * generic-x.el: Don't prevent compilation. Don't require generic.
2293 Follow coding conventions. Minor code cleanup.
2294 (etc-fstab-generic-mode): Add some keywords.
2295 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
2296 define-generic-mode like a function declaration.
2297
2298 2005-03-21 Jay Belanger <belanger@truman.edu>
2299
2300 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
2301 changing modes.
2302
2303 2005-03-21 Sam Steingold <sds@gnu.org>
2304
2305 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
2306
2307 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2308
2309 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
2310 Add underscore to "f$ lexicals" regexp.
2311
2312 2005-03-20 Juri Linkov <juri@jurta.org>
2313
2314 * subr.el (progress-reporter-do-update): When `min-value' is equal
2315 to `max-value', set `percentage' to 0 and prevent division by zero.
2316
2317 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
2318
2319 Sync with Tramp 2.0.48.
2320
2321 * tramp.el (all): Change all addresses to .gnu.org.
2322 (tramp-append-tramp-buffers): New defun.
2323 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
2324 Catch `dont-send' signal.
2325 (tramp-set-auto-save-file-modes): Set always permissions, because
2326 there might be an old auto-saved file belonging to another
2327 original file. This could be a security threat. Reported by
2328 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
2329 Check for Emacs 21.3.50 removed.
2330
2331 * tramp-smb.el (all): Remove debug construct for
2332 `with-parsed-tramp-file-name'.
2333 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
2334 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
2335 No error message if DIRECTORY or FILENAME doesn't exist.
2336 (tramp-smb-open-connection): Check existence of
2337 `tramp-smb-program'.
2338
2339 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
2342 Properly handle the case where the `m' or `s' command's argument is not
2343 yet terminated.
2344 (perl-indent-new-calculate): New function.
2345 (perl-indent-line): Use it.
2346
2347 2005-03-20 Miles Bader <miles@gnu.org>
2348
2349 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
2350 in text-mode too. Change to new face names.
2351 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
2352 Add `:weight bold' attribute.
2353 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
2354
2355 2005-03-19 Juri Linkov <juri@jurta.org>
2356
2357 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
2358
2359 * international/mule.el (auto-coding-alist): Sync with
2360 `auto-mode-alist' by adding upper case archive file extensions
2361 and adding ear/war to jar extension.
2362
2363 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
2364
2365 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
2366 running, restart it.
2367
2368 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
2369
2370 * finder.el (finder-current-item): Throw an error on an empty line.
2371
2372 * man.el (Man-follow-manual-reference): If current-word returns
2373 nil, use "".
2374
2375 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
2376
2377 * simple.el (goto-line): Doc fix.
2378
2379 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
2380
2381 * files.el (save-buffer): Doc fix.
2382
2383 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
2384
2385 * recentf.el (recentf-cleanup-remote): New variable.
2386 (recentf-cleanup): Use it to conditionally check availablity of
2387 remote files.
2388
2389 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
2390
2391 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
2392 function names.
2393
2394 2005-03-19 Eli Zaretskii <eliz@gnu.org>
2395
2396 * language/thai-word.el: New file.
2397
2398 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2399
2400 * files.el (backup-buffer): If the file's directory is not
2401 writable, use copy instead of move to backup the file.
2402
2403 2005-03-19 Eli Zaretskii <eliz@gnu.org>
2404
2405 * obsolete/keyswap.el: Moved to obsolete/ from term/.
2406
2407 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2408
2409 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
2410 Use functionp instead of symbolp and fboundp. Reported by Drkm
2411 <darkman_spam@yahoo.fr>.
2412 (ps-print-version): New version 6.6.6.
2413
2414 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
2415
2416 * textmodes/table.el (table--line-column-position): New idiom.
2417 (table--row-column-insertion-point-p): New function to test
2418 validity of row and column insertion operation at a location.
2419 (table-global-menu, table-cell-menu): Use above functions for
2420 deterministic test operation.
2421 (table--editable-cell-p): Behave in deterministic fashion.
2422
2423 2005-03-18 Juri Linkov <juri@jurta.org>
2424
2425 * isearch.el (isearch-lazy-highlight-new-loop):
2426 Make arguments beg and end optional.
2427 (isearch-update): Remove optional arguments nil from
2428 isearch-lazy-highlight-new-loop.
2429 (isearch-lazy-highlight-search): Let-bind case-fold-search to
2430 isearch-lazy-highlight-case-fold-search instead of
2431 isearch-case-fold-search, and let-bind isearch-regexp to
2432 isearch-lazy-highlight-regexp.
2433 Use isearch-lazy-highlight-last-string instead of isearch-string.
2434
2435 * replace.el (perform-replace): Remove bindings of global
2436 variables isearch-string, isearch-regexp, isearch-case-fold-search.
2437 Add three new arguments to `replace-highlight'.
2438 (replace-highlight): Add arguments string, regexp, case-fold.
2439 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
2440 to allow isearch-lazy-highlight-new-loop to use these values
2441 to set corresponding isearch-lazy-highlight-* internal
2442 variables whose values lazy highlighting will use regardless of
2443 changes to global variables isearch-string, isearch-regexp,
2444 isearch-case-fold-search during lazy highlighting loop.
2445 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
2446 to `lazy-highlight-cleanup'.
2447
2448 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
2449 (ispell-highlight-face): Set default face to `isearch' when
2450 lazy highlighting is enabled.
2451 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
2452 priority to 1. Add lazy highlighting.
2453 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
2454 from `isearch-dehighlight'.
2455
2456 2005-03-18 David Ponce <david@dponce.com>
2457
2458 * files.el (hack-local-variables): Do a case-insensitive search
2459 for End.
2460
2461 2005-03-18 Juri Linkov <juri@jurta.org>
2462
2463 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
2464 `isearch-lazy-highlight-cleanup', add alias to old name and
2465 declare obsolete. Add release numbers to other obsolete vars.
2466 (isearch-done, isearch-lazy-highlight-new-loop):
2467 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
2468 (lazy-highlight-cleanup) <variable>: Doc fix.
2469 (isearch-lazy-highlight-update): Rename obsolete
2470 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
2471
2472 2005-03-18 Kenichi Handa <handa@m17n.org>
2473
2474 * language/thai-util.el: Fix categorization of Thai characters in
2475 thai-category-table.
2476 (thai-composition-pattern): Adjust it for the above change.
2477 (thai-self-insert-command, thai-compose-syllable): New functions.
2478 (thai-compose-region): Use thai-compose-syllable.
2479 (thai-compose-string): Likewise.
2480 (thai-composition-function): Likewise.
2481 (thai-auto-composition): New function.
2482 (thai-auto-composition-mode): New minor mode.
2483
2484 * language/thai.el: Fix patterns to be registered in
2485 composition-function-table.
2486
2487 * international/quail.el (quail-input-method): Locally bind
2488 inhibit-modification-hooks to t.
2489
2490 2005-03-17 Richard M. Stallman <rms@gnu.org>
2491
2492 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
2493 (perl-mode): Use run-mode-hooks.
2494
2495 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
2496 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
2497 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
2498
2499 * mail/sendmail.el (sendmail-send-it): Reenable the code
2500 to compute resend-to-address and use it.
2501
2502 * tar-mode.el (tar-mode): Turn off undo unconditionally.
2503
2504 * image-mode.el: New file.
2505
2506 * image.el (insert-sliced-image): Add autoload cookie.
2507
2508 * font-lock.el (font-lock-lines-before): New user option.
2509 (font-lock-after-change-function): Obey it.
2510
2511 * bindings.el (esc-map): Make M-g a prefix.
2512 Bind M-g g and M-g M-g to goto-line.
2513
2514 * faces.el (face-id): Doc fix.
2515
2516 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2517
2518 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
2519 (rmail-show-message): Use rmail-unknown-mail-followup-to.
2520 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2521
2522 * mail/sendmail.el (mail-yank-ignored-headers)
2523 (mail-font-lock-keywords, mail-mode-fill-paragraph):
2524 Add Mail-Followup-To and Mail-Reply-To headers.
2525 (mail-citation-hook): Add autoload cookie.
2526 (mail-mode): Doc fix.
2527 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
2528 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
2529 (mail-mode-fill-paragraph): Handle those headers.
2530 (mail-mailing-lists): New variable.
2531 (mail-mail-reply-to, mail-mail-followup-to): New functions.
2532
2533 2005-03-17 Juri Linkov <juri@jurta.org>
2534
2535 * isearch.el (isearch-fallback): Check for `(car previous)'
2536 before calling `isearch-other-end-state'.
2537
2538 2005-03-17 Kim F. Storm <storm@cua.dk>
2539
2540 * simple.el (move-beginning-of-line): Move to beginning of buffer
2541 line, as well as beginning of screen line.
2542
2543 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
2544
2545 * calendar/diary-lib.el (mark-diary-entries): Use new optional
2546 argument REDRAW rather than calendar-redrawing variable.
2547 * calendar/calendar.el (calendar-redrawing): Delete.
2548 (redraw-calendar): Do not bind calendar-redrawing.
2549
2550 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
2551
2552 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
2553 diary-file buffer.
2554
2555 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * help.el (describe-mode): Allow a :minor-mode-function property to
2558 specify a different minor mode toggle function than the variable.
2559 * simple.el (auto-fill-function):
2560 * subr.el (add-minor-mode): Use it.
2561
2562 2005-03-16 Kenichi Handa <handa@m17n.org>
2563
2564 * language/ethio-util.el (sera-being-called-by-w3): New variable.
2565 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
2566 (ethio-fidel-to-sera-buffer): Likewise.
2567
2568 2005-03-16 Juri Linkov <juri@jurta.org>
2569
2570 * emacs-lisp/find-func.el (find-function-regexp):
2571 Add defun-emitting macro `menu-bar-make-toggle'.
2572
2573 * isearch.el: Put `isearch-scroll' property to
2574 `split-window-horizontally'.
2575
2576 * info.el: Update error messages for `debug-ignored-errors'.
2577 (Info-isearch-search): Doc fix.
2578 (Info-find-node): Move up code to go into info buffer before
2579 recording the node to the history.
2580 (Info-fontify-node): Fontify titles only if the next line
2581 has two or more `*', `=', `-', `.'.
2582 Display "go to this node" for empty (match-string 3).
2583
2584 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2585
2586 * term/mac-win.el: Add mouse pointer shape constants.
2587
2588 2005-03-15 Kim F. Storm <storm@cua.dk>
2589
2590 * simple.el (move-beginning-of-line): Use vertical-motion.
2591
2592 2005-03-15 Juri Linkov <juri@jurta.org>
2593
2594 * isearch.el (isearch-error): New variable.
2595 (isearch-invalid-regexp, isearch-within-brackets): Remove.
2596 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
2597 (isearch-within-brackets-state): Remove.
2598 (isearch-case-fold-search-state, isearch-pop-fun-state):
2599 Decrease frame index.
2600 (isearch-mode, isearch-top-state, isearch-push-state)
2601 (isearch-edit-string, isearch-abort, isearch-search-and-update)
2602 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
2603 (isearch-search, isearch-lazy-highlight-new-loop):
2604 Replace `isearch-invalid-regexp' with `isearch-error'.
2605 Remove `isearch-within-brackets'.
2606 (isearch-search): Add `search-failed' handler to `condition-case'.
2607 (isearch-lazy-highlight-search): Add `condition-case' to catch
2608 errors and allow `isearch-lazy-highlight-update' to try
2609 highlighting from the beginning of the window.
2610 (isearch-repeat): Move up code to set isearch-wrapped to t
2611 before calling isearch-wrap-function.
2612
2613 * info.el (Info-isearch-initial-node): New internal variable.
2614 (Info-search): Signal an error in isearch mode when search leaves
2615 the initial node. Signal an error when `bound' is non-nil and
2616 nothing was found in the current subfile.
2617 (Info-isearch-search): Remove `condition-case'.
2618 (Info-isearch-wrap): Don't wrap when search failed during leaving
2619 the initial node. If `Info-isearch-search' is nil, wrap around
2620 the current node.
2621 (Info-isearch-start): New fun.
2622 (Info-mode): Add buffer-local hook `Info-isearch-start' to
2623 `isearch-mode-hook'.
2624
2625 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2626
2627 * simple.el (normal-erase-is-backspace): Set default to t if
2628 running on Mac.
2629
2630 * term/mac-win.el (function-key-map): Sync with x-win.el.
2631
2632 2005-03-15 Kenichi Handa <handa@m17n.org>
2633
2634 * international/mule-cmds.el (locale-language-names): Modify the
2635 format of elements and add more entries.
2636 (locale-preferred-coding-systems): Add more entries.
2637 (set-locale-environment): Adjust for the change of
2638 locale-language-names.
2639
2640 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * pcvs.el (smerge-ediff): Remove bogus autoload.
2643
2644 2005-03-14 Lute Kamstra <lute@gnu.org>
2645
2646 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
2647 Ignore a `*' at the beginning of a line.
2648
2649 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
2650 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
2651 subr.el.
2652 (dont-compile, eval-when-compile, eval-and-compile): Use declare
2653 to specify indentation.
2654
2655 * generic.el (define-generic-mode): Let generic-mode-list be a
2656 list of strings; test membership with equal.
2657
2658 2005-03-14 Kim F. Storm <storm@cua.dk>
2659
2660 * simple.el (next-line, previous-line): Add optional try-vscroll
2661 arg to recognize interactive use. Pass it on to line-move.
2662 (line-move): Don't perform auto-window-vscroll when defining or
2663 executing keyboard macro to ensure consistent behaviour.
2664
2665 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
2668
2669 2005-03-13 Lute Kamstra <lute@gnu.org>
2670
2671 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
2672 debugger-setup-buffer so that backtrace marks the frames set to
2673 debug-on-exit and we don't have to do it manually. Set an extra
2674 debug-on-exit for macro's.
2675 (debugger-setup-buffer): Don't mark the top frame manually.
2676
2677 2005-03-12 Lute Kamstra <lute@gnu.org>
2678
2679 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
2680 lisp-indent-function throughout.
2681 (with-no-warnings): Set lisp-indent-function property.
2682
2683 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
2684
2685 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
2686 Add entry for backslash.
2687
2688 2005-03-12 Juri Linkov <juri@jurta.org>
2689
2690 * info.el (Info-search): Four fixes for backward search.
2691
2692 2005-03-11 Jay Belanger <belanger@truman.edu>
2693
2694 * calc/calc.el (calc-language-alist): New variable.
2695 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
2696 (calc-embedded-find-modes): Use calc-language-alist instead of
2697 calc-embedded-language-alist.
2698
2699 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2700
2701 * calendar/calendar.el (calendar-redrawing): New internal
2702 variable.
2703 (redraw-calendar): Remove bogus save-excursion from previous
2704 change. Bind calendar-redrawing to t for mark-diary-entries.
2705 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2706 calendar if that is why we were called.
2707
2708 2005-03-11 Kenichi Handa <handa@m17n.org>
2709
2710 * international/mule.el (make-coding-system): Set property
2711 coding-system-define-form to nil.
2712 (define-coding-system-alias): Likewise.
2713
2714 2005-03-11 Kenichi Handa <handa@m17n.org>
2715
2716 These changes are suggested by Dave Love <fx@gnu.org>.
2717
2718 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2719 coding: tag.
2720 (adaptive-fill-regexp): Add more bullets.
2721 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2722 regexps.
2723
2724 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * help.el (describe-mode): Properly handle non-trivial lighters.
2727 Don't ignore minor modes that are not listed in minor-mode-list.
2728
2729 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2730 feature ON when the user requests to turn it OFF.
2731
2732 2005-03-10 Lute Kamstra <lute@gnu.org>
2733
2734 * emacs-lisp/debug.el (debug-entry-code): Delete it.
2735 (implement-debug-on-entry): New function to replace debug-entry-code.
2736 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
2737 second argument as the 2005-03-07 change makes it obsolete.
2738 (debug-on-entry, cancel-debug-on-entry): Update call to
2739 debug-on-entry-1.
2740 (debug, debugger-setup-buffer): Comment update.
2741 (debugger-frame-number): Update to work with implement-debug-on-entry.
2742
2743 2005-03-10 Jay Belanger <belanger@truman.edu>
2744
2745 * calc/calc-embed.el (math-ms-args): Declare it.
2746 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2747 math-ms-args.
2748 (calc-embedded-subst): Use math-multi-subst-rec to substitute
2749 variables.
2750
2751 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2754 Use message-box.
2755
2756 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2757 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2758 (tooltip-gud-tips): Simplify.
2759 (tooltip-gud-tips-p): Remove superflouous :set.
2760 (tooltip-gud-modes): Add fortran-mode.
2761 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2762
2763 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2764
2765 2005-03-09 Kim F. Storm <storm@cua.dk>
2766
2767 * play/animate.el (animate-place-char): Use forward-line instead
2768 of next-line to improve performance.
2769
2770 2005-03-09 Simon Josefsson <jas@extundo.com>
2771
2772 * net/browse-url.el (browse-url-default-browser): Doc fix.
2773
2774 2005-03-09 Miles Bader <miles@gnu.org>
2775
2776 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2777 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2778
2779 2005-03-09 Kenichi Handa <handa@m17n.org>
2780
2781 * international/latin-1.el: Set case and syntax for 255 only if
2782 set-case-syntax-set-multibyte is nil.
2783
2784 * textmodes/ispell.el (ispell-insert-word): New function.
2785 (ispell-word): Use ispell-insert-word to insert a new word.
2786 (ispell-process-line): Likewise.
2787 (ispell-complete-word): Likewise.
2788
2789 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2790
2791 * calendar/calendar.el (redraw-calendar): Preserve point.
2792 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2793 (calendar-week-start-day): Move after definition of
2794 redraw-calendar. Delete buffer test, since redraw-calendar has
2795 that now.
2796
2797 * calendar/diary-lib.el (mark-diary-entries): Only call
2798 redraw-calendar in the first of any recursive calls.
2799 Reported by Alan Shutko <ats@acm.org>.
2800
2801 2005-03-08 Juri Linkov <juri@jurta.org>
2802
2803 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2804 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2805 (html-radio-buttons): Add a space before the trailing `/>' where
2806 sgml-xml-mode is non-nil.
2807 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2808 the subsequent tag of the empty XML tag.
2809 (html-href-anchor): Don't set initial input to "http:".
2810 (html-image): Ask for the image URL and set point inside alt="".
2811 (html-name-anchor): Duplicate the name in the `id' attribute when
2812 sgml-xml-mode is non-nil.
2813 (html-paragraph): Remove \n before <p>.
2814 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2815 instead of `checked' when sgml-xml-mode is non-nil.
2816
2817 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2818 Remove 1 space before #RRGGBB to not truncate it on terminal
2819 windows w/o fringes. Remove 1 space between bg and fg examples
2820 to get more space.
2821 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2822 avoid byte-compile warnings.
2823
2824 * image-file.el (image-file-handler): Put `safe-magic' property to
2825 `image-file-handler'.
2826
2827 * info.el (Info-isearch-search): Emulate word search in
2828 isearching through multiple Info nodes with Info-search.
2829 (Info-isearch-wrap): Allow isearch-word.
2830
2831 2005-03-08 Lute Kamstra <lute@gnu.org>
2832
2833 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2834 stepping into the debugger's code is not possible.
2835 (debugger-jumping-flag): Docstring update.
2836
2837 2005-03-08 Jay Belanger <belanger@truman.edu>
2838
2839 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2840 embedded mode begins.
2841 (calc-embedded-language-alist): New variable.
2842 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2843 set default language mode.
2844
2845 2005-03-08 Kenichi Handa <handa@m17n.org>
2846
2847 * international/ccl.el (define-ccl-program): Fix docstring about
2848 extra 256 bytes assured for the output buffer.
2849
2850 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2851 Fix BUFFER_MAGNIFICATION to 2.
2852 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2853
2854 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2855
2856 * align.el (align-rules-list): Added an alignment rule for CSS
2857 declarations (applies to css-mode and html-mode buffers).
2858
2859 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2862
2863 2005-03-07 Kim F. Storm <storm@cua.dk>
2864
2865 * simple.el (move-beginning-of-line): New command.
2866
2867 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2868
2869 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2870
2871 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2872 and move-beginning-of-line.
2873
2874 * apropos.el (apropos-print): Omit command from M-x ... RET.
2875
2876 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
2877
2878 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2879 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2880
2881 2005-03-06 Richard M. Stallman <rms@gnu.org>
2882
2883 * bindings.el (esc-map): Bind M-g to goto-line.
2884
2885 * facemenu.el (global-map): Bind M-o, not M-g.
2886
2887 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2888
2889 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2890 "Open Directory" as for "Open File".
2891
2892 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2895 (push-mark-command): Run activate-mark-hook.
2896
2897 2005-03-06 Richard M. Stallman <rms@gnu.org>
2898
2899 * help-mode.el (help-mode-finish): Don't alter the element
2900 in view-return-to-alist if there already is one.
2901
2902 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2903 make sure the current buffer is the expected one.
2904
2905 * novice.el (disabled-command-function): Output in *Disabled Command*.
2906 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2907
2908 * textmodes/flyspell.el (flyspell-large-region):
2909 Pass args differently for aspell.
2910
2911 * files.el (mode-require-final-newline): Doc fix.
2912
2913 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2914
2915 * progmodes/which-func.el (which-function):
2916 Specify NOERROR when calling imenu--make-index-alist.
2917
2918 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * simple.el (normal-erase-is-backspace): Define default value.
2921
2922 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2923 (custom-reevaluate-setting): Simple function to handle
2924 variables that are defined before their default value can really
2925 be computed.
2926
2927 * startup.el (command-line): Use it for temporary-file-directory,
2928 small-emporary-file-directory, auto-save-file-name-transforms,
2929 blink-cursor-mode, and normal-erase-is-backspace.
2930
2931 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2932 progress, even with buggy anchored keywords.
2933
2934 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2935
2936 * simple.el (goto-line): Remove unbalanced final parenthesis.
2937
2938 2005-03-05 Richard M. Stallman <rms@gnu.org>
2939
2940 * simple.el (goto-line): Use a number at point as the default.
2941 With C-u as arg, switch buffers.
2942
2943 2005-03-05 Juri Linkov <juri@jurta.org>
2944
2945 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2946 with `no-blinking-cursor'.
2947
2948 * startup.el (no-blinking-cursor): New defvar.
2949 (command-line): Add `--no-blinking-cursor' to longopts.
2950 Set `no-blinking-cursor' to t for command line arguments
2951 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2952 with `no-blinking-cursor' in the condition for calling
2953 `blink-cursor-mode'.
2954
2955 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2956
2957 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2958 (menu-bar-options-save): Add blink-cursor-mode.
2959 (menu-bar-options-menu): Add blink-cursor-mode.
2960
2961 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
2962
2963 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2964 (icalendar-export-file, icalendar-export-region)
2965 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2966 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2967
2968 2005-03-04 Lute Kamstra <lute@gnu.org>
2969
2970 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2971 (debug-function-list): Ditto.
2972
2973 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2974
2975 * textmodes/texinfmt.el (texinfo-append-refill):
2976 Redefine the types of line to which @refill
2977 is not appended by replacing a search for `@refill\\|@bye' with
2978 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2979 itemize@refill' bug and the unfilled long lines bug.
2980 (texinfmt-version): Update number and date.
2981
2982 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2983
2984 * international/code-pages.el (windows-1250, windows-125[2-8])
2985 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2986
2987 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2990 bound yet.
2991
2992 2005-03-02 Romain Francoise <romain@orebokech.com>
2993
2994 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2995 buffer after removing limits.
2996 (ibuffer-pop-filter): Ditto.
2997 Update copyright.
2998
2999 2005-03-02 Miles Bader <miles@gnu.org>
3000
3001 * button.el (make-text-button): If the user doesn't specify a
3002 type, use the default. Rewrite to use `add-text-properties' and
3003 plist functions.
3004
3005 2005-03-01 Lute Kamstra <lute@gnu.org>
3006
3007 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
3008 (debugger-jumping-flag): New var.
3009 (debug-entry-code): Use it.
3010 (debugger-jump): Use debugger-jumping-flag and add
3011 debugger-reenable to post-command-hook.
3012 (debugger-reenable): Use debugger-jumping-flag and remove itself
3013 from post-command-hook.
3014 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
3015 debugger-reenable.
3016
3017 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
3018
3019 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
3020 inclusion of "itemize\\|", which may be unnecessary, is certainly
3021 inelegant, and stops refilling in itemize lists when formatting
3022 Japanese Texinfo files to Info.
3023 Update copyright to 2005.
3024
3025 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
3028 of an error if GDB can't find the source file.
3029
3030 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3031
3032 * calendar/calendar.el (redraw-calendar): Work from any buffer,
3033 not just the calendar.
3034
3035 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
3036 first.
3037 (diary-redraw-calendar): New function.
3038 (make-diary-entry): Add diary-redraw-calendar to local
3039 write-contents-functions. Turn off selective display before
3040 inserting in diary.
3041
3042 2005-03-01 Kim F. Storm <storm@cua.dk>
3043
3044 * emacs-lisp/copyright.el (copyright-fix-years): New command.
3045
3046 2005-03-01 Lute Kamstra <lute@gnu.org>
3047
3048 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
3049 that debug-entry-code can be safely removed from a function while
3050 this code is being evaluated. Revert the 2005-02-27 change as the
3051 new implementation no longer requires it. Make sure that a
3052 function body containing just a string is not mistaken for a docstring.
3053 (debug): Skip one more frame in case of debug on entry.
3054 (debugger-setup-buffer): Delete one more frame line in case of
3055 debug on entry.
3056 (debugger-frame-number): Update to use the new text introduced by
3057 the 1999-11-03 change. Skip one more frame in case of debug on entry.
3058
3059 2005-02-28 Kim F. Storm <storm@cua.dk>
3060
3061 * double.el (double-translate-key): Call force-window-update after
3062 read-event to avoid crash in redisplay.
3063
3064 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
3067 (debug): Use it. Move the inhibit-trace earlier.
3068 (debug-entry-code): New const.
3069 (debug-on-entry-1): Use it.
3070
3071 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * international/utf-16.el (ccl-encode-mule-utf-16le):
3074 Fix BUFFER_MAGNIFICATION to 2.
3075 (ccl-encode-mule-utf-16be): Likewise.
3076
3077 2005-02-28 Kenichi Handa <handa@m17n.org>
3078
3079 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3080 Fix BUFFER_MAGNIFICATION to 4.
3081 (ccl-encode-mule-utf-16be-with-signature): Likewise.
3082
3083 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * speedbar.el (speedbar-update-flag): Doc fix.
3086 (speedbar-show-info-under-mouse): Give set-mouse-position the right
3087 argument.
3088
3089 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * reveal.el (reveal-post-command): Don't try to reveal overlays which
3092 have a non-nil `invisible' property but are actually visible.
3093
3094 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
3095 for perldoc sections.
3096 (perl-outline-regexp, perl-outline-level): New var and function.
3097 (perl-mode): Use them.
3098
3099 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3100
3101 * calendar/diary-lib.el (diary-remind): Discard any mark portion
3102 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
3103
3104 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
3105
3106 * cus-edit.el: Comment change.
3107 (custom-buffer-create-internal): Slightly reword text at top of
3108 Custom buffers. Mention there that saving an option edits the
3109 init file. Add link to Emacs manual node on `custom-file'.
3110 (custom-magic-alist): Rewrite individual State messages to use
3111 capitalized keywords. Doc fix.
3112
3113 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3114
3115 * calendar/calendar.el (calendar-buffer): Move above
3116 calendar-week-start-day.
3117 (calendar-week-start-day): Doc fix. Add :set function.
3118 (calendar-minimum-window-height): New variable.
3119 (generate-calendar-window): Only resize window if selected-window
3120 is displaying the calendar buffer. Use new variable
3121 calendar-minimum-window-height.
3122 (generate-calendar): Reword error message.
3123 (calendar-mode-map): Bind DEL to scroll-other-window-down.
3124
3125 2005-02-27 Andreas Schwab <schwab@suse.de>
3126
3127 * vc.el (vc-do-command): Don't run command asynchronously when
3128 operating in a remote directory.
3129
3130 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
3131 change from sync with Tramp 2.0.47.
3132
3133 2005-02-27 Richard M. Stallman <rms@gnu.org>
3134
3135 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3136
3137 * textmodes/flyspell.el (flyspell-mode-on):
3138 Call ispell-change-dictionary only if necessary.
3139
3140 * emacs-lisp/re-builder.el (regexp-builder): New function.
3141
3142 * register.el (describe-register-1): Explicitly handle
3143 yank-excluded-properties = t.
3144
3145 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
3146 (custom-magic-alist): Change the status descriptions again.
3147 (face widget-type): Total rewrite based on `restricted-sexp'
3148 to eliminate the confusing double hiding levels.
3149
3150 * emacs-lisp/debug.el (debug-on-entry-1):
3151 If function body is empty, add nil as body form.
3152
3153 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * emacs-lisp/trace.el (inhibit-trace): New var.
3156 (trace-make-advice): Use it.
3157
3158 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
3159
3160 2005-02-26 Kim F. Storm <storm@cua.dk>
3161
3162 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
3163 (mouse-on-link-p, mouse-drag-region-1): Use it.
3164
3165 2005-02-25 Lute Kamstra <lute@gnu.org>
3166
3167 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
3168
3169 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
3170
3171 * frame.el (blink-cursor-mode): Add :group keyword.
3172
3173 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
3174
3175 * calendar/icalendar.el (icalendar--decode-isodatetime):
3176 New optional argument DAY-SHIFT.
3177 (icalendar-export-region): Fix coding-system-for-write.
3178 (icalendar--convert-ical-to-diary): Shift end-day of all-day
3179 events by one.
3180
3181 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
3184
3185 2005-02-24 Kim F. Storm <storm@cua.dk>
3186
3187 * international/iso-acc.el (iso-accents-compose): Fix crash
3188 during redisplay. Call force-window-update after read-event
3189 and delete-region to signal that window is not accurate.
3190
3191 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
3194 Remove unused and inexistent var `inhibit-trace'.
3195 (debugger-mode): Use run-mode-hooks.
3196 (debugger-list-functions): Add buttons; setup xref stack.
3197
3198 2005-02-23 Richard M. Stallman <rms@gnu.org>
3199
3200 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
3201 appointment says it was explicitly made.
3202 (appt-add): Set the 3rd element.
3203 (appt-make-list): Preserve explicit appointments.
3204
3205 * subr.el (find-tag-default): Catch errors in forward-sexp.
3206
3207 2005-02-23 Juri Linkov <juri@jurta.org>
3208
3209 * info.el (Info-isearch-search): New defcustom.
3210 (Info-isearch-search): Call the default isearch function
3211 when Info-isearch-search is nil.
3212 (Info-isearch-wrap): Use variable Info-isearch-search.
3213
3214 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * cus-edit.el: Comment change.
3217
3218 2005-02-22 Kim F. Storm <storm@cua.dk>
3219
3220 * progmodes/hideif.el (hide-ifdef-use-define-alist):
3221 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
3222
3223 2005-02-22 Simon Josefsson <jas@extundo.com>
3224
3225 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
3226 New variable.
3227 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
3228 Oskarsson" <myrkraverk@users.sourceforget.net>.
3229
3230 2005-02-22 Kim F. Storm <storm@cua.dk>
3231
3232 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
3233 check that window of that event is the selected window.
3234 (mouse-drag-region-1): Compare mouse event window to selected
3235 window before setting point.
3236
3237 * tooltip.el (tooltip-show-help-function): Pass event to
3238 mouse-on-link-p so it can check selected window.
3239
3240 2005-02-22 Kenichi Handa <handa@m17n.org>
3241
3242 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
3243 (ps-mule-show-warning): New function.
3244 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
3245 characters are found.
3246
3247 * ps-print.el (ps-header-footer-string): Return a list of header
3248 and footer strings.
3249
3250 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3251
3252 * pcvs.el (cvs-retrieve-revision): Fix thinko.
3253
3254 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * frame.el (blink-cursor-mode): Use define-minor-mode.
3257
3258 * term/mac-win.el (function-key-map): Use char-names more consistently.
3259 (file-name-coding-system): Only set it for MacOS-9. The other case is
3260 already handled in mule-cmds.el (where it also works when mac-win.el
3261 is not used).
3262
3263 2005-02-21 Kenichi Handa <handa@m17n.org>
3264
3265 * international/mule.el (ctext-pre-write-conversion): Always use
3266 " *code-converting-work*" buffer for work.
3267
3268 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
3269
3270 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
3271
3272 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
3273
3274 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
3275
3276 * ses.el (undo-more): Restore defadvice, but only the part that
3277 allows changes outside the restricted area of the buffer.
3278
3279 2005-02-20 Kim F. Storm <storm@cua.dk>
3280
3281 * simple.el (line-move): Add fourth optional arg try-vscroll which
3282 must be set to perform auto-window-vscroll.
3283 When moving backwards and doing auto-window-vscroll, automatically
3284 vscroll to the last part of lines which are taller than the window.
3285 (next-line, previous-line): Set try-vscroll arg on line-move.
3286
3287 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * replace.el (query-replace, query-replace-regexp)
3290 (replace-string, replace-regexp): When operating on region, make
3291 the minibuffer prompt say so.
3292
3293 * isearch.el (isearch-forward): Document isearch-query-replace and
3294 isearch-query-replace-regexp keybindings.
3295
3296 2005-02-19 Jay Belanger <belanger@truman.edu>
3297
3298 * calc/calc-aent.el (math-read-token): Add local variable.
3299
3300 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
3301 (calc-edit-top): Move declaration to earlier in file.
3302 (calc-edit-macro-repeats): Add local variables.
3303
3304 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
3305 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
3306 calcFunc-tanh.
3307 Adjust integration rule for calcFunc-tan.
3308
3309 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3310
3311 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
3312 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
3313 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
3314 (viper-skip-separators): Bug fix.
3315 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3316 particular major mode.
3317 (viper-del-backward-char-in-replace): Don't put deleted char on the
3318 kill ring.
3319
3320 * viper-ex.el (viper-color-display-p): New function.
3321 (viper-has-face-support-p): Use viper-color-display-p.
3322
3323 * viper-keym.el (viper-gnus-modifier-map): New keymap.
3324
3325 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
3326
3327 * viper-util.el (viper-glob-unix-files): Fix shell status check.
3328 (viper-file-remote-p): Make equivalent to file-remote-p.
3329
3330 * viper.el (viper-major-mode-modifier-list):
3331 Use viper-gnus-modifier-map.
3332
3333 2005-02-19 David Kastrup <dak@gnu.org>
3334
3335 * subr.el (subregexp-context-p): Fix garbled doc string by adding
3336 quoting.
3337
3338 2005-02-19 Jay Belanger <belanger@truman.edu>
3339
3340 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
3341 Remove extra definitions.
3342 (calc-coth): New function.
3343 (calcFunc-cot): Fix `let'.
3344
3345 2005-02-19 Eli Zaretskii <eliz@gnu.org>
3346
3347 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
3348 the reasons we use "type pc" in these faces.
3349
3350 * button.el (button): Ditto.
3351
3352 2005-02-19 Michael Mauger <mmaug@yahoo.com>
3353
3354 * replace.el (query-replace-read-from): Set the value of
3355 query-replace-from-history-variable to handle the case of an empty
3356 string entered to accept the suggested default.
3357
3358 * net/tramp.el (tramp-file-name-for-operation):
3359 Use dired-call-process instead of dired-call-process-command.
3360
3361 2005-02-19 Jay Belanger <belanger@truman.edu>
3362
3363 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
3364 (math-div-non-trig): New variables.
3365 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
3366 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
3367 (math-combine-prod, math-div-symb-fancy): Add simplifications for
3368 trig expressions.
3369
3370 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * progmodes/gdb-ui.el (gdb-var-update-handler)
3373 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
3374 for watch expressions,
3375 (gdb-var-create-handler): Don't set speedbar-update-flag.
3376 (gdb-post-prompt): Simplify test for speedbar.
3377
3378 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3379
3380 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
3381 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
3382 we use the syntax table of the correct buffer.
3383 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
3384 Felix Gatzemeier.
3385
3386 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
3387 (ediff-file-remote-p): Make synonymous with file-remote-p.
3388 In all deffaces ediff-*-face-*, use min-colors.
3389
3390 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
3391 ediff-recurse-to-subdirectories.
3392 (ediff-mark-if-equal): Check that the arguments are strings, use
3393 ediff-same-contents (after to Felix Gatzemeier).
3394
3395 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
3396 nil.
3397
3398 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * log-view.el (log-view-message-re): Fix up Subversion regexp.
3401
3402 2005-02-18 David Kastrup <dak@gnu.org>
3403
3404 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
3405 use `mark-active' when defined.
3406
3407 2005-02-18 Kenichi Handa <handa@m17n.org>
3408
3409 * ps-print.el (ps-font-info-database): New entry
3410 ZapfChancery-MediumItalic with correct font name. Fix font name
3411 of the entry Zapf-Chancery-MediumItalic.
3412
3413 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
3414
3415 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
3416
3417 2005-02-16 Kim F. Storm <storm@cua.dk>
3418
3419 * ido.el (ido-fallback-command): Pass user input to fallback command.
3420
3421 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
3422
3423 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3424 (gdb-find-file-hook): Add server prefix.
3425
3426 2005-02-16 Richard M. Stallman <rms@gnu.org>
3427
3428 * replace.el (perform-replace): Pass new args to replace-highlight.
3429 (replace-highlight): Take region args,
3430 and pass them to isearch-lazy-highlight-new-loop.
3431
3432 * novice.el (disabled-command-hook): Autoload the defalias
3433 and the make-obsolete-variable call.
3434
3435 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
3436
3437 * isearch.el (isearch-lazy-highlight-start-limit)
3438 (isearch-lazy-highlight-end-limit): New variables limit
3439 the region for highlighting.
3440 (isearch-lazy-highlight-new-loop): New args BEG and END.
3441 (isearch-lazy-highlight-search): Use the new vars.
3442 (isearch-lazy-highlight-update): Likewise.
3443
3444 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
3445
3446 * cus-start.el (all): Use default-boundp.
3447
3448 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
3449
3450 * menu-bar.el (menu-bar-select-frame): Handle current frame.
3451
3452 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
3453
3454 * autorevert.el (auto-revert-stop-on-user-input)
3455 (auto-revert-verbose): Doc fixes.
3456
3457 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3458
3459 * international/mule-cmds.el (set-locale-environment): Remove call
3460 to set-selection-coding-system on Windows.
3461
3462 2005-02-15 Jay Belanger <belanger@truman.edu>
3463
3464 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
3465 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
3466 calcFunc-coth.
3467 (math-simplify-sqrt): Add simplifications.
3468
3469 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
3470 to list.
3471
3472 * calc/calc-ext.el: Add functions to autoloads.
3473
3474 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
3475 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
3476 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
3477 (math-csc-raw, math-cot-raw): New functions.
3478
3479 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
3480
3481 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
3482 the variable name in a message.
3483
3484 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
3485 calcFunc-csc, calcFunc-cot.
3486
3487 * calc/calcalg2.el: Add derivative and integration rules for
3488 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
3489 calcFunc-csch, calcFunc-coth.
3490 (math-do-integral-methods): Add to checks for when to use
3491 substitutions.
3492
3493 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
3494
3495 2005-02-15 Lute Kamstra <lute@gnu.org>
3496
3497 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3498 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
3499 <monnier@iro.umontreal.ca>
3500 (lisp-outline-level): Improve efficiency. Suggested by David
3501 Kastrup <dak@gnu.org>.
3502
3503 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
3504
3505 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
3506 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
3507 (gdb-set-gud-minor-mode-existing-buffers): New functions.
3508 (gdb-find-file-hook): New hook. Add it to find-file-hook.
3509 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
3510
3511 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
3512
3513 * cus-start.el (all): Comment change.
3514
3515 2005-02-14 Lute Kamstra <lute@gnu.org>
3516
3517 * cus-start.el (all): Check if symbol is void.
3518
3519 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
3520
3521 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
3522 optional argument to \cite.
3523
3524 2005-02-14 Richard M. Stallman <rms@gnu.org>
3525
3526 * cus-edit.el (custom-buffer-create-internal): Update help message.
3527 (custom-magic-alist): Update help messages.
3528
3529 * cus-start.el (all): Allow a var to specify a standard value.
3530
3531 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
3532
3533 * custom.el (custom-theme-set-variables): Handle variable aliases.
3534
3535 * frame.el (blink-cursor-timer): Doc fix.
3536 (blink-cursor): Make it an alias for `blink-cursor-mode' and
3537 declare obsolete.
3538 (blink-cursor-mode): Define with defcustom and use correct
3539 standard expression in that defcustom.
3540 * startup.el (command-line): Adapt to above changes in frame.el.
3541
3542 2005-02-11 Lute Kamstra <lute@gnu.org>
3543
3544 * apropos.el (apropos-score-doc): Prevent division by zero.
3545
3546 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
3547
3548 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
3549 (icalendar--get-event-property-attributes)
3550 (icalendar--get-event-properties)
3551 (icalendar--datetime-to-diary-date): New functions.
3552 (icalendar--split-value): Doc fix.
3553 (icalendar--datetime-to-noneuropean-date)
3554 (icalendar--datetime-to-european-date): New optional argument
3555 SEPARATOR. Return result as a string instead of a list.
3556 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
3557 (icalendar--convert-string-for-export): Rename arg S to STRING.
3558 (icalendar-export-region): Doc fix. Change name of error buffer.
3559 Save output buffer.
3560 (icalendar-import-file): Add blank at end of prompt.
3561 (icalendar-import-buffer): Doc fix. Do not switch to error
3562 buffer. Indicate status in return value.
3563 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
3564 buffer. Save output buffer. Handle exception from recurrence
3565 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
3566 events. Fix problems with weekly all-day events.
3567
3568 2005-02-10 Richard M. Stallman <rms@gnu.org>
3569
3570 * simple.el (eval-expression-print-format):
3571 Avoid warning about edebug-active.
3572
3573 * help.el (help-for-help-internal): Rename from help-for-help.
3574 (help-for-help): Define with defalias.
3575
3576 * font-core.el (font-lock-default-function): Use with-no-warnings.
3577
3578 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
3579
3580 * custom.el (defface): Doc fix.
3581
3582 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
3583
3584 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
3585 width 0" to prevent word wrapping problems.
3586
3587 2005-02-09 Kim F. Storm <storm@cua.dk>
3588
3589 * ido.el (ido-file-extensions-order): New defcustom.
3590 (ido-file-extension-lessp, ido-file-extension-aux)
3591 (ido-file-extension-order): New advanced file ordering.
3592 (ido-file-lessp): New simple file ordering.
3593 (ido-sort-list): Remove.
3594 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
3595 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
3596
3597 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
3600 that some versions of grep produce.
3601 (grep-mode-font-lock-keywords): Likewise.
3602
3603 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
3604
3605 * progmodes/gdb-ui.el (gdb-location-list): New variable.
3606 (gdb-cdir): Delete.
3607 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
3608 (gdb-source-info): Treat case when source file is in another
3609 directory properly.
3610 (gdb-get-location): New function.
3611
3612 2005-02-07 Jay Belanger <belanger@truman.edu>
3613
3614 * calc/calc-prog.el (calc-write-parse-table-part)
3615 (calc-fix-token-name): Fix a check for language type.
3616
3617 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
3618
3619 2005-02-07 Andre Spiegel <spiegel@gnu.org>
3620
3621 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
3622 as directory not writable.
3623
3624 2005-02-07 Kim F. Storm <storm@cua.dk>
3625
3626 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
3627 (cua--standard-movement-commands): Remove list.
3628 Instead, set CUA property value to move for movement commands.
3629 (cua-movement-commands): Remove. Users must set CUA prop instead.
3630 (cua--pre-command-handler): Check CUA property.
3631 (cua--init-keymaps): Don't remap undo commands.
3632 (cua-mode): Don't call cua--rectangle-on-off.
3633
3634 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
3635 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
3636 (cua--rect-undo-set-point): New var.
3637 (cua--rectangle-undo-boundary): Setup undo apply entry.
3638 (cua--rect-undo-handler): New function for rectangle undo.
3639 (cua--rect-start-position, cua--rect-end-position): Add.
3640 (cua--rectangle-post-command): Call cua--rectangle-set-corners
3641 for restored rectangle. Set point if cua--rect-undo-set-point.
3642
3643 2005-02-06 Jay Belanger <belanger@truman.edu>
3644
3645 * calc/calc-lang.el (calc-tex-language): Display more information
3646 in messages.
3647
3648 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
3649 in TeX mode.
3650
3651 2005-02-06 Richard M. Stallman <rms@gnu.org>
3652
3653 * emacs-lisp/lisp.el (buffer-end): Doc fix.
3654
3655 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3656
3657 * net/ldap.el (ldap-search-internal): Support attributes with
3658 optional descriptions separated by a semi-colon, as in
3659 "userCertificate;binary".
3660
3661 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3662
3663 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
3664 isn't a cons (i.e. the version is 0).
3665
3666 2005-02-05 Eli Zaretskii <eliz@gnu.org>
3667
3668 * help.el (help-for-help): Doc fix.
3669
3670 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
3671
3672 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
3673 GDB-Windows on the menu-bar as this works better.
3674
3675 2005-02-04 Jay Belanger <belanger@truman.edu>
3676
3677 * calc/calc-embed.el (calc-embedded-update): Don't put in
3678 unnecessary newlines. Adjust the end of formula marker.
3679
3680 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
3681 (math-latex-parse-two-args): New function.
3682
3683 2005-02-03 Lute Kamstra <lute@gnu.org>
3684
3685 * help-fns.el (help-with-tutorial): Make sure that users cannot
3686 remove the entire text of the tutorial by means of `undo'.
3687
3688 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
3691 in recent changes, where the ispell process was repeatedly
3692 killed & restarted.
3693
3694 * international/mule-cmds.el (set-locale-environment): Set file-name
3695 coding system to utf-8 on Darwin systems.
3696 (set-default-coding-systems): Don't set default-file-name-coding-system
3697 on Darwin systems.
3698
3699 2005-02-03 Richard M. Stallman <rms@gnu.org>
3700
3701 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
3702
3703 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
3704
3705 * faces.el (list-faces-display): Add optional argument.
3706
3707 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * font-core.el (font-lock-default-function): Handle the rare case where
3710 only font-lock-keywords is set.
3711
3712 2005-02-02 Kenichi Handa <handa@m17n.org>
3713
3714 * international/characters.el: Cancel previous change for
3715 I-WITH-DOT-ABOVE and DOTLESS-i.
3716
3717 * international/latin-5.el: Cancel previous change.
3718
3719 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * progmodes/gud.el: Correction to syntax in gud-menu-map.
3722
3723 2005-02-02 Kenichi Handa <handa@m17n.org>
3724
3725 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3726 DOTLESS-i.
3727
3728 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3729 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3730
3731 * case-table.el (get-upcase-table): New function.
3732 (copy-case-table): Copy upcaes table too if non-nil.
3733 (set-case-syntax-delims): Maintain upcase table too.
3734 (set-case-syntax-pair): Likewise.
3735 (set-upcase-syntax, set-downcase-syntax): New functions.
3736 (set-case-syntax): Maintain upcase table too.
3737
3738 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3739
3740 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3741
3742 * progmodes/gud.el (gud-goto-info): New function.
3743 (gud-tool-bar-map): Use correct icon.
3744
3745 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3746
3747 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3748 When delegating, order args in the funcall correctly.
3749
3750 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3751
3752 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3753
3754 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
3755
3756 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3757 buffer not visiting a file.
3758
3759 2005-01-31 Jay Belanger <belanger@truman.edu>
3760
3761 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3762 bound on the line with the formula.
3763
3764 2005-01-31 Kim F. Storm <storm@cua.dk>
3765
3766 * ses.el (ses-create-cell-variable-range)
3767 (ses-destroy-cell-variable-range, ses-reset-header-string)
3768 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3769 (ses-insert-row): Fix format of apply undo entries.
3770
3771 2005-01-31 Jay Belanger <belanger@truman.edu>
3772
3773 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3774 parts.
3775
3776 * calc/calc-embed.el (calc-embedded-open-formula)
3777 (calc-embedded-close-formula): Ignore matrix environments.
3778
3779 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3780 TeX mode.
3781
3782 * calc/calc-lang.el (math-function-table, math-oper-table)
3783 (math-variable-table): Adjust the LaTeX portions.
3784
3785 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3786 (math-latex-ignore-words): New constant.
3787
3788 2005-01-31 Richard M. Stallman <rms@gnu.org>
3789
3790 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3791 (ispell-local-dictionary): Doc fix.
3792 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3793 Don't reinitialize at run time. Don't defcustom.
3794 All uses changed to append ispell-local-dictionary-alist,
3795 or check it first.
3796 (ispell-current-dictionary): New variable for dictionary in use.
3797 (ispell-dictionary): Now used only for global default.
3798 (ispell-start-process): Set ispell-current-dictionary,
3799 not ispell-dictionary.
3800 (ispell-change-dictionary): Use this only for setting
3801 user preferences.
3802 (ispell-internal-change-dictionary): New function
3803 to change the current dictionary in use.
3804 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3805 Use ispell-current-dictionary.
3806 Handle ispell-local-dictionary-overridden.
3807 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3808
3809 2005-01-31 Jay Belanger <belanger@truman.edu>
3810
3811 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3812
3813 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3814 (calc-mode-map): Add calc-latex-language.
3815
3816 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3817 (math-latex-print-frac): New functions.
3818 (math-oper-table, math-function-table, math-variable-table)
3819 (math-complex-format, math-input-filter): Add latex properties.
3820 (calc-set-language): Set math-expr-special-function-mapping.
3821
3822 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3823 (calc-write-parse-table-part): Add LaTeX support.
3824
3825 * calc/calc.el (calc-language): Adjust docstring.
3826 (calc-set-mode-line): Add LaTeX support.
3827 (math-expr-special-function-mapping): New variable.
3828 (math-tex-ignore-words): Add to list.
3829
3830 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3831 Add LaTeX support.
3832 (math-compose-expr): Add support for special functions.
3833
3834 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3835
3836 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
3837
3838 * progmodes/gdb-ui.el (gdb-memory-address)
3839 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3840 (gdb-memory-mode-map, gdb-memory-format-keymap)
3841 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3842 (gdb-memory-unit-menu): New variables for a buffer
3843 that lets the user examine program memory.
3844 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3845 (gdb-memory-format-binary, gdb-memory-format-octal)
3846 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3847 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3848 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3849 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3850 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3851 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3852 (gdb-memory-mode, gdb-memory-buffer-name)
3853 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3854 New functions for above buffer.
3855
3856 2005-01-30 Richard M. Stallman <rms@gnu.org>
3857
3858 * cus-edit.el (custom-bury-buffer): Function deleted.
3859 (custom-buffer-done-function): Option deleted.
3860 (custom-buffer-done-kill): New (replacement option.
3861 (Custom-buffer-done): Call quit-window.
3862 (custom-buffer-create-internal): Update for above changes.
3863
3864 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * simple.el (undo-ask-before-discard): New var.
3867 (undo-outer-limit-truncate): Implement it.
3868 (undo-extra-outer-limit): Doc update.
3869
3870 2005-01-29 Richard M. Stallman <rms@gnu.org>
3871
3872 * ses.el (undo-more): Delete defadvice.
3873 (ses-begin-change): Doc fix.
3874
3875 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3876 instead of rebinding C-x u and C-_.
3877
3878 * files.el (normal-backup-enable-predicate): Return nil for files
3879 in /tmp, regardless of temporary-file-directory.
3880
3881 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3882
3883 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3884 (open-rectangle, delete-whitespace-rectangle-line)
3885 (clear-rectangle-line): If FILL, pass t instead of FILL
3886 for move-to-column's 2nd arg.
3887
3888 * simple.el (undo): Fix the test for continuing a series of undos.
3889 (undo-more): Set pending-undo-list to t when we reach end.
3890 (pending-undo-list): Move up defvar.
3891
3892 * wid-edit.el (widget-button-click):
3893 Shorten the range of the track-mouse binding.
3894
3895 * comint.el (comint-insert-input): Undo previous changes;
3896 use last-input-event in interactive spec.
3897
3898 2005-01-29 Eli Zaretskii <eliz@gnu.org>
3899
3900 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3901 to nil before invoking call-process. Reset buffer's modified flag
3902 after fontifying it in the no-async branch.
3903
3904 * wid-edit.el (widget-specify-button): If mouse pointer shape
3905 cannot be changed, use mouse face instead.
3906
3907 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
3908
3909 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3910 (gdb-goto-breakpoint): Make breakpoint handling work on template
3911 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3912 (gdb-assembler-custom): Update to recognise breakpoint information
3913 added on 2005-01-19.
3914
3915 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3918 (dsssl-mode): Use define-derived-mode.
3919 (scheme-mode-initialize): Remove.
3920 (scheme-mode): Use run-mode-hooks.
3921
3922 * cus-edit.el (customize-group-other-window)
3923 (custom-buffer-create-other-window): Don't override special-display-*.
3924 (custom-mode-map): Make it dense.
3925
3926 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3927 sets the default value.
3928
3929 2005-01-28 Eli Zaretskii <eliz@gnu.org>
3930
3931 * descr-text.el: Add more keywords.
3932
3933 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * speedbar.el: Avoid unnecessary use of locate-library.
3936
3937 * international/mule-cmds.el (standard-display-european-internal):
3938 Don't fiddle with latin-1 non-break space any more since it's now
3939 special cased in the C code.
3940 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3941
3942 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3943
3944 * cus-start.el (all): Add `undo-outer-limit'.
3945
3946 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3947
3948 * textmodes/bibtex.el (bibtex-format-entry):
3949 Use `bibtex-empty-field-re' only on the text of fields, not on entire
3950 field lines.
3951 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3952 not on part of a buffer.
3953
3954 2005-01-25 Lute Kamstra <lute@gnu.org>
3955
3956 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3957 nonempty field text strings like "{letters\\macro{}more letters}".
3958 Clarify docstring.
3959 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3960 (bibtex-entry-offset, bibtex-parse-association)
3961 (bibtex-parse-field-name): Fix typos in docstrings.
3962 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3963
3964 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
3965
3966 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3967 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3968 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3969 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3970
3971 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3972 isearch minor mode.
3973
3974 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3977
3978 2005-01-24 Lute Kamstra <lute@gnu.org>
3979
3980 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3981 CASECHARS and NOT-CASECHARS regular expressions of the
3982 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3983 striding over charsets" error.
3984
3985 2005-01-24 Jay Belanger <belanger@truman.edu>
3986
3987 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3988 display variable name.
3989
3990 2005-01-24 Kenichi Handa <handa@m17n.org>
3991
3992 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3993 Fix setting of the element of encoded-kbd-iso2022-invocations.
3994
3995 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3998 (gdb-threads-select): Change to also accept mouse events.
3999 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
4000 (gdb-threads-mouse-select): Delete.
4001
4002 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
4003
4004 * files.el (insert-directory): Take care of empty directory,
4005 listed without -a switch.
4006
4007 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * textmodes/refill.el (refill-post-command-function):
4010 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
4011 to the list of functions that we should be careful not to undo.
4012 (refill-late-fill-paragraph-function): Remove.
4013 (refill-saved-state): New var.
4014 (refill-mode): Use it to save fill-paragraph-function.
4015 Save also the value of auto-fill-function.
4016
4017 * term/w32-win.el: Simplify code.
4018
4019 2005-01-23 Kim F. Storm <storm@cua.dk>
4020
4021 * simple.el (line-move): Adapt to new return value from
4022 pos-visible-in-window-p.
4023
4024 * simple.el (line-move): Fix last change. Check partial
4025 visibility at point rather than at window-start.
4026
4027 2005-01-22 Jason Rumney <jasonr@gnu.org>
4028
4029 * term/w32-win.el (xw-defined-colors): Remove debug-message.
4030
4031 2005-01-22 David Kastrup <dak@gnu.org>
4032
4033 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
4034
4035 2005-01-22 Eli Zaretskii <eliz@gnu.org>
4036
4037 * type-break.el (type-break-mode): Add a test for
4038 type-break-file-name being non-nil.
4039
4040 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4041
4042 * net/eudc.el (top level): Call (message "") via progn, so that
4043 eudc-options-file is loaded.
4044
4045 2005-01-22 Kim F. Storm <storm@cua.dk>
4046
4047 * simple.el (line-move-1): Rename from line-move.
4048 (line-move): New function that adjusts vscroll for partially
4049 visible rows, and calls line-move-1 otherwise.
4050
4051 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
4052
4053 * pcomplete.el: define pcomplete-read-event instead of read-event,
4054 since it's not a complete read-event implementation
4055
4056 2005-01-20 Jay Belanger <belanger@truman.edu>
4057
4058 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
4059 for called function.
4060
4061 2005-01-20 Steven Tamm <steventamm@mac.com>
4062
4063 * term/mac-win.el (process-connection-type): Remove.
4064 Controlled now by s/darwin.h:PTY_ITERATION.
4065
4066 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * window.el (handle-select-window): Don't switch window when we're
4069 in the minibuffer.
4070
4071 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
4072
4073 * subr.el (dotimes-with-progress-reporter): New macro.
4074
4075 * ses.el (ses-dotimes-msg): Remove macro.
4076 Use `dotimes-with-progress-reporter' instead.
4077
4078 2005-01-19 Steven Tamm <steventamm@mac.com>
4079
4080 * term/mac-win.el (process-connection-type): Use new
4081 operating-system-release variable to use ptys on Darwin 7 (OSX
4082 10.3) when using carbon build.
4083
4084 2005-01-19 Jay Belanger <belanger@truman.edu>
4085
4086 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
4087 flags if the last command was a tab or M-tab.
4088
4089 * calc/calc-prog.el (calc-user-define-edit): Put original formula
4090 in formula editing buffer.
4091
4092 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
4093
4094 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
4095 breakpoint image symbol in margin.
4096
4097 2005-01-19 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-prog.el (calc-execute-kbd-macro):
4100 Ignore calc-keep-arg-flag.
4101
4102 2005-01-19 Kenichi Handa <handa@m17n.org>
4103
4104 * textmodes/ispell.el (ispell-looking-at): New function.
4105 (ispell-process-line): Use ispell-looking-at to compare the ispell
4106 output and the buffer contents.
4107
4108 2005-01-18 Jay Belanger <belanger@truman.edu>
4109
4110 * calc/calc.el (calc-display-raw): Fix docstring.
4111
4112 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * simple.el (blink-matching-open): Strip extra info from syntax.
4115
4116 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
4117 funny chars in the end-of-here-doc marker.
4118
4119 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
4122 that enable/disabled state of breakpoints is shown correctly in
4123 fringe and on ttys.
4124 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
4125 Add breakpoint information as text properties.
4126 (gdb-mouse-toggle-breakpoint):
4127 Rename to gdb-mouse-set-clear-breakpoint.
4128 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
4129 breakpoints in the margin.
4130 (gdb-remove-strings): Simplify.
4131
4132 2005-01-17 Jay Belanger <belanger@truman.edu>
4133
4134 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
4135 erasing buffer.
4136
4137 2005-01-17 Richard M. Stallman <rms@gnu.org>
4138
4139 * progmodes/grep.el (grep-find): Copy from `grep' the condition
4140 for calling grep-compute-defaults.
4141
4142 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
4143 if buffer is empty.
4144
4145 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
4146
4147 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * hilit-chg.el (highlight-changes-mode): Don't autoload.
4150
4151 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
4152 non-preloaded variables.
4153
4154 2005-01-17 Steven Tamm <steventamm@mac.com>
4155
4156 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
4157 tex-shell cause to force interactivity when using pipes.
4158
4159 2005-01-17 Kim F. Storm <storm@cua.dk>
4160
4161 * simple.el (just-one-space): Make arg optional.
4162
4163 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
4164
4165 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
4166 posn-at-x-y to t to access left-margin.
4167
4168 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
4169
4170 Sync with Tramp 2.0.47.
4171
4172 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
4173 catching keep-date problems in cp/scp operations.
4174 (tramp-handle-copy-file): Don't call `set-file-modes'
4175 unconditionally. Specialized functions should know better what is
4176 necessary. This improves performance a little bit, and the
4177 functions could catch errors with `cp -p' and `scp -p'.
4178 (tramp-do-copy-or-rename-file-via-buffer)
4179 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
4180 when appropriate.
4181 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
4182 Call `set-file-modes' when appropriate.
4183 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
4184 Johnsson <isak@hypergene.com>
4185 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
4186 of both Tramp buffer and debug buffer. Reported by Joakim Verona
4187 <joakim@verona.se>
4188 (tramp-file-name-for-operation): Mark `shell-command' as magic for
4189 Emacs only.
4190
4191 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
4192 `find-file-hooks' and `dired-mode-hook'.
4193 (tramp-minor-mode-map): Respective map. Add remapping for
4194 `compile' and `recompile'.
4195 (tramp-remap-command, tramp-recompile): New defuns.
4196 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
4197 in buffer "*Compilation*". Call the commands asynchronously.
4198
4199 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
4200 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
4201 `shell-command', because it isn't magic in XEmacs. Reported by
4202 Adrian Aichner <adrian@xemacs.org>.
4203
4204 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4205 `substitute-in-file-name.
4206 (tramp-smb-handle-substitute-in-file-name): New defun.
4207 (tramp-smb-advice-PC-do-completion): Delete advice.
4208
4209 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
4210
4211 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
4212 Fix error in deleting region.
4213
4214 2005-01-15 Richard M. Stallman <rms@gnu.org>
4215
4216 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
4217 In non-temp buffer, switch syntax table temporarily.
4218
4219 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
4220
4221 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
4222
4223 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
4224
4225 * imenu.el (imenu--split-menu): Copy menulist before sorting.
4226 (imenu--generic-function): Use START, not BEG, as pos of definition.
4227
4228 * simple.el (just-one-space): Argument specifies number of spaces.
4229
4230 * simple.el (eval-expression-print-format): Avoid warning
4231 about edebug-active.
4232
4233 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
4234
4235 * progmodes/sh-script.el: Code copied from make-mode.el
4236 with small changes,
4237 (sh-mode-map): Bind C-c C-\.
4238 (sh-backslash-column, sh-backslash-align): New variables.
4239 (sh-backslash-region, sh-append-backslash): New functions.
4240
4241 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4242
4243 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
4244 (rmail-pop-password, rmail-pop-password-required): Move to
4245 rmail-obsolete group.
4246 (rmail-set-pop-password): Rename to rmail-set-remote-password.
4247 All callers updated.
4248 (rmail-get-pop-password): Rename to rmail-get-remote-password.
4249 Take an argument specifying whether it is POP or IMAP mailbox we
4250 are using. All callers updated.
4251 (rmail-pop-password-error): Rename to
4252 rmail-remote-password-error. Added mailutils-specific error message.
4253 (rmail-movemail-search-path)
4254 (rmail-movemail-variant-in-use): New variables.
4255 (rmail-remote-password, rmail-remote-password-required):
4256 New customization variables.
4257 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
4258 (rmail-parse-url): New function.
4259 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
4260 with GNU mailutils movemail.
4261
4262 2005-01-15 Kevin Ryde <user42@zip.com.au>
4263
4264 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
4265 suffix to space, $ or '$, to correctly position point when going
4266 to @table style constants like DBL_MAX.
4267
4268 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
4269
4270 * type-break.el (type-break-mode, type-break-file-time)
4271 (type-break-file-keystroke-count, type-break-choose-file):
4272 Don't store data in or load data from the file if type-break-file-name
4273 is nil.
4274 (type-break-file-name): Doc update as per the above.
4275
4276 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
4277
4278 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
4279 lookup-key might return nil; handle that.
4280
4281 2005-01-15 Alan Mackenzie <acm@muc.de>
4282
4283 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
4284 rather than the element found, thus enabling the tree to be setcar'd.
4285
4286 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
4287
4288 * textmodes/org.el (org-show-following-heading): New option.
4289 (org-show-hierarchy-above): Use `org-show-following-heading'.
4290 (org-cycle): Documentation fix.
4291
4292 * textmodes/org.el (orgtbl-optimized): New option
4293 (orgtbl-mode): New command, a minor mode.
4294 (orgtbl-mode-map): New variable.
4295 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
4296 (orgtbl-error, orgtbl-self-insert-command)
4297 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
4298
4299 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
4300 a local variable in each org-mode buffer.
4301
4302 * textmodes/org.el (org-set-regexps-and-options): Rename from
4303 `org-set-regexps'. Added checking for STARTUP keyword.
4304 (org-get-current-options): Add STARTUP options.
4305 (org-table-insert-row): Mode mode intelligent about when
4306 realignment is needed.
4307 (org-self-insert-command, org-delete-backward-char, org-delete-char):
4308 New commands.
4309 (org-enable-table-editor): New default value `optimized'.
4310 (org-table-blank-field): Support blanking regions if active.
4311
4312 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
4313
4314 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
4315 if the year is not given.
4316
4317 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
4318 Add new escapes %m and %M, fixed bug with %F by adding
4319 save-match-data.
4320 (reftex-reference): Remove ?. from list of spaces.
4321 (reftex-label-info): Add automatic label prefix recognition.
4322
4323 * textmodes/reftex-index.el (reftex-index-next-phrase):
4324 Add slave parameter to call of `reftex-index-this-phrase'.
4325 (reftex-index-this-phrase): New optional argument.
4326 (reftex-index-region-phrases): Add slave parameter to call of
4327 `reftex-index-this-phrase'.
4328 (reftex-display-index): New argument redo.
4329 (reftex-index-rescan): Add 'redo to arguments of
4330 `reftex-display-index'.
4331 (reftex-index-Rescan, reftex-index-revert)
4332 (reftex-index-switch-index-tag): Add 'redo to arguments of
4333 `reftex-display-index'.
4334 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
4335 indexing. Fix bug with matching is there is a quote before or
4336 after the word.
4337
4338 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4339 Fix bug when collecting citation keys in lines with comments.
4340 (reftex-citation): Prefix argument no longer rescans the document,
4341 but forces prompting for optional arguments of cite macros.
4342 (reftex-do-citation): Prompting for optional arguments implemented.
4343
4344 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4345 Add optional arguments to most cite commands.
4346 (reftex-cite-cleanup-optional-args): New option
4347 (reftex-cite-prompt-optional-args): New option.
4348 (reftex-trust-label-prefix): New option.
4349
4350 * textmodes/reftex-toc.el (reftex-toc-find-section):
4351 Add push-mark before changing the position in the buffer.
4352
4353 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
4354 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
4355
4356 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
4357
4358 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
4359 more carefully.
4360
4361 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
4364 (sgml-mode): Use it.
4365 (sgml-get-context): Better keep track of implicitly closed tags.
4366
4367 2005-01-13 Kenichi Handa <handa@m17n.org>
4368
4369 * textmodes/ispell.el: These changes are to fix misalignment error
4370 caused by equivalent characters of different Emacs charsets.
4371 (ispell-unified-chars-table): New variable.
4372 (ispell-get-decoded-string): New function.
4373 (ispell-get-casechars, ispell-get-not-casechars)
4374 (ispell-get-otherchars): Call ispell-get-decoded-string.
4375
4376 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4377
4378 * custom.el (custom-declare-variable): Just put symbol instead
4379 of (defvar . symbol) in `current-load-list'.
4380
4381 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
4382
4383 * emacs-lisp/elint.el: Fixed typo in Commentary section.
4384
4385 2005-01-12 Jay Belanger <belanger@truman.edu>
4386
4387 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
4388 to create a Calc summary.
4389
4390 2005-01-12 Kim F. Storm <storm@cua.dk>
4391
4392 * mouse.el (mouse-on-link-p): Change functionality and doc
4393 string to comply with latest description in lisp ref.
4394
4395 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
4396
4397 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
4398 Enable mouse clicks on mode-line, header-line and margin.
4399 (event-type): Give mouse event symbols an 'event-kind property
4400 with value 'mouse-click.
4401
4402 2005-01-12 Juri Linkov <juri@jurta.org>
4403
4404 * facemenu.el (list-colors-display): Add new arg buffer-name.
4405 Use it. Fix docstring. Replace code for identifying duplicate
4406 colors by the name with call to `list-colors-duplicates' which
4407 identifies duplicate colors by the value unless the color
4408 is one of special Windows colors. Set truncate-lines to t.
4409 Print sorted duplicate color names on each line. Indent to 22
4410 \(the longest color name in rgb.txt) instead of 20. Optimize.
4411 (list-colors-duplicates): New function.
4412 (facemenu-color-name-equal): Delete function.
4413
4414 * facemenu.el (list-colors-print): New function created from code
4415 in list-colors-display. Print #RRGGBB at the window right edge.
4416 (list-colors-display): When temp-buffer-show-function is not
4417 defined, call list-colors-print from temp-buffer-show-hook
4418 to get the right value of window-width in list-colors-print
4419 after the buffer is displayed.
4420
4421 * simple.el (pop-mark): Move deactivate-mark out of conditional
4422 part to deactivate the active mark regardless of the state of the
4423 mark ring.
4424
4425 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
4426 variables line in desktop files.
4427
4428 2005-01-12 Juri Linkov <juri@jurta.org>
4429
4430 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
4431 Bring together isearch highlight related options.
4432 (lazy-highlight): Replace group `replace' by `matching'.
4433 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4434 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4435 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
4436 and declare them obsolete.
4437 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
4438 (isearch-faces): Remove defgroup.
4439 (isearch-overlay, isearch-highlight, isearch-dehighlight):
4440 Move isearch highlighting code closer to lazy highlighting code.
4441
4442 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
4443 (query-replace-highlight, query-replace-lazy-highlight)
4444 (query-replace): Move definitions to the beginning of the file.
4445
4446 2005-01-11 Juri Linkov <juri@jurta.org>
4447
4448 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
4449 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
4450 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
4451
4452 * info.el (Info-history-forward): New variable.
4453 (Info-select-node): Reset Info-history-forward to nil.
4454 (Info-last): Turn into defalias.
4455 (Info-history-back): Rename from Info-last.
4456 Add current node to Info-history-forward.
4457 (Info-history-forward): New fun.
4458 (Info-mode-map): Replace Info-last by Info-history-back.
4459 Bind Info-history-forward to "r".
4460 (Info-mode-menu): Replace Info-last by Info-history-back.
4461 Fix menu item text. Add menu item for Info-history-forward.
4462 (info-tool-bar-map): Replace Info-last by Info-history-back.
4463 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
4464 for Info-history-forward.
4465 (Info-mode): Replace Info-last by Info-history-back in docstring.
4466 Add local variable Info-history-forward.
4467 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
4468
4469 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4472 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
4473 Ignore select-window events rather than fiddle with
4474 mouse-autoselect-window.
4475
4476 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
4477
4478 * type-break.el (type-break-mode): Fix previous change.
4479
4480 2005-01-10 Jay Belanger <belanger@truman.edu>
4481
4482 * calc/calc-ext.el (calc-reset): Reset when inside embedded
4483 calculator; only reset when point is inside a calculator.
4484 Don't adjust the window height if the window takes up the whole height
4485 of the frame.
4486
4487 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4488
4489 * ebuff-menu.el (Electric-buffer-menu-mode):
4490 Preserve value of buffer-local var header-line-format.
4491
4492 2005-01-09 Jay Belanger <belanger@truman.edu>
4493
4494 * calc/calc.el (calc-mode-var-list-restore-saved-values):
4495 Make sure settings file exists before accessing it.
4496
4497 * calc/calc-embed.el (calc-embedded-subst):
4498 Replace math-multi-subst-rec, which is only supposed to be called
4499 by math-multi-subst, by math-multi-subst.
4500
4501 2005-01-09 Andre Spiegel <spiegel@gnu.org>
4502
4503 * vc.el (vc-allow-async-revert): New user option.
4504 (vc-disable-async-diff): New internal variable.
4505 (vc-revert-buffer): Use them to disable asynchronous diff.
4506
4507 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
4508 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
4509 asynchronously if vc-disable-async-diff is t.
4510
4511 2005-01-09 Jay Belanger <belanger@truman.edu>
4512
4513 * calc/calc.el (defcalcmodevar): New macro.
4514 (calc-mode-var-list-restore-default-values)
4515 (calc-mode-var-list-restore-saved-values): New functions.
4516 (calc-mode-var-list): Use defcalcmodevar to define it.
4517 (calc-always-load-extensions, calc-line-numbering)
4518 (calc-line-breaking, calc-display-just, calc-display-origin)
4519 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4520 (calc-group-char, calc-point-char, calc-frac-format)
4521 (calc-prefer-frac, calc-hms-format, calc-date-format)
4522 (calc-float-format, calc-full-float-format, calc-complex-format)
4523 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4524 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4525 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4526 (calc-matrix-brackets, calc-language, calc-language-option)
4527 (calc-left-label, calc-right-label, calc-word-size)
4528 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4529 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4530 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4531 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4532 (calc-window-height, calc-display-trail, calc-show-selections)
4533 (calc-use-selections, calc-assoc-selections)
4534 (calc-display-working-message, calc-auto-why, calc-timing)
4535 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
4536 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
4537 (calc-gnuplot-default-device, calc-gnuplot-default-output)
4538 (calc-gnuplot-print-device, calc-gnuplot-print-output)
4539 (calc-gnuplot-geometry, calc-graph-default-resolution)
4540 (calc-graph-default-resolution-3d, calc-invocation-macro)
4541 (calc-show-banner): Use defcalcmodevar to declare them and set
4542 their default values.
4543
4544 * calc/calc-ext.el (calc-reset): Restore saved values of variables
4545 instead of default values (but restore default values if there is
4546 an argument of 0).
4547
4548 2005-01-09 David Kastrup <dak@gnu.org>
4549
4550 * desktop.el (desktop-restore-eager): Fix typo in type.
4551
4552 2005-01-08 Richard M. Stallman <rms@gnu.org>
4553
4554 * cus-edit.el (customize): Delete :link.
4555
4556 2005-01-08 Jay Belanger <belanger@truman.edu>
4557
4558 * calc/calc.el (calc-mode): Remove the extension from the
4559 `calc-settings-file' file name when loading it.
4560
4561 2005-01-08 Kim F. Storm <storm@cua.dk>
4562
4563 * info.el (Info-mode-map, Info-next-link-keymap)
4564 (Info-prev-link-keymap, Info-up-link-keymap):
4565 Map follow-link to mouse-face.
4566 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
4567
4568 2005-01-08 Jay Belanger <belanger@truman.edu>
4569
4570 * calc/calc.el (calc-settings-file): Change default value.
4571 Suggested by cgw in a comment in calc-mode.el.
4572
4573 * calc/calc-mode.el (calc-settings-file-name):
4574 Compare calc-settings-file to user-init-file instead of ~/.emacs.
4575 Replace ~/.emacs in a prompt by calc-settings-file.
4576
4577 2005-01-07 Lars Hansen <larsh@math.ku.dk>
4578
4579 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
4580 (desktop-lazy-idle-delay): New customizable variables.
4581 (desktop-buffer-args-list): New variable.
4582 (desktop-append-buffer-args): New function.
4583 (desktop-save): Call desktop-append-buffer-args for some buffers.
4584 (desktop-lazy-create-buffer): New function.
4585 (desktop-idle-create-buffers): New function.
4586 (desktop-read): Add message about buffers to restore lazily.
4587 (desktop-lazy-abort): New command.
4588 (desktop-clear): Call desktop-lazy-abort.
4589 (desktop-lazy-complete): New command.
4590
4591 2005-01-06 Richard M. Stallman <rms@gnu.org>
4592
4593 * emacs-lisp/find-func.el (find-face-definition):
4594 Rename from find-face.
4595
4596 2005-01-06 Kim F. Storm <storm@cua.dk>
4597
4598 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
4599
4600 * man.el (Man-xref-man-page, Man-xref-header-file)
4601 (Man-xref-normal-file): Add follow-link property.
4602
4603 2005-01-06 Jay Belanger <belanger@truman.edu>
4604
4605 * calc/calc-units.el: Make sure the proper macro definitions are
4606 available when compiling.
4607
4608 2005-01-06 Juri Linkov <juri@jurta.org>
4609
4610 * isearch.el (isearch-lazy-highlight-update):
4611 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
4612
4613 2005-01-06 Miles Bader <miles@gnu.org>
4614
4615 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
4616 (isearch-lazy-highlight-face): Use new name.
4617
4618 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * uniquify.el (uniquify-rationalize-file-buffer-names):
4621 Re-add an interactive spec.
4622 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
4623 to the same name.
4624
4625 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
4626 (isearch-update, isearch-done): Adjust calls accordingly.
4627
4628 2005-01-05 Richard M. Stallman <rms@gnu.org>
4629
4630 * custom.el (custom-set-variables, custom-theme-set-variables):
4631 Clarify documentation.
4632
4633 * emacs-lisp/find-func.el (find-variable)
4634 (find-variable-other-window, find-variable-other-frame):
4635 Fix the TYPE args to find-function-read and find-function-do-it.
4636 (find-function): Doc fix.
4637 (find-function-at-point): Replace function-at-point alias.
4638
4639 2005-01-04 Richard M. Stallman <rms@gnu.org>
4640
4641 * cus-face.el (custom-declare-face):
4642 Record defface in current-load-list.
4643
4644 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
4645
4646 * emacs-lisp/find-func.el: Doc fixes.
4647 (find-face-regexp): New variable.
4648 (find-function-regexp-alist): New variable.
4649 (find-function-C-source): Third arg is now TYPE.
4650 (find-function-search-for-symbol): Handle general TYPE.
4651 (find-function-read, find-function-do-it): Handle general TYPE.
4652 (find-definition-noselect, find-face): New functions.
4653 (function-at-point): Alias deleted.
4654
4655 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * battery.el (display-battery-mode): Rename from display-battery.
4658 Handle the case where it gets turned off.
4659
4660 2005-01-04 Richard M. Stallman <rms@gnu.org>
4661
4662 * cus-edit.el (customize): Make :link point to user doc.
4663
4664 * man.el (Man-fontify-manpage): Turn off undo generation.
4665
4666 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4667
4668 2005-01-04 Andreas Schwab <schwab@suse.de>
4669
4670 * files.el (insert-directory): Only look for error lines in
4671 inserted text. Don't move too far after processing --dired markers.
4672
4673 2005-01-04 Richard M. Stallman <rms@gnu.org>
4674
4675 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4676 Don't expand if the character is @, period, dash, etc.
4677 (define-mail-abbrev): Quote names that contain problem characters.
4678
4679 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4680
4681 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4682
4683 2005-01-03 Richard M. Stallman <rms@gnu.org>
4684
4685 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4686 (query-replace-highlight, query-replace-lazy-highlight)
4687 (query-replace): Definitions moved up. Doc fix.
4688
4689 2005-01-03 Richard M. Stallman <rms@gnu.org>
4690
4691 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
4692 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4693 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4694 (lazy-highlight-face): Rename from isearch-lazy-...
4695 Change all references to them.
4696
4697 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4698
4699 * cus-edit.el (custom-file): Doc fix for defcustom.
4700 (custom-file): The function no longer sets the variable
4701 `custom-file' to its return value.
4702
4703 * startup.el (command-line): No longer load `custom-file'.
4704
4705 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4708
4709 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4710 Don't confuse module-prefixed identifiers for labels.
4711 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4712
4713 2005-01-02 Richard M. Stallman <rms@gnu.org>
4714
4715 * files.el (basic-save-buffer-1): Fix previous change.
4716
4717 * loadhist.el (file-loadhist-lookup): New function.
4718 (file-provides, file-requires): Use it.
4719
4720 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4721 instead of calculating the right size.
4722
4723 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4724
4725 * vc-svn.el (vc-svn-diff): Stay local if possible.
4726
4727 2005-01-02 Stefan <monnier@iro.umontreal.ca>
4728
4729 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4730
4731 * files.el (hack-local-variables): Fix last change.
4732
4733 2005-01-02 Jay Belanger <belanger@truman.edu>
4734
4735 * calc/calc-yank.el (calc-edit-top): New variable.
4736 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4737 object. Change header properties.
4738 (calc-edit-finish, calc-edit-finish-stack-object)
4739 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4740 edited object.
4741 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4742 for the beginning of the edited object.
4743 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4744 for the beginning of the edited object.
4745 * calc/calc-prog.el (calc-edit-macro-finish-edit)
4746 (calc-finish-formula-edit, calc-macro-repeats)
4747 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4748 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4749 beginning of the edited object.
4750 (calc-user-define-edit): Change the header for editing macros.
4751 Remove unnecessary variable.
4752
4753 2005-01-01 Jay Belanger <belanger@truman.edu>
4754
4755 * calc/calc-yank.el (calc-edit-mode): Change default header.
4756 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
4757 * calc/calc-store.el (calc-edit-variable): Change title to match new
4758 header.
4759 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
4760 mode to match new header.
4761 (calc-user-define-edit): Change titles to include names of commands.
4762 (calc-finish-formula-edit): Adjust to handle new header.
4763 (calc-finish-macro-edit): Remove.
4764 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4765 (calc-edit-macro-command, calc-edit-macro-command-type)
4766 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4767 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4768 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4769 (calc-edit-macro-finish-edit): New functions.
4770 (calc-user-define-edit): Use new functions to edit named calc macros.
4771
4772 2005-01-01 Stefan <monnier@iro.umontreal.ca>
4773
4774 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4775
4776 * ses.el (copy-region-as-kill): Deactivate mark.
4777
4778 2005-01-01 Richard M. Stallman <rms@gnu.org>
4779
4780 * replace.el (occur-1): If the output buffer is also an input,
4781 don't kill it, rename it.
4782
4783 * faces.el (set-face-background, set-face-foreground): Doc fix.
4784
4785 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4786 for :foreground and :background.
4787
4788 * dired.el (dired-view-command-alist): Variable deleted.
4789 (dired-view-file, dired-mouse-find-file-other-window):
4790 Delete the code to use it.
4791
4792 2005-01-01 Kim F. Storm <storm@cua.dk>
4793
4794 * image.el (insert-sliced-image): Use t for line-height property.
4795
4796 2004-12-31 Jay Belanger <belanger@truman.edu>
4797
4798 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4799 for "var-" at the beginning of the minibuffer.
4800
4801 2004-12-31 Richard M. Stallman <rms@gnu.org>
4802
4803 * faces.el (read-face-name):
4804 Don't treat an attribute spec as a list of faces.
4805
4806 * simple.el (undo): Use undo-equiv-table to detect
4807 unexpected changes since previous undo.
4808 (undo-list-saved): Variable deleted.
4809 (buffer-disable-undo): Don't alter undo-list-saved.
4810
4811 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4812 (mode-require-final-newline): New option.
4813 (after-find-file): Handle require-final-newline with new values.
4814 (basic-save-buffer): Handle new values of require-final-newline.
4815
4816 * progmodes/sh-script.el (sh-require-final-newline):
4817 Alist value now controls whether to use mode-require-final-newline.
4818 (sh-set-shell): Implement that new meaning.
4819
4820 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4821 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4822 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4823 Delete old-Emacs compatibility code.
4824 (antlr-c-common-init): Function deleted.
4825
4826 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4827 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4828 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4829 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4830 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4831 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4832 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4833 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4834 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4835 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4836 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4837 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4838 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4839 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4840 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4841 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4842
4843 2004-12-31 Jay Belanger <belanger@truman.edu>
4844
4845 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4846 way to return to Calc.
4847
4848 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4849 finish, C-xk as the way to cancel the edit. Add cancel routine to
4850 kill-buffer-hook.
4851
4852 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4853 MacEdit code.
4854
4855 * calc/calc-prog.el: Remove obsolete MacEdit code.
4856 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4857 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4858
4859 2004-12-31 Kenichi Handa <handa@m17n.org>
4860
4861 * international/mule.el (buffer-file-coding-system-explicit):
4862 Rename for explicit-buffer-file-coding-system.
4863 (after-insert-file-set-coding): Adjust for the above change.
4864
4865 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4866 to buffer-file-coding-system-explicit.
4867 (basic-save-buffer-1): Likewise.
4868
4869 2004-12-30 Richard M. Stallman <rms@gnu.org>
4870
4871 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4872 (artist-butlast, artist-last): Functions deleted.
4873 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4874 (artist-compute-key-compl-table): Call remq directly.
4875 (artist-remove-nulls): Function deleted.
4876 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4877 (artist-push, artist-pop): Macro deleted.
4878
4879 2004-12-30 Andreas Leue <al@sphenon.de>
4880
4881 * textmodes/artist.el (artist-version): 1.2.6
4882 (artist-prev-next-op-alist): New variable.
4883 (artist-select-next-op-in-list): New function.
4884 (artist-select-prev-op-in-list): New function.
4885 (artist-make-prev-next-op-alist): New function.
4886 (artist-is-in-op-list-p): New function.
4887 (artist-get-first-non-nil-op): New function.
4888 (artist-get-last-non-nil-op): New function.
4889 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4890 artist-prev-next-op-alist.
4891 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4892 change drawing operation.
4893
4894 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4895
4896 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4897
4898 2004-12-31 Masatake YAMATO <jet@gyve.org>
4899
4900 * server.el (server-process-filter): Suppress `error', too.
4901
4902 2004-12-30 Jay Belanger <belanger@truman.edu>
4903
4904 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4905 Change the way a variable is displayed in a message.
4906
4907 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4908 (calc-user-define-permanent, calc-execute-kbd-macro):
4909 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4910
4911 2004-12-30 Kenichi Handa <handa@m17n.org>
4912
4913 * files.el (basic-save-buffer-1):
4914 Set explicit-buffer-file-coding-system to last-coding-system-used.
4915 (revert-buffer): Pay attention to
4916 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4917 on bind coding-system-for-read.
4918
4919 * international/mule.el (explicit-buffer-file-coding-system):
4920 New buffer local variable.
4921 (after-insert-file-set-coding): Set it to coding-system-for-read.
4922
4923 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4924
4925 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4926
4927 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4928
4929 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4930 that include line numbers.
4931
4932 2004-12-29 Milan Zamazal <pdm@zamazal.org>
4933
4934 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4935 Redundant variable PREFIXLEN removed.
4936
4937 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4938
4939 * eshell/em-hist.el (eshell-previous-matching-input):
4940 Start the deletion from the end of the output.
4941
4942 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4943
4944 * term/mac-win.el: Require x-dnd.
4945 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
4946
4947 2004-12-29 David Kastrup <dak@gnu.org>
4948
4949 * international/mule.el (decode-coding-inserted-region):
4950 Don't barf if `buffer-undo-list' is already set to `t'.
4951
4952 2004-12-29 Jay Belanger <belanger@truman.edu>
4953
4954 * calc/calc-prog.el (calc-user-define-formula): Put default values
4955 for function names in prompts.
4956 (calc-user-define-permanent, calc-user-define-composition)
4957 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4958 default input for algebraic functions.
4959
4960 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4961
4962 * vc-rcs.el (vc-rcs-annotate-command):
4963 Fix omission bug: Call `vc-setup-buffer'.
4964
4965 2004-12-29 Kenichi Handa <handa@m17n.org>
4966
4967 * international/mule.el (recode-region): New function.
4968
4969 2004-12-28 Richard M. Stallman <rms@gnu.org>
4970
4971 * simple.el (undo-extra-outer-limit): New variable.
4972 (undo-outer-limit-truncate): Test and set it.
4973
4974 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4975 enables the feature to extend the existing region.
4976
4977 * simple.el (mark-word): New arg ALLOW-EXTEND
4978 enables the feature to extend the existing region.
4979
4980 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4981 enables the feature to extend the existing region.
4982
4983 * startup.el (site-run-file): Don't allow setting it with Custom.
4984
4985 * simple.el (buffer-disable-undo): Fix previous change.
4986
4987 2004-12-27 Masatake YAMATO <jet@gyve.org>
4988
4989 * hexl.el (hexlify-buffer): Remove fontification here.
4990 Use font lock mechanism instead.
4991 (hexl-font-lock-keywords): New font lock kewords.
4992 (hexl-mode-old-font-lock-keywords): New variable.
4993 (hexl-mode): Store the old font lock keywords.
4994 (hexl-mode-exit): Restore the old font lock keywords.
4995
4996 2004-12-27 Richard M. Stallman <rms@gnu.org>
4997
4998 * simple.el (undo): Fix previous change.
4999
5000 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5001
5002 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
5003 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
5004 Call x-open-connection on Mac OS X.
5005
5006 2004-12-27 Richard M. Stallman <rms@gnu.org>
5007
5008 * files.el (buffer-save-without-query): New var (buffer-local).
5009 (save-some-buffers): Save those buffers first, w/o asking.
5010
5011 * files.el (insert-directory-ls-version): New variable.
5012 (insert-directory): When ls returns an error, test the version
5013 number to decide what the return code means.
5014 With --dired output format, detect and distinguish lines
5015 that are really error messages.
5016 (insert-directory-adj-pos): New function.
5017
5018 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
5019
5020 * battery.el (battery-mode-line-format): Remove initial spaces.
5021
5022 * uniquify.el (uniquify-rationalize-file-buffer-names):
5023 Delete interactive spec.
5024
5025 * type-break.el (type-break-mode): Set buffer-save-without-query.
5026 Remove code that tried to set save-some-buffers-always.
5027 (type-break-file-keystroke-count): Bind deactivate-mark.
5028
5029 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
5030
5031 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
5032 Test that the buffer is live, and maybe reject current buffer too.
5033 Clarify.
5034 (next-error-find-buffer): Rewrite for clarity.
5035
5036 * loadup.el: Don't use buffer-disable-undo; do it directly.
5037
5038 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
5039 (describe-variable): Call symbol-file with `defvar'.
5040
5041 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
5042 (symbol-file): Rewritten to handle new load-history format.
5043 Now takes an arg TYPE to specify looking for a particular
5044 type of definition only.
5045
5046 * emacs-lisp/debug.el (debugger-make-xrefs):
5047 Call symbol-file with `defun'.
5048
5049 * emacs-lisp/find-func.el (find-function-noselect):
5050 Call symbol-file with `defun'.
5051 (find-variable-noselect): Call symbol-file with `defvar'.
5052
5053 * eshell/esh-cmd.el (eshell-find-alias-function):
5054 Call symbol-file with `defun'.
5055
5056 * eshell/esh-test.el (eshell-test-goto-func):
5057 Call symbol-file with `defun'.
5058
5059 * mail/rmail.el (rmail-resend):
5060 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
5061
5062 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
5063
5064 * progmodes/compile.el (compilation-find-buffer): Rename arg.
5065
5066 * textmodes/texinfmt.el (texinfo-format-buffer-1):
5067 Call buffer-disable-undo.
5068
5069 * simple.el (undo-list-saved): New variable (buffer-local).
5070 (undo): Set and test it.
5071 (buffer-disable-undo): Move here from buffer.c.
5072 Clear out undo-list-saved.
5073
5074 * international/mule.el (decode-coding-inserted-region):
5075 Set buffer-undo-list in a correct and optimal way.
5076
5077 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
5078 (cperl-font-lock-unfontify-region-function): No need to save and
5079 restore info, since font-lock.el does it for us.
5080
5081 * ansi-color.el (save-buffer-state): Definition deleted.
5082 (ansi-color-unfontify-region): Don't use save-buffer-state.
5083
5084 2004-12-27 Dave Love <fx@gnu.org>
5085
5086 * wid-edit.el (function): Use restricted-sexp as parent.
5087
5088 2004-12-27 Kevin Ryde <user42@zip.com.au>
5089
5090 * simple.el (next-matching-history-element): Use same
5091 `interactive' form as previous-matching-history-element.
5092
5093 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
5094 it can appear unencoded and has been seen from yahoo.
5095
5096 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5097
5098 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
5099 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
5100
5101 2004-12-27 Kenichi Handa <handa@m17n.org>
5102
5103 * international/utf-8.el (utf-translate-cjk-load-tables):
5104 Bind coding-system-for-read to nil while loading subst-*.
5105
5106 2004-12-26 Jay Belanger <belanger@truman.edu>
5107
5108 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
5109 default input.
5110
5111 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
5112
5113 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
5114 before reverting and disable undo recording while reverting.
5115
5116 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
5117
5118 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
5119 (hs-make-overlay): New function.
5120 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
5121 (hs-flag-region): Delete function.
5122 (hs-hide-comment-region): No longer use `hs-flag-region'.
5123 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
5124 (hs-hide-block-at-point): Likewise.
5125 (hs-hide-level-recursive): Use `hs-discard-overlays'.
5126 (hs-hide-all, hs-show-all): Likewise.
5127 (hs-show-block): Likewise.
5128 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
5129
5130 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5131
5132 * progmodes/hideshow.el: Require `cl' when compiling.
5133 Remove XEmacs and Emacs 19 compatibility.
5134 Use `dolist' and `add-to-list' for load-time actions.
5135 (hs-discard-overlays): Use `dolist'.
5136 (hs-show-block): Likewise.
5137
5138 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5139
5140 * faces.el (mode-line, mode-line-inactive): Use min-colors.
5141
5142 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
5143
5144 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
5145 When extending backwards, move outside the current comment first.
5146
5147 2004-12-22 Kenichi Handa <handa@m17n.org>
5148
5149 * international/quail.el (quail-start-translation): Fix prompt
5150 string for the case if input-method-use-echo-area being non-nil.
5151 (quail-start-conversion): Likewise.
5152 (quail-show-guidance): Don't show guidance if
5153 input-method-use-echo-area is non-nil.
5154
5155 2004-12-21 Richard M. Stallman <rms@gnu.org>
5156
5157 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
5158
5159 2004-12-21 Markus Rost <rost@ias.edu>
5160
5161 * calendar/diary-lib.el (mark-diary-entries):
5162 Set mark-diary-entries-in-calendar only after checking for diary-file.
5163
5164 2004-12-21 Richard M. Stallman <rms@gnu.org>
5165
5166 * faces.el (escape-glyph): Use blue against light foreground.
5167
5168 * simple.el (undo-outer-limit-truncate): New function.
5169 (undo-outer-limit-function): Use undo-outer-limit-truncate.
5170
5171 2004-12-21 Eli Barzilay <eli@barzilay.org>
5172
5173 * calculator.el: (calculator-radix-grouping-mode)
5174 (calculator-radix-grouping-digits)
5175 (calculator-radix-grouping-separator):
5176 New defcustoms for the new radix grouping mode functionality.
5177 (calculator-mode-hook): Now used in electric mode too,
5178 (calculator): Call it.
5179 (calculator-mode-map): Some new keys.
5180 (calculator-message): New function. Some new calls.
5181 (calculator-op, calculator-set-register): Use it.
5182 (calculator-string-to-number): New function, mostly moved and
5183 updated code from calculator-curnum-value.
5184 (calculator-curnum-value): Use it.
5185 (calculator-paste): Use it, and update grabbing the current-kill.
5186 (calculator-rotate-displayer)
5187 (calculator-rotate-displayer-back): Toggle digit grouping when
5188 in radix mode, use calculator-message.
5189 (calculator-displayer-prev, calculator-displayer-next):
5190 Change digit group size when in radix mode.
5191 (calculator-number-to-string): Rename from
5192 calculator-num-to-string. Now deals with digit grouping in
5193 radix mode.
5194 (calculator-update-display, calculator-put-value): Use the new name.
5195 (calculator-fact): Return a floating point number.
5196 (calculator-mode): Doc fix.
5197
5198 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5199
5200 * calendar/calendar.el (view-other-diary-entries): Add autoload.
5201 * calendar/diary-lib.el (view-other-diary-entries):
5202 Use current-prefix-arg in interactive spec.
5203
5204 2004-12-19 Jay Belanger <belanger@truman.edu>
5205
5206 * calc/calc-aent.el (calcAlg-blank-matching-open):
5207 Temporarily adjust the syntax of both delimiters of half-open intervals.
5208
5209 2004-12-19 Kim F. Storm <storm@cua.dk>
5210
5211 * mouse.el (mouse-1-click-follows-link): Doc fix.
5212
5213 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5214
5215 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
5216 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
5217 instead of centraleuropean as the name
5218
5219 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
5220
5221 Sync with Tramp 2.0.46.
5222
5223 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
5224 parameters wrt Tramp convention.
5225 (tramp-handle-file-attributes-with-perl)
5226 (tramp-handle-directory-files-and-attributes): Apply it.
5227 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
5228 `copy-program'. Reported by Zack Weinberg
5229 <zack@codesourcery.com>.
5230 (top): Set `edebug-form-spec' property directly rather than
5231 calling `def-edebug-spec'.
5232
5233 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
5234 advice less fragile. Surround temporary redefinition of
5235 `substitute-in-file-name' with `unwind-protect'. Suggested by
5236 Matt Hodges <MPHodges@member.fsf.org>.
5237
5238 2004-12-17 Juri Linkov <juri@jurta.org>
5239
5240 * replace.el (occur-accumulate-lines, occur-engine):
5241 Make forcing deferred font-lock fontification jit-specific.
5242
5243 2004-12-17 Kim F. Storm <storm@cua.dk>
5244
5245 * mouse.el (mouse-1-click-follows-link): New defcustom.
5246 (mouse-on-link-p): New function.
5247 (mouse-drag-region-1): Implement mouse-1-click-follows-link
5248 functionality. Map a mouse-1 click event into a mouse-2 (or
5249 other) event when position is inside a link.
5250
5251 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
5252 prefix in tooltip text with "mouse-1" when this is a link
5253 recognized by mouse-1-click-follows-link functionality.
5254
5255 * help.el (describe-key): Report effective and original binding
5256 for mouse-1 when clicked on a link.
5257 (describe-mode): Add follow-link property to "minor-mode" button.
5258
5259 * help-fns.el (describe-variable): Add follow-link property to
5260 "below" button.
5261
5262 * help-mode.el (help-xref): Add follow-link property.
5263
5264 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
5265 (apropos-command, apropos-variable, apropos-face, apropos-group)
5266 (apropos-widget, apropos-plist): Add follow-link property.
5267
5268 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
5269 checks if position is in a filename, rather than some other
5270 clickable item. Function looks for cvs-filename-face at position.
5271
5272 * wid-edit.el (widget-specify-field, widget-specify-button):
5273 Map a :follow-link keyword into a follow-link property.
5274 (link): Add :follow-link keyword, map to RET binding.
5275
5276 * dired.el (dired-mode-map): Map follow-link to mouse-face.
5277
5278 * progmodes/compile.el (compilation-minor-mode-map)
5279 (compilation-button-map, compilation-mode-map): Likewise.
5280
5281 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
5282
5283 * play/zone.el (zone): Init `line-spacing' from orig buffer.
5284 (zone-replace-char): Take `count' and `del-count'
5285 instead of `direction'. Update callers. When `del-count' is
5286 non-nil, delete that many characters, otherwise `count' characters
5287 backwards. Insert the newly-replaced string `count' times.
5288 (zone-fret): Handle chars w/ width greater than one.
5289 (zone-fall-through-ws): No longer take window width `ww'.
5290 Update callers. Add handling for `char-width' greater than one.
5291 (zone-pgm-drip): Update var holding window-end position every cycle.
5292
5293 2004-12-17 Andre Spiegel <spiegel@gnu.org>
5294
5295 * vc.el (vc-default-update-changelog): Use insert-file-contents,
5296 rather than insert-file.
5297
5298 2004-12-16 Jay Belanger <belanger@truman.edu>
5299
5300 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
5301 (math-init-random-base, math-random-digit): Check to see if
5302 var-RandSeed is bound.
5303 (math-random-last): Declare it.
5304 (math-random-digit): Don't make math-random-last local.
5305
5306 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
5307
5308 * play/zone.el (zone): Fix omission bug: Use a self-disabling
5309 one-shot thunk for uniform (error, quit, normal) recovery.
5310 Reported by John Paul Wallington.
5311 (zone-pgm-random-life): Fix bug:
5312 Recognize empty initial field by lack of "@" chars.
5313
5314 2004-12-16 Juri Linkov <juri@jurta.org>
5315
5316 * help.el (function-called-at-point):
5317 * help-fns.el (variable-at-point): As a last resort try stripping
5318 non-word prefixes and suffixes.
5319
5320 * descr-text.el (describe-property-list): Don't treat syntax-table
5321 specially. Use describe-text-sexp which inserts [show] button
5322 for large objects and handles printing errors. Sort properties
5323 by names in alphabetical order instead of by value sizes.
5324 Add `mouse-face' to list of properties for `describe-face' widget.
5325 (describe-char): Mask out face-id from 19 bits of character.
5326 Print face-id separately.
5327
5328 * replace.el (occur-accumulate-lines, occur-engine):
5329 Fontify unfontified matching lines in the source buffer
5330 before copying them.
5331 (occur-engine): Don't put mouse-face on context lines.
5332 (occur-next-error): Set point to line beginning/end
5333 before searching for prev/next property to skip multiple
5334 matches on a line (not supported by occur engine).
5335 Remove redundant prefix-numeric-value.
5336
5337 2004-12-15 Juri Linkov <juri@jurta.org>
5338
5339 * replace.el (match): New face.
5340 (list-matching-lines-face): Change default from `bold' to `match'.
5341
5342 * progmodes/grep.el (grep-match-face): New defvar.
5343 (grep-mode-font-lock-keywords): Use grep-match-face instead of
5344 compilation-column-face to highlight grep matches.
5345
5346 * apropos.el (apropos-match-face): Change default from
5347 `secondary-selection' to `match'.
5348
5349 * info-look.el (info-lookup-highlight-face): Change default from
5350 `highlight' to `match'.
5351
5352 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
5353
5354 * progmodes/executable.el (executable-interpret): Eliminate
5355 obsolete compile-internal, and switch to comint for interaction.
5356
5357 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
5358
5359 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
5360 `&&' when skipping multiple statements on a line.
5361
5362 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
5363
5364 * play/zone.el (zone): Set `truncate-lines'.
5365 Also, init `tab-width' with value from original buffer.
5366 (zone-shift-up): Rewrite for speed.
5367 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
5368 (zone-pgm-jitter): Remove redundant entries from ops vector.
5369 (zone-exploding-remove): Reduce iteration count.
5370 (zone-cpos): Convert to defsubst.
5371 (zone-replace-char): New defsubst.
5372 (zone-park/sit-for): Likewise.
5373 (zone-fret): Take window-start arg.
5374 Update callers. Use `zone-park/sit-for'.
5375 (zone-fill-out-screen): Rewrite.
5376 (zone-fall-through-ws): Likewise. Update callers.
5377 (zone-pgm-drip): Use `zone-replace-char'.
5378 Move var inits before while-loop. Use `zone-park/sit-for'.
5379 (zone-pgm-random-life): Handle empty initial field.
5380 Use `zone-replace-char' and `zone-park/sit-for'.
5381
5382 2004-12-15 Juri Linkov <juri@jurta.org>
5383
5384 * isearch.el (isearch-update): Test isearch-lazy-highlight
5385 before calling isearch-lazy-highlight-new-loop.
5386 (isearch-lazy-highlight-new-loop):
5387 Don't test isearch-lazy-highlight.
5388
5389 * replace.el (perform-replace): Add isearch-case-fold-search.
5390 Use delimited-flag for isearch-regexp.
5391 Reset isearch-lazy-highlight-last-string to force lazy
5392 highlighting when called from isearch mode.
5393 (query-replace-highlight): Revert defcustom type to boolean.
5394 (query-replace-lazy-highlight): New defcustom.
5395 (query-replace): New face.
5396 (perform-replace, replace-highlight, replace-dehighlight):
5397 Test query-replace-lazy-highlight instead of special value
5398 `isearch' of query-replace-highlight.
5399 (replace-dehighlight): Don't call isearch-dehighlight.
5400 (replace-highlight): Don't call isearch-highlight.
5401 Use face `query-replace' unconditionally.
5402
5403 2004-12-14 Kim F. Storm <storm@cua.dk>
5404
5405 * simple.el (inhibit-mark-movement): Remove defvar.
5406 (beginning-of-buffer, end-of-buffer): Don't use it.
5407
5408 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5409 Don't use inhibit-mark-movement.
5410
5411 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
5412 (cua--undo-push-mark): Remove.
5413 (cua--pre-command-handler, cua--post-command-handler):
5414 Don't fiddle with inhibit-mark-movement.
5415
5416 2004-12-14 Juri Linkov <juri@jurta.org>
5417
5418 * buff-menu.el (list-buffers-noselect): Collect internal info
5419 for every buffer in BUFFER-LIST arg too.
5420 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
5421 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
5422 Bind same-window-buffer-names and same-window-regexps to nil.
5423
5424 2004-12-13 Juri Linkov <juri@jurta.org>
5425
5426 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
5427
5428 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
5429 (sc-cite-region, sc-uncite-region, sc-recite-region):
5430 Fix previous change to handle not alist as a symbol, but
5431 a citation frame as a symbol that represents a variable name.
5432
5433 2004-12-13 Richard M. Stallman <rms@gnu.org>
5434
5435 * filecache.el (file-cache-add-directory-using-find):
5436 Only set up file-cache-find-command-posix-flag if we will use it.
5437
5438 * bindings.el (mode-line-buffer-identification-keymap):
5439 Don't cancel the mode-line's usual down-mouse-1 binding.
5440
5441 * cus-edit.el (custom-face-selected): Handle `default' specs.
5442 (custom-face-edit): Increase extra-offset.
5443 (custom-display): Handle `default' specs.
5444
5445 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
5446
5447 * emacs-lisp/elint.el (elint-standard-variables)
5448 (elint-unknown-builtin-args): Move definitions up.
5449
5450 * net/browse-url.el (browse-url-url-at-point): Add autoload.
5451
5452 * info.el (info-xref-visited): Use `default' instead of t.
5453 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
5454
5455 * faces.el (header-line, mode-line-inactive, tool-bar):
5456 Use `default' instead of t for setting the defaults.
5457 (face-spec-choose): Separate `t' from `default'.
5458
5459 * subr.el (while-no-input): New macro.
5460
5461 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
5462
5463 * filecache.el (file-cache-add-directory-using-find):
5464 Only test file-cache-find-command-posix-flag on some systems.
5465
5466 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
5469 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
5470 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
5471 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
5472 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
5473
5474 2004-12-12 Juri Linkov <juri@jurta.org>
5475
5476 * files.el (find-file-other-window, find-file-other-frame):
5477 Add the first buffer to the returned value to return the complete
5478 list of all visited buffers.
5479 (find-file-read-only, find-file-read-only-other-window)
5480 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
5481 `find-file-read-args'. Signal an error about non-existent file
5482 only if file name doesn't contain wildcards. Toggle read-only in
5483 all visited buffers.
5484 (find-alternate-file, find-alternate-file-other-window):
5485 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
5486 called interactively. Pass arg `wildcards' to other functions.
5487 (find-file-noselect): Doc fix.
5488
5489 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
5490 Doc fix.
5491 (ffap-directory-finder): New variable.
5492 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
5493 (ffap-file-at-point): Add /* to immediately rejected names.
5494 Return absolute file names matching ffap-dired-wildcards.
5495 (ffap-read-file-or-url): Set default value for `completing-read'
5496 to `buffer-file-name'.
5497 (find-file-at-point): When filename matches ffap-dired-wildcards,
5498 call ffap-file-finder with t arg `wildcards', instead of dired.
5499 (ffap-other-window, ffap-other-frame): Return visited buffers.
5500 (ffap-read-only, ffap-read-only-other-window)
5501 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
5502 (dired-at-point): Call ffap-directory-finder instead of dired.
5503 (ffap-dired-other-window, ffap-dired-other-frame)
5504 (ffap-list-directory): New commands.
5505 (ffap-bindings): New keybindings for new commands.
5506
5507 2004-12-12 Juri Linkov <juri@jurta.org>
5508
5509 * simple.el (beginning-of-buffer, end-of-buffer):
5510 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5511 Do not push mark when mark is active in transient-mark-mode.
5512
5513 * simple.el (mark-word):
5514 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
5515 * textmodes/paragraphs.el (mark-paragraph):
5516 Extend the region when mark is active in transient-mark-mode,
5517 regardless of the last command. Doc fix.
5518
5519 * simple.el (mark-word): Preserve direction when repeating.
5520 Make arg optional. Interactive "p" -> "P".
5521 (transient-mark-mode, inhibit-mark-movement): Doc fix.
5522
5523 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
5524 preserving direction, to mark forward instead of backward when mark
5525 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
5526
5527 2004-12-12 Juri Linkov <juri@jurta.org>
5528
5529 * isearch.el (isearch-edit-string): Set 7th arg of
5530 `read-from-minibuffer' to `t' to inherit the current input
5531 method (whose name is indicated by [IM] in the minibuffer prompt)
5532 from the current buffer to the minibuffer.
5533 (isearch-lazy-highlight-update): Put body to `with-local-quit'
5534 to allow C-g quitting for lazy highlighting looping inside the
5535 search with nested repetition operators. Add overlay to the list
5536 before setting its face and other properties to avoid the case of
5537 code quitting after placing the new overlay but before it's
5538 recorded on the list. Select the window where isearch was
5539 activated, to highlight matches in the right window when isearch
5540 switches the current window to the minibuffer.
5541
5542 * international/isearch-x.el
5543 (isearch-process-search-multibyte-characters):
5544 Use `isearch-message' as initial input for `read-string' instead
5545 of adding it to the minibuffer prompt. After reading a string
5546 remove the initial value of `isearch-message' from the string.
5547
5548 * replace.el (replace-match-maybe-edit): Doc fix.
5549 (perform-replace): Don't call `replace-highlight' when automatic
5550 replacement is requested in literal mode, since it is intended
5551 only to highlight words during entering a new replacement string
5552 for \? in non-literal mode.
5553
5554 * replace.el (query-replace-highlight): Add new value `isearch'
5555 that allows query replacement to use isearch highlighting.
5556 Change type from `boolean' to `choice'. Doc fix.
5557 (replace-highlight, replace-dehighlight, perform-replace):
5558 Use isearch highlighting if query-replace-highlight eq `isearch'.
5559
5560 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5563 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5564
5565 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
5566 case of \end{verbatim}.
5567
5568 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * term.el (term-termcap-format): Synchronyze with terminfo.
5571 (term-emulate-terminal): Handle reset.
5572 (term-reset-terminal): New function.
5573
5574 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
5575
5576 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
5577 (zone-fill-out-screen): New func.
5578 (zone-pgm-drip): Use `zone-fill-out-screen'.
5579 Also, no longer go to point-min on every cycle.
5580 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
5581 (zone-pgm-random-life-wait): New user var.
5582 (zone-pgm-random-life): New func.
5583
5584 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
5585
5586 * files.el (auto-mode-alist): Map .com to DCL mode.
5587
5588 2004-12-09 Richard M. Stallman <rms@gnu.org>
5589
5590 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
5591
5592 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
5595 buffer with a display margin.
5596
5597 2004-12-08 Jay Belanger <belanger@truman.edu>
5598
5599 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
5600 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
5601
5602 2004-12-08 Richard M. Stallman <rms@gnu.org>
5603
5604 * faces.el: Delete code to set display table.
5605 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
5606
5607 2004-12-08 Jay Belanger <belanger@truman.edu>
5608
5609 * calc/calc.el: Add math-read-preprocess-string to autoloads.
5610
5611 * calc/calc-ext.el (math-read-replacement-list)
5612 (math-read-superscripts, math-read-preprocess-string): Move to
5613 calc-aent.el.
5614
5615 * calc/calc-aent.el (math-read-replacement-list)
5616 (math-read-superscripts, math-read-preprocess-string): Move from
5617 calc-ext.el.
5618
5619 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * isearch.el (isearch-quote-char): Fix up typo in last change.
5622
5623 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5624
5625 * mouse.el (mouse-set-font): Handle the case where the command was
5626 not invoked using the mouse.
5627
5628 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
5629 (edmacro-finish-edit): Further update for keyboard macros that are
5630 lambda forms.
5631 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5632
5633 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * font-lock.el (font-lock-unfontify-region): Save buffer state.
5636 (font-lock-default-unfontify-region): Don't save buffer state any more.
5637
5638 2004-12-07 Jay Belanger <belanger@truman.edu>
5639
5640 * calc/calc-help.el (calc-describe-key):
5641 Set calc-summary-indentation even when Calc Summary buffer exists.
5642
5643 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
5644
5645 * calendar/holidays.el (holiday-easter-etc): Make arguments
5646 optional for backwards compatibility. Doc fix.
5647 Remove un-necessary local vars mandatory, output-list.
5648 (holiday-advent): Make arguments optional for backwards
5649 compatibility. Doc fix.
5650
5651 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * paren.el (show-paren-function): Fix last change (2004-12-02).
5654
5655 * international/mule-util.el (char-displayable-p): Return nil for
5656 unibyte mode.
5657
5658 * subr.el (subregexp-context-p): New function.
5659
5660 * isearch.el (isearch-quote-char): Use it.
5661
5662 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
5663 (regexp-opt-not-groupie*-re): Remove.
5664 (regexp-opt): Properly handle inputs with duplicate entries.
5665
5666 2004-12-06 Richard M. Stallman <rms@gnu.org>
5667
5668 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
5669
5670 * cus-edit.el (custom-file): Doc fix.
5671
5672 * textmodes/org.el: New file.
5673
5674 2004-12-06 Kenichi Handa <handa@m17n.org>
5675
5676 * ldefs-boot.el: Update international/mule-util.el section.
5677
5678 2004-12-05 Sam Steingold <sds@gnu.org>
5679
5680 * net/tramp.el (tramp-handle-file-accessible-directory-p):
5681 Fix `tramp-time-diff' comparison logic.
5682
5683 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
5684
5685 * progmodes/which-func.el (which-function):
5686 Use `run-hook-with-args-until-success' instead of a custom loop.
5687 Fixes bug with local hooks.
5688
5689 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5690
5691 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
5692 Use delete-dups when calculating the initial value.
5693 (bibtex-autokey-get-title): Use <=.
5694 (bibtex-goto-line): New function.
5695 (bibtex-reposition-window): Use line numbers instead of point
5696 positions. Use window-body-height.
5697 (bibtex-find-crossref): Use bibtex-reposition-window.
5698 (bibtex-find-entry): Use bibtex-reposition-window. Always return
5699 position of entry if key is found or nil if not found.
5700
5701 2004-12-05 Richard M. Stallman <rms@gnu.org>
5702
5703 * cus-edit.el (custom-file): Doc fix.
5704
5705 * progmodes/sh-script.el (sh-indent-for-then): Change default.
5706
5707 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * simple.el (blink-matching-open):
5710 * textmodes/tex-mode.el (tex-validate-region):
5711 Obey syntax-table text properties.
5712
5713 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
5714
5715 * wid-edit.el (widget-specify-field): Add `real-field' property to
5716 boundary.
5717 (widget-field-at): Use it.
5718
5719 2004-12-02 Richard M. Stallman <rms@gnu.org>
5720
5721 * progmodes/cc-mode.el (awk-mode autoload):
5722 Supply t meaning interactive function.
5723
5724 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
5725 (isearch-mode-map): No special definition for space.
5726 (isearch-whitespace-chars): Command deleted.
5727 (isearch-forward-regexp): Doc fix.
5728 (isearch-quote-char): When a space is not inside brackets,
5729 use `[ ]' instead of just space.
5730 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5731
5732 * imenu.el (imenu--generic-function): Delete code to exclude
5733 matches in comments.
5734
5735 * man.el (Man-reverse-face): Change default to `highlight'.
5736
5737 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5738 (occur-engine): Use `face' prop rather than `font-lock-face'
5739 when specifying use of `match-face'.
5740 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5741
5742 * emacs-lisp/elint.el (elint-standard-variables): Update list.
5743
5744 * add-log.el (add-log-current-defun): Handle the case where point
5745 is in the header part of a DEFUN construct.
5746
5747 2004-12-02 Dave Love <fx@gnu.org>
5748
5749 * progmodes/python.el (python-font-lock-syntactic-keywords):
5750 Fix previous change.
5751
5752 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
5753
5754 * paren.el (show-paren-function): Check for matching chars
5755 specified by text props.
5756
5757 2004-12-02 Jay Belanger <belanger@truman.edu>
5758
5759 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5760 when reading a new key sequence.
5761
5762 2004-12-02 Kim F. Storm <storm@cua.dk>
5763
5764 * faces.el (escape-glyph): Rename from glyph.
5765 (standard-display-table): Set it here. Add escape-glyph face to
5766 extra slot characters.
5767
5768 * disp-table.el: Undo 2004-12-01 change. Display table is now
5769 setup in faces.el.
5770
5771 2004-12-02 Mark A. Hershberger <mah@everybody.org>
5772
5773 * xml.el (xml-parse-dtd): Don't show validity messages when
5774 xml-validating-parser is nil.
5775 (xml-substitute-special): Fix validity error messages to
5776 actually show the unexpandable entity. Added validity error if &
5777 isn't followed by an entity.
5778 (xml-parse-tag): Concatenate any string following the a
5779 <![CDATA[]]> section to the parsed CDATA.
5780 (xml-parse-dtd): Skip parameter entity declarations and use of
5781 parameter entities.
5782
5783 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5784
5785 * kmacro.el (kmacro-default-counter-format): New var.
5786 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5787 (kmacro-display): Remove `nil' from `and' form. Delete call to
5788 `format' inside `message'.
5789 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5790
5791 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * pcvs.el (cvs-header-msg): New function.
5794 (cvs-update-header): Use it. Change calling convention.
5795 Correctly handle the case of having simultaneous active processes.
5796 (cvs-sentinel): Don't call cvs-update-header any more.
5797 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5798
5799 2004-12-01 Jay Belanger <belanger@truman.edu>
5800
5801 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5802 Change message.
5803
5804 2004-12-01 Juri Linkov <juri@jurta.org>
5805
5806 * progmodes/prolog.el (prolog-mode-variables):
5807 Fix imenu-generic-expression.
5808
5809 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5810
5811 * faces.el (glyph): New face.
5812
5813 * disp-table.el: Add an autoloaded table, that doesn't require
5814 this library, with glyph face.
5815
5816 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5817 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5818 (conf-quote-normal): Allow normalizing only ' or ".
5819 (conf-mode): Regexp-quote constructed comment-start and don't
5820 match section {} where "name" contains braces.
5821
5822 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5823 files.
5824
5825 2004-12-01 Kenichi Handa <handa@m17n.org>
5826
5827 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5828 (x-select-text): Don't treat eight-bit-control/graphic chars
5829 specially. Store the encoded text in the X cut buffer.
5830 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5831 with x-last-selected-text-cut-encoded.
5832
5833 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5836
5837 2004-11-30 Markus Rost <rost@ias.edu>
5838
5839 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5840 AUCTeX.
5841
5842 2004-11-30 Jay Belanger <belanger@truman.edu>
5843
5844 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5845 on signs of intervals.
5846 (math-pow-of-zero): Strengthen checks for positive and negative
5847 exponents.
5848
5849 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5850 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5851 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5852 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5853 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5854 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5855 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5856 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5857 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5858 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5859 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5860 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5861 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5862 with provide statements.
5863
5864 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5865
5866 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5867
5868 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5869 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5870 functions by require statements.
5871 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5872
5873 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5874 (calc-gnuplot-print): Give them values.
5875
5876 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5877 autoloads.
5878 Add calc-do-embedded-activate to autoloads.
5879 (calc-gnuplot-name, calc-gnuplot-plot-command)
5880 (calc-gnuplot-print-command): Move them to calc-graph.el.
5881
5882 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5883
5884 * term/mac-win.el (ccl-encode-mac-roman-font)
5885 (ccl-encode-mac-cyrillic-font)
5886 (ccl-encode-mac-centraleuropean-font, encoder-list)
5887 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5888 Support Cyrillic, CentralEuropean, and Dingbat font display
5889
5890 2004-11-30 Andre Spiegel <spiegel@gnu.org>
5891
5892 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5893
5894 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5895 still nil.
5896
5897 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5900 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5901
5902 2004-11-29 Jay Belanger <belanger@truman.edu>
5903
5904 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5905 cases of the base and exponent.
5906
5907 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5908
5909 * simple.el (next-error-buffer-p): Allow for inclusive and
5910 exclusive tests for finding a buffer.
5911 (next-error-find-buffer): Pass the exclusive and inclusive tests
5912 to next-error-buffer-p.
5913
5914 * replace.el (occur-next-error): Switch to the Occur buffer when
5915 appropriate, use the exclusive filter to next-error-find-buffer to
5916 do it. Use the absolute value of the motion amount.
5917
5918 2004-11-29 Kenichi Handa <handa@m17n.org>
5919
5920 * startup.el (command-line): Decode all default-directory by
5921 locale-coding-system.
5922
5923 2004-11-29 Jay Belanger <belanger@truman.edu>
5924
5925 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5926 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5927 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5928 Replace calls to calc-extensions by appropriate require, replace
5929 calc-extensions-loaded by appropriate featurep.
5930
5931 * calc/calc-ext.el: Move require to end of file.
5932 Remove redundant loading of calc.el.
5933 (calc-extensions-loaded): Remove unnecessary variable.
5934 (calc-extensions): Remove unnecessary function.
5935 (calc-load-everything): Replace calc-need-macros by appropriate require.
5936
5937 * calc/calc-macs.el: Move provide to end of file.
5938 (calc-need-macros): Remove unnecessary function.
5939
5940 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5941 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5942 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5943 Replace calc-extensions by appropriate require.
5944 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5945
5946 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5947 Replace calc-need-macros by appropriate require.
5948
5949 * calc/calc.el: Move require to end of file.
5950 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5951 Remove unnecessary variable.
5952 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5953 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5954 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5955 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5956 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5957 (math-format-number, math-format-bignum, math-read-number)
5958 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5959 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5960 by appropriate require.
5961 (calc-check-defines): Replace calc-need-macros by appropriate require.
5962
5963 2004-11-29 Kim F. Storm <storm@cua.dk>
5964
5965 * macros.el (insert-kbd-macro): Handle kmacro functions.
5966
5967 2004-11-28 Juri Linkov <juri@jurta.org>
5968
5969 * compare-w.el (compare-windows-highlight): Attach each overlay
5970 to its window to properly highlight differences while comparing
5971 two windows of the same buffer. Fix arguments.
5972 (compare-windows-sync-default-function): Fix arguments of
5973 `compare-windows-highlight'.
5974
5975 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5976 Use `read-expression-history'. Set initial contents only if
5977 `edebug-global-break-condition' is non-nil. Set histpos to 1
5978 if initial contents is equal to the last history element.
5979 (edebug-set-conditional-breakpoint): Instead of temporarily
5980 prepending the current condition to the history, set initial
5981 contents to the current condition. Set histpos to 1 if initial
5982 contents is equal to the last history element.
5983
5984 * info.el (Info-search-whitespace-regexp): Remove shy group.
5985 (Info-search): Forward line if search is on the header line.
5986 Use search-whitespace-regexp in two other places.
5987
5988 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5989
5990 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5991 warning. Delay real definition, which uses
5992 `set-fringe-indicators-1' till after the definition of that function.
5993
5994 2004-11-28 Kim F. Storm <storm@cua.dk>
5995
5996 * fringe.el (fringe): New defgroup.
5997 (fringe-mode): Move to fringe group.
5998 (fringe-indicators): New defcustom.
5999 (set-fringe-indicators-1): New defun.
6000
6001 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
6002 (menu-bar-showhide-fringe-ind-menu): New keymap.
6003 (menu-bar-showhide-fringe-ind-empty)
6004 (menu-bar-showhide-fringe-ind-mixed)
6005 (menu-bar-showhide-fringe-ind-box)
6006 (menu-bar-showhide-fringe-ind-right)
6007 (menu-bar-showhide-fringe-ind-left)
6008 (menu-bar-showhide-fringe-ind-none): New defuns.
6009 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
6010
6011 2004-11-27 Richard M. Stallman <rms@gnu.org>
6012
6013 * comint.el (comint-read-noecho): Add trivial compatibility definition.
6014
6015 * generic.el (define-generic-mode): Doc fix.
6016
6017 * menu-bar.el (menu-bar-options-save): For the options
6018 that are toggled with menu-bar-make-mm-toggle, don't check
6019 for customized-value prop.
6020
6021 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6022
6023 * mail/supercite.el (sc-cite-region): Handle the case where
6024 sc-cite-frame-alist is a symbol.
6025 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
6026 a symbol.
6027 (sc-recite-region): Handle the case where sc-recite-frame-alist is
6028 a symbol.
6029
6030 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6031
6032 * wid-edit.el (widget-narrow-to-field): New function.
6033 (widget-complete): Use it.
6034
6035 2004-11-27 Jay Belanger <belanger@truman.edu>
6036
6037 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
6038 variable.
6039 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
6040 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
6041 (math-alg-inequalities): Move declaration to earlier in the file.
6042
6043 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
6044 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
6045 Declare them.
6046
6047 * calc/calc-lang.el (math-expr-data, math-expr-token)
6048 (math-exp-old-pos): Declare them.
6049
6050 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
6051 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
6052
6053 2004-11-27 Kim F. Storm <storm@cua.dk>
6054
6055 * progmodes/flymake.el: Use (featurep 'xemacs).
6056 (flymake-makehash): Change to defsubst. Use fboundp.
6057 (flymake-time-to-float): Remove.
6058 (flymake-float-time): Merge code from flymake-time-to-float here.
6059 (flymake-replace-regexp-in-string): Change to defsubst.
6060 (flymake-split-string-remove-empty-edges):
6061 Rename to flymake-split-string.
6062 (flymake-split-string): Remove previous defalias.
6063 (flymake-get-temp-dir): Change to defsubst.
6064 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
6065 Define for xemacs only.
6066 (flymake-master-file-count-limit): Change into compiler defvar only.
6067 (flymake-find-possible-master-files): Let-bind it dynamically while
6068 sorting files using flymake-master-file-compare.
6069
6070 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
6073 of defun-prompt-regexp matches inside a comment/string but the
6074 beginning is correctly outside everything.
6075
6076 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
6077 appears within a string or a comment.
6078
6079 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
6080 rather than make-symbol for symbols which are used in
6081 a symbol-macrolet or equivalent.
6082
6083 2004-11-26 Jay Belanger <belanger@truman.edu>
6084
6085 * calc-misc.el (calc-last-why-command): Declare it.
6086
6087 * calc-vec.el (math-grade-vec): New variable.
6088 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
6089 Replace variable grade-vec by declared variable.
6090 (math-rb-close): New variable.
6091 (math-read-brackets, math-read-vector): Replace variable close by
6092 declared variable.
6093
6094 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
6095 (calc-one-window, calc-edit-handler, calc-restore-trail)
6096 (calc-allow-ret): Declare them.
6097
6098 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
6099 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
6100 (math-radix-float-cache-tag, math-random-cache)
6101 (math-max-digits-cache, math-integral-cache, math-units-table)
6102 (math-format-date-cache, math-holidays-cache-tag): Declare them.
6103 (math-moc-func): New variable.
6104 (math-map-over-constants, math-map-over-constants-rec):
6105 Replace variable func by declared variable.
6106
6107 * calc/calc-store.el (calc-given-value, calc-store-opers):
6108 Declare them.
6109 (calc-var-name-map): Move declaration to earlier in the file.
6110 (calc-pv-pos): New variable.
6111 (calc-permanent-variable, calc-insert-permanent-variable):
6112 Replace variable pos by declared variable.
6113
6114 * calc/calc-mtx.el (calc-det-lu): New variable.
6115 (math-det-raw, math-det-step): Replace variable lu by declared variable.
6116
6117 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
6118 (math-multi-subst, math-multi-subst-rec): Replace variables temp
6119 and arg by declared variables.
6120 (calcFunc-reducer): Fix incorrect variable.
6121 (math-inner-mul-func, math-inner-add-func): New variables.
6122 (calcFunc-inner, math-inner-mats): Replace variables mul-func
6123 and add-func by declared variables.
6124
6125 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
6126 (calc-digit-value): Declare them.
6127
6128 * calc/calc-help.el (Info-history): Declare it.
6129 (calc-describe-key): Make calc-summary-indentation a local variable.
6130 (calc-help-long-names): Move declaration to earlier in file.
6131
6132 * calc/calc-embed.el (calc-original-buffer): Declare it.
6133 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
6134 (calc-embed-bot): New variables.
6135 (calc-do-embedded, calc-embedded-mark-formula)
6136 (calc-embedded-find-bounds, calc-embedded-duplicate)
6137 (calc-embedded-new-formula, calc-embedded-make-info):
6138 Replace vars outer-top, outer-bot, bot and top by declared variables.
6139 (calc-embed-prev-modes): New variable.
6140 (calc-embedded-set-modes, calc-embedded-update): Replace variable
6141 prev-modes with declared variable.
6142 (calc-embed-vars-used): New variable.
6143 (calc-embedded-make-info, calc-embedded-evaluate-expr)
6144 (calc-embedded-update, calc-embedded-find-vars): Replace variable
6145 vars-used by declared variable.
6146
6147 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
6148 (math-format-radix-float): Remove unnecessary setq.
6149 (math-radix-float-cache): Declare it.
6150
6151 * calc/calcsel2.el (calc-keep-selection): Declare it.
6152
6153 * calc/calc-maint.el: Remove file.
6154
6155 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6156
6157 * textmodes/bibtex.el (bibtex-sort-entry-class)
6158 (bibtex-comment-start): Use defcustom.
6159 (bibtex-entry-field-alist): Use nil if initial content of the
6160 field is undefined. Fix docstring.
6161 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
6162 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
6163 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
6164 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
6165 Fix docstring.
6166 (bibtex-autokey-title-terminators): Use only one regexp.
6167 (bibtex-string-maybe-empty-head): New variable.
6168 (bibtex-remove-delimiters-string): New function.
6169 (bibtex-text-in-field-bounds, bibtex-text-in-string):
6170 Use bibtex-remove-delimiters-string.
6171 (bibtex-progress-message, bibtex-field-left-delimiter)
6172 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
6173 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
6174 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
6175 Simplify.
6176 (bibtex-format-entry): Use save-excursion for inherited booktitle.
6177 Use eq and bibtex-remove-delimiters-string. For end markers use
6178 insertion type so that marker stays after inserted text.
6179 (bibtex-autokey-get-names): Return empty string if name is missing.
6180 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
6181 calling bibtex-autokey-name-case-convert.
6182 (bibtex-autokey-demangle-title):
6183 Call bibtex-autokey-titleword-case-convert. Remove call to
6184 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
6185 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
6186 (bibtex-read-key): New optional arg global.
6187 (bibtex-files-expand): New optional arg force.
6188 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
6189 (bibtex-complete-crossref-cleanup): Rename from
6190 bibtex-complete-key-cleanup. Simplify code.
6191 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
6192 Operate on current entry.
6193 (bibtex-button): Add docstring.
6194 (bibtex-entry): Simplify.
6195 (bibtex-make-field): Replace optional arg called-by-yank with more
6196 specific args move and interactive.
6197 (bibtex-end-of-entry): Use forward-sexp.
6198 (bibtex-find-entry-globally): Remove.
6199 (bibtex-find-crossref): Allow for crossref key located in other buffer.
6200 Bound to C-c C-x.
6201 (bibtex-find-entry): New optional args global and display.
6202 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
6203 (bibtex-validate): Use arg force of bibtex-files-expand.
6204 (bibtex-clean-entry): Bugfix, clean string entries properly.
6205 Always keep point at beginning of entry.
6206 (bibtex-complete): Bugfix. Handle string entries properly.
6207 Call cleanup functions only if needed.
6208 (bibtex-String): Use bibtex-read-string-key.
6209 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
6210 case of replacement text.
6211
6212 2004-11-26 Lars Hansen <larsh@math.ku.dk>
6213
6214 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
6215 (tramp-perl-directory-files-and-attributes): New constant.
6216 (tramp-file-name-handler-alist): Delete file-directory-files, add
6217 directory-files-and-attributes.
6218 (tramp-perl-file-attributes): Surround uid and gid by double
6219 quotes. Change parameter id-format from nonnumeric.
6220 (tramp-convert-file-attributes): New function.
6221 (tramp-handle-file-attributes): Use it.
6222 (tramp-maybe-send-perl-script): New function.
6223 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
6224 file mode. Change parameter id-format from nonnumeric.
6225 (tramp-handle-file-attributes-with-ls): Change parameter id-format
6226 from nonnumeric.
6227 (tramp-post-connection): Don't send tramp-perl-file-attributes
6228 script. Reset connection property "perl-scripts".
6229 (tramp-handle-insert-directory): Run real handler when ls-lisp is
6230 in use.
6231
6232 2004-11-26 Lars Hansen <larsh@math.ku.dk>
6233
6234 * desktop.el (desktop-read): Replace mapcar with mapc.
6235 (desktop-create-buffer): Replace mapcar with mapc.
6236 Remove redundant piece of code.
6237
6238 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * progmodes/gud.el (gud-display-line): Use display-buffer
6241 for GDB-UI as for GUD.
6242
6243 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
6244 Delete variables.
6245 (gdb-ann3): Don't make GUD buffer dedicated.
6246 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
6247 (gdb-display-source-buffer): Delete function.
6248 (gdb-view-source-function, gdb-view-assembler): Delete functions.
6249 (menu): Delete menu bindings for viewing source/assembler.
6250 (gdb-setup-windows, gdb-restore-windows):
6251 Don't dedicate GUD. No assembler now.
6252 (gdb-reset): No need to undedicate source buffers now.
6253 (gdb-source-info): No assembler now.
6254
6255 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
6256
6257 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
6258 width to those for special frames.
6259 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
6260 Use display-buffer.
6261 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
6262 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6263 (gdb-frame-assembler-buffer): Rework like
6264 gdb-frame-breakpoints-buffer.
6265
6266 2004-11-25 Richard M. Stallman <rms@gnu.org>
6267
6268 * progmodes/flymake.el: Reindent.
6269 (flymake-split-string): Turn into defalias.
6270 (flymake-fix-file-name): Rename from flymake-fix-path-name.
6271 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
6272 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
6273 (flymake-build-relative-filename): Rename from ...path.
6274 Fix error message.
6275
6276 2004-11-25 Cheng Gao <chenggao@gmail.com>
6277
6278 * progmodes/flymake.el: Much whitespace and capitalization change.
6279 Move `provide' to end. Require `compile' only when compiling.
6280
6281 2004-11-24 Jay Belanger <belanger@truman.edu>
6282
6283 * calc/calc-alg.el: Added comment.
6284 (math-polynomial-base): Replace variable mpb-top-expr by
6285 math-poly-base-top-expr.
6286
6287 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
6288 (math-polynomial-p1): Replace variable mpb-top-expr by declared
6289 variable.
6290 (math-poly-base-total-base): New variable.
6291 (math-total-polynomial-base, math-polynomial-p1): Replace variable
6292 mpb-total-base by declared variable.
6293 (math-factored-vars, math-to-list): Declare it.
6294 (math-fact-expr): New variable.
6295 (calcFunc-factors, calcFunc-factor, math-factor-expr)
6296 (math-factor-expr-try, math-factor-expr-part): Replace variable
6297 expr by declared variable.
6298 (math-fet-x): New variable.
6299 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
6300 by declared variable.
6301 (math-factor-poly-coefs): Make temp a local variable.
6302
6303 * calc/calc-units.el (calc-convert-units): Make units a local
6304 variable.
6305 (calc-num-units, calc-den-units): New variables.
6306 (calc-explain-units, calc-explain-units-rec): Replace variables
6307 num-units and den-units by declared variables.
6308 (math-cu-unit-list): New variable.
6309 (math-build-units-table, math-compare-unit-names)
6310 (math-convert-units, math-convert-units-rec): Replace variable
6311 unit-list by declared variable.
6312 (math-fbu-base, math-fbu-entry): New variables.
6313 (math-find-base-units, math-find-base-units-rec): Replace variables
6314 base and entry by declared variables.
6315 (math-which-standard): New variable.
6316 (math-to-standard-units, math-to-standard-rec): Replace variable
6317 which-standard by declared variable.
6318 (math-fcu-u): New variable.
6319 (math-find-compatible-unit, math-find-compatible-unit-rec):
6320 Replace variable u by declared variable.
6321 (math-cu-new-units, math-cu-pure): New variables.
6322 (math-convert-units, math-convert-units-rec): Replace variables
6323 new-units and pure by declared variables.
6324 (math-try-cancel-units): New variable.
6325 (math-simplify-units-quotient): Replace variable try-cancel-units by
6326 declared variable.
6327
6328 2004-11-24 Richard M. Stallman <rms@gnu.org>
6329
6330 * textmodes/ispell.el (ispell-check-version):
6331 If default-directory is nonexistent, use home dir.
6332
6333 * progmodes/grep.el (grep-regexp-alist):
6334 Don't match parens around line numbers.
6335
6336 * progmodes/cperl-mode.el (cperl-indent-region)
6337 (cperl-imenu--create-perl-index, cperl-xsub-scan):
6338 Don't print progress messages.
6339
6340 * progmodes/compile.el (compilation-mode-map):
6341 Don't inherit from compilation-minor-mode-map;
6342 copy its bindings instead. But the menu bar Compile
6343 entry now does inherit from compilation-menu-map.
6344
6345 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6346 Use with-no-warnings around compiler-macroexpand.
6347
6348 * imenu.el: Don't always require newcomment.
6349 (imenu--generic-function): Call comment-normalize-vars
6350 if we have a comment syntax.
6351 Exit the loop if REGEXP matches the null string.
6352 Test comment-start as well as comment-start-skip
6353 when deciding whether to check for comments.
6354
6355 * tooltip.el (tooltip-mode): Doc fix.
6356
6357 * term.el (term-escape-char, term-mode): Doc fixes.
6358
6359 2004-11-24 Dave Love <fx@gnu.org>
6360
6361 * progmodes/python.el (python-font-lock-syntactic-keywords):
6362 Check for escapes in the regexp.
6363 (python-quote-syntax): Don't do it here.
6364
6365 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
6366
6367 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6368 (gdb-frames-mode-map, gdb-threads-mode-map)
6369 (gdb-registers-mode-map, gdb-locals-mode-map)
6370 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
6371 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
6372
6373 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
6374 (dedicated-switch-to-buffer): Rework.
6375 (gdb-var-evaluate-expression-handler, gdb-put-string):
6376 Remove unused variable bindings.
6377 (gdb-setup-windows, gdb-display-buffer):
6378 Simplify. Use pop-to-buffer.
6379 (gdb-view-source-function): Simplify.
6380 (gdb-frame-breakpoints-buffer):
6381 Use pop-to-buffer, special-display-regexps.
6382
6383 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6384
6385 * progmodes/f90.el (f90-smart-end)
6386 (f90-previous-statement, f90-beginning-of-block): Doc fix.
6387 (f90-calculate-indent): Handle un-named PROGRAM blocks.
6388 (f90-end-of-block): Doc fix. Make check of outermost block
6389 conditional on value of `f90-smart-end'.
6390 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
6391 Handle case where END-BLOCK is nil.
6392 (f90-match-end): Handle un-named PROGRAM blocks.
6393 (f90-backslash-not-special): New function.
6394
6395 2004-11-24 Jay Belanger <belanger@truman.edu>
6396
6397 * calc/calc.el (calc-embedded-active): Removed unnecessary
6398 declaration.
6399 (calc-show-banner): Removed redundant declaration.
6400
6401 * calc/calc-graph.el (calc-gnuplot-default-device)
6402 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6403 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6404 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
6405 Remove redundant initial values.
6406
6407 * calc/calc-arith.el (math-scalar-functions)
6408 (math-nonscalar-functions, math-scalar-if-args-functions)
6409 (math-real-functions, math-positive-functions)
6410 (math-nonnegative-functions, math-real-scalar-functions)
6411 (math-real-if-arg-functions, math-integer-functions)
6412 (math-num-integer-functions, math-rounding-functions)
6413 (math-float-rounding-functions, math-integer-if-args-functions)
6414 (math-super-types): Move declarations to earlier in file.
6415 (math-unit-prefixes): Declared it.
6416 (math-floor-prec, math-trunc-prec): New variables.
6417 (math-trunc-fancy): Replace variable prec by declared variable.
6418 (math-floor-fancy): Replace variable prec by declared variable.
6419 (math-com-bterms): New variable.
6420 (math-commutative-equal, math-commutative-collect):
6421 Replace variable bterms by declared variable.
6422
6423 * calc/calc-misc.el (math-trunc): Replace variable prec by
6424 math-trunc-prec.
6425 (math-floor): Replace variable prec by math-floor-prec.
6426
6427 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
6428 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
6429 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
6430 (math-format-date, math-format-date-part): Replace variables
6431 date, dt, year, month, day, weekday, hour, minute, second and
6432 bc-flag by declared variables.
6433 (math-pd-str): New variable.
6434 (math-parse-date, math-parse-date-word, math-parse-standard-date):
6435 Replace variable str by declared variable.
6436 (math-daylight-savings-hook, math-tzone-names): Move definitions
6437 to earlier in the file.
6438 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
6439 (math-sh-year): New variable.
6440 (math-setup-add-holidays, math-setup-holidays)
6441 (math-setup-year-holidays): Replace variable `year' by declared
6442 variable.
6443
6444 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
6445 New variables.
6446 (math-nth-root-float, math-nth-root-float-iter): Replace variables
6447 n, nf and nfm1 by declared variables.
6448 (math-nri-n): New variable.
6449 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
6450 n by declared variable.
6451 (calcFunc-log): Removed misplaced condition.
6452
6453 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
6456
6457 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
6458
6459 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
6460 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
6461 Dedicate gdb-related windows.
6462 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
6463 other frames.
6464 (gdb-reset): Remove dedicated property after debugging.
6465
6466 2004-11-24 Jay Belanger <belanger@truman.edu>
6467
6468 * calc/calc-sel.el: Add comment.
6469
6470 * calc/calc.el (math-stack-value-offset): Replace variables c,
6471 wid and off with math-svo-c, math-svo-wid and math-svo-off.
6472
6473 * calc/calccomp.el (math-comp-sel-tag): Declare it.
6474 (math-svo-c, math-svo-wid, math-svo-off): New variables.
6475 (math-stack-value-offset-fancy): Replace variables c, wid and off
6476 by declared variables.
6477 (math-comp-just, math-comp-comma-spc): New variables.
6478 (math-compose-expr, math-compose-matrix): Replace variables `just'
6479 and comma-spc by declared variable.
6480 (math-comp-vector-prec): New variable.
6481 (math-compose-expr, math-compose-matrix, math-compose-rows):
6482 Replace variable vector-prec by declared variable.
6483 (math-comp-left-bracket, math-comp-right-bracket)
6484 (math-comp-comma): New variables.
6485 (math-compose-expr, math-compose-rows): Replace variables
6486 left-bracket, right-bracket and comma by declared variables.
6487 (math-comp-full-width): New variable.
6488 (math-comp-to-string-flat, math-comp-to-string-flat-term):
6489 Replace variable full-width by declared variable.
6490 (math-comp-highlight, math-comp-word, math-comp-level)
6491 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
6492 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
6493 New variables.
6494 (math-comp-to-string-flat, math-comp-to-string-flat-term)
6495 (math-comp-sel-flat-term): Replace variables comp-highlight,
6496 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
6497 declared variables.
6498 (math-comp-simplify, math-comp-simplify-term)
6499 (math-comp-add-string, math-comp-add-string-sel):
6500 Replace variables comp-highlight, comp-buf, comp-base,
6501 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
6502
6503 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6504
6505 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
6506
6507 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
6508 and x-server-version may throw.
6509
6510 2004-11-23 Kim F. Storm <storm@cua.dk>
6511
6512 * subr.el (substitute-key-definition-key): Optimize.
6513 Don't call indirect-function for nil defn (always signals error).
6514
6515 * ido.el (ido-read-internal): Fix require-match check when
6516 ido-directory-too-big is set.
6517
6518 2004-11-23 Jay Belanger <belanger@truman.edu>
6519
6520 * calc/calc-ext.el (math-read-replacement-list)
6521 (math-read-superscripts): New variables.
6522 (math-read-preprocess-string): New function.
6523 (math-read-expr): Filter input through math-read-preprocess-string.
6524
6525 * calc/calc-aent.el (math-read-exprs): Filter input through
6526 math-read-preprocess-string.
6527
6528 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
6529
6530 * progmodes/compile.el (compilation-start): In cd command use
6531 substitute-env-vars -- not quite shell compatible but better than
6532 nothing.
6533 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
6534 handle the newer versions messages, which are more parseable.
6535
6536 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * reveal.el (reveal-mode-map): New var.
6539 (reveal-mode): Use it.
6540
6541 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
6542
6543 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
6544 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
6545
6546 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
6549 header-line when needed.
6550 Use fixed-pitch only in the header-line.
6551 Build the underline automatically. Use emdash if available.
6552
6553 2004-11-22 Richard M. Stallman <rms@gnu.org>
6554
6555 * dired.el (dired-recursive-copies): Move from dired-aux.el.
6556 * dired-aux.el (dired-recursive-copies): Move to dired.el.
6557
6558 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
6559
6560 * progmodes/gdb-ui.el (gdb-resync): New function.
6561 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
6562 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
6563 Use it to fail more gracefully.
6564 (gdb-variables): Delete variable.
6565 Re-order variables to reduce byte-compiler warnings.
6566
6567 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * descr-text.el (describe-char):
6570 * paren.el (show-paren-function):
6571 * subr.el (syntax-after): Undo last change.
6572
6573 * progmodes/python.el (run-python): Don't hard code *Python*.
6574 Don't modify global process-environment.
6575 (python-send-region, python-load-file): Don't assume that
6576 python-buffer == (process-buffer (python-proc)).
6577 (python-switch-to-python): Simplify.
6578
6579 * dired.el (dired-align-file): Don't assume line starts with spaces.
6580
6581 2004-11-21 Jay Belanger <belanger@truman.edu>
6582
6583 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
6584 Replace variable `lines' by math-read-big-lines.
6585 (math-read-big-expr): Replace variables the-baseline, the-h2
6586 and err-msg by math-read-big-baseline, math-read-big-h2 and
6587 math-read-err-msg.
6588 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
6589
6590 * calc/calc-lang.el (math-read-big-rec): Fix typo.
6591 (math-read-big-balance): Replace unbound variable by value.
6592 (math-read-big-lines): New variable.
6593 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6594 (math-read-big-error, math-read-big-balance): Replace variable
6595 `lines' by declared variable.
6596 (math-read-big-baseline, math-read-big-h2): New variables.
6597 (math-read-big-rec): Replace variables the-baseline and the-h2
6598 by declared variables.
6599 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
6600 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6601 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
6602 declared variables.
6603 (math-read-big-err-msg): New variable.
6604 (math-read-big-error): Replace variable err-msg by declared variable.
6605
6606 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * ses.el: Add coding cookie.
6609 Fix up docstrings, follow new commenting conventions.
6610 (ses-header-line-menu): Fix missing variable rename for header-row.
6611 (ses-cell-size): Remove.
6612 (ses-make-cell): New function.
6613 (ses-cell, ses-insert-row, ses-insert-column): Use it.
6614 (ses-calculate-cell): Remove unused var `symbol'.
6615 (ses-narrowed-p): New function.
6616 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
6617 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
6618 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
6619 (ses-setup): Use restore-buffer-modified-p.
6620 (ses-cleanup): Remove unused var `end'.
6621 (ses-header-string-left-offset): Remove.
6622 (ses-create-header-string): Adjust to new behavior of `align-to'.
6623 Truncate excessively large fields to preserve alignment.
6624 (ses-reconstruct-all): Remove unused var `refs'.
6625 (ses-read-cell-printer): Remove unused var `prompt'.
6626 (ses-delete-row): Remove unused var `pos'.
6627 (ses-delete-column): Remove unused var `new'.
6628
6629 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6630
6631 * ps-print.el: Insert :version tag into all defgroup and defcustom.
6632 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6633 Eliminate eval-and-compile usage.
6634 (ps-insert-file): Use insert-file-contents instead of insert-file.
6635 (ps-setup): Code fix.
6636
6637 * printing.el (pr-setup, lpr-setup): Code fix.
6638
6639 2004-11-21 Jay Belanger <belanger@truman.edu>
6640
6641 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
6642 (calc-original-buffer): Declare them.
6643 (calc-user-formula-alist): New variable.
6644 (calc-user-define-formula, calc-fix-user-formula)
6645 (calc-user-define-composition, calc-finish-formula-edit):
6646 Replace variable `alist' by declared variable.
6647 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
6648 (var-q7, var-q7, var-q8, var-q9): Declare them.
6649 (calc-kbd-push): Don't check to see if var-q0 through var-q9
6650 are bound.
6651 (calcFunc-typeof): Replace undeclared variable by expression.
6652 (math-exp-env): New variable.
6653 (math-define-body, math-define-exp): Replace exp-env by declared var.
6654 (math-define-exp): Replace misplaced variable by expression.
6655
6656 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
6657 (calc-curve-model, calc-curve-coefnames): New variables.
6658 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
6659 varnames, model and coefnames by declared variables.
6660 (math-root-widen): New variable.
6661 (math-search-root, math-find-root): Replace variable root-widen by
6662 declared variable.
6663 (var-DUMMY): Declare it.
6664 (math-root-vars, math-min-vars): Move the declarations to earlier in
6665 the file.
6666 (math-brent-min): Make d a local variable.
6667 (math-find-minimum): Replace non-existent variable.
6668 (math-ninteg-romberg): Remove unnecessary variable.
6669 (math-ninteg-temp): New variable.
6670 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
6671 integ-temp by declared variable.
6672 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
6673 New variables.
6674 (math-general-fit): Replace variables first-var, first-coef and
6675 new-coefs by declared variables.
6676 (calcFunc-fitvar): Replace variable first-var by declared variable.
6677 (calcFunc-fitparam): Replace variable first-coef by declared variable.
6678 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
6679 (math-all-vars-vars, math-all-vars-found): New variables.
6680 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
6681 found by declared variable math-all-vars-vars.
6682
6683 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6684
6685 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
6686 of `defconst'.
6687
6688 2004-11-20 Richard M. Stallman <rms@gnu.org>
6689
6690 * isearch.el (isearch-mode-map): Don't bind SPC.
6691 (isearch-whitespace-chars): Function deleted.
6692 (isearch-search): Bind search-spaces-regexp.
6693 (isearch-lazy-highlight-search): Likewise.
6694 (search-whitespace-regexp): Doc fix.
6695 (isearch-forward-regexp): Doc fix.
6696
6697 * emacs-lisp/bytecomp.el (byte-compile-form):
6698 Move the calls to byte-compile-set-symbol-position,
6699 to avoid having two for the same symbol occurrence.
6700
6701 * comint.el (comint-input-ring-size): Increase to 150.
6702
6703 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
6704 New variables.
6705 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6706 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6707
6708 * imenu.el (imenu--generic-function):
6709 Ensure we keep moving backward even if BEG isn't further back.
6710
6711 * replace.el (query-replace-read-to, query-replace-read-from):
6712 Specify t for KEEP-ALL in read-from-minibuffer.
6713
6714 * progmodes/python.el (python-switch-to-python):
6715 If Python isn't running, start it.
6716 Don't alter debug-ignored-errors.
6717
6718 * progmodes/cperl-mode.el (cperl-indent-region):
6719 Don't mind imenu-scanning-message.
6720
6721 * bindings.el (global-map): Bind C-e to move-end-of-line.
6722
6723 * simple.el (line-move-finish): New arg FORWARD.
6724 Ignore invisible newlines, not intangible ones.
6725 Conditions for acceptable stopping positions depend on FORWARD.
6726 (line-move): Pass FORWARD arg to line-move-finish.
6727
6728 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6729 of HEADER. Compensate for this change in the code to add display
6730 properties. Don't make the first line intangible.
6731
6732 * info.el (Info-search): Fix previous change.
6733
6734 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6735
6736 * Makefile.in (recompile): Revert 2004-11-19 change.
6737 (compile): Likewise.
6738
6739 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
6740
6741 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6742
6743 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6744
6745 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
6746 defgroup and defcustom. Eliminate eval-and-compile usage.
6747
6748 * progmodes/ebnf-otz.el: Fix typos.
6749
6750 2004-11-19 Jay Belanger <belanger@truman.edu>
6751
6752 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6753 (calc-edit-finish, calc-finish-stack-edit): Replace variable
6754 disp-trail by declared variable.
6755
6756 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6757 (calc-finish-selection-edit): Replace variable disp-trail by
6758 declared variable.
6759 (calc-selection-cache-entry): Move declaration to earlier in the file.
6760 (calc-selection-cache-num, calc-selection-cache-comp)
6761 (calc-selection-cache-offset, calc-selection-true-num)
6762 (calc-final-point-line, calc-final-point-column)
6763 (calc-original-buffer): Declare them.
6764 (calc-fnp-op, calc-fnp-num): New variables.
6765 (calc-find-nth-part, calc-find-nth-part-rec)
6766 (calc-select-previous): Replace op and num by declared variables.
6767 (calc-rsf-old, calc-rsf-new): New variables.
6768 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6769 Replace variables old and new by declared variables.
6770 (calc-sel-reselect): New variable.
6771 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6772 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6773 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6774 reselect with declared variable.
6775
6776 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6777 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6778 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6779 (math-import-list, math-rewrite-phase): Declare them.
6780 (math-rewrite): Use let* to declare variables.
6781 (calc-rewrite-selection): Make rules a local variable.
6782 (calc-rewr-sel): New variable.
6783 (calc-rewrite-selection, calc-locate-selection-marker)
6784 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6785 of sel.
6786 (math-rewrite-whole-expr): New variable.
6787 (math-rewrite, math-rewrite-phase): Replace variable expr by
6788 declared variable.
6789 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6790 (math-rewrite-heads-blanks ): New variables.
6791 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6792 heads, skips and blanks by declared variables.
6793 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6794 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6795 New variables.
6796 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6797 old, new, old-func and new-func by declared variables.
6798 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6799 Remove unnecessary variable.
6800 (math-apply-rw-regs): New variable.
6801 (math-apply-rewrites, math-rwapply-replace-regs)
6802 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6803 (math-apply-rw-ruleset): New variable.
6804 (math-apply-rewrites, math-rwapply-remember): Replace variable
6805 ruleset by declared variable.
6806
6807 2004-11-19 Richard M. Stallman <rms@gnu.org>
6808
6809 * info.el (Info-search): Use search-whitespace-regexp.
6810
6811 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6812
6813 * vc-rcs.el (vc-rcs-parse): New function.
6814 (vc-rcs-annotate-command): Likewise.
6815 (vc-rcs-annotate-current-time): Likewise.
6816 (vc-rcs-annotate-time): Likewise.
6817 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6818
6819 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6820
6821 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6822
6823 2004-11-18 Jay Belanger <belanger@truman.edu>
6824
6825 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6826
6827 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6828
6829 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6830 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6831 Use make-temp-file to generate PostScript files in any situation.
6832 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6833 (pr-interactive-p): Eliminate var.
6834 (pr-save-interactive): Eliminate macro.
6835 (pr-interface, pr-ps-directory-preview)
6836 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6837 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6838 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6839 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6840 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6841 (pr-ps-region-ps-print, pr-ps-mode-preview)
6842 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6843 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6844 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6845 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6846 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6847 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6848 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6849 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6850 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6851 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6852 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6853 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6854 Eliminate pr-save-interactive usage.
6855 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6856 Eliminate pr-interactive-p usage.
6857 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6858 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6859 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6860 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6861 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6862 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6863 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6864 New funs.
6865 (pr-ps-file): Use make-temp-file to generate a temporary file.
6866
6867 2004-11-17 Jay Belanger <belanger@truman.edu>
6868
6869 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6870 a local variable.
6871 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6872 (math-top-only): New variable.
6873 (math-simplify, math-simplify-step): Replace variable top-only by
6874 declared variable math-top-only.
6875 (math-simplify-expr): Declare it.
6876 Replace argument expr in all calls of math-defsimplify by
6877 math-simplify-expr.
6878 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6879 (math-simplify-divisor, math-simplify-one-divisor)
6880 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6881 (math-simplify-pow): Replace variable expr by declared variable
6882 math-simplify-expr.
6883 (math-simplify-divisor): Remove local variables temp and op.
6884 (math-simplify-one-divisor): Make temp and op local variables.
6885 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6886 New variables.
6887 (math-simplify-divisor, math-simplify-one-divisor):
6888 Replace variables nover and dover by declared variables.
6889 (math-expr-subst-new, math-expr-subst-old): New variables.
6890 (math-expr-subst, math-expr-subst-rec): Replace variables new
6891 and old by declared variables.
6892 (math-is-poly-degree, math-is-poly-loose): New variables.
6893 (math-is-polynomial, math-is-poly-rec): Replace variables degree
6894 and loose by declared variables.
6895 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6896 (math-polynomial-base, math-polynomial-base-rec):
6897 Replace variables const-ok and mpb-pred by declared variables.
6898
6899 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6900
6901 * calc/calc-ext.el (math-defsimplify): Change the argument in
6902 the created function to math-simplify-expr.
6903
6904 * calc/calc-units.el (math-simplify-expr): Declare it.
6905 Replace argument expr in all calls of math-defsimplify by
6906 math-simplify-expr.
6907 (math-simplify-units-prod): Replace variable expr by declared
6908 variable math-simplify-expr.
6909
6910 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6913 Replace mapcar->dolist, format->string.
6914
6915 2004-11-17 Miles Bader <miles@gnu.org>
6916
6917 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6918 * progmodes/idlwave.el: Remove RCS keywords.
6919
6920 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6921
6922 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6923 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6924 Update to IDLWAVE version 5.5. Too many changes to list them here.
6925 * progmodes/idlw-help.el: New file.
6926
6927 2004-11-16 Richard M. Stallman <rms@gnu.org>
6928
6929 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6930 Discard spaces after \i according to TeX rules.
6931
6932 * international/mule.el (set-buffer-file-coding-system):
6933 New arg NOMODIFY.
6934 (after-insert-file-set-coding): Pass that new arg.
6935 Prevent set-buffer-multibyte from trying to lock the file.
6936
6937 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6938
6939 * saveplace.el (save-place): Doc fix.
6940
6941 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6942 temporarily widen before finding the following word to copy.
6943
6944 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6945 (cl-map-keymap): Definition deleted.
6946
6947 * subr.el (map-keymap-internal): New function.
6948
6949 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6952 when pressing rather than when releasing mouse-2. Simplify.
6953
6954 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6957 (compilation-mode): Set it here instead.
6958
6959 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6960
6961 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6962 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6963
6964 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * progmodes/compile.el (compilation-internal-error-properties):
6967 Fix up a transposition-typo. Check end-col before using it.
6968
6969 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6970
6971 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6972 Discard whitespace after macro \i when converting it.
6973
6974 2004-11-16 Juri Linkov <juri@jurta.org>
6975
6976 * emacs-lisp/find-func.el (find-function-regexp):
6977 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6978 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6979 Remove invalid `\W' from [^cgv\W]. Doc fix.
6980 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6981
6982 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6983
6984 * play/life.el: Maintainer is now FSF.
6985 (life-patterns, life-neighbor-deltas, life-window-start)
6986 (life-current-generation, life-generation-string): Use defvar
6987 instead of defconst.
6988
6989 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * progmodes/compile.el (compilation-move-to-column): New fun.
6992 (compilation-internal-error-properties)
6993 (compilation-next-error-function): Use it to make sure we don't go past
6994 the end of line.
6995
6996 2004-11-15 John Paul Wallington <jpw@gnu.org>
6997
6998 * autoinsert.el (auto-insert-alist): Insert the user's name in
6999 copyright notice, rather than Free Software Foundation, for the
7000 Emacs Lisp header case too.
7001
7002 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7003
7004 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
7005 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7006 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
7007 return the list of string in a string.
7008 (pr-call-process): Message if calling process returns an error, that
7009 is, the exit status is different of zero.
7010
7011 2004-11-15 Jay Belanger <belanger@truman.edu>
7012
7013 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
7014 variable var-thing.
7015 (math-integ-depth, math-integ-level, math-integral-limit)
7016 (math-enable-subst, math-any-substs, math-integ-msg)
7017 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
7018 (math-int-threshold, math-int-factors, math-double-roots)
7019 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
7020 (var-GenCount): Declare these variables.
7021 (calcFunc-integ): Don't check if var-IntegLimit is bound.
7022 (math-integral-cache, math-integral-cache-state):
7023 Move declarations to earlier in the file.
7024 (math-deriv-var, math-deriv-total, math-deriv-symb)
7025 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
7026 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
7027 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
7028 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
7029 (math-solve-res): New variables
7030 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
7031 (math-integral, math-replace-integral-parts)
7032 (math-integrate-by-parts, calc-dump-integral-cache)
7033 (math-try-integral, math-do-integral, math-do-integral)
7034 (math-do-integral-methods, math-try-solve-for)
7035 (math-try-solve-prod, math-solve-poly-funny-powers)
7036 (math-solve-crunch-poly, math-decompose-poly)
7037 (math-solve-find-root-term, math-find-root-in-prod)
7038 (math-integ-try-linear-substitutions)
7039 (math-integ-try-substitutions, math-expr-rational-in)
7040 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
7041 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
7042 (math-solve-for, math-solve-system, math-solve-system-rec)
7043 (math-solve-get-sign, math-solve-get-int)
7044 (math-solve-system-subst): Replace undeclared variables with newly
7045 declared variables.
7046
7047 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * winner.el (winner-active-region, winner-edges, winner-window-list):
7050 Define at toplevel.
7051 (winner-mode-map): Move init inside declaration.
7052
7053 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * files.el (convert-standard-filename): Doc fix.
7056
7057 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
7058
7059 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
7060 passwd, group, shadow, default/* and pam.d/*.
7061
7062 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7063
7064 * printing.el (pr-menu-spec): Adjust menu specification.
7065
7066 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7067
7068 * printing.el: Doc fix. Insert :version tag into all defcustom.
7069 Handle interactive-p as is recommended in Emacs Lisp Reference.
7070 Set the file permission bits for newly created files.
7071 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7072 The printing menu specification (in `pr-menu-spec') was merged.
7073 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7074 (pr-version): New version number (6.8.3).
7075 (pr-file-modes): New option.
7076 (pr-interactive-p): New var.
7077 (pr-save-interactive, pr-save-file-modes): New macros.
7078 (pr-setup): Code fix.
7079 (pr-menu-spec): Menu specification merged.
7080 (pr-call-process, pr-text2ps): Set file permission bits.
7081 (pr-despool-print): Set file permission bits. Handle interactive-p as
7082 is recommended.
7083 (pr-interface, pr-ps-directory-preview)
7084 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7085 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7086 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7087 (pr-ps-buffer-ps-print, pr-ps-region-preview)
7088 (pr-ps-region-using-ghostscript, pr-ps-region-print)
7089 (pr-ps-region-ps-print, pr-ps-mode-preview)
7090 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7091 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7092 (pr-despool-using-ghostscript, pr-despool-ps-print)
7093 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7094 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7095 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7096 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7097 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7098 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7099 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7100 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7101 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
7102 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
7103 Handle interactive-p as is recommended.
7104
7105 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
7108 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
7109
7110 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
7111 so it doesn't forget to highlight the beginning of the region either.
7112
7113 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
7114
7115 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
7116 (c-font-lock-init): Eliminate obsolete make-local-hook.
7117 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7118 (awk-mode): Use run-mode-hooks.
7119
7120 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
7121
7122 2004-11-13 Kim F. Storm <storm@cua.dk>
7123
7124 * mouse.el (mouse-drag-copy-region): Add :version.
7125 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
7126 while dragging mode line, so mode line can be dragged downwards.
7127 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
7128 while pressing mouse button so window doesn't scroll until we
7129 release the mouse if clicking on partially visible line.
7130
7131 2004-11-12 Jay Belanger <belanger@truman.edu>
7132
7133 * calc/calc-graph.el (calc-dumb-map): Declare it.
7134 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
7135 than unbound.
7136 (calc-graph-name): Made `end' a local variable.
7137 (calc-graph-lookup): Made `varname' a local variable.
7138 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
7139 Declare them.
7140 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
7141 (calc-graph-plot, calc-graph-compute-3d): Remove references to
7142 the unused variable y3vec.
7143 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
7144 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
7145 calc-graph-prev-kill-hook.
7146 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
7147 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
7148 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
7149 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
7150 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
7151 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
7152 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
7153 (calc-graph-y3value, calc-graph-y3name)
7154 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
7155 (calc-graph-stepcount, calc-graph-is-splot)
7156 (calc-graph-surprise-splot, calc-graph-blank)
7157 (calc-graph-non-blank, calc-graph-curve-num): New variables.
7158 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
7159 (calc-graph-recompute-2d, calc-graph-compute-3d)
7160 (calc-graph-format-data): Replace undeclared variables with the
7161 above newly declared variables.
7162
7163 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
7164
7165 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
7166 `rsf-beep' and `rsf-sleep-after-message'.
7167
7168 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
7169 list if `message-sender' is non-nil.
7170
7171 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7172
7173 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
7174 consing by using mapc instead of mapcar.
7175
7176 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
7177
7178 * tooltip.el (require): Explain why CL is needed.
7179
7180 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7181
7182 * printing.el: Insert :version into defgroup (printing). All reference
7183 to Files option in menubar were changed to File.
7184 (pr-version): New version number (6.8.2).
7185 (pr-get-symbol): Call easy-menu-intern.
7186 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
7187 compilation gripes.
7188
7189 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
7192 new byte-compile-function-environment binding to t.
7193
7194 * font-lock.el (font-lock-fontify-syntactically-region):
7195 Don't forget to highlight the last char when we hit `end'.
7196
7197 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
7198 (mwheel-scroll): Adjust accordingly.
7199
7200 * cvs-status.el: Reduce spurious warnings.
7201 (cvs-status-checkout): Remove.
7202 (cvs-status-mode-map): Use cvs-mode-checkout instead.
7203
7204 * pcvs.el (cvs-mode-checkout): New command.
7205
7206 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
7207
7208 * tooltip.el: Require CL.
7209
7210 * emacs-lisp/bytecomp.el: Use push.
7211 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
7212 (defalias): Remove the `byte-compile' property and add
7213 a `byte-hunk-handler'.
7214
7215 2004-11-11 Juri Linkov <juri@jurta.org>
7216
7217 * info.el (Info-search): Save match data for isearch.
7218 Skip Tag Table node.
7219
7220 * descr-text.el (describe-char): Replace syntax-after with code
7221 from its previous version.
7222
7223 * files.el (magic-mode-alist): Use optimization for SGML mode too.
7224 (set-auto-mode): Doc fix. Remove unused variable `xml'.
7225
7226 * international/mule.el (sgml-html-meta-auto-coding-function):
7227 Remove > after <html to allow HTML attributes.
7228
7229 2004-11-11 Jay Belanger <belanger@truman.edu>
7230
7231 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
7232 a variable.
7233 (calcFunc-dfac): Replace unbound max by n.
7234 (math-stirling-local-cache): New variable.
7235 (math-stirling-number, math-stirling-1, math-stirling-2):
7236 Replace the variable `cache' by the declared variable
7237 math-stirling-local-cache.
7238 (var-RandSeed): Declare it as a variable.
7239 (math-init-random-base, math-random-digit): Don't check to see if
7240 var-RandSeed is bound.
7241 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
7242 Declare them instead of just setting them.
7243 (math-init-random-base): Made i a local variable.
7244 (math-random-digit): Made math-random-last a local variable.
7245 (math-prime-test-cache): Move declaration to before it is used.
7246 (math-prime-test-cache-k, math-prime-test-cache-q)
7247 (math-prime-test-cache-nm1, math-prime-factors-finished):
7248 Declare them as variables.
7249
7250 2004-11-11 Jay Belanger <belanger@truman.edu>
7251
7252 * calc/calc-ext.el (math-defcache): Use defvar for the new
7253 variables it creates.
7254
7255 2004-11-11 Lars Hansen <larsh@math.ku.dk>
7256
7257 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
7258 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
7259 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
7260 (desktop-save): Add :version.
7261
7262 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * printing.el (pr-get-symbol): Don't downcase.
7265
7266 2004-11-10 Jay Belanger <belanger@truman.edu>
7267
7268 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
7269 string to kill-ring.
7270
7271 * calc/calc-aent.el (calc-alg-exp, math-toks)
7272 (math-exp-pos,math-exp-old-pos, math-exp-token)
7273 (math-exp-keep-spaces, math-exp-str): New variables.
7274 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
7275 (calcAlg-enter): Use declared variable calc-alg-exp.
7276 (math-build-parse-table, math-find-user-token): Use declared
7277 variable math-toks.
7278 (math-read-exprs, math-read-token, calc-check-user-syntax)
7279 (calc-match-user-syntax, match-factor-after, math-read-factor):
7280 Use declared variables math-exp-pos math-exp-old-pos.
7281 (math-read-exprs, math-read-token, math-read-expr-level)
7282 (calc-check-user-syntax, calc-match-user-syntax)
7283 (match-factor-after, math-read-factor): Use declared variable
7284 math-exp-token.
7285 (math-read-exprs, math-read-expr-list, math-read-token)
7286 (math-read-factor): Use declared variable math-exp-keep-spaces.
7287 (math-read-exprs, math-read-token): Use declared variable
7288 math-exp-str.
7289 (calc-match-user-syntax): Make m a local variable.
7290
7291 * calc/calc-ext.el (math-read-expr): Use declared variables
7292 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
7293 math-exp-keep-spaces.
7294
7295 * calc/calc-forms.el (math-read-angle-bracket): Use declared
7296 variables math-exp-pos, math-exp-str.
7297
7298 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
7299 math-exp-old-pos.
7300 (math-parse-fortran-vector, math-parse-fortran-vector-end)
7301 (math-parse-eqn-prime): Use declared variable math-exp-token.
7302
7303 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
7304 Use declared variable math-exp-pos.
7305 (math-check-for-commas): Use declared variable math-exp-str.
7306 (math-read-brackets): Use declared variables math-exp-old-pos,
7307 math-exp-keep-spaces.
7308 (math-read-brackets, math-read-vector, math-read-matrix):
7309 Use declared variable math-exp-token.
7310
7311 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
7314 where the keymap is a symbol.
7315 (easy-menu-add-item): Use keymap-prompt. Simplify.
7316
7317 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
7318
7319 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
7320 (sgml-parse-tag-backward): Use it to skip spurious < or >.
7321
7322 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
7323
7324 * ebuff-menu.el: Doc fixes throughout.
7325 (electric-buffer-menu-mode-hook): New defvar.
7326
7327 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
7328
7329 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
7330 compilation. The resulting compiler warnings appear to be harmless.
7331
7332 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
7333
7334 * textmodes/conf-mode.el: New file.
7335
7336 * files.el (auto-mode-alist, magic-mode-alist): Use it.
7337
7338 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
7341
7342 2004-11-09 Jay Belanger <belanger@truman.edu>
7343
7344 * calc/calc-ext.el (calc-init-extensions): Remove old code.
7345
7346 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
7347 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
7348 (calc-z-prefix-help, calc-user-function-list): Use declared
7349 variables calc-z-prefix-buf, calc-z-prefix-msgs.
7350 (math-map-tree, math-map-tree-rec): Use declared variables
7351 math-mt-many, math-mt-func.
7352 (math-read-expression, math-read-string): Use declared variable
7353 math-expr-data.
7354
7355 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
7356 variable math-normalize-a.
7357
7358 * calc/calc.el (math-normalize-a): New variable.
7359 (math-normalize): Use declared variable math-normalize-a.
7360
7361 * calc/calc-poly.el (math-expand-form): Use declared variable
7362 math-mt-many.
7363
7364 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7365 Use declared variable math-mt-many.
7366 (math-rewrite): Use declared variable math-mt-func.
7367
7368 * calc/calc-vec.el (math-read-brackets, math-read-vector)
7369 (math-read-matrix): Use declared variable math-expr-data.
7370
7371 * calc/calc-lang.el (math-parse-fortran-vector)
7372 (math-parse-fortran-vector-end, math-parse-tex-sum)
7373 (math-parse-eqn-matrix, math-parse-eqn-prime)
7374 (math-read-math-subscr): Use declared variable math-expr-data.
7375
7376 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
7377 (math-read-expr-level, math-read-token, calc-check-user-syntax)
7378 (calc-match-user-syntax, math-read-if, math-factor-after)
7379 (math-read-factor): Use declared variable math-expr-data.
7380
7381 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7382
7383 * calendar/diary-lib.el (diary-from-outlook)
7384 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
7385 interactive-p; but rather new optional argument NOCONFIRM.
7386
7387 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
7390 (easy-menu-name-match): Revert correspondingly.
7391
7392 2004-11-09 Richard M. Stallman <rms@gnu.org>
7393
7394 * emacs-lisp/bytecomp.el (byte-compile-defalias):
7395 Turn off warnings for the new function even if definition not constant.
7396 If the definition isn't a quoted symbol, record (FUNCTION . t).
7397 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
7398 (byte-compile-callargs-warn): Handle (FUNCTION . t).
7399 (display-call-tree, byte-compile-arglist-warn):
7400 Handle t returned by byte-compile-fdefinition.
7401
7402 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7403
7404 * Makefile.in (maintainer-clean): Depend on distclean.
7405
7406 * help-fns.el (help-C-file-name): File name must be in build-files
7407 to be returned.
7408
7409 2004-11-09 Jay Belanger <belanger@truman.edu>
7410
7411 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
7412 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
7413
7414 * calc/calc.el (calc, calc-trail-display, calc-mode):
7415 Remove obsolete sections.
7416
7417 * calc/calc.el (calc-x-paste-text): Remove.
7418
7419 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
7420 mouse-2.
7421
7422 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
7423
7424 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
7425 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
7426 current frame (in case of recursive calls).
7427 (gdb-show-changed-values): Add :version keyword.
7428
7429 2004-11-09 Kenichi Handa <handa@m17n.org>
7430
7431 * international/mule-cmds.el: Change coding: tag back to
7432 iso-2022-7bit.
7433
7434 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * international/mule-cmds.el: Change coding-system to utf-8.
7437 (select-safe-coding-system-interactively):
7438 New function extracted from select-safe-coding-system.
7439 (select-safe-coding-system): Use it.
7440
7441 2004-11-08 Richard M. Stallman <rms@gnu.org>
7442
7443 * subr.el (syntax-after): Doc fix.
7444
7445 * paren.el (show-paren-function): Change calls to syntax-after
7446 for new way of returning the value.
7447
7448 * menu-bar.el (menu-bar-file-menu): Make this the real name
7449 and menu-bar-files-menu the alias. Use the former.
7450 (global-map): Use `file', not `files', as the symbol.
7451
7452 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
7453
7454 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
7455 Don't use beginning-of-buffer.
7456 (filesets-cmd-show-result): Use with-no-warnings.
7457
7458 2004-11-08 Juri Linkov <juri@jurta.org>
7459
7460 * progmodes/compile.el (compile): Don't overwrite last command in
7461 minibuffer history with default command if they are not equal.
7462
7463 2004-11-08 Jay Belanger <belanger@truman.edu>
7464
7465 * calc/calcalg2.el (math-do-integral-methods): Try linear then
7466 non-linear substitutions.
7467
7468 2004-11-08 Jay Belanger <belanger@truman.edu>
7469
7470 * calc/calcalg2.el (math-linear-subst-tried): New variable.
7471 (math-do-integral): Set `math-linear-subst-tried' to nil.
7472 (math-do-integral-methods): Use `math-linear-subst-tried' to
7473 determine what type of substitution to try.
7474 (math-integ-try-linear-substituion):
7475 Set `math-linear-subst-tried' to t.
7476
7477 2004-11-08 Kim F. Storm <storm@cua.dk>
7478
7479 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
7480
7481 2004-11-07 Juri Linkov <juri@jurta.org>
7482
7483 * info-look.el (info-lookup): Allow reusing in the current buffer
7484 not only *info* buffer, but all (even renamed) Info buffers
7485 by checking for major-mode instead of *info* buffer name.
7486 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7487 (octave-mode, maxima-mode) <doc-spec>:
7488 Allow long dashes generated by Texinfo 4.7 before definitions.
7489 (texinfo-mode) <doc-spec>: Add space to suffix to find command
7490 definitions with argument separated by space.
7491
7492 2004-11-06 Richard M. Stallman <rms@gnu.org>
7493
7494 * simple.el (next-error group, face): Move before first use.
7495 (next-error-highlight, next-error-highlight-no-select): Likewise.
7496
7497 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
7498 (line-move): New args NOERROR and TO-END.
7499 Return t if if succeed in moving specified number of lines.
7500 (move-end-of-line): New function.
7501
7502 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
7503 (end-of-buffer-other-window): Likewise.
7504
7505 * simple.el (line-move-ignore-invisible): Default to t.
7506
7507 * subr.el (syntax-after): Return the syntax letter, not the raw code.
7508
7509 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
7510
7511 * international/iso-cvt.el (iso-cvt-define-menu):
7512 Rename menu-bar-files-menu to menu-bar-file-menu.
7513
7514 * net/browse-url.el (browse-url-gnome-moz-program)
7515 (browse-url-gnome-moz-arguments): Move up before first use.
7516
7517 * net/tramp.el (tramp group): Add :version.
7518
7519 * progmodes/ada-xref.el (ada-gdb-application):
7520 Use goto-char instead of beginning-of-buffer.
7521
7522 * progmodes/cperl-mode.el (cperl-info-on-command):
7523 Use goto-char instead of beginning-of-buffer.
7524
7525 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
7526 Move up before first use.
7527 (idlwave-shell-temp-pro-file): Likewise.
7528 (idlwave-shell-temp-rinfo-save-file): Likewise.
7529 (idlwave-shell-temp-file): Minor doc fix.
7530
7531 * textmodes/flyspell.el (flyspell-external-point-words):
7532 Use goto-char instead of beginning-of-buffer.
7533
7534 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
7535
7536 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
7537 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
7538 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
7539
7540 2004-11-06 David Ponce <david@dponce.com>
7541
7542 * recentf.el (recentf-menu-path): Use menu item name.
7543
7544 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7545
7546 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
7547 display doesn't support images.
7548
7549 2004-11-06 Andreas Schwab <schwab@suse.de>
7550
7551 * tempo.el (tempo-match-finder): Doc fix.
7552
7553 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
7554
7555 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
7558 (easy-menu-lookup-name): New fun to replace it.
7559 (easy-menu-get-map): Use it to obey menu item names (rather than just
7560 keys) when looking up `path'.
7561 (easy-menu-always-true-p): Rename from easy-menu-always-true.
7562 (easy-menu-convert-item-1): Adjust to new name.
7563
7564 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
7565
7566 * outline.el (hide-body): Don't hide lines at the top of the file
7567 that precede the first header line.
7568
7569 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
7570
7571 * align.el (align-areas): Delete whitespace before reindenting, so
7572 that tabs are never placed after spaces.
7573
7574 2004-11-06 Alan Shutko <ats@acm.org>
7575
7576 * macros.el (insert-kbd-macro): Do completions based on macros,
7577 rather than all commands.
7578
7579 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
7580
7581 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
7582 to solve a bug whereby tags with 'b' don't match.
7583
7584 2004-11-05 Juri Linkov <juri@jurta.org>
7585
7586 * info.el (Info-search): Don't search in node header lines
7587 and file headers.
7588
7589 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
7590 symbol-constituent characters after dot, not only digits.
7591
7592 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
7593
7594 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
7595
7596 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7597
7598 * dired.el (dired-read-dir-and-switches): Call read-directory-name
7599 if a dialog will be used, read-file-name otherwise.
7600
7601 2004-11-04 Richard M. Stallman <rms@gnu.org>
7602
7603 * textmodes/table.el (table group): Add :version.
7604
7605 * textmodes/ispell.el (ispell-word):
7606 Don't alter args; set them only thru `interactive' spec.
7607
7608 * textmodes/flyspell.el (flyspell-word):
7609 Don't alter FOLLOWING; set it only thru `interactive' spec.
7610
7611 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
7612
7613 * net/browse-url.el (browse-url-maybe-new-window):
7614 Use called-interactively-p.
7615
7616 * mail/supercite.el (sc-cite-region):
7617 Don't use interactive-p. Add arg INTERACTIVE.
7618 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
7619
7620 * international/mule-cmds.el (set-input-method, toggle-input-method):
7621 Don't use interactive-p. Add arg INTERACTIVE.
7622
7623 * eshell/esh-mode.el (eshell-show-maximum-output):
7624 Don't use interactive-p.
7625 (eshell-truncate-buffer): Just message, no error, if buffer is short.
7626
7627 * mouse.el (mouse-show-mark): Get positions to delete from mark
7628 and point, not from mouse-drag-overlay.
7629
7630 * imenu.el (imenu-eager-completion-buffer): Add :version.
7631
7632 * filesets.el (filesets group): Add :version.
7633
7634 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
7635
7636 * files.el (xml-based-modes): Delete var.
7637 (magic-mode-alist): New more general var.
7638 (set-auto-mode): Use it.
7639
7640 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
7641 when clicking from another window.
7642
7643 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
7644
7645 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
7646 (vc-cvs-annotate-time): Incorporate value of deleted var.
7647 Remove special-case handling of beginning-of-buffer cruft.
7648 Cache ending position (point) and return value in text property
7649 `vc-cvs-annotate-time', and consult it on subsequent invocations.
7650
7651 * vc-cvs.el (vc-cvs-annotate-command):
7652 Delete extraneous lines from beginning of buffer.
7653 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
7654
7655 * progmodes/grep.el (grep-default-command): Take empty string
7656 for tag if all other methods yield nil. Shell-quote the tag.
7657
7658 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
7659 spec in `interactive' form, and mention it in the docstring.
7660 Also, make sure point is at bol after calling `annotate-time'.
7661
7662 2004-11-02 Richard M. Stallman <rms@gnu.org>
7663
7664 * cus-edit.el (customize-group-other-window):
7665 Select the window that displays the custom buffer.
7666 (custom-buffer-create-other-window): Likewise.
7667
7668 * comint.el (comint-insert-input): Fix previous change.
7669
7670 * emacs-lisp/elp.el (elp-instrument-function):
7671 Use called-interactively-p.
7672
7673 * emacs-lisp/easymenu.el (easy-menu-intern):
7674 Don't downcase; rather, case-flip the first letter of each word.
7675
7676 * emacs-lisp/easy-mmode.el (define-minor-mode):
7677 Use called-interactively-p.
7678
7679 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7680 Add interactive-only.
7681 (byte-compile-warnings): Add interactive-only as option.
7682 (byte-compile-interactive-only-functions): New variable.
7683 (byte-compile-form): Warn about calls to functions
7684 in byte-compile-interactive-only-functions.
7685
7686 * emacs-lisp/autoload.el (update-file-autoloads):
7687 Don't use interactive-p; take new arg SAVE-AFTER.
7688
7689 * emacs-lisp/advice.el (ad-make-advised-definition):
7690 Use called-interactively-p.
7691
7692 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7693
7694 * files.el (find-file-existing): New function.
7695
7696 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
7697 find-file-existing. Add "New File..." that calls find-file.
7698
7699 * diropen.pbm, diropen.xpm: New files.
7700
7701 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
7702 icon diropen. New tool bar item find-file-existing uses icon open.
7703
7704 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
7705 instead of read-file-name.
7706
7707 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
7708
7709 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7710 (icalendar--split-value): Change name of work buffer.
7711 (icalendar--get-weekday-abbrev): Return nil on error.
7712 (icalendar--date-to-isodate): New function.
7713 (icalendar-convert-diary-to-ical)
7714 (icalendar-extract-ical-from-buffer): Use only two args for
7715 make-obsolete (XEmacs compatibility).
7716 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
7717 (icalendar-export-region): Doc fix.
7718 If error, return non-nil and write errors to a buffer.
7719 Use correct weekday for weekly recurring events.
7720 Check whether date has been parsed for ordinary events.
7721 Make weekly events start in the year 2000.
7722 DTEND is non-inclusive, shift end date by one day if
7723 necessary (not for entries that have date and time).
7724 Rename local let variables: oops -> found-error, datestring ->
7725 startdatestring.
7726
7727 2004-11-02 Kim F. Storm <storm@cua.dk>
7728
7729 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7730 keep-mode-if-same variable. Add it as optional arg instead.
7731 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7732
7733 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7734 substitute-command-keys will select lower-case bindings like those
7735 used in the static help texts.
7736
7737 * descr-text.el (describe-text-properties): Don't err if called in
7738 the *Help* buffer; output to *Help-2* buffer instead.
7739
7740 * kmacro.el (group kmacro): Add :version.
7741 (kmacro-keyboard-quit): New function to cleanup on C-g.
7742 (kmacro-start-macro): Set defining-kbd-macro to append when
7743 appending to last macro.
7744
7745 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7746
7747 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * progmodes/gdb-ui.el (gdb-enable-debug-log)
7750 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7751 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7752 Add :version keyword.
7753
7754 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
7755
7756 * progmodes/flymake.el (flymake-err-line-patterns):
7757 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
7758 `compilation-error-regexp-alist-alist' to internal Flymake format.
7759
7760 * progmodes/flymake.el: Eliminate byte-compiler warnings.
7761
7762 2004-11-01 Jay Belanger <belanger@truman.edu>
7763
7764 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7765 with `interactive "s"'.
7766
7767 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7768
7769 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7770 Revert change from 2004-10-16. '*' checks the current buffer, but the
7771 mouse click may be in another buffer.
7772
7773 2004-11-01 John Paul Wallington <jpw@gnu.org>
7774
7775 * files.el (large-file-warning-threshold): Add :version keyword.
7776 (kill-some-buffers): Doc fix.
7777
7778 * thumbs.el (group thumbs): Add :version keyword.
7779
7780 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7781
7782 2004-11-01 Richard M. Stallman <rms@gnu.org>
7783
7784 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7785
7786 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7787
7788 * allout.el (allout group): Add :version.
7789 (allout-init): Don't use interactive-p.
7790 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7791 (allout-forward-current-level, allout-backward-current-level):
7792 Don't use interactive-p.
7793
7794 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7795 (bibtex-find-text): Likewise.
7796
7797 * progmodes/vhdl-mode.el (vhdl-fill-region)
7798 (vhdl-beginning-of-statement): Don't use interactive-p.
7799
7800 * progmodes/idlwave.el (idlwave-update-routine-info):
7801 Don't use interactive-p.
7802
7803 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7804 Don't use interactive-p.
7805
7806 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7807 Don't use interactive-p.
7808
7809 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7810 Don't use interactive-p.
7811
7812 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7813 (fortune-in-buffer): Doc fix.
7814
7815 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7816
7817 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7818 don't select the temporary buffer.
7819 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7820 (eudc-get-phone): Likewise.
7821
7822 2004-11-01 Kim F. Storm <storm@cua.dk>
7823
7824 * man.el (Man-xref-normal-file): Fix help-echo.
7825
7826 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * reveal.el (reveal-last-tick): New var.
7829 (reveal-post-command): Use it to avoid closing overlays when we're
7830 appending text to them.
7831
7832 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7833
7834 * textmodes/bibtex.el: Require button.
7835 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7836 (bibtex-reference-keys): Distinguish between header keys and
7837 crossref keys.
7838 (bibtex-beginning-of-field): New function.
7839 (bibtex-url-map): Remove.
7840 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7841 (bibtex-font-lock-url-regexp): Assume that field names begin at
7842 the beginning of a line.
7843 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7844 Remove field delimiters. Use bibtex-beginning-of-field.
7845 Bugfix, point can be inside a field with a url.
7846 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7847 New functions.
7848 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7849 (bibtex-key-in-head): Simplify.
7850 (bibtex-current-line): Use bolp.
7851 (bibtex-parse-keys): Remove unused arg `add'.
7852 Use bibtex-type-in-head and bibtex-key-in-head.
7853 (bibtex-parse-entry, bibtex-autofill-entry):
7854 Use bibtex-type-in-head and bibtex-key-in-head.
7855 (bibtex-autokey-get-field): Do not alter case of replacement text.
7856 (bibtex-autokey-get-names): Do all processing of name list.
7857 (bibtex-autokey-get-year): New function.
7858 (bibtex-autokey-get-title): Do all processing of title words.
7859 (bibtex-generate-autokey): Simplify.
7860 (bibtex-string-files-init): Use default-directory.
7861 Allow for absolute file names in bibtex-string-files.
7862 (bibtex-files, bibtex-file-path): New variables.
7863 (bibtex-files-expand): New function.
7864 (bibtex-find-entry-globally): New command.
7865 (bibtex-summary-function): New variable.
7866 (bibtex-summary): Default value of bibtex-summary-function.
7867 (bibtex-find-crossref): New optional args pnt and split.
7868 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7869 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7870 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7871 Fix handling of required and alternative fields.
7872 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7873 Use cons and display-buffer.
7874 (bibtex-validate-globally): New command.
7875 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7876 bibtex-parse-keys and bibtex-parse-strings for updating
7877 bibtex-reference-keys and bibtex-strings.
7878 (bibtex-realign): Remove blank lines past the last entry.
7879 (bibtex-reformat): Use bibtex-entry-format as default.
7880 (bibtex-choose-completion-string): Remove.
7881 (bibtex-complete): Do not use bibtex-choose-completion-string.
7882 (bibtex-url): Simplify.
7883
7884 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7885
7886 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7887 (x-dnd-types-alist, x-dnd-open-file-other-window)
7888 (x-dnd-known-types): Add :version.
7889
7890 2004-10-31 John Paul Wallington <jpw@gnu.org>
7891
7892 * ibuffer.el (group ibuffer): Add :version keyword.
7893
7894 2004-10-31 Kim F. Storm <storm@cua.dk>
7895
7896 * ido.el (group ido): Add :version keyword.
7897 (ido-mode): Remove :version keyword.
7898
7899 * emulation/cua-base.el (group cua): Add :version keyword.
7900 (cua-mode): Remove :version keyword.
7901
7902 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7903
7904 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7905
7906 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7907 compiler warning.
7908 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7909 function.
7910 (help-at-pt-display-when-idle): Remove autoload.
7911
7912 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7915
7916 2004-10-30 Juri Linkov <juri@jurta.org>
7917
7918 * help.el (function-called-at-point):
7919 * help-fns.el (variable-at-point): Read -> intern.
7920
7921 2004-10-30 Simon Josefsson <jas@extundo.com>
7922
7923 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7924 Recognize AS_* too.
7925
7926 2004-10-29 Simon Josefsson <jas@extundo.com>
7927
7928 * subr.el (read-passwd): Move back from password.el.
7929
7930 * password.el: Remove, not ready yet.
7931
7932 2004-10-29 Andreas Schwab <schwab@suse.de>
7933
7934 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7935
7936 2004-10-29 Sam Steingold <sds@gnu.org>
7937
7938 * mouse.el (mouse-show-mark): Replace the last occurrence of
7939 x-lost-selection-hooks with x-lost-selection-functions.
7940
7941 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7944 x-lost-selection-functions is bound.
7945
7946 * mouse-sel.el (mouse-sel-mode):
7947 * emacs-lisp/lselect.el: Adjust to new names for
7948 x-(lost|sent)-selection-functions.
7949
7950 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7951 New obsolete aliases of x-lost-selection-functions and
7952 x-sent-selection-functions.
7953
7954 2004-10-28 Kim F. Storm <storm@cua.dk>
7955
7956 * imenu.el (imenu-scanning-message): Remove.
7957 (imenu-progress-message): Make it a no-op.
7958
7959 2004-10-28 John Paul Wallington <jpw@gnu.org>
7960
7961 * files.el (set-auto-mode): Call `throw' correctly.
7962
7963 2004-10-28 Juri Linkov <juri@jurta.org>
7964
7965 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7966 to search `Info-...' commands in `info' manual.
7967 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7968 Add 'info-file "emacs" property.
7969 (Info-find-emacs-command-nodes): Fix index line number regexp.
7970 Set real line number (instead of fake 0) in first element of the
7971 returned list.
7972 (Info-goto-emacs-command-node): Use line number of first element
7973 to set point in the first found Info node.
7974
7975 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7976 code to `grep-mode-font-lock-keywords'.
7977 (grep-mode-font-lock-keywords): Delete grep markers instead
7978 of making them invisible.
7979
7980 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7981
7982 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7983 and x-server-version in bug report.
7984
7985 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7986
7987 * files.el (set-auto-mode-0): New function.
7988 (set-auto-mode): Use it to handle aliased modes and to
7989 be consistent between C-x C-f and C-x C-w.
7990
7991 2004-10-28 Kenichi Handa <handa@m17n.org>
7992
7993 * international/utf-8.el (utf-translate-cjk-charsets):
7994 Add katakana-jisx0201.
7995
7996 * international/subst-jis.el: Add data for JISX0201.
7997
7998 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * obsolete/hilit19.el (hilit-mode): New function.
8001 Move all the toplevel side-effecting stuff into it, so that loading
8002 hilit19 doesn't mess everything up any more.
8003
8004 2004-10-27 Richard M. Stallman <rms@gnu.org>
8005
8006 * add-log.el (add-change-log-entry): Set up mailing address
8007 and full name later, and don't alter add-log-mailing-address
8008 or add-log-full-name.
8009
8010 * elide-head.el (elide-head): Change error to message.
8011 (elide-head-show): Likewise.
8012
8013 * apropos.el (apropos-macrop): Doc fix.
8014
8015 * mouse.el (mouse-show-mark): Do most processing the same
8016 regardless of transient-mark-mode.
8017
8018 * shadowfile.el (shadow-copy-files): Use interactive-p
8019 only to control whether to print a message.
8020
8021 * tar-mode.el (tar-mode): Use write-contents-functions,
8022 not write-contents-hooks.
8023
8024 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
8025 directory-sep-char.
8026
8027 2004-10-27 Richard M. Stallman <rms@gnu.org>
8028
8029 * strokes.el (strokes-unload-hook): Fix previous change.
8030
8031 * type-break.el (type-break-run-at-time): Always use run-at-time;
8032 forget the alternatives.
8033 (type-break-cancel-function-timers): Always use cancel-function-timers;
8034 forget the alternatives.
8035
8036 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
8037
8038 2004-10-27 Kenichi Handa <handa@m17n.org>
8039
8040 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
8041
8042 * international/subst-gb2312.el: Likewise.
8043
8044 * international/subst-big5.el: Likewise.
8045
8046 * international/subst-ksc.el: Likewise.
8047
8048 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
8049 New variable.
8050 (utf-translate-cjk-set-unicode-range): New function.
8051 (utf-translate-cjk-unicode-range): Make it customizable.
8052 (utf-8-post-read-conversion):
8053 Use utf-translate-cjk-unicode-range-string.
8054 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
8055 Unicode ranges.
8056
8057 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
8058
8059 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
8060 trivial variants to shorten the list.
8061 (xml-based-modes): New var.
8062 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
8063 declaration higher priority than auto-mode-alist.
8064
8065 * find-file.el (cc-other-file-alist): Bring it in line with
8066 cc-mode's auto-mode-alist entries and use \' instead of $.
8067
8068 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
8069 and add "Id" and "Name" submenus to it.
8070
8071 * imenu.el (imenu--generic-function): Skip matches in comments.
8072
8073 2004-10-26 Jay Belanger <belanger@truman.edu>
8074
8075 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
8076 (full-calc-keypad, calc-trail-display): Use an extra argument
8077 instead of `interactive-p'.
8078
8079 * calc/calc-misc.el (calc-other-window): Use an extra argument
8080 instead of `interactive-p'.
8081
8082 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
8083 `interactive-p'.
8084
8085 2004-10-26 Kim F. Storm <storm@cua.dk>
8086
8087 * help.el (describe-key): Describe both down-event and up-event
8088 for a mouse click.
8089
8090 2004-10-26 Richard M. Stallman <rms@gnu.org>
8091
8092 * woman.el (woman): Don't call interactive-p.
8093
8094 * pcomplete.el (pcomplete): Instead of interactive-p,
8095 use an arg set non-nil by the interactive spec.
8096
8097 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
8098 use an arg set non-nil by the interactive spec.
8099
8100 * man.el (Man-cleanup-manpage): Instead of interactive-p,
8101 use an arg set non-nil by the interactive spec.
8102
8103 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
8104
8105 * progmodes/flymake.el (flymake-split-string):
8106 Use `flymake-split-string-remove-empty-edges' in any case.
8107
8108 2004-10-26 Masatake YAMATO <jet@gyve.org>
8109
8110 * progmodes/flymake.el (flymake-err-line-patterns):
8111 Use `compilation-error-regexp-alist-alist' instead of
8112 `compilation-error-regexp-alist'.
8113
8114 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
8117 verbatim face on the \ of \end{verbatim}.
8118
8119 2004-10-25 Jay Belanger <belanger@truman.edu>
8120
8121 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
8122 erasing minibuffer.
8123
8124 2004-10-25 Simon Josefsson <jas@extundo.com>
8125
8126 * subr.el (read-passwd): Move to net/password.el.
8127
8128 * net/password.el (read-passwd): Add. Autoload it.
8129
8130 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
8131
8132 * mouse-sel.el (mouse-sel-mode): Specify custom group.
8133
8134 * simple.el (process-file): Fix logic.
8135
8136 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
8139 (increase-right-margin): Remove erroneous call to `interactive-p'.
8140
8141 2004-10-24 Kim F. Storm <storm@cua.dk>
8142
8143 * help.el (describe-mode): Fix 2004-10-13 change.
8144 Copy pure "Auto Fill" string so it can be propertized later
8145 without causing a read-only error.
8146
8147 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
8148
8149 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
8150 style indexes.
8151
8152 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8153
8154 * simple.el (process-file): Accept nil for INFILE. Reported by
8155 Luc Teirlinck.
8156
8157 2004-10-24 Masatake YAMATO <jet@gyve.org>
8158
8159 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
8160 Handle periods and underscores in a function name.
8161 Remove the address fontification.
8162
8163 2004-10-24 Masatake YAMATO <jet@gyve.org>
8164
8165 * progmodes/asm-mode.el (asm-font-lock-keywords):
8166 Use font-lock-variable-name-face for registers.
8167
8168 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
8169
8170 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
8171 kill-all-local-variables.
8172 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8173 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
8174 Use kill-all-local-variables and provide mode-hooks.
8175 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
8176 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
8177 Suggested by Masatake YAMATO <jet@gyve.org>.
8178
8179 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
8180
8181 * simple.el (process-file): New function, similar to call-process
8182 but supports file handlers.
8183 * vc.el (vc-do-command): Use it, instead of call-process.
8184 * net/tramp-vc.el (vc-do-command): Do not advise it if
8185 process-file is fboundp.
8186 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
8187 process-file.
8188 (tramp-handle-process-file): New function.
8189 (tramp-file-name-for-operation): Support process-file.
8190
8191 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
8192
8193 * calendar/icalendar.el (icalendar--weekday-array): New constant.
8194 (icalendar-weekdayabbrev-table)
8195 (icalendar-monthnumber-table): Delete.
8196 (icalendar--get-month-number): Use calendar-month-name-array.
8197 (icalendar--get-weekday-number): New function.
8198 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
8199 (icalendar-export-region): Handle multi-line entries.
8200 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
8201
8202 2004-10-23 John Paul Wallington <jpw@gnu.org>
8203
8204 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
8205 `wildcards' set to t in interactive spec.
8206
8207 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
8208 interactive spec rather than use `interactive-p'.
8209 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
8210 rather than use function `interactive-p'.
8211
8212 2004-10-22 Kenichi Handa <handa@m17n.org>
8213
8214 * international/mule.el (translate-region): Implement it in Lisp
8215 as a front end of translate-region-internal.
8216
8217 2004-10-21 Jay Belanger <belanger@truman.edu>
8218
8219 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
8220 Declare these variables with defvar.
8221
8222 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
8223 is bound, only check to see if it is bound.
8224
8225 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8228 Don't output messages.
8229
8230 * calc/calc-help.el (calc-describe-bindings): Fix last change.
8231
8232 2004-10-21 John Paul Wallington <jpw@gnu.org>
8233
8234 * calc/calc-graph.el (calc-graph-init):
8235 Use `set-process-query-on-exit-flag'.
8236
8237 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
8238
8239 * progmodes/compile.el (compilation-start): Rely on `cd' to get
8240 dir right and also allow argumentless cd.
8241
8242 2004-10-19 Richard M. Stallman <rms@gnu.org>
8243
8244 * textmodes/flyspell.el (flyspell-mode): Doc fix.
8245
8246 * eshell/em-unix.el (eshell-grep):
8247 Don't bind compilation-process-setup-function.
8248
8249 * comint.el (comint-insert-input): Use @ in `interactive'.
8250 (comint-input-filter-functions): Doc fix.
8251 (comint-kill-whole-line, comint-get-source): Doc fix.
8252
8253 * progmodes/compile.el (compilation-setup):
8254 Don't set buffer-read-only if MINOR is non-nil.
8255
8256 2004-10-19 Jay Belanger <belanger@truman.edu>
8257
8258 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
8259 (calc-emacs-type-gnu19): Remove.
8260 (calc-digit-map, calc-read-key-sequence, calc-read-key):
8261 Remove check for old emacs versions.
8262
8263 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
8264 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
8265 for current Emacs.
8266
8267 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
8268 the end of the minibuffer.
8269 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
8270 copy `esc-map'.
8271
8272 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
8273
8274 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
8275 call that would be given when the current emacs was used.
8276
8277 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
8278
8279 * calendar/icalendar.el: Set coding to utf-8.
8280 (icalendar-version): Increase to 0.07.
8281 (icalendar-monthnumber-table): Change March pattern.
8282 (icalendar-get-all-event-properties)
8283 (icalendar-set-event-property): Delete.
8284 (icalendar-all-events): No longer interactive.
8285 (icalendar-convert-diary-to-ical)
8286 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
8287 their replacements.
8288 (icalendar-export-file, icalendar-export-region): New functions;
8289 essentially old `icalendar-convert-diary-to-ical' but appending to
8290 target rather than overwriting.
8291 (icalendar-import-file): Append to target file rather than
8292 overwriting. Fourth arg deleted.
8293 (icalendar-import-buffer): New name for old
8294 `icalendar-extract-ical-from-buffer'.
8295 (icalendar--convert-string-for-import): New name for
8296 old `icalendar-convert-for-import'.
8297 (include-icalendar-files): Delete.
8298 Prefix for all internal functions changed from `icalendar-'
8299 to `icalendar--'.
8300
8301 2004-10-19 Richard M. Stallman <rms@gnu.org>
8302
8303 * paths.el (news-path): Fix previous change.
8304
8305 2004-10-18 Jay Belanger <belanger@truman.edu>
8306
8307 * calc/calc-help.el (calc-describe-bindings):
8308 Set `buffer-read-only' to nil while working in the keybindings buffer;
8309 remove some extra information from the keybindings buffer.
8310
8311 2004-10-18 David Ponce <david@dponce.com>
8312
8313 * mouse.el (mouse-drag-move-window-top): New function.
8314 (mouse-drag-mode-line-1): Use it.
8315
8316 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8317
8318 * info.el (Info-fontify-node): For multiline refs,
8319 arrange to unfontify newline and surrounding whitespace.
8320
8321 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
8324 directory is missing.
8325
8326 2004-10-17 John Paul Wallington <jpw@gnu.org>
8327
8328 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
8329 New customizable variable; whether to display buffers that match
8330 `ibuffer-maybe-show-predicates' by default.
8331 (ibuffer-maybe-show-predicates): Mention it in docstring.
8332 (ibuffer-display-maybe-show-predicates): New variable.
8333 (ibuffer-update): Prefix arg now toggles whether buffers that
8334 match `ibuffer-maybe-show-predicates' should be displayed.
8335 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
8336 locally to heed `ibuffer-default-display-maybe-show-predicates'.
8337 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
8338
8339 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
8342 work correctly.
8343
8344 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
8345
8346 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
8347 (Buffer-menu-beginning): New helper function.
8348 (Buffer-menu-execute): Use it.
8349 (Buffer-menu-select): Use it.
8350 (Buffer-menu-sort): Use it and also keep markers.
8351
8352 2004-10-17 Richard M. Stallman <rms@gnu.org>
8353
8354 * paths.el (news-directory): Rename from news-path. Old name alias.
8355 (rmail-spool-directory): Use defvar.
8356 (sendmail-program): Use defcustom.
8357 (remote-shell-program): Use defcustom.
8358 (term-file-prefix): Use defvar.
8359 (abbrev-file-name): Use defvar.
8360
8361 * term.el: Add maintainer.
8362
8363 * subr.el (with-local-quit): Return nil if there's a quit.
8364 (read-passwd): Use with-local-quit. Doc fix.
8365
8366 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
8367 (strokes-unload-hook): Set as a variable with add-hook.
8368
8369 * startup.el (fancy-splash-tail, normal-splash-screen):
8370 Update copyright year.
8371
8372 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
8373
8374 * server.el (server-unload-hook): Set as a variable with add-hook.
8375
8376 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
8377
8378 * frame.el (special-display-popup-frame):
8379 Make the buffer current as its frame is created.
8380
8381 * delsel.el (delsel-unload-hook): Set as a variable.
8382
8383 * comint.el (comint-output-filter-functions):
8384 Add comint-watch-for-password-prompt.
8385 (comint-read-noecho): Function deleted.
8386 (send-invisible): Use read-passwd.
8387
8388 * fringe.el (fringe-mode-initialize): New function.
8389 (fringe-mode): Use fringe-mode-initialize as :initialize.
8390
8391 2004-10-17 Kim F. Storm <storm@cua.dk>
8392
8393 * language/indian.el (indian-script-language-alist): Swap value and doc.
8394 (indian-font-char-index-table): Doc fix.
8395
8396 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
8399
8400 2004-10-16 Juri Linkov <juri@jurta.org>
8401
8402 * progmodes/compile.el (compilation-start): Move let-binding of
8403 `process-environment' into `with-current-buffer' body.
8404 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8405
8406 2004-10-16 Richard M. Stallman <rms@gnu.org>
8407
8408 * pcvs-util.el (cvs-bury-buffer):
8409 Don't call get-buffer-window for effect.
8410
8411 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
8412
8413 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
8414
8415 * msb.el (msb-unload-hook): Set the variable.
8416
8417 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8418 Use * to err if buffer is readonly.
8419
8420 * subr.el (looking-back): Return only t or nil.
8421
8422 * whitespace.el (whitespace-unload-hook): Set the variable.
8423
8424 * view.el (view-mode-enable): Set view-page-size and
8425 view-half-page-size to nil.
8426 (view-set-half-page-size-default): view-half-page-size = nil
8427 means the default.
8428 (View-scroll-page-forward): Use view-page-size-default.
8429 (View-scroll-page-backward): Likewise.
8430 (view-page-size, view-half-page-size): Doc fixes.
8431
8432 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
8433
8434 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
8435
8436 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
8437 "cl" like other files. Instead, call byte-compile-find-cl-functions.
8438 (byte-compile-log-1): Bind inhibit-read-only.
8439 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
8440 (byte-compile-log-warning): Likewise.
8441 (byte-compile-file-form-require): Detect "cl" from the arg value.
8442
8443 * progmodes/compile.el (compilation-start): Assume compilation-mode
8444 will make the buffer read-only.
8445 (compilation-mode): Take arg name-of-mode.
8446 (compilation-setup): Make buffer read-only.
8447 (compilation-handle-exit): Bind inhibit-read-only.
8448
8449 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
8450 (ispell-message): Likewise.
8451 (ispell-show-choices): Don't call get-buffer-window uselessly.
8452 (ispell-init-process): Use set-process-query-on-exit-flag.
8453
8454 2004-10-16 Kim F. Storm <storm@cua.dk>
8455
8456 * fringe.el (fringe-bitmaps): Only initialize when defined.
8457
8458 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
8459 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
8460
8461 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
8462
8463 2004-10-15 Simon Josefsson <jas@extundo.com>
8464
8465 * net/password.el: Add.
8466
8467 2004-10-14 Masatake YAMATO <jet@gyve.org>
8468
8469 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
8470 (gdb-script-end-of-defun): New function.
8471 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
8472 `gdb-script-end-of-defun' as *-of-defun-function.
8473
8474 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
8475
8476 * button.el (button-activate): Allow a marker to display as an action.
8477
8478 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
8479
8480 * help.el (describe-mode): Use it to make minor mode list into
8481 hyperlinks.
8482
8483 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * vc.el (vc-annotate-display-select): Fix typo.
8486
8487 * subr.el (substitute-key-definition-key): New function.
8488 (substitute-key-definition): Use it with map-keymap.
8489 (event-modifiers): Use push.
8490 (mouse-movement-p, with-temp-buffer): Simplify.
8491
8492 2004-10-12 Jay Belanger <belanger@truman.edu>
8493
8494 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
8495 New variables.
8496 (calc-help-index-entries): New function.
8497 (calc-describe-function): Use `calc-help-function-list' instead of
8498 obarray for completion.
8499 (calc-describe-variable): Use `calc-help-variable-list' instead
8500 of obarray for completion.
8501
8502 2004-10-12 Richard M. Stallman <rms@gnu.org>
8503
8504 * info-look.el (info-lookup-file): Add info-file property.
8505 (info-lookup-symbol): Likewise.
8506
8507 * info.el (info-xref): Add underlining.
8508 (info): Add info-file property.
8509 (Info-find-emacs-command-nodes): Specify case-sensitive search.
8510
8511 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8512
8513 Sync with Tramp 2.0.45.
8514
8515 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
8516 defined. This is not the case for XEmacs without package "edebug".
8517 (tramp-set-auto-save-file-modes): Set permissions of autosaved
8518 remote files to the permissions of the original file. This is not
8519 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
8520 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
8521 (tramp-perl-decode): Fix an error in Perl implementation.
8522 $pending must be cleared every loop. Reported by Benjamin Place
8523 <benjaminplace@sprintmail.com>
8524
8525 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
8526 Don't activate advice during definition. This is done later on,
8527 depending on test result of `substitute-in-file-name'.
8528 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8529
8530 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
8533
8534 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
8535
8536 2004-10-12 David Ponce <david@dponce.com>
8537
8538 * recentf.el (recentf-edit-list): Update the menu when the recentf
8539 list has been modified.
8540
8541 2004-10-12 Simon Josefsson <jas@extundo.com>
8542
8543 * net/tls.el (tls-certtool-program): New variable.
8544 (tls-certificate-information): New function, based on
8545 ssl-certificate-information.
8546
8547 2004-10-12 Kenichi Handa <handa@m17n.org>
8548
8549 * international/mule.el (coding-system-equal): Move from mule-util.el.
8550
8551 * international/mule-util.el (coding-system-equal): Move to mule.el.
8552
8553 2004-10-12 Kim F. Storm <storm@cua.dk>
8554
8555 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
8556 reset kmacro-initial-counter-value if set.
8557 (kmacro-set-counter): Only set kmacro-counter if defining or executing
8558 macro. Set kmacro-initial-counter-value otherwise. Never set both.
8559 (kmacro-display): Show macro counter if non-zero.
8560
8561 * subr.el (substitute-key-definition): Mention command remapping
8562 in doc string.
8563
8564 2004-10-11 Jay Belanger <belanger@truman.edu>
8565
8566 * calc/calc-misc.el (calc-info-goto-node): New function.
8567 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
8568 node in one step.
8569 (calc-describe-copying, calc-describe-distribution)
8570 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
8571 Go to appropriate info node in one step.
8572
8573 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
8576
8577 * font-lock.el (font-lock-apply-highlight): Fix last change.
8578
8579 2004-10-11 Simon Josefsson <jas@extundo.com>
8580
8581 * mail/smtpmail.el (smtpmail-open-stream): Look for
8582 starttls-gnutls-program instead of starttls-program iff
8583 starttls-use-gnutls is non-nil.
8584 (smtpmail-open-stream): Don't overwrite user settings of
8585 starttls-extra-arguments and starttls-extra-args.
8586
8587 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * comint.el (comint-mouse-insert-input): Remove.
8590 (comint-insert-input): Make it work for mouse bindings.
8591 (comint-mode-map): Move defs into the declaration.
8592 (comint-output-filter): Typo.
8593
8594 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
8595
8596 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
8597
8598 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
8599 (ange-ftp-call-chmod): Reference remote-shell-program instead of
8600 ange-ftp-remote-shell.
8601
8602 2004-10-10 Andreas Schwab <schwab@suse.de>
8603
8604 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
8605 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
8606 Reported by <sri@asu.edu>.
8607
8608 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
8609
8610 * vc.el (vc-annotate-mode): Remove variable.
8611 (vc-annotate-display-select): Only call vc-annotate-mode
8612 if we're not in that mode already.
8613
8614 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
8617 (imenu-choose-buffer-index): Check here for rescan instead.
8618
8619 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
8620 where the face expression evals to nil.
8621
8622 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
8623 (tex-font-lock-keywords-2): Use it.
8624 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
8625
8626 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
8627
8628 2004-10-09 Kim F. Storm <storm@cua.dk>
8629
8630 * subr.el (progress-reporter-update): Define before first usage.
8631 (make-progress-reporter): Doc fix.
8632
8633 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * textmodes/paragraphs.el (sentence-end-double-space)
8636 (sentence-end-without-period, sentence-end-without-space)
8637 (sentence-end): Doc fixes.
8638
8639 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
8640
8641 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8642 Change paragraph-start regexp so we don't fill code starting with #'(.
8643
8644 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
8645
8646 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
8647 New defcustom.
8648 (extract-address-components): Use it.
8649
8650 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8651
8652 * subr.el (make-progress-reporter, progress-reporter-update)
8653 (progress-reporter-force-update, progress-reporter-do-update)
8654 (progress-reporter-done): New functions.
8655
8656 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
8657
8658 * progmodes/etags.el (etags-tags-completion-table): Use progress
8659 reporter.
8660 (etags-tags-apropos): Likewise.
8661
8662 2004-10-08 Alan Mackenzie <acm@muc.de>
8663
8664 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
8665 of current line.
8666
8667 2004-10-08 Masatake YAMATO <jet@gyve.org>
8668
8669 * server.el (server-process-filter): Wrap `process-send-region'
8670 by `condition-case' to guard the case when the pipe to PROC is closed.
8671
8672 2004-10-07 Mark A. Hershberger <mah@everybody.org>
8673
8674 * xml.el (xml-substitute-special): Limit handling of external entities.
8675
8676 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8677
8678 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
8679
8680 2004-10-06 John Paul Wallington <jpw@gnu.org>
8681
8682 * xml.el (xml-parse-dtd): Fix `error' call.
8683
8684 2004-10-05 Mark A. Hershberger <mah@everybody.org>
8685
8686 * xml.el (xml-substitute-special): Return a single string instead
8687 of a list of strings if an entity substitution is made.
8688
8689 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8690
8691 * calendar/icalendar.el: New file.
8692
8693 2004-10-05 Juri Linkov <juri@jurta.org>
8694
8695 * isearch.el (isearch-done): Set mark after running hook.
8696 Reported by Drew Adams <drew.adams@oracle.com>.
8697
8698 * info.el (Info-history, Info-toc): Fix Info headers.
8699 (Info-toc): Narrow buffer before Info-fontify-node.
8700 (Info-build-toc): Don't check for special Info file names.
8701 Set main-file to nil if Info-find-file returns a symbol.
8702
8703 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
8704
8705 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8706 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8707 * calendar/cal-menu.el (calendar-mode-map): Ditto.
8708
8709 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8710
8711 * calendar/cal-iso.el (calendar-iso-read-args): New function,
8712 for old interactive spec from calendar-goto-iso-date.
8713 (calendar-goto-iso-date): Use it.
8714 (calendar-goto-iso-week): New function. Suggested by Emilio
8715 C. Lopes <eclig@gmx.net>.
8716
8717 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8720 `set-right-margin' bindings that follow the minor mode conventions.
8721
8722 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8725 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8726 (latex-block-args-alist): Add minipage and picture.
8727 (latex-block-body-alist): Use reftex-label if enabled.
8728 (latex-insert-block): Don't insert a \n if not necessary.
8729 (tex-compile-commands): Make sure dvips doesn't send to printer.
8730 (tex-compile-default): Handle the case where no executable is found.
8731 (latex-noindent-environments): New var.
8732 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
8733 If tex-indent-allhanging is non-nil, make sure we only align for macros
8734 at beginning of line.
8735
8736 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
8737
8738 * newcomment.el (comment-beginning): Doc fix and don't choke on
8739 unset `comment-end-skip' when at beginning of comment.
8740
8741 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8742
8743 * term.el (term-adjust-current-row-cache): Don't allow the current
8744 row to become negative.
8745 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8746 the end of the line. Fix scroll down. Add comments.
8747 (term-handle-ansi-escape): Don't exceed terminal width when moving
8748 right.
8749 (term-scroll-region): Move the cursor after setting the scroll region.
8750
8751 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
8752
8753 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8754 to `width' for consistency with docstring. Doc fix.
8755
8756 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8757
8758 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8759 This is necessary for derived modes.
8760
8761 2004-09-30 Kim F. Storm <storm@cua.dk>
8762
8763 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8764 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8765
8766 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8767 kmacro-extract-lambda functions.
8768 (edit-kbd-macro): Handle kmacro lambda forms.
8769 Include counter and counter format in edit buffer.
8770 (edmacro-finish-edit): Get counter and format from edit buffer and
8771 update kmacro bindings when found.
8772
8773 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8774
8775 * textmodes/paragraphs.el (forward-paragraph):
8776 Avoid args-out-of-range error when point winds up at the beginning of
8777 the buffer and hard newlines are enabled.
8778
8779 * newcomment.el (comment-multi-line): Doc fix.
8780
8781 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8784 (diff-fixup-modifs): Catch unified-diff file-headers.
8785
8786 2004-09-29 Kim F. Storm <storm@cua.dk>
8787
8788 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8789 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8790 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8791
8792 * fringe.el (fringe-bitmap-p): New macro.
8793 (fringe-bitmaps): Add standard fringe bitmaps on load.
8794
8795 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * dired.el (dired-view-command-alist): Use more efficient regexps.
8798 Remove dubious arguments.
8799 (dired-align-file): New function.
8800 (dired-insert-directory): Use it.
8801 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8802 (dired-buffers-for-dir): Remove unused var `pattern'.
8803
8804 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
8805
8806 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8807 from diary display excursion. Store diary buffer's point for
8808 `simple-diary-display'.
8809 (simple-diary-display): Set window point and start when
8810 displaying buffer, to preserve point.
8811
8812 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8813
8814 * textmodes/enriched.el (enriched-translations): Replace defconst
8815 with defvar.
8816
8817 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8818
8819 * printing.el: Doc fix.
8820 (pr-version): New version number (6.8.1).
8821 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8822 make-temp-name.
8823 (pr-delete-file): Check if file exists before deleting it.
8824 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8825
8826 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * term.el (term-display-table): New variable.
8829 (term-mode): Use it.
8830 (term-exec-1): Set the coding system to binary.
8831 (term-emulate-terminal): Decode the string before inserting it.
8832
8833 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8834
8835 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8836 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8837 (map): Bind S-prior, S-next and S-insert.
8838 (term-mode): Set `indent-tabs-mode' to nil.
8839 (term-paste): New function to be bound to S-insert.
8840 (term-send-del, term-send-backspace): Change the strings sent.
8841 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8842 (term-handle-colors-array): Fix handling of underline and reverse.
8843 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
8844 (term-erase-in-line): Fix comparison.
8845 (term-emulate-terminal): Fix line wrap handling.
8846 (term-start-output-log): Rename from `term-set-output-log'.
8847 (term-stop-output-log): Rename from `term-stop-photo'.
8848 (term-switch-to-alternate-sub-buffer): Comment out, unused.
8849
8850 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * dired.el (dired-move-to-filename): Don't output a message if
8853 raise-error is non-nil. Fix return position and value.
8854
8855 * files.el (insert-directory): Obey --dired even with symlinks.
8856
8857 2004-09-25 Lars Hansen <larsh@math.ku.dk>
8858
8859 * ls-lisp.el (ls-lisp-format): Mark file names with property
8860 dired-filename.
8861
8862 2004-09-25 Kim F. Storm <storm@cua.dk>
8863
8864 * ido.el (ido-max-directory-size): New defcustom.
8865 (ido-decorations): Add "too big" element.
8866 (ido-directory-too-big): New dynamic var.
8867 (ido-may-cache-directory): Don't cache big directories.
8868 (ido-directory-too-big-p): New defun.
8869 (ido-set-current-directory): Update ido-directory-too-big.
8870 (ido-read-internal): Make empty ido-cur-item if too-big.
8871 (ido-buffer-internal): Use ido-read-internal directly instead of
8872 ido-read-buffer.
8873 (ido-file-internal): Init ido-directory-too-big.
8874 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8875 and redo completion with full list.
8876 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8877 it, and show completions.
8878 (ido-all-completions): Let bind ido-directory-too-big to nil.
8879 (ido-exhibit): Handle ido-directory-too-big.
8880 (ido-read-buffer): Handle fallback to read-buffer.
8881 Init ido-directory-too-big.
8882 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8883 Init ido-directory-too-big.
8884
8885 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8886
8887 * subr.el (delay-mode-hooks): Doc fix.
8888
8889 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * textmodes/enriched.el
8892 (enriched-default-text-properties-local-flag): New variable.
8893 (enriched-mode): Make sure that enabling and disabling the mode is
8894 a no-op. Doc fix.
8895
8896 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
8897
8898 * calendar/holidays.el (holiday-advent): Report on a specified day
8899 offset from advent, not just advent.
8900 (holiday-easter-etc): Report on one specified day offset from
8901 easter, not all easter holidays. Various Easter holidays moved to
8902 `christian-holidays' variable in calendar.el.
8903 * calendar/calendar.el (christian-holidays): Adapt for new
8904 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8905
8906 2004-09-23 Kim F. Storm <storm@cua.dk>
8907
8908 * image.el (insert-sliced-image): Add doc string.
8909
8910 * ido.el (ido-choice-list): New dynamic var for `list' context.
8911 (ido-context-switch-command): New dynamic var.
8912 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8913 (ido-read-internal): Handle new `list' context.
8914 Handle insert-buffer and insert-file ido-exit values.
8915 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8916 ido-context-switch-command. Handle insert-file ido-exit value.
8917 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8918 unless it is already bound by caller.
8919 (ido-file-internal): New arg switch-cmd. Use it to setup
8920 ido-context-switch-command. Handle insert-buffer ido-exit value.
8921 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8922 used for context switching.
8923 (ido-all-completions): Handle new `list' context.
8924 (ido-make-choice-list): Return choices for `list' context.
8925 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8926 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8927 (ido-insert-buffer, ido-insert-file): Setup context switching.
8928 (ido-exhibit): Handle `list' context.
8929 (ido-read-file-name): Disable context switching. Handle fallback.
8930 (ido-read-directory-name): Disable context switching.
8931 (ido-completing-read): New defun like completing-read. Setup and
8932 use new `list' context.
8933
8934 2004-09-20 Jesper Harder <harder@ifa.au.dk>
8935
8936 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8937
8938 2004-09-21 Jay Belanger <belanger@truman.edu>
8939
8940 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8941 `calc-graph-set-styles' so the gnuplot buffer will appear in a
8942 separate window.
8943
8944 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * subr.el (after-change-major-mode-hook): Doc fix.
8947
8948 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8949
8950 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8951 of ghostscript for monochrome PostScript file in Windows.
8952
8953 2004-09-21 Kenichi Handa <handa@m17n.org>
8954
8955 * descr-text.el (describe-char): Checking of quail activation fixed.
8956
8957 2004-09-21 Jay Belanger <belanger@truman.edu>
8958
8959 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8960
8961 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8962
8963 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8964 after the mode hooks instead of before. Doc fix.
8965
8966 2004-09-20 Jason Rumney <jasonr@gnu.org>
8967
8968 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8969 _emacs, but revert to .emacs if neither exists in home directory.
8970
8971 2004-09-20 John Paul Wallington <jpw@gnu.org>
8972
8973 * bindings.el (completion-ignored-extensions): Add .dfsl.
8974
8975 2004-09-20 Richard M. Stallman <rms@gnu.org>
8976
8977 * bindings.el (scroll-left): Make it disabled.
8978
8979 * files.el (enable-local-eval): Doc fix.
8980
8981 * indent.el (move-to-left-margin): Special case for minibuffer.
8982
8983 * term.el (term-emulate-terminal): Turn off undo for output.
8984 Use with-current-buffer and save-selected-window.
8985
8986 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8987
8988 * progmodes/make-mode.el (makefile-fill-paragraph):
8989 Don't insist on spaces when looking for comments. # is enough.
8990
8991 * files.el (hack-local-variables): Copy the variables list
8992 to another buffer, strip prefixes and suffixes there, then read.
8993 (enable-local-eval): Doc fix.
8994 (ignored-local-variables): Initialize to nil.
8995 (risky-local-variable-p): Don't check ignored-local-variables here.
8996 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8997
8998 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8999
9000 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
9001 of = to "." (punctuation).
9002
9003 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * subr.el (event-basic-type): Fix mask (extend to 22bits).
9006
9007 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
9008
9009 * textmodes/enriched.el (enriched-rerun-flag): New variable.
9010 (enriched-before-change-major-mode): New function.
9011 Add it to `change-major-mode-hook'.
9012 (enriched-after-change-major-mode): New function.
9013 Add it to `after-change-major-mode-hook'.
9014 (enriched-mode): Make it work correctly if called from
9015 `after-change-major-mode-hook'.
9016 No longer set `indent-line-function'.
9017
9018 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
9019
9020 * subr.el (after-change-major-mode-hook): New variable.
9021 (run-mode-hooks): Implement it.
9022
9023 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * battery.el (battery-linux-proc-apm): Use string-to-number.
9026 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
9027 Use dolist (and less indentation). Use erase-buffer.
9028 Pre-initialize `design-capacity', `warn', and `low'.
9029 (battery-format): Use replace-regexp-in-string.
9030
9031 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
9032
9033 * battery.el: Delete superfluous empty lines.
9034 (battery-linux-proc-acpi): Attempt to gather information from all
9035 battery subdirectories regardless of their file name.
9036 (battery-linux-proc-apm): Replace all occurrences of
9037 battery-hex-to-int-2 with string-to-int (base 16).
9038 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
9039 (battery-hex-map): Delete variable.
9040
9041 2004-09-18 John Paul Wallington <jpw@gnu.org>
9042
9043 * calc/calc-units.el (calc-quick-units): Fix overzealous
9044 s/or/unless/.
9045
9046 2004-09-17 Jay Belanger <belanger@truman.edu>
9047
9048 * calc/calc.el (calc-mode-var-list): Fix the value of
9049 `calc-matrix-brackets'.
9050
9051 2004-09-17 Romain Francoise <romain@orebokech.com>
9052
9053 * ibuf-ext.el (define-ibuffer-filter filename):
9054 Expand dired-directory since buffer-file-name is absolute.
9055
9056 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * ediff-init.el (ediff-current-diff-face-A)
9059 (ediff-current-diff-face-B, ediff-current-diff-face-C)
9060 (ediff-current-diff-face-Ancestor)
9061 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9062 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9063 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9064 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9065 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9066 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9067 Use min-colors.
9068
9069 * term.el (term-down): Perform vertical motion if DOWN is negative.
9070 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
9071 (term-termcap-format): Synchronyze with the eterm terminfo entry
9072 in etc/e/eterm.ti.
9073 (term-handle-colors-array): If the current foreground or
9074 background are zero (i.e. unspecified), use the foreground and
9075 background of the default face for reverse video.
9076 (term-ansi-at-eval-string, term-ansi-default-fg)
9077 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
9078 (term-mem): Delete ununsed function.
9079 (term-protocol-version): Increment.
9080 (term-current-face): Set to default.
9081
9082 2004-09-15 Jay Belanger <belanger@truman.edu>
9083
9084 * calc/calc.el (calc-mode-var-list): Define this variable.
9085 (calc-always-load-extensions, calc-line-numbering)
9086 (calc-line-breaking, calc-display-just, calc-display-origin)
9087 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9088 (calc-group-char, calc-point-char, calc-frac-format)
9089 (calc-prefer-frac, calc-hms-format, calc-date-format)
9090 (calc-float-format, calc-full-float-format, calc-complex-format)
9091 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9092 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9093 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9094 (calc-matrix-brackets, calc-language, calc-language-option)
9095 (calc-left-label, calc-right-label, calc-word-size)
9096 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9097 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9098 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9099 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9100 (calc-window-height, calc-display-trail, calc-show-selections)
9101 (calc-use-selections, calc-assoc-selections)
9102 (calc-display-working-message, calc-auto-why, calc-timing)
9103 (calc-mode-save-mode, calc-standard-date-formats)
9104 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
9105 (calc-user-parse-tables, calc-gnuplot-default-device)
9106 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9107 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9108 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9109 (calc-invocation-macro, calc-show-banner): Give these values as
9110 part of `calc-mode-var-list's initialization after the variables
9111 are declared with defvar.
9112 (calc-bug-address): Change email address to send bug reports to.
9113 Change the maintainer address at the top.
9114 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
9115 than "\\.emacs" to determine if it is the user-init-file.
9116
9117 * calc/calc-embed.el (calc-embedded-set-modes): Use
9118 `calc-mode-var-list' correctly.
9119
9120 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
9121
9122 * vc.el (annotate-time): Document point handling.
9123 (vc-annotate-display-autoscale): Doc fix.
9124
9125 2004-09-15 Miles Bader <miles@gnu.org>
9126
9127 * generic.el (generic-make-keywords-list): Use symbol rather than
9128 word anchors in regexp.
9129
9130 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
9131
9132 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
9133 no file name consider `dired-directory'.
9134
9135 2004-09-14 Kim F. Storm <storm@cua.dk>
9136
9137 * faces.el (cursor): Add face-no-inherit property. Doc fix.
9138
9139 2004-09-14 Simon Josefsson <jas@extundo.com>
9140
9141 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
9142
9143 * textmodes/dns-mode.el: Add.
9144
9145 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
9148 (disabled-command-function): Make the ?\ char more obvious.
9149
9150 * vc-arch.el (vc-arch-root, vc-arch-registered):
9151 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
9152
9153 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
9154
9155 * windmove.el (windmove-frame-edges): Report coordinates of
9156 outside edges of frame, not inside edges.
9157 (windmove-coordinates-of-position): Convert into wrapper to new
9158 function `windmove-coordinates-of-window-position';
9159 `compute-motion' always applies to selected window.
9160 (windmove-coordinates-of-position): Update documentation to refer
9161 to Emacs 21 Lisp Reference Manual.
9162 (windmove-find-other-window): Fix off-by-one errors for max x,y.
9163
9164 2004-09-13 Kim F. Storm <storm@cua.dk>
9165
9166 * isearch.el (isearch-resume-in-command-history): Rename from
9167 isearch-resume-enabled and change default to nil.
9168
9169 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * vc-hooks.el (vc-ignore-dir-regexp): New var.
9172 (vc-registered): Use it.
9173 (vc-find-root): New fun.
9174
9175 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9176 Don't tell to use \\{...} when it's already done.
9177
9178 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
9179 Provide a sample complex default.
9180 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
9181 (bibtex-entry): Use mapc.
9182
9183 2004-09-12 Kim F. Storm <storm@cua.dk>
9184
9185 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
9186
9187 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
9188 inhibit-field-text-motion to t so rectangles work in comint buffers.
9189
9190 * simple.el (choose-completion-string): Set buffer before running
9191 choose-completion-string-functions hook so it can be buffer-local.
9192
9193 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
9194
9195 * progmodes/compile.el (compilation-start): Parse command to see
9196 if it starts with a cd, and if so perform it for the *compilation*
9197 buffer. Change the header to reflect this.
9198
9199 2004-09-11 Kim F. Storm <storm@cua.dk>
9200
9201 * ido.el (ido-enable-dot-prefix): Doc fix.
9202 (ido-enable-dot-prefix): New defcustom.
9203 (ido-set-matches1): Use it.
9204
9205 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * textmodes/bibtex.el (bibtex-mark-active)
9208 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
9209
9210 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9211
9212 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
9213 used in a case insensitive environment.
9214 (bibtex-mode-map): Rearrange order of menus.
9215 (bibtex-quoted-string-re): Obsolete.
9216 (bibtex-complete-key-cleanup): Variable replaced by new function.
9217 (bibtex-font-lock-keywords): Use backquotes.
9218 (bibtex-font-lock-url-regexp): New internal variable.
9219 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
9220 "OPT" and "ALT".
9221 (bibtex-insert-current-kill, bibtex-make-field)
9222 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
9223 (bibtex-parse-field-text): Simplify.
9224 (bibtex-string=): New helper function.
9225 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
9226 (bibtex-map-entries): Use bibtex-string=.
9227 (bibtex-search-entry): Use not.
9228 (bibtex-enclosing-field): Fix docstring.
9229 (bibtex-assoc-regexp): Obsolete.
9230 (bibtex-format-entry): Use assoc-string and bibtex-string=.
9231 (bibtex-autokey-get-names): Handle empty name field.
9232 (bibtex-parse-strings): Use assoc-string and unless.
9233 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
9234 Use assoc-string.
9235 (bibtex-pop): Simplify.
9236 (bibtex-mode): Set font-lock-extra-managed-props.
9237 (bibtex-entry-update): Use assoc-string.
9238 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
9239 (bibtex-autofill-entry): Use bibtex-string=.
9240 (bibtex-print-help-message): Simplify.
9241 (bibtex-find-entry): New optional arg START.
9242 (bibtex-validate): Use bibtex-string= and assoc-string.
9243 Do not call obsolete function compilation-parse-errors.
9244 (bibtex-remove-delimiters): Only remove delimiters if present.
9245 (bibtex-copy-entry-as-kill): Add docstring.
9246 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
9247 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
9248 (bibtex-complete): Use bibtex-predefined-month-strings,
9249 bibtex-string=, and new function bibtex-complete-key-cleanup.
9250 (bibtex-generate-url-list): New variable.
9251 (bibtex-url): New command bound to C-c C-l and mouse-2.
9252 (bibtex-url-map): New local keymap for bibtex-url-mouse.
9253 (bibtex-font-lock-url): New function.
9254
9255 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
9258
9259 2004-09-09 Kim F. Storm <storm@cua.dk>
9260
9261 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
9262 counter and format with binding.
9263 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
9264 the declared macro uses own macro counter and format. Give symbol
9265 kmacro property.
9266 (kmacro-keymap): Bind kmacro-name-last-macro to n.
9267 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
9268 (kmacro-end-and-call-macro): Doc fix.
9269
9270 2004-09-09 Lars Hansen <larsh@math.ku.dk>
9271
9272 * desktop.el (desktop-clear-preserve-buffers):
9273 Remove make-obsolete-variable.
9274
9275 2004-09-08 Richard M. Stallman <rms@gnu.org>
9276
9277 * buff-menu.el (list-buffers-noselect): Call format-mode-line
9278 with the buffer as argument.
9279
9280 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
9283
9284 2004-09-08 Juri Linkov <juri@jurta.org>
9285
9286 * replace.el (perform-replace): Use `query-replace-descr'.
9287
9288 * cus-start.el (history-delete-duplicates): Specify customization.
9289
9290 * diff-mode.el (diff-mode-map):
9291 * progmodes/compile.el (compilation-mode-map):
9292 * progmodes/grep.el (grep-mode-map):
9293 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
9294 to `next-error-follow-minor-mode'.
9295
9296 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9297
9298 * isearch.el (isearch-lazy-highlight-update): Take into account
9299 the case of zero-length match at the search bound.
9300
9301 2004-09-08 Kim F. Storm <storm@cua.dk>
9302
9303 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
9304 change. Use zero width overlays when necessary.
9305
9306 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9307
9308 * subr.el (split-string): Docfix.
9309
9310 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9311
9312 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
9313 (display-call-tree): Ensure newline after caller/calls blocks.
9314
9315 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9316
9317 * startup.el (command-line-1): Make option
9318 --directory/-L modify `load-path' straight away.
9319
9320 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9321
9322 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
9323
9324 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9325
9326 * emacs-lisp/autoload.el (make-autoload):
9327 Handle `define-compilation-mode'.
9328
9329 * emacs-lisp/lisp-mode.el (define-compilation-mode):
9330 Specify `doc-string-elt' property.
9331
9332 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9333
9334 * bs.el (bs-mode): Doc fix.
9335
9336 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9337
9338 * info.el (Info-insert-dir): Fix temp buffer leak bug.
9339
9340 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
9341
9342 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
9343
9344 2004-09-08 Kenichi Handa <handa@m17n.org>
9345
9346 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
9347 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
9348 ps-mule-next-point -> 1+).
9349
9350 * composite.el (encode-composition-rule): Add autoload cooky.
9351
9352 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9353
9354 * format.el (buffer-auto-save-file-format): Make it permanent local.
9355
9356 2004-09-07 Kim F. Storm <storm@cua.dk>
9357
9358 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
9359 (authors-fixed-entries): Fix typo.
9360 (authors-canonical-author-name): Compact multiple spaces.
9361 Ignore trivial names (e.g. only first name).
9362
9363 * term.el (term-window-width): Only use full window width on
9364 window system if overflow-newline-into-fringe is enabled.
9365 (term-mode): Don't disable overflow-newline-into-fringe.
9366
9367 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
9370 motion as seen on my Mac OS X xterms.
9371
9372 * newcomment.el (uncomment-region-default, comment-region-default):
9373 New functions extracted from uncomment-region and comment-region.
9374 (comment-region, comment-region-function, uncomment-region)
9375 (uncomment-region-function): Use them.
9376
9377 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
9378
9379 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
9380 It's not crucial but can make sense at times.
9381
9382 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
9383 the first commit.
9384
9385 * vc.el (vc-buffer-context, vc-restore-buffer-context):
9386 Disable obsolete code.
9387
9388 2004-09-07 Juri Linkov <juri@jurta.org>
9389
9390 * progmodes/grep.el (grep-highlight-matches): Change default from
9391 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
9392 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
9393 if grep option `--color' is available, or to `nil' otherwise.
9394 (grep-process-setup): Call `grep-compute-defaults' if
9395 `grep-highlight-matches' is not computed. Set env-vars only
9396 if `grep-highlight-matches' is `t'.
9397 (grep-use-null-device): Remove redundant type `boolean' (`choice'
9398 is already defined).
9399
9400 * progmodes/compile.el (compilation-start): Use copy of
9401 `process-environment' created by `copy-sequence' to not
9402 modify env-vars in the global `process-environment'.
9403
9404 2004-09-06 Eli Zaretskii <eliz@gnu.org>
9405
9406 * simple.el (next-error-follow-minor-mode): Fix last change.
9407
9408 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
9409
9410 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
9411 permanent local.
9412
9413 2004-09-04 Richard M. Stallman <rms@gnu.org>
9414
9415 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
9416 highlighting if the search string is empty.
9417
9418 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
9419
9420 * facemenu.el (facemenu-active-faces): Change condition of inner
9421 `while' loop to also check the first two elements of `face-atts'
9422 and `mask-atts'.
9423
9424 2004-09-04 John Paul Wallington <jpw@gnu.org>
9425
9426 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
9427 (thumbs-view-image-mode): Make buffer read-only.
9428
9429 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
9430
9431 * textmodes/ispell.el (ispell-really-aspell): New defvar.
9432 (ispell-check-version): Set it.
9433 (ispell-send-replacement): New function.
9434 (ispell-process-line): Call ispell-send-replacement.
9435
9436 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9437
9438 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
9439 Support choosing seconds with "s".
9440
9441 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
9442
9443 * terminal.el (te-escape): Show `?' in prompt for help key.
9444
9445 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
9446
9447 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
9448
9449 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9450
9451 * simple.el (next-error-follow-minor-mode)
9452 (next-error-follow-mode-post-command-hook): New functions.
9453 (next-error-follow-last-line): New defvar.
9454
9455 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
9456 * progmodes/compile.el (compilation-mode-map): Likewise.
9457 * progmodes/grep.el (grep-mode-map): Likewise.
9458 * replace.el (occur-mode-map): Likewise.
9459
9460 * newcomment.el (uncomment-region): Bind comment-use-global-state
9461 to nil.
9462
9463 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
9466 locally around the call to `revert-buffer'.
9467
9468 2004-09-03 Juri Linkov <juri@jurta.org>
9469
9470 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
9471 `isearch-adjusted' to `t'.
9472 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
9473 (isearch-message-prefix): Add "pending" for isearch-adjusted.
9474 (isearch-other-meta-char): Restore isearch-point unconditionally.
9475 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9476 Set point to start of match if region is not active in transient
9477 mark mode (to include the current match to region boundaries).
9478 Push the search string to `query-replace-from-history-variable'.
9479 Add prompt "Query replace regexp" for isearch-regexp.
9480 Add region beginning/end as last arguments of `perform-replace.'
9481 (isearch-query-replace-regexp): Replace code by the call to
9482 `isearch-query-replace' with arg `t'.
9483
9484 2004-09-03 Richard M. Stallman <rms@gnu.org>
9485
9486 * startup.el (normal-top-level): Undo previous TERM change.
9487
9488 2004-09-03 Kim F. Storm <storm@cua.dk>
9489
9490 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
9491 highlight overlays; allow using RET when cursor is over a button.
9492 (cua--highlight-rectangle): Use it.
9493 (cua--rectangle-set-corners): Don't move backwards at eol.
9494 (cua--forward-line): Don't move into void after eob.
9495
9496 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
9497 point is set (and displayed) inside rectangle.
9498 (cua--rectangle-operation): Fix for highlight of empty lines.
9499 (cua--highlight-rectangle): Fix highlight for tabs.
9500 Position cursor at left/right edge of rectangle using new `cursor'
9501 property on overlay strings.
9502 (cua--indent-rectangle): Don't tabify.
9503 (cua-rotate-rectangle): Ignore that point has moved.
9504
9505 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9506
9507 * term/mac-win.el: Add ASCII equivalents for some function keys.
9508 (mode-line-frame-identification): Sync with x-win.el.
9509
9510 2004-09-02 Juri Linkov <juri@jurta.org>
9511
9512 * progmodes/compile.el (compilation-buffer-name): Compare major
9513 mode with second element of compilation-arguments instead of third
9514 to reflect latest changes in compilation-arguments structure.
9515 (recompile): Use global variable `compilation-directory' to get
9516 recent compilation directory only when `recompile' is invoked NOT
9517 in the compilation buffer. Otherwise, use `default-directory' of
9518 the compilation buffer.
9519 (compilation-error-properties): Allow to funcall col and end-col.
9520 (compilation-mode-font-lock-keywords): Check col and end-col by
9521 `integerp'.
9522 (compilation-goto-locus): If end-mk is non-nil in transient mark
9523 mode don't activate the mark (and don't display message in
9524 push-mark), but highlight overlay between mk and end-mk.
9525
9526 * progmodes/grep.el (grep-highlight-matches): New defcustom.
9527 (grep-regexp-alist): Add rule to highlight grep matches.
9528 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
9529
9530 * info.el (Info-fontify-node): Don't compute other-tag
9531 if Info-hide-note-references=hide.
9532
9533 * help.el (function-called-at-point):
9534 * help-fns.el (variable-at-point):
9535 Try `find-tag-default' when other methods failed.
9536
9537 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9538 Do not push mark if inhibit-mark-movement is non-nil.
9539
9540 * textmodes/ispell.el (ispell-html-skip-alists):
9541 Fix backslashes in docstring.
9542
9543 2004-09-01 Juri Linkov <juri@jurta.org>
9544
9545 * isearch.el (isearch-wrap-function)
9546 (isearch-push-state-function): New defvars.
9547 (isearch-pop-fun-state): New defsubst.
9548 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
9549 (isearch-push-state): Set the result of calling
9550 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
9551 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
9552 restore the mode-specific starting point of terminated search.
9553 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
9554 (isearch-repeat): Call `isearch-wrap-function' if defined.
9555 (isearch-message-prefix): Don't add prefix "over" to the message
9556 for wrapped search if `isearch-wrap-function' is defined.
9557 (isearch-search): Call function saved in `isearch-pop-fun-state' to
9558 restore the mode-specific starting point of failed search.
9559
9560 * info.el (Info-search-whitespace-regexp): Fix backslashes.
9561 (Info-search): Add new optional arguments for the sake of isearch.
9562 Replace whitespace in Info-search-whitespace-regexp literally.
9563 Add backward search. Don't call `Info-select-node' if regexp is
9564 found in the same Info node. Don't add node to Info-history for
9565 wrapped isearch.
9566 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
9567 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
9568 (Info-mode): Set local variables `isearch-search-fun-function',
9569 `isearch-wrap-function', `isearch-push-state-function',
9570 `search-whitespace-regexp'.
9571
9572 * isearch.el: Remove ancient Change Log section.
9573 (isearch-string, isearch-message-string, isearch-point)
9574 (isearch-success, isearch-forward-flag, isearch-other-end)
9575 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9576 (isearch-barrier, isearch-within-brackets)
9577 (isearch-case-fold-search): Add suffix `-state' to state-related
9578 defsubsts to avoid name clashes with other function names.
9579
9580 * simple.el (next-error): New defgroup and defface.
9581 (next-error-highlight, next-error-highlight-no-select):
9582 New defcustoms.
9583 (next-error-no-select): Let-bind next-error-highlight to the value
9584 of next-error-highlight-no-select before calling `next-error'.
9585
9586 * progmodes/compile.el (compilation-goto-locus):
9587 Use `next-error' face instead of `region'. Set 4-th argument of
9588 `move-overlay' to `current-buffer' to move overlay to different
9589 source buffers. Use new variable `next-error-highlight'.
9590
9591 * simple.el (next-error-find-buffer): Move the rule
9592 "if current buffer is a next-error capable buffer" after the
9593 rule "if next-error-last-buffer is set to a live buffer".
9594 Simplify to test all rules in one `or'.
9595 (next-error): Doc fix.
9596 (next-error, previous-error, first-error)
9597 (next-error-no-select, previous-error-no-select):
9598 Make arguments optional.
9599
9600 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9601
9602 * macros.el (apply-macro-to-region-lines): Make it operate on all
9603 lines that begin in the region, rather than on all complete lines
9604 in the region.
9605
9606 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9607
9608 * x-dnd.el (x-dnd-protocol-alist): Document update.
9609 (x-dnd-known-types): Defcustom it.
9610 (x-dnd-handle-motif): Print message-atom in error message.
9611
9612 2004-08-30 John Paul Wallington <jpw@gnu.org>
9613
9614 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
9615 strings rather than programatically constructing message.
9616
9617 2004-08-30 Richard M. Stallman <rms@gnu.org>
9618
9619 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
9620 Don't return a string that would read as the wrong character code.
9621
9622 2004-08-29 Kim F. Storm <storm@cua.dk>
9623
9624 * emulation/cua-base.el (cua-auto-expand-rectangles):
9625 Remove automatic rectangle padding feature; replace by non-destructive
9626 virtual rectangle edges feature.
9627 (cua-virtual-rectangle-edges): New defcustom.
9628 (cua-auto-tabify-rectangles): New defcustom.
9629 (cua-paste): If paste into a marked rectangle, insert rectangle at
9630 current column, even if virtual; also paste exactly as many lines
9631 as has been marked (ignore additional lines or add empty lines),
9632 but paste whole source if only one line is marked.
9633 (cua--update-indications): No longer use overwrite-cursor to
9634 indicate rectangle padding
9635
9636 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
9637 (cua--rectangle-virtual-edges): New defun.
9638 (cua--rectangle-get-corners): Remove optional PAD arg.
9639 (cua--rectangle-set-corners): Never do padding.
9640 (cua--forward-line): Remove optional PAD arg. Simplify.
9641 (cua-resize-rectangle-right, cua-resize-rectangle-left)
9642 (cua-resize-rectangle-down, cua-resize-rectangle-up):
9643 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
9644 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
9645 (cua--rectangle-move): Never do padding. Simplify.
9646 (cua--tabify-start): New defun.
9647 (cua--rectangle-operation): Add tabify arg. All callers changed.
9648 (cua--pad-rectangle): Remove.
9649 (cua--delete-rectangle): Handle delete with virtual edges.
9650 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
9651 (cua--insert-rectangle): Handle insert at virtual column.
9652 Perform auto-tabify if necessary.
9653 (cua--activate-rectangle): Remove optional FORCE arg.
9654 Never do padding. Simplify.
9655 (cua--highlight-rectangle): Enhance for virtual edges.
9656 (cua-toggle-rectangle-padding): Remove command.
9657 (cua-toggle-rectangle-virtual-edges): New command.
9658 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
9659 (cua--rectangle-post-command): Don't force rectangle padding.
9660 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
9661
9662 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
9663
9664 * indent.el (edit-tab-stops-buffer): Doc fix.
9665
9666 2004-08-28 Richard M. Stallman <rms@gnu.org>
9667
9668 * progmodes/grep.el (grep-default-command): Use find-tag-default.
9669 (grep-tag-default): Function deleted.
9670
9671 * subr.el (find-tag-default): Move from etags.el.
9672
9673 * progmodes/etags.el (find-tag-default): Move to subr.el.
9674
9675 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
9676 into the basic character if it has an uppercase form.
9677
9678 2004-08-27 Kenichi Handa <handa@m17n.org>
9679
9680 * international/utf-8.el (utf-8-post-read-conversion): If the
9681 buffer is unibyte, temporarily make it multibyte.
9682
9683 2004-08-27 Masatake YAMATO <jet@gyve.org>
9684
9685 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9686
9687 2004-08-25 John Paul Wallington <jpw@gnu.org>
9688
9689 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
9690 0, 1, and many mismatches in message.
9691 (tex-start-shell): Use `set-process-query-on-exit-flag'.
9692
9693 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
9694 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
9695
9696 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
9699 vc-diff-switches differently.
9700
9701 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9702
9703 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9704 before and a real defvar after
9705 `speedbar-supported-extension-expressions'. This is to silence
9706 the compiler without breaking bootstrapping.
9707
9708 2004-08-22 Richard M. Stallman <rms@gnu.org>
9709
9710 * textmodes/flyspell.el (flyspell-word):
9711 Use set-process-query-on-exit-flag.
9712 (flyspell-highlight-duplicate-region): Take POSS as arg.
9713 (flyspell-word): Pass POSS as arg.
9714
9715 * progmodes/ada-xref.el: Many doc and style fixes.
9716 (ada-find-any-references): Use compilation-start.
9717 (ada-get-ali-file-name): Improve error msg.
9718 (ada-get-ada-file-name): Likewise.
9719
9720 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9721 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9722
9723 * mail/mail-extr.el (mail-extr-all-top-level-domains):
9724 Add forward defvar.
9725
9726 * whitespace.el (global-whitespace-mode): New alias
9727 for whitespace-global-mode.
9728
9729 * speedbar.el (speedbar-file-regexp): Move definition up.
9730 (speedbar-mode, speedbar-set-mode-line-format):
9731 Use with-no-warnings.
9732 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9733
9734 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9735 controls whether to display the error buffer.
9736
9737 * ps-mule.el: Delete compatibility code for old Emacses.
9738 (ps-mule-find-wrappoint): Don't use chars-in-region.
9739
9740 * frame.el (display-mouse-p, display-selections-p):
9741 Use with-no-warnings.
9742
9743 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9744
9745 2004-08-22 David Kastrup <dak@gnu.org>
9746
9747 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9748 information.
9749
9750 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9751
9752 2004-08-22 Andreas Schwab <schwab@suse.de>
9753
9754 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
9755
9756 2004-08-22 Masatake YAMATO <jet@gyve.org>
9757
9758 * cvs-status.el (cvs-status-checkout): New function.
9759 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9760
9761 2004-08-21 David Kastrup <dak@gnu.org>
9762
9763 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9764 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9765 has been converted to use hashtables, the relation `nil=none' is
9766 no longer valid, as `nil' is not a hashtable. This patch tries to
9767 reduce the number of resulting errors.
9768
9769 2004-08-21 John Paul Wallington <jpw@gnu.org>
9770
9771 * subr.el (process-kill-without-query): Made obsolete in
9772 version 21.4, not 21.5.
9773
9774 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9775 (vc-previous-comment, vc-next-comment)
9776 (vc-comment-search-reverse, vc-comment-search-forward)
9777 (vc-comment-to-change-log): Likewise.
9778
9779 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9780
9781 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9782
9783 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9784 Correct indentation of DEFMETHODS with non-standard method
9785 combinations (e.g., PROGN, MIN, MAX).
9786
9787 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * startup.el (normal-top-level-add-subdirs-to-load-path):
9790 Avoid unnecessarily checking system-type.
9791 (normal-top-level): Set TERM to "dumb". Simplify.
9792
9793 * avoid.el (mouse-avoidance-ignore-p): New fun.
9794 Also ignore switch-frame, select-window, double, and triple clicks.
9795 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9796 (mouse-avoidance-fancy-hook): Use it.
9797
9798 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9799
9800 * avoid.el (mouse-avoidance-nudge-mouse)
9801 (mouse-avoidance-banish-destination): Stay within the current window
9802 to avoid problems with mouse-autoselect-window.
9803
9804 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9807 the newer format of some messages in cvs-1.12.1.
9808
9809 2004-08-19 Masatake YAMATO <jet@gyve.org>
9810
9811 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9812 (elp-results-jump-to-definition-by-mouse)
9813 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9814 (elp-output-result): Use elp-output-insert-symname.
9815
9816 2004-08-18 Kenichi Handa <handa@m17n.org>
9817
9818 * language/cyrillic.el: Register koi8-r in
9819 ctext-non-standard-encodings-alist.
9820 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9821
9822 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9823
9824 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9825 that replaces 20xy with xy.
9826
9827 2004-08-17 John Paul Wallington <jpw@gnu.org>
9828
9829 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9830 (reb-force-update): Doc fix.
9831
9832 2004-08-16 Richard M. Stallman <rms@gnu.org>
9833
9834 * progmodes/which-func.el (which-func-update-1): Doc fix.
9835
9836 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9837 (sh-mode-abbrev-table): New variable.
9838
9839 * progmodes/compile.el (compilation-mode): Doc fix.
9840
9841 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9842 Don't cons a new symbol each time.
9843 (eval-last-sexp-fake-value): New variable.
9844
9845 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9846 (copyright-update-year): Detect continuation of list of years.
9847
9848 * term.el (term-default-fg-color, term-default-bg-color)
9849 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9850
9851 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9852
9853 2004-08-16 Davis Herring <herring@lanl.gov>
9854
9855 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9856 (isearch-success, isearch-forward-flag, isearch-other-end)
9857 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9858 (isearch-barrier, isearch-within-brackets)
9859 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9860
9861 2004-08-16 Kenichi Handa <handa@m17n.org>
9862
9863 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9864
9865 2004-08-15 Kenichi Handa <handa@m17n.org>
9866
9867 * term/x-win.el (x-selection-value): If utf8 was successful but
9868 ctext was not, use utf8 string.
9869
9870 2004-08-14 Davis Herring <herring@lanl.gov>
9871
9872 * isearch.el: Remove accidental changes of March 4. Fix backing
9873 up when a regexp isearch is made more general. Use symbolic
9874 accessor functions for isearch stack frames to make usage clearer.
9875 (search-whitespace-regexp): Made groups in documentation shy (as
9876 is the group in the default value).
9877 (isearch-fallback): New function, addresses problems with regexps
9878 liberalized by `\|', adds support for liberalization by `\}' (the
9879 general repetition construct), and incorporates behavior for
9880 `*'/`?'.
9881 (isearch-}-char): New command, calls `isearch-fallback' with
9882 arguments appropriate to a typed `}'.
9883 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9884 appropriately.
9885 (isearch-mode-map): Bind `}' to `isearch-}-char'.
9886 (isearch-string, isearch-message,string, isearch-point)
9887 (isearch-success, isearch-forward-flag, isearch-other-end)
9888 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9889 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9890 New inline functions to read fields of a stack frame.
9891
9892 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9893
9894 * battery.el (battery-linux-proc-acpi): Look into battery
9895 directories matching the literal string "CMB", too (required for
9896 Linux kernel version 2.6.7).
9897
9898 2004-08-14 John Paul Wallington <jpw@gnu.org>
9899
9900 * cus-start.el (read-file-name-completion-ignore-case): Add.
9901 (blink-cursor-alist): Change version to "21.4".
9902
9903 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9904
9905 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9906
9907 * speedbar.el (speedbar-scan-subdirs): New option.
9908 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9909 dolist.
9910 (speedbar-insert-files-at-point): Take an extra argument and use
9911 it to optionally find out if a subdir is empty. Also unreadable
9912 files don't get expand buttons.
9913 (speedbar-directory): New image (unused pixmap already existed).
9914 (speedbar-expand-image-button-alist): Use it.
9915
9916 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9917
9918 CC Mode update to 5.30.9:
9919
9920 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9921 Move from cc-vars to cc-defs for dependency reasons. Fix the
9922 POSIX char class test to check that it works in
9923 `skip-chars-(forward|backward)' too.
9924
9925 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9926 first argument starts with a special brace list.
9927
9928 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9929 when `c-opt-type-concat-key' is used (i.e. in Pike).
9930
9931 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9932 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9933 >)".
9934
9935 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9936 whitespace safe.
9937
9938 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9939 position for `arglist-intro', `arglist-cont-nonempty' and
9940 `arglist-close' when there are two arglist open parens on the same
9941 line and there's nothing in front of the first.
9942
9943 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9944 locking of qualified names in Java, which previously could fontify
9945 common indexing expressions in many cases. The standard Java
9946 naming conventions are used to tell them apart.
9947
9948 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9949 Fix inconsistency wrt opening parens on the first line inside a paren
9950 block.
9951
9952 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9953 compile time for the sake of `c-major-mode-is'.
9954
9955 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9956 `c-major-mode-is' in the event that this is used inside a
9957 `c-lang-defconst'.
9958
9959 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9960 `c-lang-defconst' so that it works better with fallback languages.
9961
9962 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9963 it to fail to record the base mode.
9964
9965 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9966 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9967 is used. Reorder the syntax checks to get more efficient
9968 skipping in some situations.
9969
9970 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9971 continuation which might precede the newly inserted '{'.
9972
9973 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9974 Fix cases where it could loop indefinitely.
9975
9976 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9977 size specs correctly. Only fontify identifiers in front of '('
9978 with as functions - don't accept any paren char. Tighten up
9979 initializer skipping to stop before function and class blocks.
9980
9981 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9982 the point could be left directly after an open paren when finding
9983 the beginning of the first decl in the block.
9984
9985 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9986 table when filtering out legitimate open parens to be recorded.
9987 This could cause cache inconsistencies when e.g.
9988 `c++-template-syntax-table' was temporarily in use.
9989
9990 * progmodes/cc-engine.el (c-on-identifier)
9991 (c-simple-skip-symbol-backward): Small fix for handling "-"
9992 correctly in `skip-chars-backward'. Affected the operator lfun
9993 syntax in Pike.
9994
9995 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9996 Fix bug that could cause an error from `after-change-functions' when
9997 the changed region is at bob.
9998
9999 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
10000
10001 CC Mode update to 5.30.9:
10002
10003 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
10004 to say that <TAB> doesn't insert WS into a CPP line.
10005 (c-indent-command, c-tab-always-indent): Amend doc strings.
10006
10007 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
10008 checks for user errors, thus eliminating cryptic and unhelpful
10009 Emacs error messages. (1) Check the arg to `c-set-style' is a
10010 string. (2) Check that settings to `c-offsets-alist' are not
10011 spuriously quoted.
10012
10013 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
10014 which precedes the newly inserted `{'.
10015
10016 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10017
10018 Sync with Tramp 2.0.44.
10019
10020 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
10021 function "tramp_file_attributes". Otherwise, file names
10022 containing spaces are misinterpreted. Reported by Magnus Henoch
10023 <mange@freemail.hu>.
10024 (tramp-handle-file-truename): FILENAME must be expanded first.
10025 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
10026 obscure results. Reported by D. Goel <deego@gnufans.org>.
10027 (tramp-handle-verify-visited-file-modtime): If file does not
10028 exist, say it is not modified if and only if that agrees with the
10029 buffer's record. Check whether a file is visiting the buffer, or
10030 the buffer has no recorded last modification time. Return t in
10031 case the visiting file doesn't exist. Suggested by Luc Teirlinck
10032 <teirllm@auburn.edu>.
10033 (tramp-handle-write-region): Pass modtime explicitely to
10034 `set-visited-file-modtime', because filename can be different
10035 from (buffer-file-name) if `file-precious-flag' is set.
10036 `set-visited-file-modtime' must be called always when `visit' is t
10037 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
10038 (tramp-handle-set-visited-file-modtime): If `time-list' is not
10039 nil, don't apply the whole body. If the file doesn't exists, set
10040 modtime to '(-1 65535). Suggested by Luc Teirlinck
10041 <teirllm@auburn.edu>.
10042
10043 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
10044
10045 * help.el (describe-bindings): Doc fix.
10046
10047 * subr.el (kbd): Doc fix.
10048
10049 2004-08-08 John Paul Wallington <jpw@gnu.org>
10050
10051 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
10052 instead of `string-to-int'.
10053 (define-ibuffer-column mode): Fix indentation.
10054
10055 2004-08-08 Lars Hansen <larsh@math.ku.dk>
10056
10057 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
10058
10059 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10060
10061 * subr.el (global-unset-key, local-unset-key): Doc fixes.
10062
10063 * novice.el (disabled-command-function): New variable renamed from
10064 `disabled-command-hook'.
10065 (disabled-command-hook): Keep the _variable_ as alias for
10066 `disabled-command-function' and make obsolete.
10067 (disabled-command-function): Function renamed from
10068 `disabled-command-hook'. Adapt code to name change of the variable.
10069
10070 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
10071
10072 * simple.el (completion-root-regexp): New defvar.
10073 (completion-setup-function): Use it instead of a literal string.
10074
10075 2004-08-07 John Paul Wallington <jpw@gnu.org>
10076
10077 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
10078 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
10079 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
10080 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
10081
10082 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10083
10084 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
10085 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
10086
10087 2004-08-04 Kenichi Handa <handa@m17n.org>
10088
10089 * international/encoded-kb.el (encoded-kbd-setup-keymap):
10090 Fix previous change.
10091
10092 2004-08-03 Kenichi Handa <handa@m17n.org>
10093
10094 * international/encoded-kb.el: The following changes are to
10095 utilize key-translation-map instead of minor mode map.
10096 (encoded-kbd-iso2022-non-ascii-map): Delete it.
10097 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
10098 (encoded-kbd-last-key): New function.
10099 (encoded-kbd-iso2022-single-shift): New function.
10100 (encoded-kbd-iso2022-designation)
10101 (encoded-kbd-self-insert-iso2022-7bit)
10102 (encoded-kbd-self-insert-iso2022-8bit)
10103 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
10104 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
10105 key-translation-map.
10106 (encoded-kbd-setup-keymap): Setup key-translation-map.
10107 (saved-key-translation-map): New variable.
10108 (encoded-kbd-mode): Save/restore key-translation-map.
10109 Adjust for the change of encoded-kbd-setup-keymap.
10110
10111 2004-08-02 Kim F. Storm <storm@cua.dk>
10112
10113 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
10114 and call compute-motion with nil for topos and width to get proper
10115 usable width and height for both window and non-window systems.
10116
10117 * windmove.el (windmove-coordinates-of-position): Let compute-motion
10118 calculate usable window width and height.
10119
10120 * window.el (window-buffer-height): Call compute-motion with nil width.
10121
10122 2004-08-01 David Kastrup <dak@gnu.org>
10123
10124 * replace.el (query-replace-read-from):
10125 Use `query-replace-compile-replacement'.
10126 (query-replace-compile-replacement): New function.
10127 (query-replace-read-to): Use `query-replace-compile-replacement'
10128 for repeating the last command.
10129
10130 2004-08-01 John Paul Wallington <jpw@gnu.org>
10131
10132 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
10133 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
10134 (pr-switches): Remove period from end of error messages.
10135
10136 * help-mode.el (help-go-back): Likewise.
10137
10138 * abbrev.el (only-global-abbrevs): Doc fix.
10139 (edit-abbrevs-map): Define within defvar.
10140 (quietly-read-abbrev-file): Doc fix.
10141
10142 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * novice.el (enable-command, disable-command): Doc fixes.
10145
10146 * subr.el (event-modifiers, event-basic-type): Doc fixes.
10147
10148 2004-07-30 Richard M. Stallman <rms@gnu.org>
10149
10150 * subr.el (with-local-quit): Doc fix.
10151
10152 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
10153
10154 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
10155
10156 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
10157
10158 * custom.el (defcustom): Doc fix.
10159
10160 2004-07-28 Masatake YAMATO <jet@gyve.org>
10161
10162 * progmodes/etags.el (etags-tags-apropos): Show building progress.
10163
10164 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * imenu.el (imenu-prev-index-position-function)
10167 (imenu-extract-index-name-function, imenu-name-lookup-function)
10168 (imenu--index-alist): Docstring redundancy fix.
10169
10170 2004-07-25 Lars Hansen <larsh@math.ku.dk>
10171
10172 * wdired.el (wdired-finish-edit): Require dired-aux before locally
10173 binding dired-backup-overwrite.
10174
10175 2004-07-25 John Paul Wallington <jpw@gnu.org>
10176
10177 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
10178
10179 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10180
10181 * term/tty-colors.el (tty-color-approximate): Doc fix.
10182
10183 * select.el (x-get-selection, x-set-selection): Doc fixes.
10184
10185 * frame.el (make-frame): Doc fix.
10186
10187 2004-07-24 Richard M. Stallman <rms@gnu.org>
10188
10189 * mail/rmail.el (rmail-mime-charset-pattern):
10190 Don't include semicolon in the charset value.
10191
10192 * replace.el (occur-next-error): Call set-window-point.
10193 (occur-engine): Handle negative NLINES.
10194
10195 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
10196
10197 * frame.el (modify-all-frames-parameters): Minor doc fix.
10198 (set-frame-configuration): Doc fix.
10199
10200 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10201
10202 * simple.el (completion-setup-function): Compute the common parts
10203 and the first difference place correctly when
10204 partial-completion-mode is on.
10205
10206 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10207
10208 * ps-print.el: Doc fix.
10209 (ps-print-version): New version 6.6.5.
10210 (ps-printing-region): Doc fix.
10211 (ps-generate-string-list): Comment fix.
10212 (ps-message-log-max): Code fix.
10213
10214 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10215
10216 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
10217 generated PostScript.
10218
10219 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
10220
10221 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
10222 with Gnus v5_10 branch.)
10223
10224 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10225
10226 * calendar/time-date.el (time-to-number-of-days): New function.
10227 Imported from from Gnus.
10228
10229 2004-07-22 Kim F. Storm <storm@cua.dk>
10230
10231 * progmodes/make-mode.el: Fix comments.
10232
10233 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10234
10235 * printing.el: Doc fix.
10236
10237 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
10238
10239 * frame.el (modify-all-frames-parameters): Minor doc fix.
10240
10241 2004-07-20 Richard M. Stallman <rms@gnu.org>
10242
10243 * textmodes/fill.el (fill-nobreak-p): If this break point is
10244 at the end of the line, don't consider the newline which follows
10245 as a reason to return t.
10246
10247 2004-07-19 John Paul Wallington <jpw@gnu.org>
10248
10249 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
10250
10251 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
10252
10253 * dired-aux.el (dired-do-kill-lines): Expand docstring.
10254 Delete irrelevant code.
10255
10256 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
10257
10258 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10259 New docstring. From Luc Teirlinck.
10260
10261 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
10262
10263 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
10264 section.
10265 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
10266 non-file buffers. We know it is nil.
10267
10268 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
10269
10270 Sync with Tramp 2.0.43.
10271
10272 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10273 Remove outdated comment.
10274 (tramp-locked, tramp-locker): New variables for implementing a
10275 global lock.
10276 (tramp-sh-file-name-handler): Use them to implement the global lock.
10277
10278 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
10279
10280 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
10281 calls to respective `xxx` calls.
10282 (tramp-process-alive-regexp): Precise doc string.
10283 (tramp-multi-action-process-alive): New defun.
10284 (tramp-multi-actions): Use it.
10285 (tramp-handle-find-backup-file-name): `copy-tree' is available
10286 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
10287 in order to avoid this function.
10288 (tramp-handle-write-region): Set current buffer. If connection
10289 wasn't open, `file-modes' has changed it accidently. Reported by
10290 David Kastrup <dak@gnu.org>.
10291 (tramp-enter-password, tramp-read-passwd): New arguments USER and
10292 HOST.
10293 (tramp-action-password, tramp-multi-action-password): Apply it.
10294 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
10295 name must still contain the port number. Otherwise, we have two
10296 Tramp buffers, with all the confusion. Reported by Myron Selby
10297 <myron@xytech.com> and Rolf Dubitzky
10298 <Dubitzky@physi.uni-heidelberg.de>.
10299
10300 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
10301 HOST to `tramp-enter-passwd'.
10302
10303 * net/tramp-vc.el (all): Code cleanup. Change all
10304 `tramp-handle-xxx' calls to respective `xxx` calls.
10305
10306 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
10307
10308 * emacs-lisp/testcover.el: New category "potentially-1valued" for
10309 functions that are not erroneous if either 1-valued or
10310 multi-valued. Detect functions in this class.
10311 (testcover-1value-functions, testcover-compose-functions)
10312 (testcover-progn-functions) Add some additional functions to lists.
10313 (testcover-mark): Bugfix when marking up the definition for an
10314 empty function.
10315
10316 2004-07-17 Richard M. Stallman <rms@gnu.org>
10317
10318 * replace.el (occur-read-primary-args): Pass default to
10319 read-from-minibuffer.
10320
10321 * mail/footnote.el (footnote-section-tag): Use defcustom.
10322
10323 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
10324 Compile font-lock-keywords, not KEYWORDS.
10325 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
10326 Add warn, check-type. Handle cerror like error.
10327
10328 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
10329
10330 * progmodes/which-func.el (which-func-keymap): New var.
10331 (which-func-face): New face.
10332 (which-func-format): Use them.
10333
10334 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10335
10336 * buff-menu.el (list-buffers-noselect): Append the buffer's
10337 process status to its mode name.
10338
10339 2004-07-16 Kim F. Storm <storm@cua.dk>
10340
10341 * simple.el (inhibit-mark-movement): New defvar.
10342 (beginning-of-buffer, end-of-buffer): Do not push mark if
10343 inhibit-mark-movement is non-nil or C-u prefix is given.
10344
10345 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
10346 Init to beginning-of-buffer and end-of-buffer.
10347 (cua--undo-push-mark): New defvar.
10348 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
10349 already active and command is in cua--preserve-mark-commands.
10350 Also fix check for shift modifier on non-window systems.
10351 (cua--post-command-handler): Clear inhibit-mark-movement if set.
10352
10353 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10354
10355 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
10356 of two integers, instead of a cons.
10357
10358 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10359 `visited-file-modtime' now returns a list of two integers, instead
10360 of a cons.
10361
10362 * dired.el (dired-directory-changed-p): Ditto.
10363
10364 * progmodes/grep.el (grep): Doc fix.
10365
10366 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
10367
10368 * autorevert.el (auto-revert-tail-mode)
10369 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
10370 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
10371 in both at the same time.
10372 (auto-revert-tail-mode): New command.
10373 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
10374 (auto-revert-handler): Revert only either tail or whole file.
10375
10376 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
10377 add auto-revert-tail-mode.
10378
10379 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10380
10381 * printing.el: Doc fix. Change name of some funs.
10382 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
10383 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
10384 (pr-standard-file-name): New fun. Replace pr-standard-path.
10385 (pr-call-process): Code fix.
10386
10387 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
10388
10389 * subr.el (with-selected-window): Doc fix.
10390
10391 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
10392
10393 * subr.el (get-buffer-window-list): Doc fix.
10394
10395 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
10396
10397 * files.el (switch-to-buffer-other-window): Doc fix.
10398
10399 * window.el (save-selected-window, one-window-p)
10400 (split-window-keep-point, split-window-vertically)
10401 (split-window-horizontally): Doc fixes.
10402
10403 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10404
10405 * printing.el: Doc fix. Now it uses call-process instead of
10406 shell-command for low command execution.
10407 (pr-version): New version number (6.8).
10408 (pr-shell-file-name): Option removed.
10409 (pr-shell-command): Fun removed.
10410 (pr-call-process): New fun. Replace pr-shell-command.
10411 (pr-standard-path, pr-remove-nil-from-list): New funs.
10412 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
10413 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
10414 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
10415 (pr-ps-utility-process, pr-txt-print): Code fix.
10416
10417 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10418
10419 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
10420 boolean.
10421
10422 2004-07-09 Lars Hansen <larsh@math.ku.dk>
10423
10424 * wid-edit.el (widget-field-buffer): Doc fix.
10425
10426 2004-07-09 John Paul Wallington <jpw@gnu.org>
10427
10428 * emacs-lisp/re-builder.el (reb-update-overlays):
10429 Distinguish between one and several matches in message.
10430
10431 2004-07-09 Richard M. Stallman <rms@gnu.org>
10432
10433 * mouse.el (mouse-set-region-1): If transient-mark-mode
10434 is `identity', change it to `only'.
10435
10436 * simple.el (current-word): Doc fix.
10437
10438 2004-07-09 Mark A. Hershberger <mah@everybody.org>
10439
10440 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
10441 so that it is more understanding of whitespace.
10442
10443 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
10444 (("ns" . "element") (attr-list) children) instead of
10445 ((:ns . "element") (attr-list) children) in order to reduce the
10446 number of symbols used.
10447 (xml-skip-dtd): Change to use xml-parse-dtd but set
10448 xml-validating-parsing to nil.
10449 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
10450 (xml-substitute-entity): Remove in favor of new entity substitution.
10451 (xml-substitute-special): Rewrite in to substitute complex
10452 entities from DOCTYPE declarations.
10453 (xml-parse-fragment): Parse fragments from entity deleclarations.
10454 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
10455 (xml-parse-dtd, xml-substitute-special): Make validity checks
10456 conditioned on xml-validating-parser. Add "Not Well Formed" to
10457 error messages about well-formedness.
10458
10459 2004-07-08 Steven Tamm <steventamm@mac.com>
10460
10461 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
10462 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
10463 Do not treat double clicks and triple clicks specially in the
10464 scroll bar (preventing strange repositioning problems)
10465
10466 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * replace.el (query-replace-regexp-eval): Fix last change.
10469
10470 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * replace.el (query-replace-descr): New fun.
10473 (query-replace-read-from, query-replace-read-args): Default to the
10474 previous from&to.
10475 (query-replace-read-to): Quote the `from' string when displaying it.
10476 (query-replace-regexp-eval): Immediately check read-only status.
10477 Use query-replace-read-from to get the \n checking.
10478 Quote the `from' string when displaying it.
10479 (map-query-replace-regexp, occur-read-primary-args):
10480 Quote the `from' string when displaying it.
10481
10482 * isearch.el (isearch-query-replace): Pass the regexp-ness and
10483 delimited-ness of the search to query-replace.
10484
10485 * replace.el (query-replace-read-from, query-replace-read-to):
10486 New funs extracted from query-replace-read-args.
10487 (query-replace-read-args): Use them.
10488
10489 * replace.el (query-replace-interactive, query-replace-read-args):
10490 Remove the `initial' special value.
10491 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
10492 (occur-engine): Remove unused var `matchend'.
10493
10494 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
10495 Use the search string without prompting.
10496
10497 2004-07-05 Kenichi Handa <handa@m17n.org>
10498
10499 * international/mule.el (decode-coding-inserted-region):
10500 Set last-coding-system-used only when coding is nil.
10501
10502 2004-07-03 Eli Zaretskii <eliz@gnu.org>
10503
10504 * progmodes/grep.el (grep-compute-defaults, grep-command)
10505 (grep-program, find-program, grep-find-use-xargs, grep-history)
10506 (grep-find-history, grep-tag-default, grep-find-command)
10507 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
10508 Add autoload cookies, for unbundled packages that load `compile'
10509 and expect all grep-related symbols to become defined.
10510
10511 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
10512
10513 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
10514 (iimage-mode-image-search-path): New user option to search the
10515 image file.
10516 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
10517 have locate-file.
10518 (iimage-mode-buffer): Use it.
10519
10520 2004-07-03 Nick Roberts <nickrob@gnu.org>
10521
10522 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
10523 carefully.
10524 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
10525
10526 2004-07-03 Juri Linkov <juri@jurta.org>
10527
10528 * replace.el (query-replace-read-args): Swallow space after 'foo,
10529 not after (quote foo). Match space only immediately after symbol,
10530 not anywhere in the whole string.
10531
10532 2004-07-02 Richard M. Stallman <rms@gnu.org>
10533
10534 * replace.el (query-replace-read-args): Swallow space after
10535 symbols, not after closeparens. But avoid error if string ends there.
10536
10537 * progmodes/python.el (python-beginning-of-statement):
10538 Exit the loop if backward-up-list gets error.
10539
10540 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
10541
10542 2004-07-02 Andre Spiegel <spiegel@gnu.org>
10543
10544 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
10545 only if vc-consult-headers is non-nil.
10546
10547 2004-07-02 Juri Linkov <juri@jurta.org>
10548
10549 * pcvs.el (cvs-mode-diff-repository): New command.
10550
10551 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
10552
10553 2004-07-01 Juri Linkov <juri@jurta.org>
10554
10555 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
10556 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
10557 C-M-% to isearch-query-replace-regexp.
10558 (minibuffer-local-isearch-map): Add arrow key bindings.
10559 Bind C-f to isearch-yank-char-in-minibuffer.
10560 (isearch-forward): Doc fix.
10561 (isearch-edit-string): Doc fix.
10562 (isearch-query-replace, isearch-query-replace-regexp): New funs.
10563 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
10564 (isearch-yank-char): Add optional arg.
10565 (isearch-yank-char-in-minibuffer): New fun.
10566
10567 * replace.el (query-replace-interactive): Change type from boolean
10568 to choice. Add value `initial'.
10569 (query-replace-read-args): Handle value `initial' of
10570 query-replace-interactive.
10571
10572 2004-06-29 Kim F. Storm <storm@cua.dk>
10573
10574 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
10575 (breakpoint-disabled-bitmap-face): Add :group 'gud.
10576
10577 * progmodes/ada-xref.el (ada-tight-gvd-integration):
10578 Add :group 'ada.
10579
10580 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
10581
10582 2004-06-29 Juri Linkov <juri@jurta.org>
10583
10584 * replace.el (query-replace-read-args): Swallow a space after
10585 everything except )]" which in most cases means after a symbol.
10586
10587 * emacs-lisp/pp.el (pp-buffer): Add autoload.
10588
10589 2004-06-28 Richard M. Stallman <rms@gnu.org>
10590
10591 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
10592 More changes to go with previous change in font-lock.el.
10593
10594 2004-06-26 David Kastrup <dak@gnu.org>
10595
10596 * replace.el (perform-replace): Highlight the match even in
10597 non-query mode if there is potential replace string editing.
10598
10599 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
10600
10601 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
10602 agree with new return value of `file-remote-p'.
10603 This syncs with Tramp 2.0.42.
10604
10605 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
10606 according to new documentation of `file-remote-p'.
10607
10608 * files.el (file-remote-p): Fix doc to say that return value is
10609 identification of remote system, if not nil.
10610 (file-relative-name): Use new return value of `file-remote-p'.
10611
10612 2004-06-26 Nick Roberts <nickrob@gnu.org>
10613
10614 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
10615 (gdb-goto-breakpoint): Fix breakage.
10616
10617 2004-06-26 Eli Zaretskii <eliz@gnu.org>
10618
10619 * man.el (Man-getpage-in-background): Add windows-nt to the list
10620 of systems where shell-file-name should be used instead of
10621 literal "sh".
10622
10623 2004-06-25 Sam Steingold <sds@gnu.org>
10624
10625 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
10626 function names `(setf symbol)'.
10627
10628 2004-06-24 Richard M. Stallman <rms@gnu.org>
10629
10630 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
10631
10632 * font-lock.el (font-lock-keywords): Change format of compiled values.
10633 Document it.
10634 (font-lock-add-keywords): If font-lock-keywords is compiled,
10635 extract the uncompiled version, modify, then recompile.
10636 (font-lock-remove-keywords): Likewise.
10637 (font-lock-fontify-keywords-region): Handle changed format.
10638 (font-lock-compile-keywords): Handle changed format.
10639 (font-lock-set-defaults): Compile the keywords explicitly here.
10640
10641 2004-06-24 David Kastrup <dak@gnu.org>
10642
10643 * replace.el (query-replace-read-args): Implement `\,' and `\#'
10644 replacements here.
10645 (query-replace-regexp): Doc string explaining this and the new
10646 `\?' replacement. Remove `\,' and `\#' implementation here, as it
10647 is better placed in `query-replace-read-args'.
10648 (replace-regexp): Explain `\,', `\#' and `\?'.
10649 (replace-match-data): New function for thorough reuse/destruction
10650 of old match-data.
10651 (replace-match-maybe-edit): Function for implementing `\?' editing.
10652 (perform-replace): Fix maintaining of the match stack including
10653 already matched regions, implement `\?', fix various problems
10654 with regions while editing and other stuff.
10655 (replace-highlight): Simplify.
10656
10657 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
10658
10659 * progmodes/grep.el (grep-error-screen-columns): New variable.
10660 (grep-regexp-alist): Give it the full functionality of gnu style
10661 compilation messages with line and column ranges. Ask me for the
10662 perl script I'm working on, that uses these.
10663
10664 2004-06-23 Nick Roberts <nickrob@gnu.org>
10665
10666 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
10667 Remove.
10668 (comint-insert-input, comint-mouse-insert-input): New functions
10669 based on comint-insert-clicked-input for two bindings but just
10670 one functionality.
10671
10672 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10673
10674 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
10675
10676 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10677
10678 * files.el (write-contents-functions): Doc fix.
10679
10680 2004-06-21 Juanma Barranquero <lektu@terra.es>
10681
10682 * image.el (image-library-alist): Rewrite docstring in active voice.
10683
10684 2004-06-20 Richard M. Stallman <rms@gnu.org>
10685
10686 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
10687
10688 * isearch.el (isearch-repeat): Avoid testing old match data.
10689 (isearch-message): Display trailing space in special font
10690 when search is failing.
10691 (isearch-search-fun-function): Doc fix.
10692
10693 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
10694
10695 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
10696
10697 * frame.el (show-trailing-whitespace): Doc fix.
10698
10699 * cus-edit.el (custom-variable-documentation): New function.
10700 (custom-variable): Use it.
10701
10702 2004-06-19 Nick Roberts <nickrob@gnu.org>
10703
10704 * man.el (Man-getpage-in-background): Revert previous change but
10705 make cygwin a special case.
10706
10707 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * autorevert.el (global-auto-revert-non-file-buffers):
10710 Update docstring.
10711
10712 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
10713
10714 * progmodes/compile.el (compilation-error-properties): Store one
10715 more than end-col, if present, so that transient-mark-mode will
10716 highlight last char too.
10717 * progmodes/grep.el (grep-regexp-alist): Match columns and column
10718 ranges, if present.
10719
10720 2004-06-18 Jason Rumney <jasonr@gnu.org>
10721
10722 * makefile.w32-in: Double percent signs in for loops.
10723
10724 2004-06-17 David Kastrup <dak@gnu.org>
10725
10726 * replace.el (query-replace-read-args): Only warn about use of \n
10727 and \t when we are doing a regexp replacement and the actual
10728 escaped character is n or t.
10729 (query-replace-regexp): Add \, and \# interpretation to
10730 interactive call and document it.
10731 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
10732 as shortkey for replace-count.
10733 (replace-quote): New function for doubling backslashes.
10734
10735 2004-06-17 Juanma Barranquero <lektu@terra.es>
10736
10737 * files.el (parse-colon-path, cd): Mention in docstring that the
10738 path separator is colon in GNU-like systems.
10739
10740 * newcomment.el (comment-region-internal): Fix docstring.
10741
10742 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10743 (ewoc-invalidate, ewoc-collect): Doc fixes.
10744 (ewoc--create-node, ewoc--delete-node-internal):
10745 Fix typos in docstring.
10746
10747 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10748
10749 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10750 manual to docstring.
10751
10752 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10753
10754 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10755
10756 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10757
10758 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10759 Add hyperlink to emacs-xtra manual to docstring.
10760
10761 * autorevert.el (global-auto-revert-non-file-buffers):
10762 Add hyperlink to emacs-xtra manual to docstring, as well as an
10763 info-link.
10764
10765 2004-06-14 Juanma Barranquero <lektu@terra.es>
10766
10767 * image.el (image-library-alist): New variable to map image types
10768 to external libraries. Initialized to nil, unless system-specific
10769 configs change it.
10770 (image-type-available-p): Determine whether an image type is
10771 available by calling `init-image-library'.
10772
10773 * term/w32-win.el (image-library-alist): Initialize to a known set
10774 of probable library names.
10775
10776 2004-06-14 Kenichi Handa <handa@m17n.org>
10777
10778 * international/code-pages.el (windows-1256, cp1125): Fix tables
10779 for several characters.
10780
10781 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10782
10783 2004-06-13 Richard M. Stallman <rms@gnu.org>
10784
10785 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10786
10787 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10788 not "`pc-selection-mode'".
10789
10790 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10791
10792 * simple.el (previous-matching-history-element): Specify a default.
10793
10794 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10795
10796 * cus-face.el (custom-declare-face): Simplify code.
10797
10798 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10799
10800 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10801
10802 * files.el (before-save-hook): Add `time-stamp' to the options.
10803
10804 * time-stamp.el (time-stamp): Recommend adding it to
10805 `before-save-hook', rather than `write-file-functions'.
10806 Make a similar change in `Commentary' section.
10807
10808 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10809
10810 * diff-mode.el (diff-current-defun): If at start of hunk, use
10811 position of first change.
10812
10813 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10814
10815 * dired-x.el (dired-mark-omitted): Bind to "*O".
10816
10817 2004-06-12 Karl Fogel <kfogel@red-bean.com>
10818
10819 * bookmark.el (bookmark-bmenu-relocate): New function, as
10820 suggested by David J. Biesack <David.Biesack@sas.com>.
10821 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10822 (bookmark-bmenu-mode): Describe binding in doc string.
10823 (bookmark-set-filename): Save the bookmark list if it's time.
10824
10825 2004-06-13 Kenichi Handa <handa@m17n.org>
10826
10827 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10828 (ccl-untranslated-to-ucs): Fix typo.
10829
10830 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10831
10832 * progmodes/python.el (python-open-block-statement-p):
10833 Fix indentation after a block opening that contains a comment.
10834
10835 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10836
10837 * bindings.el (completion-ignored-extensions): Add file extensions
10838 of Python byte-compiled files.
10839
10840 2004-06-12 Juri Linkov <juri@jurta.org>
10841
10842 * info.el (Info-goto-node): Add autoload.
10843 (Info-toc): Add substring-no-properties on Info file name.
10844 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10845 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10846
10847 2004-06-12 Kenichi Handa <handa@m17n.org>
10848
10849 * international/mule-cmds.el (set-language-environment):
10850 Load subst tables if necessary.
10851
10852 * international/mule.el (decode-char): Load subst tables if necessary.
10853 (encode-char): Likewise.
10854
10855 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10856 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10857 (utf-16le-decode-loop): Set r5 to -1 before loop.
10858 (utf-16be-decode-loop): Likewise.
10859 (ccl-decode-mule-utf-16le): Add EOF processing block.
10860 (ccl-decode-mule-utf-16be): Likewise.
10861 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10862 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10863 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10864 (ccl-mule-utf-16-encode-untrans): New CCL.
10865 (utf-16-decode-to-ucs): Handle pre-read character.
10866 (utf-16le-encode-loop): Handle surrogate pair.
10867 (utf-16be-encode-loop): Likewise.
10868 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10869 of utf-16le-encode-loop.
10870 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10871 of utf-16be-encode-loop.
10872 (mule-utf-16-post-read-conversion):
10873 Call utf-8-post-read-conversion at first.
10874 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10875 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10876 Add post-read-conversion and pre-write-conversion.
10877
10878 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10879 (utf-translate-cjk-unicode-range): New variable.
10880 (utf-translate-cjk-load-tables): New function.
10881 (utf-lookup-subst-table-for-decode): New function.
10882 (utf-lookup-subst-table-for-encode): New function.
10883 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10884 tables here. Update safe-charsets of utf-* coding systems.
10885 (ccl-mule-utf-untrans): New CCL.
10886 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10887 at end of each branch.
10888 (ccl-mule-utf-8-encode-untrans): New CCL.
10889 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10890 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10891 length of encoding. Don't return r0.
10892 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
10893 (utf-8-post-read-conversion): Narrow to region properly.
10894 If utf-translate-cjk-mode is on, load tables if necessary.
10895 Call utf-8-compose with hash-table arg if necessary.
10896 Call XXX-compose-region instead of XXX-post-read-convesion.
10897 (utf-8-pre-write-conversion): New function.
10898 (mule-utf-8): Include CJK charsets in safe-charsets if
10899 utf-translate-cjk-mode is on. Add pre-write-conversion.
10900
10901 * international/characters.el: Temporarily set
10902 utf-translate-cjk-mode to nil.
10903
10904 * language/devan-util.el (devanagari-compose-region):
10905 Add autoload cookie.
10906
10907 * international/ccl.el (ccl-dump-call): Fix printing the
10908 subroutine name.
10909
10910 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10911
10912 * dired.el (dired-revert): If buffer is marked unmodified before
10913 reverting, keep it marked unmodified.
10914 Adapt to new conventions for commenting out code.
10915 (dired-make-relative): Adapt to new conventions for commenting out code.
10916
10917 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10918
10919 * eshell/esh-module.el (eshell-load-defgroups):
10920 Bind `vc-handled-backends' to nil when opening files.
10921
10922 2004-06-11 Juanma Barranquero <lektu@terra.es>
10923
10924 * files.el (parse-colon-path, cd): Doc fixes (refer to
10925 `path-separator', not colon).
10926
10927 2004-06-10 Juanma Barranquero <lektu@terra.es>
10928
10929 * newcomment.el (comment-search-forward)
10930 (comment-search-backward): Fix typos in docstring.
10931 (comment-region): Doc fix.
10932
10933 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10934
10935 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10936 switch is no longer stored in `dired-switches-alist'.
10937
10938 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10939 `dired-switches-alist'.
10940
10941 2004-06-10 Kim F. Storm <storm@cua.dk>
10942
10943 * pcvs.el (cvs-mode-diff-yesterday): New command.
10944
10945 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10946
10947 2004-06-10 Juri Linkov <juri@jurta.org>
10948
10949 * emacs-lisp/edebug.el (edebug-eval-defun):
10950 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10951 Fix docstring.
10952
10953 * simple.el (eval-expression-print-format): Don't print additional
10954 information on the first call to `eval-print-last-sexp'.
10955 (next-error-find-buffer): Fix punctuation.
10956 (killing) <defgroup>: Fix punctuation.
10957 (yank-excluded-properties): Change group from editing to killing.
10958
10959 * replace.el (perform-replace): Use `limit' to terminate the
10960 while-loop explicitly.
10961
10962 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10963
10964 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10965 Use lc-*.xpm as prefix instead of *-locol.xpm.
10966
10967 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10968 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10969 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10970 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10971 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10972 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10973 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10974 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10975 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10976 * toolbar/lc-up_arrow.xpm:
10977 Rename from *-locol.xpm.
10978
10979 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10980
10981 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10982 include forms like &<str>; as valid url patterns.
10983
10984 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10985
10986 * dired.el (dired-diff, dired-backup-diff)
10987 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10988 (dired-do-chown, dired-do-touch, dired-do-print)
10989 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10990 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10991 (dired-create-directory, dired-do-copy, dired-do-symlink)
10992 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10993 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10994 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10995 (dired-maybe-insert-subdir, dired-next-subdir)
10996 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10997 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10998 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10999 (dired-run-shell-command, dired-query): Remove redundant,
11000 or incorrect, autoloads.
11001
11002 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
11003 does not end in a slash. Add optional argument KILL-ROOT.
11004 Update docstring.
11005 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
11006 (dired-query): Add autoloads.
11007
11008 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
11009
11010 * progmodes/compile.el (compilation-set-window-height):
11011 Rearrange the save-* functions because a buffer can have several current
11012 point in different windows.
11013 (compilation-error-regexp-alist-alist): Recognize {standard input}
11014 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
11015
11016 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11017
11018 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
11019 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
11020 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
11021 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
11022 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
11023 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
11024 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
11025 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
11026 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
11027 * toolbar/up_arrow-locol.xpm:
11028 New versions of icons that uses fewer colors.
11029
11030 * toolbar/tool-bar.el (tool-bar-local-item)
11031 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
11032 if display-color-cells is 256 or less.
11033
11034 2004-06-08 Kim F. Storm <storm@cua.dk>
11035
11036 * wid-edit.el (widget-specify-button): Use hand pointer rather
11037 than mouse-face as visible mouse-over effect.
11038
11039 2004-06-07 Karl Fogel <kfogel@red-bean.com>
11040
11041 * saveplace.el (save-place-alist-to-file): Bind `print-length'
11042 and `print-level' to nil when writing out `save-place-alist'.
11043 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
11044
11045 2004-06-07 Juanma Barranquero <lektu@terra.es>
11046
11047 * completion.el (completion-kill-region): Doc fix.
11048
11049 * format.el (format-insert-annotations)
11050 (format-annotate-location): Doc fixes.
11051 (format-subtract-regions): Make arguments match their use in docstring.
11052
11053 * simple.el (kill-region): Doc fix.
11054
11055 * subr.el (insert-buffer-substring-no-properties)
11056 (insert-buffer-substring-as-yank): Doc fixes.
11057
11058 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
11059
11060 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11061 Update docstring.
11062 (dired-reset-subdir-switches): New function.
11063
11064 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
11065 Limit scope of `buffer-read-only' binding.
11066
11067 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
11068
11069 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
11070 eshell-explicit-command-char.
11071
11072 2004-06-06 Juanma Barranquero <lektu@terra.es>
11073
11074 * help-fns.el (help-argument-name): Inherit from italic face only
11075 if the frame supports it.
11076
11077 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11078
11079 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
11080 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
11081 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
11082 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
11083 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
11084 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
11085 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
11086 New conversions from xpm files.
11087
11088 * toolbar/README: New file.
11089
11090 2004-06-06 Richard M. Stallman <rms@gnu.org>
11091
11092 * isearch.el (isearch-mode-map): Undo previous change.
11093
11094 2004-06-05 Juri Linkov <juri@jurta.org>
11095
11096 * bindings.el (debug-ignored-errors): Add regexps for history
11097 related messages. Remove $ from "No further undo information".
11098 Move Ediff's messages to ediff.el.
11099
11100 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
11101
11102 * cus-edit.el (custom-display): Add `min-colors'.
11103
11104 * custom.el (defface): Add `supports' to docstring.
11105
11106 * help-fns.el (help-argument-name): Add :group 'help.
11107
11108 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
11109
11110 * find-dired.el (find-ls-subdir-switches): New user option.
11111 (find-dired): No longer call `abbreviate-file-name' on DIR.
11112 Set `dired-subdir-switches' buffer-locally.
11113
11114 * locate.el: Merge the two `Commentary' sections.
11115 (locate-ls-subdir-switches): New user option.
11116 (locate): Update for other changes.
11117 (locate-mode-map): Restore Dired binding for mouse-2.
11118 Bind `locate-mouse-view-file' to M-mouse-2.
11119 Bind `l' to `locate-do-redisplay'.
11120 (locate-main-listing-line-p, locate-do-redisplay): New functions.
11121 (locate-mouse-view-file, locate-tags, locate-find-directory):
11122 Print message if used outside main listing.
11123 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
11124 Various changes to support inserted subdirectories.
11125 (locate-insert-header): Change header of *Locate* buffer.
11126
11127 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11128 Change interactive default switches.
11129 (dired-rename-subdir-2): Update `dired-switches-alist'.
11130 (dired-insert-subdir, dired-kill-subdir):
11131 Handle `dired-switches-alist'. Do not mark buffer modified.
11132 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
11133 (dired-insert-subdir-doinsert): Omit messages.
11134 Handle `dired-subdir-switches'.
11135 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
11136
11137 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
11138 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
11139 subdirs if -R switch is used for a subdir.
11140 (dired-mode): Set `dired-switches-alist'.
11141 (dired-build-subdir-alist): Only print number of directories in
11142 echo area when invoked interactively.
11143
11144 2004-06-05 Lars Hansen <larsh@math.ku.dk>
11145
11146 * dired-x.el (dired-omit-mode): Rename from
11147 dired-omit-files-p. Use define-minor-mode to define it.
11148 (dired-omit-files-p): Add as alias for dired-omit-mode.
11149 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
11150 dired-mark-omitted.
11151 (dired-mark-omitted): Add. Bind to M-O.
11152
11153 2004-06-05 Kenichi Handa <handa@m17n.org>
11154
11155 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
11156
11157 2004-06-05 Juanma Barranquero <lektu@terra.es>
11158
11159 * help-fns.el (help-argument-name): Reintroduce face.
11160 (help-default-arg-highlight): Use it, now that
11161 `face-differs-from-default-p' can be trusted.
11162
11163 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11164
11165 * textmodes/table.el: Sentence commands added to Point Motion
11166 group; kill and backward-kill commands added to Extraction group.
11167
11168 2004-06-04 Mario Lang <mlang@delysid.org>
11169
11170 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
11171 systems appear to use mW, make the code handle this. Fix a
11172 division-by-zero bug while at it, and handle kernels with
11173 a slightly different layout in /proc/acpi.
11174
11175 2004-06-04 Karl Fogel <kfogel@red-bean.com>
11176
11177 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
11178 because the latter is a CL-ism. This fixes the bug reported by
11179 Shawn Boyette <mdxi@collapsar.net> in
11180 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
11181
11182 2004-06-04 Miles Bader <miles@gnu.org>
11183
11184 * faces.el (display-supports-face-attributes-p): Function moved to
11185 C code. Previously only the tty-related portion of this function
11186 was done in C; however the previous attempt to do a halfway-proper
11187 job for non-tty displays in lisp didn't work properly because of
11188 funny conditions during Emacs startup.
11189 (face-differs-from-default-p): Simplify, now that
11190 display-supports-face-attributes-p works properly on all display
11191 types. Remove :stipple from comparison; it doesn't really work
11192 in emacs anyway.
11193
11194 2004-06-04 Miles Bader <miles@gnu.org>
11195
11196 * faces.el (face-differs-from-default-p): Use a different
11197 implementation, so we can really check whether FACE displays
11198 differently or not.
11199
11200 2004-06-04 Miles Bader <miles@gnu.org>
11201
11202 * faces.el (display-supports-face-attributes-p): Implement a
11203 `different from default' check for non-tty displays.
11204
11205 2004-06-03 David Kastrup <dak@gnu.org>
11206
11207 * woman.el (woman-mapcan): More concise code.
11208 (woman-topic-all-completions, woman-topic-all-completions-1)
11209 (woman-topic-all-completions-merge): Replace by a simpler and
11210 much faster implementation based on O(n log n) sort/merge instead
11211 of the old O(n^2) behavior.
11212
11213 2004-06-03 Miles Bader <miles@gnu.org>
11214
11215 * subr.el (read-number): Use canonical format for default in prompt.
11216
11217 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
11218 Add regexp for " [...]" style defaults.
11219
11220 2004-06-02 Romain Francoise <romain@orebokech.com>
11221
11222 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
11223 groups: if the user asks for a hidden buffer, open the
11224 corresponding filter group to expose it.
11225
11226 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
11227 `ibuffer-jump-to-buffer'.
11228 (ibuffer-jump-offer-only-visible-buffers): New user option.
11229
11230 2004-06-02 Juanma Barranquero <lektu@terra.es>
11231
11232 * faces.el (frame-update-faces): Add empty docstring so the one
11233 for `ignore' doesn't show through.
11234
11235 * subr.el (process-kill-without-query): Remove spurious "\n" on
11236 obsolescence string.
11237 (focus-frame, unfocus-frame): Add obsolescence declaration and
11238 empty docstring.
11239
11240 * international/mule.el (register-char-codings): Make alias for
11241 `ignore'. Move docstring to obsolescence info and remove redundancy.
11242
11243 2004-06-02 Kim F. Storm <storm@cua.dk>
11244
11245 * frame.el (blink-cursor-start): Turn cursor off initially so blink
11246 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
11247
11248 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * comint.el (comint-replace-by-expanded-history-before-point):
11251 Obey `start' as the docstring says.
11252 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
11253 (comint-update-fence): Prevent font-lock from running unnecessarily.
11254 (comint-dynamic-list-completions): Use with-current-buffer.
11255
11256 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11257
11258 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
11259 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
11260 (bibtex-entry-update): Handle alternatives and optional fields.
11261 (bibtex-parse-entry): Bugfix, handle empty key.
11262
11263 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * vc-arch.el (vc-arch-state): Don't assume the file exists.
11266
11267 2004-05-31 Lars Hansen <larsh@math.ku.dk>
11268
11269 * desktop.el (desktop-save): Don't save minor modes without a
11270 known mode initialization function.
11271
11272 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
11273
11274 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
11275
11276 * autorevert.el: Update `Commentary' section.
11277
11278 2004-05-30 Juanma Barranquero <lektu@terra.es>
11279
11280 * dos-fns.el (convert-standard-filename):
11281 * files.el (convert-standard-filename):
11282 * w32-fns.el (convert-standard-filename):
11283 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
11284
11285 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11286
11287 Sync with Tramp.
11288
11289 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
11290 (tramp-let-maybe): Move to an earlier spot in the file.
11291 Patch by Andreas Schwab.
11292
11293 2004-05-30 Andreas Schwab <schwab@suse.de>
11294
11295 * dired.el (dired-get-filename): Don't use dired-re-dot.
11296
11297 2004-05-30 Richard M. Stallman <rms@gnu.org>
11298
11299 * files.el (find-file): Doc fix.
11300
11301 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
11302
11303 2004-05-30 Nick Roberts <nickrob@gnu.org>
11304
11305 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
11306 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
11307 modeline of the locals buffer.
11308 (gdb-goto-breakpoint): Handle gdbmi.
11309 (gdb-get-frame-number): Change for gdbmi.
11310
11311 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * files.el (file-remote-p): Apply file name handler for operation
11314 `file-remote-p'. It isn' a property any longer.
11315 (file-relative-name): `fh' and `fd' get the required value via
11316 `find-file-name-handler' already.
11317
11318 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
11319 (top): Remove setting of `file-remote-p' property for
11320 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
11321
11322 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
11323
11324 Version 2.0.41 of Tramp released.
11325
11326 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
11327 Throw away if process has died.
11328 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
11329 (tramp-out-of-band-prompt-regexp): Rename to
11330 `tramp-process-alive-regexp', because its usage is widen.
11331 (tramp-actions-copy-out-of-band): Apply it.
11332 (tramp-actions-before-shell, tramp-multi-actions):
11333 Add `tramp-action-process-alive' action.
11334 (tramp-action-process-alive): New defun.
11335 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11336 Add entry for `file-remote-p'.
11337 (tramp-handle-file-remote-p): New defun.
11338 (top): Remove setting of `file-remote-p'. Don't set
11339 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
11340
11341 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11342 `file-remote-p'.
11343
11344 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
11345 counted for (last) line. [They should or they shouldn't? --Stef]
11346 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
11347
11348 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11349
11350 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
11351 not really necessary but seems to keep the shell history smaller
11352 in some cases. It is no substitute for setting HISTFILE and
11353 HISTSIZE from tramp-open-connection-setup-interactive-shell,
11354 though. Suggested by Luc Teirlinck.
11355 (tramp-open-connection-setup-interactive-shell): Export variables
11356 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
11357 (tramp-set-process-query-on-exit-flag): New compat function.
11358 (tramp-open-connection-multi, tramp-open-connection-su)
11359 (tramp-open-connection-rsh, tramp-open-connection-telnet)
11360 (tramp-do-copy-or-rename-file-out-of-band): Use it.
11361 (tramp-let-maybe): New macro, let-binds a variable only if it
11362 isn't obsolete.
11363 (tramp-check-ls-commands, tramp-handle-expand-file-name)
11364 (tramp-handle-file-truename): Use it.
11365 (tramp-completion-file-name-regexp-unified): Avoid matching
11366 filenames starting with "/:" -- those are reserved for
11367 file-name-non-special.
11368
11369 * tramp-smb.el (tramp-smb-open-connection):
11370 Use tramp-set-process-query-on-exit-flag compat function.
11371
11372 2004-05-29 Richard M. Stallman <rms@gnu.org>
11373
11374 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
11375
11376 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
11377 (eval-last-sexp-print-value): Print char equivalent regardless
11378 of standard-output value.
11379
11380 * thumbs.el (thumbs-subst-char-in-string): Delete.
11381 (thumbs-thumbname): Use subst-char-in-string.
11382 (thumbs-resize-image): Use condition-case, not ignore-errors.
11383 (thumbs-kill-buffer): Likewise.
11384
11385 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
11386 (thumbs-mode): Make buffer read-only.
11387 (thumbs-make-thumb): Unconditionally accept an existing file.
11388 (thumbs-insert-thumb): Add thumb-image-file property to the image.
11389 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
11390 (thumbs-show-thumbs-list): Error if images not supported.
11391 (thumbs-save-current-image): Improve prompt string.
11392 (thumbs-mode-map): Define u, R, x.
11393 (thumbs-unmark): New command.
11394 (thumbs-emboss-image): Minor cleanup.
11395 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
11396 (thumbs-rename-images): New command.
11397 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
11398
11399 * thumbs.el (thumbs-current-image): New function.
11400 (thumbs-file-list, thumbs-file-alist): New functions.
11401 (thumbs-find-image): Delete arg L.
11402 Don't set up thumbs-fileL as buffer-local global var.
11403 (thumbs-find-image-at-point): Use thumbs-current-image.
11404 (thumbs-set-image-at-point-to-root-window): Likewise.
11405 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
11406 Record and warn about errors. Update thumbs-markedL for deletions.
11407 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
11408 (thumbs-redraw-buffer): Use thumbs-file-list.
11409 (thumbs-mark): Use thumbs-current-image.
11410 (thumbs-show-name): Use thumbs-current-image.
11411
11412 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
11413 and imenu--last-menubar-index-alist.
11414
11415 * subr.el (with-selected-window): Undo previous change.
11416
11417 2004-05-29 John Paul Wallington <jpw@gnu.org>
11418
11419 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
11420 (thumbs-mouse-find-image): New command.
11421 (thumbs-mode-map): Bind it to mouse-2.
11422 (thumbs-mode): Make mode-class special.
11423 (thumbs-view-image-mode): Likewise.
11424
11425 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
11426
11427 * flymake.el: New file.
11428
11429 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
11430
11431 * files.el (find-file-noselect-1): Do not bind
11432 `inhibit-read-only' to t during execution of
11433 `find-file-not-found-functions'.
11434
11435 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
11438 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
11439
11440 2004-05-28 Juri Linkov <juri@jurta.org>
11441
11442 * simple.el (eval-expression-print-format): New fun.
11443
11444 * simple.el (eval-expression):
11445 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11446 * emacs-lisp/edebug.el (edebug-compute-previous-result)
11447 (edebug-eval-expression): Print additionally the value returned by
11448 `eval-expression-print-format'.
11449
11450 * emacs-lisp/lisp.el (insert-pair-alist): New var.
11451 (insert-pair): Make arguments optional. Find character pair
11452 from `insert-pair-alist' according to the last input event.
11453 (insert-parentheses): Make arguments optional.
11454 (raise-sexp, delete-pair): New funs.
11455
11456 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
11457 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11458 Bind C-M-q to `indent-pp-sexp'.
11459
11460 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
11461 `pp-to-string' modified to be able to format text with newlines.
11462 (pp-to-string): Move the buffer-formatting part of the code to
11463 `pp-buffer'. Call `pp-buffer'.
11464
11465 * info.el (Info-desktop-buffer-misc-data): Don't save information
11466 about virtual files.
11467 (Info-restore-desktop-buffer): Restore Info buffers in prepared
11468 buffers with names obtained from the desktop file instead of the
11469 default *info* buffer.
11470
11471 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * subr.el (with-selected-window): Only save/restore the selected window.
11474
11475 * progmodes/compile.el (compilation-error-regexp-alist):
11476 Use expand-file-name and data-directory.
11477
11478 * progmodes/grep.el (grep-tree): Rework previous fix.
11479
11480 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
11481 after the user marked text with the mouse.
11482
11483 * startup.el (command-line): Keep the first regexp of
11484 auto-save-file-name-transforms intact.
11485
11486 2004-05-28 Juanma Barranquero <lektu@terra.es>
11487
11488 * cus-edit.el (customize-face, customize-face-other-window)
11489 (custom-face-edit-delete): Make arguments match their use in
11490 docstring.
11491 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
11492 docstring.
11493
11494 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
11495 not `cvs-butlast'.
11496
11497 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
11498 `nbutlast' are in subr.el).
11499
11500 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
11501 (set-w32-system-coding-system): Doc fixes.
11502
11503 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
11504 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
11505 Make arguments match their use in docstring.
11506 (artist-draw-region-trim-line-endings)
11507 (artist-mouse-choose-operation): Fix typo in docstring.
11508 (artist-key-set-point-common): Doc fix.
11509
11510 2004-05-28 Simon Josefsson <jas@extundo.com>
11511
11512 * mail/smtpmail.el (smtpmail-open-stream):
11513 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
11514
11515 2004-05-26 Simon Josefsson <jas@extundo.com>
11516
11517 * starttls.el: Merge with my GNUTLS based starttls.el.
11518 (starttls-gnutls-program, starttls-use-gnutls)
11519 (starttls-extra-arguments, starttls-process-connection-type)
11520 (starttls-connect, starttls-failure, starttls-success): New variables.
11521 (starttls-program, starttls-extra-args): Doc fix.
11522 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
11523 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
11524 and pass on to corresponding *-gnutls function if it is set.
11525
11526 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
11527
11528 * autorevert.el (auto-revert-handler): Disable auto-reverting of
11529 remote files.
11530
11531 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
11532
11533 * files.el (file-name-non-special): There are more operations
11534 which need handling: `find-backup-file-name',
11535 `insert-file-contents', `verify-visited-file-modtime',
11536 `write-region'. Rename t value of method to `add'. Add new
11537 methods `quote' and `unquote-then-quote' to file-arg-indices.
11538
11539 2004-05-25 Juri Linkov <juri@jurta.org>
11540
11541 * info.el (Info-toc): Call Info-mode on intermediate buffer.
11542 (Info-index-nodes): Enclose code in condition-case to catch errors.
11543 (Info-index-node): Don't search all index nodes if request is only
11544 for the current node and file is not in the cache of index nodes.
11545 (Info-mode-map): Bind Info-copy-current-node-name to `w'
11546 for consistency with dired-copy-filename-as-kill.
11547 Bind `S' to Info-search-case-sensitively.
11548 (Info-copy-current-node-name): New arg. With zero prefix arg put
11549 the name inside a function call to `info'. Display copied text in
11550 the echo area.
11551
11552 2004-05-25 Sam Steingold <sds@gnu.org>
11553
11554 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
11555 strip the package prefix from the symbol name, if any.
11556 Make it the `find-tag-default-function' for `lisp-mode'.
11557
11558 2004-05-25 John Paul Wallington <jpw@gnu.org>
11559
11560 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
11561 instead of obsolete `process-kill-without-query'.
11562
11563 * textmodes/texinfmt.el (texinfo-indexvar-alist):
11564 Declare as variable, not constant.
11565
11566 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
11567
11568 * files.el (find-file-noselect-1): Fix bug introduced by
11569 Revision 1.694. As a side effect, `inhibit-read-only'
11570 is again, by default, t during execution of
11571 `find-file-not-found-functions'.
11572 (insert-directory): Check that lines were really inserted by
11573 the --dired switch, before erasing them.
11574
11575 2004-05-24 Nick Roberts <nickrob@gnu.org>
11576
11577 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
11578 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
11579 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
11580 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
11581 gud-minor-mode (gdbmi).
11582
11583 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11584
11585 * net/browse-url.el (browse-url-interactive-arg): Enable user to
11586 explicitly select the text to be taken as URL.
11587
11588 2004-05-23 Juri Linkov <juri@jurta.org>
11589
11590 * info.el (Info-index-nodes): New var and fun.
11591 (Info-goto-index, Info-index, info-apropos)
11592 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
11593 (Info-index): Fix docstring. Store and restore Info-history-list.
11594 (Info-complete-nodes): New var.
11595 (Info-complete-menu-item): Use it.
11596 (Info-index-node): New fun.
11597 (Info-final-node, Info-forward-node, Info-backward-node)
11598 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
11599 Use Info-index-node.
11600 (Info-extract-menu-item, Info-extract-menu-counting): Set second
11601 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
11602 (Info-find-node-2): If a node with period in its name not found,
11603 try to find a node without the name part after period.
11604 (Info-select-node): Call Info-fontify-node only if
11605 Info-fontify-maximum-menu-size is not nil.
11606 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
11607 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
11608 Preserve Info-history-list.
11609 (Info-toc): Set Info-current-file.
11610 (Info-build-toc): Move point to the beginning of the buffer.
11611 Add main-file variable.
11612 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
11613 Use backslashed representation of the control character ^_.
11614
11615 * textmodes/texinfmt.el (texinfo-print-index): Print index line
11616 numbers in the new Texinfo 4.7 format.
11617
11618 * add-log.el (change-log-font-lock-keywords): Remove `:' from
11619 regexps for function and variable names.
11620
11621 * descr-text.el (describe-property-list): Add [show] button for
11622 `syntax-table' property with action to pp to a separate buffer.
11623 (describe-char): Replace search-forward by re-search-forward with
11624 whitespace regexp after "character:" to not fail in too narrow windows.
11625
11626 * simple.el (next-error-find-buffer): Add a rule to return
11627 next-error capable buffer if one window on the selected frame
11628 displays such buffer.
11629
11630 2004-05-23 Nick Roberts <nickrob@gnu.org>
11631
11632 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
11633 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
11634 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
11635 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
11636 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
11637 Handle new value for gud-minor-mode (gdbmi).
11638 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
11639 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
11640 Change from local to global gdb variable set.
11641 (gdb-ann3): Initialise above gdb variable set.
11642 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
11643 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
11644 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
11645 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
11646 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
11647 (gdb-info-locals-handler, gdb-invalidate-assembler)
11648 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
11649 set as global variables.
11650 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
11651 Handle gdbmi.
11652 (gdb-info-breakpoints-custom): Fix regexp.
11653 (def-gdb-var): Delete.
11654
11655 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
11656 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
11657 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
11658 a new mode. The file (gdb-mi.el) for this mode will be included
11659 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
11660 primary interface.
11661
11662 2004-05-23 Jesper Harder <harder@ifa.au.dk>
11663
11664 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
11665 interpreted as a directory.
11666
11667 2004-05-22 Richard M. Stallman <rms@gnu.org>
11668
11669 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
11670 as a close quote.
11671
11672 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
11673
11674 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
11675 Use assoc-string, not assoc-ignore-case.
11676
11677 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
11678
11679 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
11680 If moving back then fwd gets a defun that ends before point,
11681 try again moving fwd then back.
11682
11683 * files.el (file-name-non-special): Allow t in file-arg-indices
11684 to mean requote the return value. Use `identity' as an element
11685 rather than as the whole value.
11686
11687 * gs.el (gs-options): Add -dSAFER. Mark it risky.
11688
11689 2004-05-22 Juanma Barranquero <lektu@terra.es>
11690
11691 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
11692 `help-make-usage'.
11693 (help-highlight-arguments): Skip function name before searching
11694 for arguments.
11695
11696 2004-05-21 Juanma Barranquero <lektu@terra.es>
11697
11698 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
11699 Don't mention in the docstring these arguments meant for
11700 internal (recursive) use only.
11701 (allout-char-spec): Comment out (it's not implemented).
11702 (allout-old-expose-topic, allout-exposure): Fix docstring and add
11703 obsolescence declaration.
11704 (allout-flatten-exposed-to-buffer)
11705 (allout-indented-exposed-to-buffer): Fix typos in docstring.
11706 (my-mark-marker): Doc fix.
11707 (produce-allout-mode-map, allout-sibling-index)
11708 (allout-isearch-expose, allout-distinctive-bullet)
11709 (allout-open-topic, allout-reindent-body)
11710 (allout-rebullet-heading, allout-process-exposed)
11711 (allout-insert-listified, allout-latex-verb-quote)
11712 (allout-insert-latex-header, allout-insert-latex-trailer):
11713 Make arguments match their use in docstring.
11714 (allout-primary-bullet, allout-old-style-prefixes)
11715 (allout-inhibit-protection, allout-init, allout-mode)
11716 (allout-before-change-protect, allout-flag-region):
11717 Use "Emacs" instead of "emacs" in docstrings.
11718
11719 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11720
11721 * international/characters.el: Modify syntax of more characters.
11722
11723 2004-05-21 Masatake YAMATO <jet@gyve.org>
11724
11725 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
11726 (etags-tags-completion-table): Show parsing progress.
11727
11728 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
11729
11730 * locate.el (locate-prompt-for-command): Shorten first line of
11731 docstring.
11732 (locate-mode): Expand docstring and include keymap summary.
11733
11734 * files.el (find-file-noselect-1): Limit the scope of the
11735 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
11736 is, by default, nil during the execution of
11737 `find-file-not-found-functions' and `find-file-hook'.
11738
11739 2004-05-20 Michael Mauger <mmaug@yahoo.com>
11740
11741 * facemenu.el (facemenu-color-name-equal): New function.
11742 (list-colors-display): Use it to compare colors instead of
11743 facemenu-color-equal.
11744
11745 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
11746
11747 * compare-w.el (compare-windows-face): Use min-colors instead of
11748 checking for tty or pc types.
11749
11750 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11753 (completion-setup-function): Use with-current-buffer.
11754 Properly save excursion. Simplify.
11755 Don't assume there is necessarily a `mouse-face' property somewhere.
11756
11757 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11758
11759 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11760
11761 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11762 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11763 Use with-current-buffer.
11764 (byte-goto-log-buffer): Delete.
11765 (byte-compile-log-file): Call compilation-forget-errors.
11766
11767 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11768
11769 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11770 output messages into the search result.
11771
11772 2004-05-19 Masatake YAMATO <jet@gyve.org>
11773
11774 * wid-edit.el (widget-radio-button-notify): Revert my last
11775 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11776
11777 2004-05-19 Kenichi Handa <handa@m17n.org>
11778
11779 * international/characters.el: Fix syntax (open/close) of CJK chars.
11780
11781 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11782
11783 * help-mode.el (help-go-back): Don't depend on position of back button.
11784
11785 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11788 files files don't contain an accidental additional /.
11789
11790 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11791 in source buffer.
11792
11793 2004-05-18 Masatake YAMATO <jet@gyve.org>
11794
11795 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11796 to widget-apply. :action method assumes 2 arguments, not 3.
11797
11798 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11799
11800 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11801 New constants.
11802 (hs-special-modes-alist): Add an f90-mode entry.
11803
11804 2004-05-17 Sam Steingold <sds@gnu.org>
11805
11806 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11807 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
11808
11809 2004-05-16 Kim F. Storm <storm@cua.dk>
11810
11811 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11812
11813 2004-05-15 John Wiegley <johnw@newartisans.com>
11814
11815 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11816 (eshell-output-object-to-target): Improve output speed 20% by not
11817 calling `eshell-stringify' if something is already known to be a string.
11818
11819 2004-05-15 Alex Ott <ott@jet.msk.su>
11820
11821 * textmodes/ispell.el (ispell-local-dictionary-alist):
11822 Add windows-1251 to the choice of coding systems.
11823 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11824 encoded in cp1251.
11825
11826 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11827
11828 * progmodes/compile.el (compilation-warning-face)
11829 (compilation-info-face): Use min-colors.
11830
11831 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11832
11833 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11834 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11835 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11836 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11837 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11838 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11839 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11840 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11841 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11842 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11843 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11844 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11845 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11846 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11847
11848 2004-05-15 Kim F. Storm <storm@cua.dk>
11849
11850 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11851 Use it to set triggered-p element of timer.
11852 (timer-event-handler): Set triggered-p element non-nil while running
11853 the timer function.
11854
11855 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * descr-text.el (describe-char-unicode-data)
11858 (describe-char-unicodedata-file): Re-enable the unicode code now that
11859 the licensing issues have been cleared in the unicode-4 license.
11860 (describe-text-properties-1): Remove unused `overlay' var.
11861 (describe-char): Remove unused var `buffer'.
11862
11863 2004-05-14 David Ponce <david@dponce.com>
11864
11865 * tree-widget.el: New file.
11866
11867 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11868
11869 * language/european.el ("Brazilian Portuguese"): Add support for
11870 Brazilian Portuguese.
11871
11872 2004-05-13 John Wiegley <johnw@newartisans.com>
11873
11874 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11875 `recentf-mode' if this variable has been customized to t.
11876
11877 * eshell/esh-test.el (eshell-test): Call the function
11878 `emacs-version' rather than trying to build a custom version string.
11879
11880 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * net/telnet.el (telnet-mode): Use define-derived-mode.
11883 Don't modify the global value of comint-prompt-regexp.
11884
11885 2004-05-13 John Paul Wallington <jpw@gnu.org>
11886
11887 * version.el (emacs-version): Check for `gtk' feature before
11888 `x-toolkit' feature.
11889
11890 2004-05-13 Juanma Barranquero <lektu@terra.es>
11891
11892 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11893 arguments in the docstring, they're used only in recursive calls.
11894
11895 * help-fns.el (help-arg-highlighting-function)
11896 (help-argument-name): Delete.
11897 (help-default-arg-highlight): New function.
11898 (help-do-arg-highlighting): Use it.
11899
11900 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11901
11902 * calendar/appt.el (appt-disp-window):
11903 Use `calendar-set-mode-line' for a centered mode-line.
11904
11905 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11906
11907 * calendar/appt.el (appt-disp-window): Do not split window
11908 excessively when `split-height-threshold' is low.
11909
11910 2004-05-12 Nick Roberts <nickrob@gnu.org>
11911
11912 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11913 kill-buffer-hook here and make it local.
11914 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11915
11916 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11917
11918 * progmodes/compile.el (compilation-set-window-height):
11919 Use save-excursion to protect against misplaced marker.
11920
11921 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11922
11923 * custom.el (defface): Document that type can have value gtk.
11924
11925 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11926
11927 2004-05-12 Kenichi Handa <handa@m17n.org>
11928
11929 * descr-text.el: Require quail at comile time.
11930 (describe-char): If an input method is on and it supports the
11931 character, show how to input it.
11932
11933 * international/quail.el (quail-install-decode-map): Accept a
11934 char-table whose subtype is `quail-decode-map'.
11935 (quail-store-decode-map-key, quail-gen-decode-map1)
11936 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11937 (quail-show-key): New functions.
11938
11939 2004-05-12 Juanma Barranquero <lektu@terra.es>
11940
11941 * generic.el (define-generic-mode): Remove redundant arglist info.
11942
11943 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11944 Make arguments match their use in docstring.
11945 (help-arg-highlighting-function): New variable.
11946 (help-argument-name): Mention it in the docstring.
11947 (help-do-arg-highlight): Use it. Expand regexp to accept also
11948 ARG-xxx and xxx-ARG references.
11949
11950 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11951
11952 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11953 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11954 and "mailto:addr1?to=addr2" equal.
11955
11956 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11957
11958 * man.el (Man-getpage-in-background): Use shell-file-name
11959 and shell-command-switch variables instead of hard-coded values.
11960
11961 2004-05-11 Eli Zaretskii <eliz@gnu.org>
11962
11963 * iimage.el: New file.
11964
11965 2004-05-11 Juanma Barranquero <lektu@terra.es>
11966
11967 * custom.el (custom-initialize-default, defcustom):
11968 Fix typo in docstring.
11969
11970 * files.el (set-visited-file-name, file-expand-wildcards):
11971 Fix docstring.
11972
11973 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11976
11977 * subr.el (eventp): Be more discriminating with integers.
11978
11979 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11980
11981 * progmodes/compile.el (compile): Add universal prefix arg.
11982 (compilation-error-regexp-alist-alist): Add edg patterns.
11983
11984 2004-05-10 Sam Steingold <sds@gnu.org>
11985
11986 * textmodes/ispell.el (ispell-message):
11987 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11988
11989 2004-05-10 Dave Love <fx@gnu.org>
11990
11991 * progmodes/python.el (help-buffer): Autoload when compiling.
11992 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11993 (run-python): Prepend to any existing PYTHONPATH.
11994
11995 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
11996
11997 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11998 for pending breakpoints.
11999
12000 2004-05-10 Richard M. Stallman <rms@gnu.org>
12001
12002 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
12003 directly without calling any functions in Rmail.
12004 (unrmail-unprune): Function deleted.
12005
12006 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
12009 C-c C-z binding.
12010
12011 2004-05-10 Kenichi Handa <handa@m17n.org>
12012
12013 * descr-text.el (describe-char): Fix previous change. Don't make
12014 a unibyte character to multibyte in the *Help* buffer.
12015
12016 2004-05-10 Miles Bader <miles@gnu.org>
12017
12018 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
12019 buffer an error if the debugger process is actually running.
12020
12021 2004-05-10 Juanma Barranquero <lektu@terra.es>
12022
12023 * help-fns.el (help-argument-name): Default to italic.
12024 (help-highlight-arguments): Return always (usage . doc), even when
12025 usage is nil.
12026
12027 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
12028 (define-ibuffer-filter): Add usage info.
12029 (define-ibuffer-op): Add usage info (but CL-style defaults for
12030 keyword args are not shown).
12031
12032 * subr.el (remove-overlays, read-passwd): Fix docstring.
12033 (start-process-shell-command): Fix docstring. Put usage info in a
12034 format usable by `describe-function'.
12035 (open-network-stream, open-network-stream-nowait)
12036 (open-network-stream-server): Fix docstring.
12037
12038 2004-05-09 Jason Rumney <jasonr@gnu.org>
12039
12040 * international/code-pages (cp932, cp936, cp949, c950): Remove.
12041 Only define cp125* if windows-125* is already defined.
12042
12043 * language/korean.el (cp949): Add alias.
12044
12045 * language/chinese.el (cp936, cp950): Add aliases.
12046
12047 * language/japanese.el (cp932): Add alias.
12048
12049 * term/w32-win.el: Require code-pages.
12050
12051 * international/mule-cmds.el (set-locale-environment):
12052 On MS-Windows use ansi code-page for default coding-systems.
12053 Set up paper sizes for Windows 3 letter languages.
12054
12055 * international/code-pages.el (cp932, cp936, cp949, cp950):
12056 Add aliases. Also add cp125* if not already defined.
12057
12058 2004-05-09 Juanma Barranquero <lektu@terra.es>
12059
12060 * help-fns.el (help-highlight-arguments): Don't try to highlight
12061 missing or autoloaded arglists. Accept structured arguments, like
12062 the first ones of `do' and `flet'.
12063
12064 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
12065 (cvs-get-marked): Remove redundant arglist info.
12066
12067 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
12068 Don't use CL-style default args.
12069
12070 2004-05-08 Andreas Schwab <schwab@suse.de>
12071
12072 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
12073
12074 * international/subst-ksc.el: Fix references to utf-translate-cjk
12075 into utf-translate-cjk-mode.
12076 * international/subst-big5.el: Likewise.
12077 * international/subst-gb2312.el: Likewise.
12078 * international/subst-jis.el: Likewise.
12079 * international/utf-16.el: Likewise.
12080 * international/utf-8.el: Likewise.
12081
12082 2004-05-08 John Wiegley <johnw@newartisans.com>
12083
12084 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
12085 "virtual buffers" (off by default), which makes it possible to
12086 switch to the "virtual" buffers of recently visited files. When a
12087 buffer name search fails, and this option is on, iswitchb will
12088 look at the list of recently visited files, and permit matching
12089 against those names. When the user hits RET on a match, it will
12090 revisit that file.
12091 (iswitchb-read-buffer): Add two optional arguments, which makes
12092 isearchb.el possible.
12093 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
12094 (iswitchb-next-match): Add support for virtual buffers.
12095
12096 * isearchb.el: This module extends iswitchb to provide "as you
12097 type" buffer selection.
12098
12099 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
12100 Ignore the read-only property when flyspell highlighting is on.
12101 Not ignoring it leads to a series of confusing errors.
12102 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
12103 but also make sure to call flyspell-incorrect-hook.
12104 (flyspell-maybe-correct-transposition): Perform transposition test
12105 by bit twiddling a string, rather than using a temp buffer.
12106 (flyspell-maybe-correct-doubling): Use a string rather than a temp
12107 buffer. This is also the original version of the code, which
12108 could not be checked in before due to a previous lack of
12109 assignment papers. This version has seen heavy usage on my system
12110 for several years now.
12111
12112 * calendar/cal-bahai.el: New file, which adds support for the
12113 Baha'i calendar to Emacs. This calendar is based on a solar year
12114 of 19 months of 19 days, with 4 intercalary days. Each year
12115 begins on March 21, with the calendar starting in 1844.
12116
12117 * calendar/cal-menu.el, calendar/calendar.el,
12118 calendar/diary-lib.el, calendar/holidays.el: Added support for
12119 using cal-bahai.el.
12120
12121 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
12122 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
12123 function can be used outside of eshell buffers.
12124 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
12125
12126 2004-05-08 Juanma Barranquero <lektu@terra.es>
12127
12128 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
12129 word constituent so FOO-ARG is not recognized as an arg.
12130 (help-highlight-arguments): Don't skip lists in mandatory arguments.
12131
12132 * simple.el (next-error): Fix typo in docstring.
12133 (open-line): Make argument names match their use in docstring.
12134 (split-line): Fix docstring.
12135
12136 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
12137 usable by `describe-function'.
12138 (gensym, gentemp, typep, ignore-errors): Make argument names match
12139 their use in docstring.
12140
12141 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
12142 argument to `help-setup-xref'.
12143
12144 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
12145
12146 Version 2.0.40 of Tramp released.
12147
12148 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
12149 Use symbol-function to invoke functions only known on some Emacs
12150 flavors. This avoids byte-compiler warnings. Reported by Kevin
12151 Scaldeferri <kevin@scaldeferri.com>.
12152 (tramp-do-copy-or-rename-file-via-buffer): Rename from
12153 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
12154 consistent with the other tramp-do-* functions.
12155 (tramp-do-copy-or-rename-file): Calls adjusted.
12156 (tramp-process-initial-commands): Avoid liveness check on shell --
12157 we know that it must be alive since we're opening a connection at
12158 this moment.
12159 (tramp-last-cmd): New internal variable.
12160 (tramp-process-echoes): New tunable.
12161 (tramp-send-command): Set tramp-last-cmd.
12162 (tramp-wait-for-output): Delete echo, if applicable.
12163 (tramp-read-passwd): Construct the key for the password cache in a
12164 way that works for multi methods, too.
12165 (tramp-bug): Add backup-directory-alist and
12166 bkup-backup-directory-info to bug reports, with Tramp counterparts.
12167
12168 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
12169
12170 * net/tramp*.el: Suppress byte-compiler warnings where possible.
12171
12172 * net/tramp.el (tramp-out-of-band-prompt-regexp)
12173 (tramp-actions-copy-out-of-band): New defcustoms.
12174 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
12175 used instead of a synchronous one. Allows password entering.
12176 (tramp-action-out-of-band): New defun.
12177 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
12178 Remove restriction with password from doc string.
12179 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
12180 `tramp-out-of-band-prompt-regexp',
12181 `tramp-actions-copy-out-of-band', `password-cache' and
12182 `password-cache-expiry'.
12183 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
12184 password caching.
12185 (tramp-touch): FILE can be a local file, too.
12186 (TODO): Remove items done.
12187 (tramp-handle-insert-directory): Properly quote file name also if
12188 not full-directory-p. Handle wildcard case. Reported by Andreas
12189 Schwab <schwab@suse.de>.
12190 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
12191 new file.
12192 (tramp-handle-file-local-copy, tramp-handle-write-region):
12193 The permissions of the temporary file are set if filename exists.
12194 Reported by Ted Stern <stern@cray.com>.
12195 (tramp-backup-directory-alist)
12196 (tramp-bkup-backup-directory-info): New defcustoms.
12197 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
12198 (tramp-handle-find-backup-file-name): New function.
12199 Implements Tramp's find-backup-file-name.
12200
12201 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
12202 for `find-backup-file-name'.
12203
12204 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
12205 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
12206
12207 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12208
12209 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
12210
12211 2004-05-07 Juanma Barranquero <lektu@terra.es>
12212
12213 * subr.el (lambda): Add arglist description to docstring.
12214 (declare): Fix typo in docstring.
12215 (open-network-stream): Fix docstring.
12216 (process-kill-without-query): Fix docstring and add obsolescence info.
12217 (last, butlast, nbutlast): Make arguments match their use in docstring.
12218 (insert-buffer-substring-no-properties): Likewise.
12219 (insert-buffer-substring-as-yank): Likewise.
12220 (split-string): Fix docstring.
12221
12222 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12223 Make argument names match their use in docstring.
12224
12225 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
12226
12227 2004-05-06 Nick Roberts <nickrob@gnu.org>
12228
12229 * progmodes/gdb-ui.el: Improve/extend documentation strings.
12230 Fit first sentence on one line for apropos-command.
12231
12232 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 Changes largely merged in from Dave Love's code.
12235 * progmodes/python.el: Doc fixes.
12236 (python-mode-map): Add python-complete-symbol.
12237 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
12238 (python-comment-indent, python-complete-symbol)
12239 (python-symbol-completions, python-partial-symbol)
12240 (python-try-complete): New.
12241 (python-indent-line): Remove optional arg. Use python-block-end-p.
12242 (python-check): Bind compilation-error-regexp-alist.
12243 (inferior-python-mode): Use rx. Move keybindings to top level.
12244 Set comint-input-filter.
12245 (python-preoutput-filter): Use rx.
12246 (python-input-filter): Re-introduce.
12247 (python-proc): Start new process if necessary.
12248 Check python-buffer non-nil.
12249 (view-return-to-alist): Defvar.
12250 (python-send-receive): New.
12251 (python-eldoc-function): Use it.
12252 (python-mode-running): Don't defvar.
12253 (python-mode): Set comment-indent-function.
12254 Maybe update hippie-expand-try-functions-list.
12255 (python-indentation-levels): Initialize differently.
12256 (python-block-end-p): New.
12257 (python-indent-line): Use it.
12258 (python-compilation-regexp-alist): Augment.
12259 (run-python): Import `emacs' module to Python rather than loading
12260 code directly. Set python-buffer differently.
12261 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
12262 Use python-proc.
12263 (python-send-command): Go to end of comint buffer.
12264 (python-load-file): Use python-proc, emacs.eimport.
12265 (python-describe-symbol): Simplify interactive form.
12266 Use emacs.help. Do use temp-buffer-show-hook.
12267 Call print-help-return-message.
12268 (hippie-exp): Require when compiling.
12269 (python-preoutput-continuation): Use rx.
12270
12271 * diff-mode.el (diff-make-unified): Fix regexp.
12272
12273 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
12274
12275 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
12276 filter groups from the buffer when rebuilding the Ibuffer buffer
12277 and `ibuffer-show-empty-filter-groups' is nil.
12278
12279 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12280
12281 * ps-print.el (ps-print-quote): Call ps-value-string.
12282 (ps-setup): Call ps-comment-string.
12283 (ps-value-string, ps-comment-string): New funs.
12284
12285 2004-05-06 Juanma Barranquero <lektu@terra.es>
12286
12287 * ehelp.el (electric-help-command-loop): Check whether the last
12288 character is visible, not (point-max).
12289
12290 * help-fns.el (help-argument-name): Default to bold; don't inherit
12291 from font-lock-variable-name-face.
12292 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
12293
12294 2004-05-05 Kenichi Handa <handa@m17n.org>
12295
12296 * descr-text.el (describe-char): Copy the character with text
12297 properties and overlays into the first line, and call
12298 describe-text-properties on it.
12299
12300 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
12301
12302 * iswitchb.el (iswitchb-global-map): Fix typo.
12303 Remove unwanted ###autoloads from source file.
12304
12305 2004-05-05 Lars Hansen <larsh@math.ku.dk>
12306
12307 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
12308 in run-hooks. Use substitute-command-keys in message.
12309 (wdired-abort-changes): Add message.
12310
12311 2004-05-03 Michael Mauger <mmaug@yahoo.com>
12312
12313 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
12314 (sql-emacs20-p): Remove.
12315 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
12316 (sql-builtin-face, sql-doc-face): Remove.
12317 (sql-mode-ansi-font-lock-keywords)
12318 (sql-mode-oracle-font-lock-keywords)
12319 (sql-mode-postgres-font-lock-keywords)
12320 (sql-mode-linter-font-lock-keywords)
12321 (sql-mode-ms-font-lock-keywords)
12322 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
12323 (sql-product-font-lock): Fix font-lock reset when font rules change.
12324 (sql-highlight-product): Remove incorrect font-lock reset logic.
12325
12326 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
12327
12328 * ses.el (ses-set-parameter): Fix typo.
12329
12330 2004-05-04 Kim F. Storm <storm@cua.dk>
12331
12332 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
12333 Must expand directory for completion to work; and don't mess with
12334 process-environment.
12335 (ido-read-file-name): If command has ido property, don't use ido
12336 if value is ignore, or read as directory if value is dir.
12337 Set ido ignore property for dired-do-rename command.
12338
12339 2004-05-04 Juanma Barranquero <lektu@terra.es>
12340
12341 * ehelp.el (electric-help-command-loop, electric-help-undefined)
12342 (electric-help-help): Check against unmapped commands.
12343
12344 * help-fns.el (help-argument-name): New face, inheriting from
12345 font-lock-variable-name-face, to highlight function arguments in
12346 `describe-function' and `describe-key'.
12347 (help-do-arg-highlight): Auxiliary function to highlight a given
12348 list of arguments in a string.
12349 (help-highlight-arguments): Highlight the function arguments and
12350 all uses of them in the docstring.
12351 (describe-function-1): Use it. Do docstring output via `insert',
12352 not 'princ', so text attributes are preserved.
12353
12354 * winner.el (winner-mode-map): Move `winner-undo' and
12355 `winner-redo' to C-c <left> and C-c <right>, respectively (the
12356 previous bindings conflict with `prev-buffer', `next-buffer').
12357
12358 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12359
12360 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
12361 (bibtex-entry-update): New command bound to C-c C-u.
12362 (bibtex-text-in-string): Fix regexp.
12363 (bibtex-assoc-of-regexp): Remove.
12364 (bibtex-progress-message): Fix docstring.
12365 (bibtex-inside-field): Use if.
12366 (bibtex-assoc-regexp): New function.
12367 (bibtex-format-entry): Make code more robust so that it formats
12368 also old entries.
12369 (bibtex-autokey-demangle-title): Merge with obsolete function
12370 bibtex-assoc-of-regexp.
12371 (bibtex-field-list): New function.
12372 (bibtex-entry): Use bibtex-field-list.
12373 (bibtex-parse-entry): Fix docstring.
12374 (bibtex-print-help-message): Use bibtex-field-list.
12375 (bibtex-make-field): Use bibtex-field-list.
12376 (bibtex-entry-index): Bugfix. Return crossref key if required.
12377 (bibtex-lessp): Fix docstring.
12378
12379 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
12380
12381 * select.el (xselect-convert-to-string): Move comment to intended line.
12382
12383 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12384
12385 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
12386 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
12387
12388 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12389
12390 * term/x-win.el (x-clipboard-yank): Don't exit on error from
12391 x-get-selection.
12392
12393 2004-05-03 Jason Rumney <jasonr@gnu.org>
12394
12395 * makefile.nt: Remove.
12396
12397 2004-05-03 Kim F. Storm <storm@cua.dk>
12398
12399 * emulation/cua-base.el (cua--update-indications): Fix last change.
12400 (cua-mode): Deactivate mark when cua-mode is enabled.
12401
12402 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
12403
12404 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
12405
12406 2004-05-03 Nick Roberts <nickrob@gnu.org>
12407
12408 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
12409 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
12410 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
12411 window over visible frames.
12412 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
12413
12414 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12415
12416 * progmodes/compile.el (compilation-gcpro): New var.
12417 (compilation-fake-loc): Use it.
12418 (compilation-forget-errors): Reset it.
12419
12420 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12421
12422 * diff-mode.el (diff-header-face, diff-file-header-face):
12423 Use min-colors.
12424
12425 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12426
12427 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
12428 (bibtex-clean-entry): Disentangle code.
12429 (bibtex-realign): New function.
12430 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
12431 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
12432 Remove undocumented optional arg called-by-convert-alien.
12433 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
12434 for sorting instead of bibtex-sort-buffer.
12435
12436 2004-05-02 Eli Zaretskii <eliz@gnu.org>
12437
12438 * progmodes/compile.el (compilation-start): In the
12439 no-async-subprocesses branch, call sit-for to give redisplay a
12440 chance to show the updated process status in the mode line, and
12441 fontify the buffer explicitly after the process exits.
12442
12443 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * progmodes/python.el (python-compilation-line-number): Remove.
12446 (python-compilation-regexp-alist): Don't use it any more.
12447 (python-orig-start, python-input-filter): Remove.
12448 (inferior-python-mode): Don't set up comint-input-filter-functions.
12449 (python-send-region): Use compilation-fake-loc.
12450
12451 * progmodes/compile.el (compilation-messages-start): New var.
12452 (compilation-mode): Don't setup next-error-function here.
12453 (compilation-setup): Set it up here instead (for minor modes as well).
12454 Make compilation-messages-start buffer local.
12455 (compilation-next-error-function): Use it.
12456 (compilation-forget-errors): Set compilation-messages-start.
12457
12458 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
12459
12460 * ielm.el (ielm-prompt-read-only): Update docstring.
12461
12462 * comint.el (comint-prompt-read-only): Update docstring.
12463 (comint-update-fence, comint-kill-whole-line)
12464 (comint-kill-region): New functions.
12465
12466 * simple.el (kill-whole-line): Use "p" instead of "P" in
12467 interactive form.
12468
12469 2004-05-01 Juanma Barranquero <lektu@terra.es>
12470
12471 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
12472 format arglist so default values in CL-style argument lists are
12473 correctly shown.
12474
12475 2004-05-01 Jason Rumney <jasonr@gnu.org>
12476
12477 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
12478
12479 2004-05-01 Kenichi Handa <handa@m17n.org>
12480
12481 * international/titdic-cnv.el (miscdic-convert): Don't generate a
12482 quail file if it is up to date.
12483
12484 2004-04-30 Juri Linkov <juri@jurta.org>
12485
12486 * cus-edit.el (custom-mode-map):
12487 Add key binding `C-x C-s' to `Custom-save'.
12488
12489 * outline.el (outline-blank-line): New var.
12490 (outline-next-preface, outline-show-heading)
12491 (outline-end-of-subtree): Use it.
12492
12493 * dired-aux.el (dired-touch-initial): New fun.
12494 (dired-do-chxxx): Call it for op-symbol `touch'.
12495 (dired-diff): Use `dired-dwim-target-directory'
12496 if current dired buffer has no buffer mark.
12497
12498 * bindings.el (propertized-buffer-identification):
12499 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
12500 Add C-M-arrow keys for consistency.
12501
12502 * files.el (confirm-kill-emacs):
12503 Change group from top-level `emacs' to `convenience'.
12504
12505 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12506 Push mark on the first call of successive command calls.
12507 (insert-pair): New fun created from `insert-parentheses' with
12508 `open' and `close' arguments added. Enclose active regions
12509 in paired characters. Compare adjacent characters syntax with
12510 inserted characters syntax before inserting a space.
12511 (insert-parentheses): Call `insert-pair' with ?\( ?\).
12512
12513 * delsel.el: Don't put `delete-selection' property
12514 on `insert-parentheses' symbol to take advantage of
12515 region handling in `insert-pair' function.
12516 Suggested by Stephan Stahl <stahl@eos.franken.de>.
12517
12518 2004-04-30 Kim F. Storm <storm@cua.dk>
12519
12520 * emulation/cua-base.el: Add support for changing cursor types;
12521 based on patch from Michael Mauger.
12522 (cua-normal-cursor-color, cua-read-only-cursor-color)
12523 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
12524 Customization cursor type and/or cursor color.
12525 (cua--update-indications): Handle cursor type changes.
12526 (cua-mode): Update cursor indications if enabled.
12527
12528 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
12529
12530 * mouse.el (mouse-drag-copy-region): New defcustom.
12531 (mouse-set-region, mouse-drag-region-1): Use it.
12532
12533 * simple.el (kill-ring-save): If region face background color is
12534 unspecified (if no highlighting), show extent of fully visible
12535 region even if transient-mark-mode is enabled.
12536
12537 * emulation/cua-base.el (cua--standard-movement-commands):
12538 Add cua-scroll-up and cua-scroll-down.
12539 (cua-scroll-up, cua-scroll-down): New commands.
12540 (cua--init-keymaps): Remap scroll-up and scroll-down.
12541
12542 * emulation/cua-rect.el (cua--convert-rectangle-as):
12543 New defmacro.
12544 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
12545 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
12546 New commands (suggested by Jordan Breeding).
12547
12548 2004-04-30 Juanma Barranquero <lektu@terra.es>
12549
12550 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
12551
12552 2004-04-30 Mario Lang <mlang@delysid.org>
12553
12554 * diff.el (diff-switches): Fix typo in docstring.
12555
12556 2004-04-30 Alex Schroeder <alex@gnu.org>
12557
12558 * xml.el (xml-debug-print-internal): Don't add newline and
12559 indentation to text nodes and write empty elements as empty tags
12560 instead of opening and closing tags.
12561 (xml-debug-print): Take optional indent-string argument.
12562 (xml-print): Alias for xml-debug-print.
12563
12564 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12565
12566 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
12567 than duplicate call to `line-beginning-position'.
12568
12569 * progmodes/f90.el (f90-get-present-comment-type):
12570 Return whitespace, as well as comment chars, for consistent filling
12571 of comment blocks. Use `match-string-no-properties'.
12572 (f90-break-line): Trim trailing whitespace when filling comments.
12573
12574 2004-04-30 Dave Love <fx@gnu.org>
12575
12576 * calendar/diary-lib.el (diary-outlook-formats): New variable.
12577 (diary-from-outlook-internal, diary-from-outlook)
12578 (diary-from-outlook-gnus, diary-from-outlook-rmail):
12579 New functions to import diary entries from Outlook-format
12580 appointments in mail messages.
12581
12582 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * progmodes/python.el (python-send-command): New fun.
12585 (python-send-region, python-load-file): Use it.
12586
12587 * progmodes/compile.el (compilation-last-buffer): Add var alias.
12588
12589 * help-fns.el (help-C-file-name): Use new subr-name.
12590 Prepend `src/' to the file name.
12591 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
12592 (describe-function-1, describe-variable): Only find a C source file
12593 name if DOC is already loaded.
12594
12595 * help-mode.el (help-function-def, help-variable-def):
12596 Use the new find-function-search-for-symbol functionality.
12597 Allow FILE to be `C-source'.
12598
12599 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
12600 (find-function-C-source): New fun.
12601 (find-function-search-for-symbol): Use it.
12602
12603 2004-03-29 Michael Mauger <mmaug@yahoo.com>
12604
12605 * progmodes/sql.el (sql-product-alist): Rename variable
12606 `sql-product-support'. Add Postgres login parameters.
12607 (sql-set-product, sql-product-feature): Update with renamed variable.
12608 (sql-connect-postgres): Add username prompt.
12609 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
12610 Make patterns less product specific.
12611 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
12612 (sql-mode-abbrev-table): Modify initialization.
12613 (sql-builtin-face): Add variable.
12614 (sql-keywords-re): Add macro.
12615 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
12616 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
12617 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
12618 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
12619 (sql-mode-linter-font-lock-keywords)
12620 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
12621 (sql-mode-sybase-font-lock-keywords)
12622 (sql-mode-informix-font-lock-keywords)
12623 (sql-mode-interbase-font-lock-keywords)
12624 (sql-mode-ingres-font-lock-keywords)
12625 (sql-mode-solid-font-lock-keywords)
12626 (sql-mode-sqlite-font-lock-keywords)
12627 (sql-mode-db2-font-lock-keywords): Default to nil.
12628 (sql-product-font-lock): Always highlight ANSI keywords.
12629 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
12630 (sql-send-string): Add function.
12631
12632 2004-04-29 Dave Love <fx@gnu.org>
12633
12634 * progmodes/cfengine.el (cfengine-beginning-of-defun)
12635 (cfengine-end-of-defun): Ensure progress through buffer.
12636
12637 * info-look.el (cfengine-mode): Accept a terminal ().
12638
12639 2004-04-29 Juri Linkov <juri@jurta.org>
12640
12641 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
12642 instead of isearch-yank-word-or-char. Add new key bindings for
12643 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
12644 (isearch-del-char): New fun.
12645 (isearch-forward, isearch-edit-string): Update docstring.
12646 (isearch-yank-char): Doc fix.
12647 (isearch-other-meta-char): Restore point after scrolling.
12648
12649 * progmodes/compile.el (compilation-context-lines): Add nil option
12650 to disable compilation output window scrolling.
12651 (compilation-set-window): Use it.
12652
12653 * outline.el (outline-next-preface, outline-show-heading):
12654 Don't leave unhidden blank line before heading.
12655 (outline-end-of-subtree): Include last newline into subtree.
12656 (hide-entry): Leave point at beginning of heading instead of end.
12657 (outline-up-heading): Push mark for the first call of successive
12658 command calls.
12659
12660 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
12661
12662 * comint.el (comint-prompt-read-only): New variable.
12663 (comint-output-filter): Implement it.
12664
12665 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
12666 (ielm-prompt-internal): New variable.
12667 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
12668 (ielm-send-input): Delete unused variable `buf'.
12669 (ielm-eval-input): Use `ielm-prompt-internal'.
12670 (inferior-emacs-lisp-mode): Use new variables
12671 `comint-prompt-read-only' and `ielm-prompt-internal'.
12672 Get rid of obsolete variable `directory-sep-char'.
12673 (ielm): Use `zerop'.
12674
12675 2004-04-29 John Paul Wallington <jpw@gnu.org>
12676
12677 * thumbs.el (toplevel): Require cl at compile time.
12678 Remove conditional definitions of `ignore-errors' and `caddar'
12679 because they occur at run time.
12680
12681 2004-04-28 Nick Roberts <nickrob@gnu.org>
12682
12683 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
12684 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
12685 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12686 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
12687
12688 * progmodes/gud.el (gud-common-init): Throw an error if program is
12689 already running under gdb.
12690
12691 2004-04-28 John Paul Wallington <jpw@gnu.org>
12692
12693 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
12694 (thumbs-show-image-num): Move assignment of
12695 `thumbs-current-image-filename' within scope of `i'.
12696 (thumbs-emboss-image): Don't use `evenp'.
12697
12698 2004-04-28 Richard M. Stallman <rms@gnu.org>
12699
12700 * progmodes/compile.el (compilation-context-lines): Default now 0.
12701
12702 2004-04-28 Juanma Barranquero <lektu@terra.es>
12703
12704 Use `time-less-p' from calendar/time-date.el instead of defining
12705 custom versions of it.
12706
12707 * pcomplete.el (pcomplete-time-less-p): Remove.
12708
12709 * thumbs.el (time-less-p): Remove.
12710
12711 * calendar/timeclock.el (timeclock-time-less-p): Remove.
12712 (timeclock-generate-report): Use `time-less-p'.
12713
12714 * emacs-lisp/autoload.el (autoload-before-p): Remove.
12715 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12716
12717 2004-04-28 Masatake YAMATO <jet@gyve.org>
12718
12719 * subr.el (remove-overlays): Make arguments optional.
12720
12721 * wid-edit.el (widget-specify-button): Put evaporate to the
12722 overlay for sample.
12723 (widget-specify-sample): Put evaporate to the overlay for sample.
12724 (widget-specify-doc): Put evaporate to the overlay for documentation.
12725
12726 2004-04-27 Jesper Harder <harder@ifa.au.dk>
12727
12728 * info.el (info-apropos): Make it an index node. Align node names
12729 like makeinfo.
12730
12731 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12732
12733 * net/browse-url.el (browse-url-netscape-sentinel)
12734 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
12735 (browse-url-epiphany-sentinel, browse-url-mosaic):
12736 Use browse-url-*-program instead of a literal program name.
12737
12738 2004-04-27 Kevin Ryde <user42@zip.com.au>
12739
12740 * eshell/em-alias.el:
12741 * eshell/em-dirs.el:
12742 * eshell/em-hist.el:
12743 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12744 features when M-x customize-group loads modules before the main
12745 eshell.el.
12746
12747 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12748
12749 * subr.el (momentary-string-display): Support EXIT-CHAR that is
12750 either a character representation of an event or an event
12751 description list.
12752
12753 * type-break.el: Capitalise Emacs and Lisp.
12754 (type-break-good-break-interval, type-break-demo-boring-stats)
12755 (type-break-terse-messages, type-break-file-name): New defcustoms.
12756 (type-break-post-command-hook)
12757 (type-break-warning-countdown-string): Quote variable names in doc.
12758 (type-break-interval-start, type-break-auto-save-file-name): New vars.
12759 (type-break-mode): Document type-break-good-break-interval and the
12760 "session" file. Schedule break according to the session file.
12761 Kill session file buffer on exit. Organise for save-some-buffers
12762 to always save the session file.
12763 (type-break-mode-line-message-mode, type-break-query-mode):
12764 Uppercase arguments.
12765 (type-break-file-time, type-break-file-keystroke-count, timep)
12766 (type-break-choose-file, type-break-get-previous-time)
12767 (type-break-get-previous-count): New defuns.
12768 (type-break): Avoid break querying after a completed break in the
12769 case where the query was initiated during user invocation of the
12770 break. Optional terse messages.
12771 Use type-break-good-break-interval if type-break-good-rest-interval is
12772 nil. File the break time.
12773 (type-break-schedule): New optional args for overriding the use of
12774 the current time.
12775 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12776 after a break.
12777 (type-break-check): File the keystroke count.
12778 (type-break-do-query): Prevent a second query when the break is
12779 interrupted. Optional terse message.
12780 (type-break-keystroke-reset): Record the start of a typing interval.
12781 (type-break-demo-boring): Optional terse messages. Display word
12782 per minute and keystroke counts according to
12783 type-break-demo-boring-stats.
12784
12785 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12786
12787 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12788 directories, make sure they exist under archive-tmpdir.
12789
12790 2004-04-27 Juri Linkov <juri@jurta.org>
12791
12792 * help.el (view-emacs-news): With argument, display info for the
12793 selected version by finding it among different NEWS files, and
12794 narrowing the buffer to the selected version.
12795
12796 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12797 same-window-buffer-names.
12798 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12799 non-numeric prefix argument, append the number to the buffer name
12800 for numeric prefix argument.
12801 (info-other-window): Bind same-window-regexps to nil.
12802 (Info-reference-name): Rename to Info-point-loc.
12803 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12804 and Info-find-index-name for stringy Info-point-loc.
12805 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12806 without middle `.', but with final `.' and optional line number
12807 for it. Set Info-point-loc for index nodes.
12808 (Info-index): Remove middle `.' from index entry regexp.
12809 Modify line number regexp.
12810 (Info-index-next): Decrement line number.
12811 (info-apropos): Remove middle `.' from index entry regexp.
12812 Add optional line number regexp at the end. Add matched value
12813 for line number to the result list and insert it to the buffer.
12814 Replace match-string by match-string-no-properties.
12815 Reorder result list.
12816 (Info-fontify-node): Hide index line numbers.
12817 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12818 empty matches.
12819 (Info-follow-reference): Use `str' instead of
12820 Info-following-node-name-re.
12821 (Info-toc): Use full file names. Set Info-current-node to "Top".
12822 (Info-fontify-node): Compare file names without directory name.
12823 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12824 Set second arg of Info-extract-menu-node-name for index nodes.
12825 (info-xref-visited): Use magenta3 instead of magenta4.
12826 (Info-mode): Add info-apropos to docstring.
12827
12828 * log-view.el (log-view-diff): Replace interactive code "r"
12829 by a list to allow to call it even if region is not active.
12830
12831 * paren.el (show-paren-highlight-openparen): New var.
12832 (show-paren-function): Turn on openparen highlighting when
12833 matching forward if show-paren-highlight-openparen is non-nil.
12834
12835 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12836 the constant value 1.
12837 (completions-common-part): Expand docstring.
12838
12839 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12840
12841 2004-04-27 Kim F. Storm <storm@cua.dk>
12842
12843 * image.el (insert-sliced-image): Use line-height instead of
12844 line-spacing property on newline.
12845
12846 2004-04-26 Lars Hansen <larsh@math.ku.dk>
12847
12848 * desktop.el (desktop-buffer-misc-data-function): Rename to
12849 desktop-save-buffer and change docstring.
12850 (desktop-buffer-modes-to-save): Delete.
12851 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12852 desktop-buffer-modes-to-save.
12853 (desktop-save): Rename desktop-buffer-misc-data-function to
12854 desktop-save-buffer and allow non-function value.
12855 (desktop-missing-file-warning): Correct docstring.
12856
12857 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12858 to desktop-save-buffer.
12859
12860 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12861 desktop-save-buffer.
12862
12863 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12864
12865 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12866
12867 2004-04-26 Eli Zaretskii <eliz@gnu.org>
12868
12869 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12870
12871 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12874 (ielm): Only go to the end of the buffer when starting a new process.
12875
12876 2004-04-25 Juanma Barranquero <lektu@terra.es>
12877
12878 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12879 mode line. Bind `inhibit-read-only' to t before modifying
12880 properties of text in the buffer.
12881 (ielm): Force point to the end of buffer, even when running ielm
12882 from inside itself.
12883
12884 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12885
12886 * info.el (info-apropos): Reset Info-complete-cache.
12887
12888 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12889
12890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12891 Also recognize severe Irix et al. messages.
12892 (compilation-normalize-filename, compile-abbreviate-directory):
12893 Delete functions.
12894 (compilation-get-file-structure): New function inherits
12895 functionality of the two preceding ones.
12896 (compilation-internal-error-properties, compilation-fake-loc):
12897 Use it so that different paths to the same file share the same
12898 markers. Also optimize finding adjacent marker slightly.
12899
12900 2004-04-25 Kim F. Storm <storm@cua.dk>
12901
12902 * image.el (insert-sliced-image): Add line-spacing t property
12903 to newlines separating image lines.
12904
12905 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12906
12907 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12908
12909 * ielm.el (ielm-prompt-read-only): New user option.
12910 (ielm-prompt): Expand docstring to describe new behavior.
12911 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12912 mention it in the docstring.
12913
12914 2004-04-24 Andreas Schwab <schwab@suse.de>
12915
12916 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12917
12918 * diff.el (diff): Set default-directory in diff buffer.
12919
12920 2004-04-24 Eli Zaretskii <eliz@gnu.org>
12921
12922 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12923 mail was being composed if the terminal cannot display more than
12924 one frame; instead, switch to previous frame.
12925
12926 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12927 (rmail-start-mail): Support rmail-mail-new-frame even on
12928 terminals that can display only one frame at a time.
12929
12930 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12933 (checkdoc-output-font-lock-keywords): Remove error regexp.
12934 (checkdoc-output-mode-map): Remove.
12935 (checkdoc-output-mode): Derive from compilation-mode.
12936 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12937
12938 * dired.el (dired-mode-map): Add a menu entry for wdired.
12939
12940 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12941 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12942
12943 * wdired.el: (wdired-mode-map): Move init into declaration.
12944 Fix `return' binding.
12945 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12946 Use force-mode-line-update.
12947 (wdired-get-filename): Use `unless'.
12948 (wdired-preprocess-files): Don't assume names have no \n and use / for
12949 dir separator.
12950 (wdired-normalize-filename): Use replace-regexp-in-string.
12951 (wdired-load-hooks): Remove.
12952 (wdired-mode-hooks): Rename to wdired-mode-hook.
12953
12954 * info-look.el: Add support for cfengine-mode.
12955 (info-lookup-setup-mode): Use dolist.
12956
12957 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12958
12959 * wdired.el: New file.
12960
12961 2004-04-23 Juanma Barranquero <lektu@terra.es>
12962
12963 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12964
12965 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12966 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12967 (pcomplete--help, pcomplete--here): Doc fixes.
12968
12969 2004-04-23 Andre Spiegel <spiegel@gnu.org>
12970
12971 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12972 handles wrong-number-of-arguments in backend call.
12973
12974 * vc.el (vc-print-log): Likewise.
12975
12976 2004-04-20 Dave Love <fx@gnu.org>
12977
12978 * emacs-lisp/rx.el: Doc fixes.
12979 (rx-constituents): Add/extend many forms.
12980 (rx-check): Check form is a list.
12981 (bracket): Defvar.
12982 (rx-check-any, rx-any, rx-check-not): Modify.
12983 (rx-not): Simplify.
12984 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12985 (rx-kleene): Use rx-trans-forms.
12986 (rx-quote-for-set): Delete.
12987 (rx): Allow multiple args.
12988
12989 2004-04-23 Kenichi Handa <handa@m17n.org>
12990
12991 * international/mule-util.el (char-displayable-p): Simplify by
12992 using internal-char-font.
12993
12994 2004-04-23 Juanma Barranquero <lektu@terra.es>
12995
12996 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12997
12998 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * diff-mode.el (diff-next-error): New fun.
13001 (diff-mode): Use it.
13002
13003 * simple.el (next-error): Change arg name.
13004 Add support for the documented C-u C-x ` usage.
13005
13006 * frame.el (special-display-popup-frame, next-multiframe-window)
13007 (previous-multiframe-window): Only consider frames on same display.
13008
13009 2004-04-22 Lars Hansen <larsh@math.ku.dk>
13010
13011 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
13012 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
13013
13014 2004-04-22 Kim F. Storm <storm@cua.dk>
13015
13016 * net/telnet.el (telnet): Add optional port arg.
13017
13018 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13021 Minor sanity check on the `hyperlink' slot.
13022
13023 * Makefile.in (recompile): Compile new files.
13024
13025 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
13026 Add byte-recompile-directory's optional `arg'.
13027
13028 * cvs-status.el (cvs-tree-use-charset): New var.
13029 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
13030 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
13031 (cvs-status-cvstrees): Use it.
13032
13033 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
13034 Make it a normal major mode.
13035 (checkdoc-buffer-label): Make sure the file name is meaningful.
13036 (checkdoc-output-to-error-buffer): Remove.
13037 (checkdoc-error, checkdoc-start-section): Rewrite.
13038
13039 * info.el (info-node, info-menu-5, info-xref, info-header-node)
13040 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13041 (Info-title-4-face): Use new syntax.
13042 (info-xref-visited): Inherit from info-xref.
13043
13044 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
13045
13046 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
13047
13048 * simple.el (next-error-last-buffer, next-error-function):
13049 New variables for the next-error framework.
13050 (next-error-buffer-p): New function.
13051 (next-error-find-buffer): Generalize compilation-find-buffer.
13052 (next-error, previous-error, first-error, next-error-no-select)
13053 (previous-error-no-select): Move from compile.el.
13054
13055 * replace.el (occur-next-error, occur-1): Hook into the next-error
13056 framework.
13057
13058 * progmodes/compile.el (compilation-start):
13059 Set next-error-last-buffer so next-error knows where to jump.
13060 (compilation-setup): Set the buffer-local variable
13061 next-error-function to 'compilation-next-error-function.
13062 (compilation-buffer-p, compilation-buffer-internal-p): Use an
13063 alternate way to find if a buffer is a compilation buffer, for
13064 next-error convenience.
13065 (next-error-no-select, previous-error-no-select, next-error)
13066 (previous-error, first-error): Move to simple.el.
13067 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
13068 (compilation-last-buffer): Remove.
13069 (compilation-start, compilation-next-error, compilation-setup)
13070 (compilation-next-error-function, compilation-find-buffer):
13071 Remove compilation-last-buffer use.
13072
13073 2004-04-21 Juanma Barranquero <lektu@terra.es>
13074
13075 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
13076 (font-lock-warning-face): Fix spacing.
13077
13078 * makefile.w32-in (WINS): Add url/ directory.
13079
13080 2004-04-21 Lars Hansen <larsh@math.ku.dk>
13081
13082 * desktop.el (desktop-buffer-mode-handlers): New variable.
13083 Alist of major mode specific functions to restore a desktop buffer.
13084 (desktop-buffer-handlers): Make variable obsolete.
13085 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
13086 Catch errors signaled in handlers. Update buffer count.
13087 Evaluate desktop-buffer-point.
13088 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
13089 move to dired.el.
13090 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
13091 move to info.el.
13092 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
13093 move to mail/rmail.el.
13094 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
13095 to mh-e/mh-e.el.
13096 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
13097 On fail, print message (to message buffer) even if
13098 desktop-missing-file-warning is nil.
13099 (desktop-buffer-misc-data-function): New buffer local variable.
13100 Function returning major mode specific data.
13101 (desktop-buffer-misc-functions): Make variable obsolete.
13102 (desktop-save): Use desktop-buffer-misc-data-function.
13103 (desktop-buffer-dired-misc-data): Rename to
13104 dired-desktop-buffer-misc-data and move to dired.el.
13105 (desktop-buffer-info-misc-data): Rename to
13106 Info-desktop-buffer-misc-data and move to info.el.
13107 (desktop-read): Add message about number of buffers restored/failed.
13108
13109 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
13110 Add parameters. Pause to display error only when
13111 desktop-missing-file-warning is non-nil.
13112 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
13113 (dired-mode): Bind desktop-buffer-misc-data-function.
13114
13115 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
13116 Add Parameters.
13117 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
13118 (Info-mode): Bind desktop-buffer-misc-data-function.
13119
13120 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
13121 Add Parameters.
13122
13123 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
13124 Add Parameters.
13125
13126 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
13127
13128 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
13129 the case of letters in case-insensitive expansions when the
13130 abbrev is preceded by characters with letter syntax.
13131
13132 2004-04-21 Richard M. Stallman <rms@gnu.org>
13133
13134 * progmodes/cperl-mode.el (cperl-putback-char):
13135 Delete Emacs 18 definition.
13136
13137 * international/mule.el (ctext-post-read-conversion):
13138 Use assoc-string, not assoc-ignore-case.
13139
13140 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
13141
13142 * emacs-lisp/easymenu.el (easy-menu-add):
13143 Do call x-popup-menu, but only if it's defined.
13144
13145 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
13146
13147 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
13148 Handle multiple args: compile like progn.
13149
13150 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
13151 take all args as &rest arg.
13152
13153 * autoinsert.el (auto-insert-alist): Insert the user's name in
13154 copyright notice, rather than Free Software Foundation.
13155
13156 2004-04-21 Kenichi Handa <handa@m17n.org>
13157
13158 * descr-text.el (describe-char): Make it work on *Help* buffer.
13159
13160 2004-04-21 Kim F. Storm <storm@cua.dk>
13161
13162 * image.el (insert-image): Add optional SLICE arg.
13163 (insert-sliced-image): New defun.
13164
13165 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
13166
13167 * subr.el (read-number): Check whether `default' is nil.
13168
13169 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * progmodes/compile.el (compilation-error-properties):
13172 Split into two.
13173 (compilation-internal-error-properties): New one.
13174 (compilation-compat-error-properties): Use it. Fix the non-marker case.
13175
13176 2004-04-20 Richard M. Stallman <rms@gnu.org>
13177
13178 * window.el (split-window-save-restore-data):
13179 Don't update the data if OLD-INFO is nil.
13180
13181 * view.el (view-return-to-alist): Mark it permanent local.
13182
13183 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
13184
13185 * recentf.el (recentf-save-list): Catch and warn about errors.
13186
13187 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
13188 so "Buffers" won't be pure.
13189
13190 * help-mode.el (help-mode-finish): Set help-return-alist first
13191 thing, setting only the entry for the selected window.
13192
13193 * help-fns.el (describe-function-1): If many non-control non-meta
13194 keys run the command, don't list all of them.
13195
13196 2004-04-20 Juanma Barranquero <lektu@terra.es>
13197
13198 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
13199 arg. Copied from Andre Spiegel's patch of 2004-03-21.
13200
13201 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
13202
13203 2004-04-20 Kenichi Handa <handa@m17n.org>
13204
13205 * international/quail.el (quail-lookup-key): New optional arg
13206 NOT-RESET-INDICES.
13207 (quail-get-translations): Call quail-lookup-key with
13208 NOT-RESET-INDICES t.
13209 (quail-completion): Likewise.
13210 (quail-lookup-map-and-concat): Likewise.
13211
13212 2004-04-20 Kenichi Handa <handa@m17n.org>
13213
13214 * international/quail.el (quail-update-translation): Don't insert
13215 such an unsupported multibyte char in a unibyte buffer.
13216
13217 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
13218
13219 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
13220 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
13221 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
13222 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
13223 (gdb-frame-assembler-buffer): Improve behaviour with
13224 multiple frames.
13225 (gdb-display-buffer): Extend search to all visible frames.
13226
13227 2004-04-19 Eli Zaretskii <eliz@gnu.org>
13228
13229 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
13230 characters left after base64 decoding.
13231 (rmail-decode-region): Use -dos variety of `coding', to remove any
13232 ^M characters left after qp or base64 decoding.
13233
13234 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13235
13236 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
13237 messages.
13238
13239 2004-04-19 Stephen Eglen <stephen@gnu.org>
13240
13241 * add-log.el (add-change-log-entry): Update doc string to mention
13242 add-log-full-name and add-log-mailing-address.
13243
13244 2004-04-18 Juri Linkov <juri@jurta.org>
13245
13246 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
13247 (Info-find-node-2): Simplify error message.
13248 (Info-insert-dir): Use Info-following-node-name.
13249 (Info-goto-node): Remove *info-history* and *info-toc*.
13250 (Info-history): Create a node of the virtual history file.
13251 (Info-toc): Create a node of the virtual toc file.
13252 (Info-insert-toc): New arg `curr-file' for reference file names.
13253 (info-apropos): Remove redundant var binding for temp-file.
13254 (Info-index, Info-index-next, Info-mode): Doc fix.
13255 (Info-goto-emacs-command-node): Don't jump to *info* from
13256 non-*info* Info buffers.
13257 (Info-fontify-node): Don't show the file name of external
13258 references if `Info-hide-note-references' is `hide'. Don't hide
13259 newlines at the end of paragraphs.
13260
13261 * international/mule-diag.el (list-input-methods):
13262 Fix args to help-xref-button.
13263
13264 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
13265 to put into effect local variables from TUTORIAL files.
13266
13267 * textmodes/paragraphs.el (sentence-end) <function>: New fun
13268 with default value taken from the variable `sentence-end'.
13269 (sentence-end) <defcustom>: Set default to nil. Doc fix.
13270 Add nil const to :type.
13271 (sentence-end-without-period, sentence-end-double-space)
13272 (sentence-end-without-space): Doc fix.
13273
13274 * textmodes/paragraphs.el (forward-sentence):
13275 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
13276 (fill-delete-newlines):
13277 * progmodes/cc-cmds.el (c-beginning-of-statement):
13278 Use function `sentence-end' instead of variable `sentence-end'.
13279
13280 2004-04-18 Andreas Schwab <schwab@suse.de>
13281
13282 * progmodes/compile.el (compilation-start): Set window start to
13283 point-min if compilation-scroll-output is nil.
13284
13285 2004-04-18 John Wiegley <johnw@newartisans.com>
13286
13287 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
13288
13289 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
13290
13291 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
13292 (gdb-info-breakpoints-custom): Revert previous change.
13293 (gdb-view-assembler): Update assembler if necessary.
13294 (gdb-frame-handler): Parse correctly for gdb-current-frame.
13295 (gdb-display-source-buffer): Update properly when both source and
13296 assembler are visible.
13297
13298 2004-04-17 John Wiegley <johnw@newartisans.com>
13299
13300 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
13301 which limits the number of names shown in the minibuffer. Off by
13302 default.
13303 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
13304 up iswitchb for users with a multitude of open buffers by showing
13305 only the first and last N/2 buffers in the completion list (which
13306 is enough to aid C-s/C-r, and to know that more characters are
13307 needed to refine the completion list).
13308
13309 2004-04-17 Richard M. Stallman <rms@gnu.org>
13310
13311 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
13312 (file-truename): Expand all ~ constructs directly.
13313 (insert-directory): Delete any error msg output by the
13314 `insert-directory-program'.
13315
13316 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
13317 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
13318 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
13319 (allout-init): Use find-file-hook, not find-file-hooks.
13320 (allout-mode): Eliminate Emacs 18 support.
13321 Use write-contents-functions, not local-write-file-hooks.
13322
13323 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
13324
13325 * progmodes/compile.el (compilation-error-properties): Fix for
13326 adding messages when there are already markers for their file.
13327 (compilation-fake-loc): New function.
13328
13329 2004-04-16 Dave Love <fx@gnu.org>
13330
13331 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
13332 (python-load-file): Fix python-orig-start setting.
13333
13334 * progmodes/compile.el: Doc fixes.
13335 (compilation-error-regexp-alist-alist)
13336 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
13337 (compilation-assq): Wrap in eval-when-compile.
13338 (compilation-mode-font-lock-keywords): Don't use list*.
13339 (compilation-start): Avoid warning.
13340 (compilation-compat-error-properties)
13341 (compilation-directory-properties): Add keymap property.
13342 (compilation-parsing-end): Make it a marker for better compatibility.
13343
13344 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
13345
13346 2004-04-16 Mark A. Hershberger <mah@everybody.org>
13347
13348 * xml.el: Doc fixes.
13349 (xml-get-children): Only looks at sub-tags and ignore strings.
13350
13351 * xml.el (xml-parse-tag): Avoid overwriting node-name.
13352
13353 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
13356
13357 2004-04-16 Andre Spiegel <spiegel@gnu.org>
13358
13359 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
13360
13361 * vc.el (vc-print-log): Likewise.
13362
13363 2004-04-16 Masatake YAMATO <jet@gyve.org>
13364
13365 * simple.el (completion-setup-function): Set an initial value
13366 to `element-common-end' before entering loop. Set a value
13367 to `element-common-end' at the end of loop.
13368 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
13369 (completions-common-part): Rename from completion-de-emphasis.
13370 (completions-first-difference): Rename from completion-emphasis.
13371 Suggested by RMS.
13372
13373 2004-04-16 Juanma Barranquero <lektu@terra.es>
13374
13375 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
13376 (bookmark-edit-annotation-mode): Add mode name.
13377
13378 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
13381 for nested conflict markers.
13382 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
13383
13384 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
13385
13386 * progmodes/gdb-ui.el (gdb-goto-info): New function.
13387
13388 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
13389
13390 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
13393 Give a backtrace if requested.
13394
13395 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
13396
13397 * progmodes/python.el (python-mouse-2-command, python-RET-command):
13398 Remove unused functions.
13399 (python-orig-start-line, python-orig-file): Remove.
13400 (python-orig-start): New var.
13401 (python-input-filter, python-compilation-line-number)
13402 (python-send-region, python-load-file): Use it.
13403
13404 * info.el (info): Always jump to *info*.
13405
13406 * subr.el (posn-set-point): New function.
13407
13408 * mouse.el (mouse-set-point): Use it.
13409
13410 * progmodes/compile.el (compile-goto-error): Use it.
13411 (compilation-button-map): New keymap.
13412 (compilation-error-properties): Use it.
13413 (compilation-shell-minor-mode-map): Don't bind mouse-2.
13414
13415 * smerge-mode.el (smerge-popup-context-menu): Use it.
13416
13417 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
13418 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
13419 mouse and non-mouse case.
13420
13421 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
13422 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
13423
13424 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
13425 Make it work for non-mouse events.
13426
13427 * pcvs-info.el (cvs-status-map): Update binding name.
13428
13429 2004-04-14 Mark A. Hershberger <mah@everybody.org>
13430
13431 * xml.el (xml-maybe-do-ns): New function to handle namespace
13432 parsing of both attribute and element names.
13433 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
13434 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
13435 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
13436 (xml-parse-attlist): Make it do its own namespace parsing.
13437
13438 2004-04-14 Dave Love <fx@gnu.org>
13439
13440 * progmodes/python.el (run-python): Fix use of \n.
13441 (python-load-file): Remove `try' from Python fragment.
13442 (python-describe-symbol): Fix message.
13443
13444 * comint.el: Doc fixes.
13445 (comint-last-input-start, comint-last-input-end)
13446 (comint-last-output-start): Give them values.
13447 (comint-arguments): Avoid warning.
13448 (comint-skip-prompt): Use line-end-position.
13449 (comint-backward-matching-input): Rename arg to agree with doc.
13450 (comint-extract-string): Use syntax-ppss.
13451 (comint-dynamic-simple-complete): Delete useless list construction.
13452 (comint-redirect-subvert-readonly): New.
13453 (comint-redirect-preoutput-filter): Use it.
13454
13455 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13456 Correctly handle negative arguments when calling hook functions.
13457
13458 2004-04-14 Jesper Harder <harder@ifa.au.dk>
13459
13460 * info.el (info-apropos): Don't clobber Info-history-list.
13461
13462 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
13463
13464 * progmodes/compile.el (compilation-setup):
13465 Localize overlay-arrow-position.
13466 (compilation-sentinel): Restructure code equivalently.
13467 (compilation-next-error): Find message on same line after point if
13468 not found before point.
13469 (compile-mouse-goto-error): Restore function so that compilation
13470 buffer need not be current and use compile-goto-error.
13471 (compile-goto-error): Restore function.
13472 (next-error): Set overlay-arrow-position.
13473 (compilation-forget-errors): Don't localize already local
13474 compilation-locs and remove FIXME about refontifying.
13475
13476 2004-04-14 Kim F. Storm <storm@cua.dk>
13477
13478 * startup.el (emacs-quick-startup): New defvar (set by -Q).
13479 (command-line): New option -Q. Like -q --no-site-file, but
13480 in addition it also disables menu-bar, tool-bar, scroll-bars,
13481 tool-tips, and the blinking cursor.
13482 (command-line-1): Skip startup screen if -Q.
13483 (fancy-splash-head): Use ":align-to center" prop to center splash image.
13484
13485 * emulation/cua-base.el (cua-read-only-cursor-color)
13486 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
13487
13488 2004-04-13 Dave Love <fx@gnu.org>
13489
13490 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
13491 (syntax): Don't require.
13492 (python) <defgroup>: Add :version.
13493 (python-quote-syntax): Re-written.
13494 (inferior-python-mode): Move stuff here from run-python and add
13495 some more.
13496 (python-preoutput-continuation, python-preoutput-result)
13497 (python-dotty-syntax-table): New.
13498 (python-describe-symbol): Use them.
13499 (run-python): Move stuff to inferior-python-mode. Modify code
13500 loaded into Python.
13501 (python-send-region): Use python-proc, python-send-string.
13502 (python-send-string): Send newlines too. Callers changed.
13503 (python-load-file): Re-written.
13504 (python-eldoc-function): New.
13505 (info-look): Don't require.
13506 (python-after-info-look): New. A modified version of former
13507 top-level code for use with eval-after-load.
13508 (python-maybe-jython, python-guess-indent): Use widened buffer.
13509 (python-fill-paragraph): Re-written.
13510 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
13511 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
13512
13513 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
13516 Set compilation-error-regexp-alist earlier.
13517
13518 * progmodes/compile.el (compilation-minor-mode-map)
13519 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
13520 (compile-goto-error): Re-merge the mouse and non-mouse commands.
13521
13522 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13523
13524 * progmodes/compile.el (compile-goto-error): Select the buffer/window
13525 corresponding to the event.
13526
13527 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
13528
13529 * loadup.el: Add cygwin to system-type list, for unexec() support.
13530
13531 2004-04-12 John Paul Wallington <jpw@gnu.org>
13532
13533 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
13534 (ibuffer-restore-window-config-on-quit): New variable to replace
13535 `ibuffer-delete-window-on-quit'. Update all references.
13536 (ibuffer-prev-window-config): New variable.
13537 (ibuffer-quit): Restore previous window configuration instead of
13538 deleting window.
13539 (ibuffer): Save window configuration before showing Ibuffer buffer.
13540
13541 * help.el (describe-mode): Doc fix.
13542
13543 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
13546 not to treat nil as a function.
13547
13548 * vc-arch.el (vc-arch-root): Be a bit more careful.
13549 (vc-arch-register): Save the buffer if we modified it.
13550 (vc-arch-delete-rej-if-obsolete): Save excursion.
13551 (vc-arch-find-file-hook): Use the simpler after-save-hook.
13552 (vc-arch-responsible-p, vc-arch-init-version): New functions.
13553
13554 * net/ldap.el (ldap-search): Use list*.
13555
13556 2004-04-12 Juri Linkov <juri@jurta.org>
13557
13558 * info.el (Info-follow-reference): Allow multiline reference name.
13559
13560 2004-04-11 Dave Love <fx@gnu.org>
13561
13562 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
13563
13564 * progmodes/python.el: New file.
13565
13566 2004-04-11 Andre Spiegel <spiegel@gnu.org>
13567
13568 * vc-hooks.el (vc-arg-list): Function removed.
13569 (vc-default-workfile-unchanged-p): Use condition-case to check for
13570 backward compatibility.
13571
13572 * vc.el (vc-print-log): Use condition-case to check for backward
13573 compatibility.
13574
13575 2004-04-11 Juri Linkov <juri@jurta.org>
13576
13577 * dired.el (dired-faces): New defgroup.
13578 (dired-header, dired-mark, dired-marked, dired-flagged)
13579 (dired-warning, dired-directory, dired-symlink, dired-ignored):
13580 New faces.
13581 (dired-header-face, dired-mark-face, dired-marked-face)
13582 (dired-flagged-face, dired-warning-face, dired-directory-face)
13583 (dired-symlink-face, dired-ignored-face): New face variables.
13584 (dired-font-lock-keywords): Use them instead of font-lock faces.
13585 Split the rule for dired marks into 3 separate rules: for marks,
13586 marked file names and flagged file names.
13587
13588 * help-mode.el (help-make-xrefs): Add a final newline to the
13589 *Help* buffer.
13590
13591 2004-04-11 John Paul Wallington <jpw@gnu.org>
13592
13593 * replace.el (occur-engine): Distinguish between one and several
13594 matches in the matches per buffer heading.
13595
13596 2004-04-11 Kim F. Storm <storm@cua.dk>
13597
13598 * ido.el (ido-confirm-unique-completion): New defcustom.
13599 (ido-complete): Use it.
13600 (ido-write-file): Set it to t unconditionally.
13601
13602 2004-04-10 Miles Bader <miles@gnu.org>
13603
13604 RCS keyword removal (only non-comment changes are enumerated here):
13605
13606 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
13607 (byte-compile-insert-header): Don't use `byte-compile-version'.
13608 * forms.el (forms-version): Variable removed.
13609 (forms-mode): Don't use `forms-version'.
13610 * recentf.el (recentf-version): Variable removed.
13611 * progmodes/delphi.el (delphi-version): Variable removed.
13612 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
13613
13614 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
13617
13618 2004-04-09 Jesper Harder <harder@ifa.au.dk>
13619
13620 * info.el (info-apropos): Improve menu item regexp.
13621
13622 2004-04-09 Simon Josefsson <jas@extundo.com>
13623
13624 * mail/smtpmail.el: Add comment, based on report by
13625 kdc@rcn.com (Kevin D. Clark).
13626
13627 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13630 Redo one more thing that I didn't notice Daniel had undone.
13631
13632 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
13633
13634 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
13635 (gdb-goto-breakpoint, gdb-display-buffer)
13636 (gdb-display-source-buffer, gdb-view-source-function)
13637 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
13638 (gdb-source-info, gdb-frame-handler): Don't specify a window
13639 for display.
13640 (gdb-info-breakpoints-custom): Remove superfluous update of
13641 assembler buffer.
13642 (gdb-many-windows): Make settable outside gdb.
13643
13644 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
13645
13646 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
13647 Derive from fundamental-mode rather than text-mode.
13648
13649 2004-04-08 Juri Linkov <juri@jurta.org>
13650
13651 * info.el (Info-history): Doc fix.
13652 (Info-history-list): New var.
13653 (info-xref): Change magenta4 to blue, remove bold for dark and
13654 light backgrounds, change bold to underline for non-color classes.
13655 (info-xref-visited): New face.
13656 (Info-fontify-visited-nodes): New custom.
13657 (Info-hide-note-references): Add new value `hide'. Doc fix.
13658 (Info-reference-name): New var.
13659 (Info-selection-hook): New custom.
13660 (Info-edit-mode-hook): New var.
13661 (Info-find-file): New fun.
13662 (Info-find-node): Move part of code to Info-find-file.
13663 (Info-find-node-2): Add anchors to Info-history-list. Move point
13664 to the place with the reference name if name is defined.
13665 (Info-select-node): Add current node to Info-history-list.
13666 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
13667 (Info-search-whitespace-regexp): New custom.
13668 (Info-search-case-fold): New var.
13669 (Info-search): Add "case-sensitively" to the prompt.
13670 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
13671 (Info-search-case-sensitively, Info-search-next): New fun.
13672 (Info-up): Move point to the menu item of the current node.
13673 (Info-history): New fun. Add *info-history* to
13674 same-window-buffer-names.
13675 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
13676 (Info-insert-toc): New fun.
13677 (Info-build-toc): New fun.
13678 (Info-follow-reference): Add new arg `fork'. Doc fix.
13679 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
13680 with the same name prefer the reference closest to point.
13681 (Info-next-reference): Replace * by + in the *Note regexp.
13682 Add regexp for http:// and ftp://. Skip the *Note prefix.
13683 (Info-prev-reference): Replace * by + in the *Note regexp.
13684 Add regexp for http:// and ftp://. Skip the *Note prefix.
13685 (Info-follow-nearest-node): Add new arg `fork'.
13686 (Info-try-follow-nearest-node): Add new arg `fork'.
13687 Call browse-url for http:// and ftp:// references.
13688 Set Info-reference-name for index entries.
13689 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
13690 Info-search-next, Info-history, Info-toc, clone-buffer.
13691 (Info-menu-update): Replace * by + in the *Note regexp.
13692 (Info-mode): Add documentation for Info-history, Info-toc,
13693 Info-search-case-sensitively, Info-search-next, clone-buffer.
13694 (Info-fontify-menu-headers): Remove fun. Move code to
13695 Info-fontify-node.
13696 (Info-fontify-node): Add docstring. Add local vars
13697 fontify-visited-p and not-fontified-p. If not-fontified-p is t
13698 then fontify header line, titles, menu headers, http and ftp
13699 references, refill paragraphs. If not-fontified-p is t or
13700 fontify-visited-p is t then fontify cross references, menu items.
13701 Fontify menu headers. Fontify http and ftp references.
13702 Change regexp for cross references to require whitespace after *Note,
13703 add matching groups for file and node names. Remove hack for quote.
13704 Use display property for Info-hide-note-references=t. Use fifth
13705 or fourth match for help-echo. Display visited nodes in a
13706 different face. Unhide file names of external references.
13707 Unhide newlines. Display visited menu items in a different face.
13708
13709 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * progmodes/compile.el: Require CL.
13712 (compilation-mode-font-lock-keywords): Re-install the "line as
13713 function" patch.
13714
13715 * help-fns.el (help-C-source-directory): New var.
13716 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13717 (describe-function-1, describe-variable): Use them.
13718
13719 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13720 to C source files specially.
13721
13722 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
13723
13724 * info.el (Info-hide-cookies-node): New function.
13725 (Info-select-node): Use it.
13726 (Info-display-images-node): Remove message with image file name.
13727
13728 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
13729
13730 * progmodes/compile.el (compilation-warning-face)
13731 (compilation-info-face, compilation-skip-threshold)
13732 (compilation-skip-visited, compilation-context-lines):
13733 Declare :version when added to Emacs.
13734 (compilation-error-regexp-alist-alist): Extend caml and irix.
13735 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13736 (compilation-mode-font-lock-keywords): Temporarily undo line as
13737 function patch, which wasn't ready.
13738
13739 2004-04-07 Kenichi Handa <handa@m17n.org>
13740
13741 * international/latin1-disp.el (latin1-display-setup): Check each
13742 character is displayable or not instead of calling
13743 latin1-display-check-font.
13744
13745 2004-04-06 Kenichi Handa <handa@m17n.org>
13746
13747 * language/ethio-util.el (ethio-sera-being-called-by-w3):
13748 New variable.
13749 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13750 instead of sera-being-called-by-w3.
13751 (ethio-fidel-to-sera-buffer): Likewise.
13752 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13753 instead of sera-being-called-by-w3.
13754 (ethio-write-file): Likewise.
13755
13756 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13757
13758 * printing.el: Doc fix.
13759
13760 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
13761
13762 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13763 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13764 (gdb-setup-windows): Only use separate IO buffer if required.
13765
13766 2004-04-06 Kim F. Storm <storm@cua.dk>
13767
13768 * term.el (term-is-xemacs): Remove.
13769 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13770 (term-window-width): New function.
13771 (term-mode, term-check-size): Use it.
13772 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13773
13774 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13775
13776 * cus-edit.el (custom-add-parent-links): Change unbound variable
13777 `symbol' to `name'.
13778
13779 2004-04-05 Jesper Harder <harder@ifa.au.dk>
13780 * info.el (info-apropos): New function.
13781 (Info-mode-menu): Add it.
13782 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13783
13784 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13785 inherited docstring.
13786
13787 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13788
13789 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13790
13791 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13792
13793 * progmodes/compile.el (font-lock): Don't require any more.
13794 (compilation-error-properties, compilation-start, compilation-sentinel)
13795 (compilation-filter, next-error): Use with-current-buffer.
13796 (compilation-skip-to-next-location, compilation-skip-threshold)
13797 (compilation-skip-visited): Move to silence the byte-compiler.
13798 (compilation-setup): Simplify.
13799 (compilation-next-error): Use line-(beginning|end)-position.
13800 Make sure `pt' is non-nil before using compilation-loop.
13801 (compile-goto-error): Add optional event arg. Use it.
13802 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13803 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13804 Update the binding for mouse-2.
13805 (first-error): Set compilation-current-error to nil rather than bob.
13806 (compilation-parsing-end, compilation-parse-errors-function)
13807 (compilation-error-list, compilation-old-error-list):
13808 "New" compatibility variables.
13809 (compile-buffer-substring, compilation-compat-error-properties)
13810 (compilation-compat-parse-errors, compilation-forget-errors):
13811 New compatibility functions.
13812 (compilation-mode-font-lock-keywords): Use them.
13813
13814 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13815
13816 * autorevert.el (auto-revert-handler): If point (or a window
13817 point) is at the end of the buffer, keep it there after
13818 reverting. This allows to tail a file.
13819 Mention this in the `Commentary'.
13820
13821 * format.el (format-write-file): Add optional argument CONFIRM
13822 and make it behave like the analogous argument to `write-file'.
13823
13824 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13825
13826 * progmodes/ebnf2ps.el: Doc fix.
13827 (ebnf-version): New version number (4.2).
13828 (ebnf-syntax): Customization and docstring fix.
13829 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13830 Put autoloaded funs before first use.
13831 (ebnf-style-database): Add dtd entry.
13832 (ebnf-syntax-alist): Add dtd initialization.
13833 (ebnf-token-sequence): New fun.
13834 (ebnf-comment-table): Add new comment action character.
13835 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13836
13837 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13838 Type Definition for XML).
13839
13840 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13841 * progmodes/ebnf-bnf.el (ebnf-sequence):
13842 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13843 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13844 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13845 Code simplification: call ebnf-token-sequence.
13846
13847 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13848
13849 * calendar/timeclock.el (timeclock-relative)
13850 (timeclock-get-project-function, timeclock-get-workday-function)
13851 (timeclock-query-out, timeclock-when-to-leave)
13852 (timeclock-when-to-leave-string, timeclock-log-data)
13853 (timeclock-generate-report, timeclock-in): Doc fixes.
13854
13855 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * url/: New dir. Import the URL package from its repository.
13858
13859 2004-04-03 Andreas Schwab <schwab@suse.de>
13860
13861 * diff-mode.el (diff-mode): Fix missing quote.
13862
13863 2004-04-03 Juri Linkov <juri@jurta.org>
13864
13865 * descr-text.el (describe-property-list): Add `font-lock-face'.
13866
13867 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13868
13869 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13870
13871 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13872 Use utf-16le on little endian machines and utf-16be otherwise.
13873
13874 2004-04-02 David Kastrup <dak@gnu.org>
13875
13876 * net/browse-url.el (browse-url-generic): Use call-process
13877 instead of start-process to allow browsers that fork and detach.
13878
13879 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13880
13881 * compile.el (compilation-current-error): New var.
13882 (compilation-setup, compile-mouse-goto-error)
13883 (compile-goto-error, next-error): Use it.
13884 (compilation-skip-to-next-location): Default to t, which gives
13885 contiguous skipping like old compile (where this was redundant).
13886 (compilation-next-error): Prevent previous-* commands from moving
13887 back to message at or just before point.
13888
13889 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
13890
13891 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13892 (gdb-source-info): Don't display source at startup, if required.
13893 (gdb-show-main): New option.
13894 (gdba): Update documentation.
13895 (gdb-source): Cover case of auto-display output.
13896
13897 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13898
13899 * autorevert.el: Delete obsolete autoload's and defvar's.
13900 (auto-revert-check-vc-info): New user option.
13901 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13902 (auto-revert-handler-vc): Delete.
13903 (auto-revert-handler): Treat return value `fast' of
13904 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13905
13906 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13907 return `fast'.
13908
13909 * files.el (buffer-stale-function): Doc change.
13910
13911 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13912
13913 * printing.el: New tip on Tips section.
13914 (pr-version): New version number (6.7.4).
13915 (pr-shell-file-name): Initialization fix.
13916
13917 2004-03-31 Juri Linkov <juri@jurta.org>
13918
13919 * dired.el: Add autoload for `dired-do-touch'.
13920 (dired-touch-program): New var.
13921 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13922 (dired-no-confirm): Add `touch' to docstring.
13923
13924 * dired-aux.el (dired-do-touch): New fun.
13925 (dired-do-chxxx): Add argument -t for touch operation.
13926
13927 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13928 `dired-move-to-filename-regexp'.
13929
13930 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13931
13932 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13933
13934 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13935
13936 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13937 and only if the buffer was modified.
13938
13939 2004-03-30 Kenichi Handa <handa@m17n.org>
13940
13941 * international/characters.el: Delete pairs for U+2308..U+230B.
13942
13943 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
13944
13945 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13946 to detect the beginning of a level 2 or 3 annotation.
13947
13948 2004-03-29 Kenichi Handa <handa@m17n.org>
13949
13950 * international/ucs-tables.el (ucs-insert): Fix the error message.
13951
13952 2004-03-29 Kenichi Handa <handa@m17n.org>
13953
13954 * international/mule-util.el (char-displayable-p): Fix generation
13955 of XLFD file name.
13956
13957 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13958 before finding directories by `find'.
13959
13960 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * subr.el (interactive-form): Delete. Now implemented in C.
13963
13964 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13965
13966 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13967 (vc-diff-label): New fun.
13968 (vc-diff-internal): Use it.
13969
13970 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13971
13972 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13973
13974 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13975
13976 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13977 specify XML (EBNFX).
13978
13979 * progmodes/ebnf2ps.el: Doc fix.
13980 (ebnf-version): New version number (4.1).
13981 (ebnf-syntax): Adjust customization.
13982 (ebnf-style-database): Add ebnfx entry.
13983 (ebnf-syntax-alist): Add ebnfx initialization.
13984 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13985
13986 * printing.el: Doc fix.
13987 (pr-version): New version number (6.7.3).
13988 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13989 returns nil for mouse position. Reported by Drew Adams
13990 <drew.adams@oracle.com>.
13991 (pr-update-menus): Modify interactive declaration. Reported by Drew
13992 Adams <drew.adams@oracle.com>.
13993
13994 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
13995
13996 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13997 (gud-gdba-marker-filter): Log the process input and output, if
13998 required. From Stefan Monnier.
13999 (gdb-debug-log, gdb-enable-debug-log): New variables.
14000 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
14001
14002 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
14005 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
14006
14007 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
14008
14009 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
14010 Call vc-find-file-hook here instead of in auto-revert-buffers.
14011 (auto-revert-buffers): Delete call to vc-find-file-hook.
14012 (auto-revert-verbose, global-auto-revert-non-file-buffers)
14013 (global-auto-revert-mode, auto-revert-set-timer)
14014 (auto-revert-handler, auto-revert-buffers): Doc fixes.
14015
14016 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14017
14018 * woman.el (woman-change-fonts): Rename local variable
14019 woman-font-alist to font-alist to avoid a compiler warning.
14020
14021 2004-03-27 Dave Love <fx@gnu.org>
14022
14023 * emacs-lisp/rx.el (rx): Doc fix.
14024 Fix copyright years.
14025
14026 * strokes.el (strokes-global-set-stroke-string): New function.
14027 (strokes-list-strokes): Cope with strings, not just commands.
14028 Set foreground colour of image.
14029 (strokes-global-set-stroke): Doc fix.
14030
14031 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
14032
14033 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
14034 Auto Revert mode.
14035 (Buffer-menu-files-only): New variable.
14036 (Buffer-menu-toggle-files-only): New function.
14037 (Buffer-menu-mode-map): Bind it to `T'.
14038 (Buffer-menu-mode): Mention `T' in docstring.
14039 Set buffer-stale-function.
14040 (list-buffers-noselect): Mark buffer non-modified and set
14041 Buffer-menu-files-only.
14042
14043 * dired.el (buffer-stale-function): Remove no longer needed defvar.
14044
14045 * autorevert.el (auto-revert-handler): Print revert message
14046 before, rather than after, reverting.
14047 (buffer-stale-function): Move to files.el.
14048
14049 * files.el (buffer-stale-function): Move here from autorevert.el.
14050
14051 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
14054
14055 * calc/calc.el (calc-mode-map): Use mapc.
14056
14057 * apropos.el (apropos-mode): Don't autoload.
14058 (apropos-symbols-internal): New fun. Extracted from `apropos'.
14059 (apropos): Use it.
14060 (apropos-print): Add optional `text' argument.
14061 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
14062 Don't assume point-min == 1.
14063
14064 * bs.el (bs-buffer-list): Use buffer-local-value.
14065 (bs--set-toggle-to-show): Use with-current-buffer.
14066
14067 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
14068 New funs.
14069 (list-buffers-noselect): Use them. Adjust :align-to to new style.
14070
14071 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
14072
14073 * dabbrev.el (dabbrev-expand): Fix regexp construction.
14074 (dabbrev--find-expansion): Use pop.
14075 (dabbrev--search): Use match-string-no-properties.
14076
14077 * dired.el (dired-mode): Use run-mode-hooks.
14078 (dired-move-to-end-of-filename): Use match-string.
14079
14080 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
14081 is bound before using it.
14082 (ediff-verbose-p): Make it into a var since it's not constant.
14083
14084 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
14085
14086 * faces.el (read-face-font): Don't cons up unnecessarily.
14087 (header-line, tool-bar): Share common parts.
14088
14089 * files.el (file-relative-name): Use compare-strings.
14090
14091 * finder.el (finder-mode): Follow coding convention.
14092
14093 * subr.el (read-number): New function.
14094
14095 * ses.el (ses-read-number): Move to subr.el.
14096 (ses-set-header-row): Use read-number.
14097
14098 2004-03-26 Andre Spiegel <spiegel@gnu.org>
14099
14100 * vc-hooks.el (vc-arg-list): New function, which handles both
14101 compiled and uncompiled code.
14102 (vc-default-workfile-unchanged-p): Use it.
14103
14104 * vc.el (vc-print-log): Undo prev change, use new function
14105 vc-arg-list from vc-hooks.el.
14106
14107 2004-03-26 Masatake YAMATO <jet@gyve.org>
14108
14109 * simple.el (completion-setup-function): Emphasize the
14110 first uncommon characters in the completions; and de-emphasize
14111 the common prefix substrings.
14112 (completion-emphasis): New face.
14113 (completion-de-emphasis): New face.
14114
14115 2004-03-25 Juanma Barranquero <lektu@terra.es>
14116
14117 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
14118 Comment out (it's unused and unfinished code).
14119
14120 2004-03-25 Sam Steingold <sds@gnu.org>
14121
14122 * vc.el (vc-print-log): Fix a bug in the last patch:
14123 backend-function may be a byte-compiled object, not a lambda.
14124
14125 2004-03-25 Juri Linkov <juri@jurta.org>
14126
14127 * descr-text.el (describe-property-list): Add a button
14128 for `face' property that calls `describe-face'.
14129 Suggested by luis fernandes <elf@ee.ryerson.ca>
14130
14131 * international/mule.el (keyboard-coding-system):
14132 * kmacro.el (kmacro-call-macro): Fix docstring.
14133
14134 * dired.el: Fix comments.
14135
14136 * textmodes/fill.el (fill): Fix Info link.
14137
14138 * font-lock.el (fast-lock, lazy-lock):
14139 * jit-lock.el (jit-lock): Remove links to removed Support Modes
14140 Info node.
14141
14142 * eshell/eshell.el (eshell): Fix broken info-link.
14143
14144 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
14145 * eshell/em-banner.el (eshell-banner):
14146 * eshell/em-smart.el (eshell-smart):
14147 * eshell/esh-cmd.el (eshell-cmd):
14148 Comment out broken info-links to incomplete Info manual.
14149
14150 * info-xref.el: Fix commentary.
14151
14152 2004-03-25 Kevin Ryde <user42@zip.com.au>
14153
14154 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
14155 Remove spurious node duplicate suppression, doesn't work, not wanted.
14156 (info-xref-output): Take format style args, add "sit-for 0" to let
14157 user see the results as they progress.
14158 (info-xref-check-all-custom): New function.
14159
14160 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
14161
14162 * gdb-ui.el: Moved to progmodes.
14163
14164 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
14167
14168 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14169
14170 * calendar/appt.el (appt-check): Remove superfluous progn.
14171 When finished with diary buffer: if it was not being displayed
14172 before, kill it; otherwise restore its original state.
14173 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
14174
14175 * calendar/calendar.el (calendar-set-mode-line): Use total
14176 available mode-line width, rather than frame-width.
14177
14178 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
14179 after mode change so effect not lost.
14180
14181 2004-03-23 Dave Love <fx@gnu.org>
14182
14183 * dired.el (dired) <defgroup>: Add link to manual.
14184 (dired-font-lock-keywords): Add highlighting on unusual permissions.
14185 (dired-revert): Use dolist.
14186 (dired-mode-map): Add U binding.
14187 (dired-mode): Add font-lock-beginning-of-syntax-function.
14188 (dired-garbage-files-regexp): Make it a defcustom.
14189
14190 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
14193 is equivalent to nil.
14194 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
14195 (vc-arch-mode-line-string): Accept `added' state.
14196 (vc-arch-state): Use inode-sigs if available.
14197 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
14198 Copy&delete existing id file if any. Fallback if uuidgen is absent.
14199 (vc-arch-tagline-re): New var.
14200 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
14201 New functions.
14202 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
14203 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
14204
14205 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
14206 (vc-file-not-found-hook): Use it.
14207
14208 * diff-mode.el (diff-default-read-only): Change default.
14209 (diff-mode-hook): Make it a defcustom. Add some options.
14210 (diff-mode-map): Bind diff-refine-hook.
14211 (diff-yank-handler): New var.
14212 (diff-yank-function): New fun.
14213 (diff-font-lock-keywords): Use them.
14214 (diff-end-of-file): Handle case where file-header looks like diff text.
14215 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
14216 (diff-file-kill): Delete a subsequent empty line, if applicable.
14217 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
14218 (diff-find-file-name): Use it.
14219 (diff-tell-file-name): New command.
14220 (diff-mode): Be careful with view-mode.
14221 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
14222 New functions, for use in diff-mode-hook.
14223 (diff-find-source-location): Catch "regex too large" errors.
14224 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
14225 (diff-refine-hunk): New command.
14226
14227 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
14228 (smerge-context-menu-map): Remove unused var.
14229 (smerge-keep-all): Preserve markers.
14230 (smerge-keep-n): New fun.
14231 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14232 (smerge-keep-current, smerge-ediff): Use it.
14233 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
14234 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
14235 (smerge-resolve): Resolve trivial 3-part conflicts.
14236
14237 2004-03-23 Juri Linkov <juri@jurta.org>
14238
14239 * man.el (Man-width): New var.
14240 (Man-getpage-in-background): Use it.
14241 (Man-support-local-filenames): New var and fun.
14242 (Man-build-man-command): Don't add a second %s.
14243 (Man-fontify-manpage): Clean up message.
14244 (Man-mode): Set outline-regexp, outline-level,
14245 imenu-generic-expression.
14246
14247 * woman.el (woman-fill-frame): Doc fix.
14248 (woman-decode-region): Use window-width instead of frame-width.
14249
14250 * abbrevlist.el (list-one-abbrev-table):
14251 * descr-text.el (describe-char):
14252 * international/mule-diag.el (describe-current-coding-system):
14253 * international/quail.el (quail-insert-decode-map):
14254 Use window-width instead of frame-width.
14255
14256 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
14257 (jka-compr-mode-alist-additions): Add tbz.
14258 (jka-compr-write-region, jka-compr-insert-file-contents):
14259 Add message for undefined compress-program.
14260 (jka-compr-write-region): Remove redundant var bindings.
14261
14262 * dired-x.el (dired-guess-shell-alist-default): Add choices for
14263 extracting files into subdirectory. Add tbz and dz. Fix regexps.
14264 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
14265 (dired-man): Use dired-guess-shell-command.
14266 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
14267 Change default nil to t.
14268
14269 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
14270 (dired-compare-directories): Add default value for empty input.
14271
14272 * help-at-pt.el: Move suggestions for key bindings to Commentary.
14273
14274 * time.el (display-time-string-forms): Fix help-echo date format.
14275
14276 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
14277
14278 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
14279 (buffer-stale-function): New variable.
14280 (auto-revert-list-diff, auto-revert-dired-file-list)
14281 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
14282 (auto-revert-handler): Take over some functionality of deleted
14283 functions.
14284 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
14285
14286 * dired.el (dired-directory-changed-p): New fun, extracted from
14287 dired-internal-noselect.
14288 (dired-buffer-stale-p): New fun.
14289 (dired-internal-noselect): Use dired-directory-changed-p.
14290 Eliminate revert messages.
14291 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
14292
14293 2004-03-23 Kenichi Handa <handa@m17n.org>
14294
14295 * international/characters.el: Setup syntaxes for more parentheses
14296 Unicode characters.
14297
14298 * international/mule-cmds.el (select-safe-coding-system):
14299 Merge coding-system and auto-cs before comparing them.
14300
14301 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
14304
14305 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14306 normal-auto-fill-function and comment-indent-function.
14307 The default values now work just as well.
14308 Don't set font-lock-beginning-of-syntax-function since we already set
14309 syntax-begin-function.
14310 (lisp-outline-level): Put ;;;###autoload at same level as (.
14311 (prin1-char): Quote special chars.
14312
14313 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
14314 than with-no-warnings.
14315
14316 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
14317 if the source location can't be found.
14318 (edebug-compute-previous-result): Use prin1-char.
14319
14320 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
14321 (debug-ignored-errors): Add an entry.
14322
14323 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
14324 (byte-compile-file): Output warning when deleting a file.
14325
14326 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
14327 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
14328
14329 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
14330 (byte-compile-inline-expand): Use backquote.
14331 (byte-optimize-pure-func): Rename from byte-optimize-concat.
14332 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
14333
14334 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
14335
14336 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
14337
14338 2004-03-22 Juri Linkov <juri@jurta.org>
14339
14340 * finder.el (finder-known-keywords): Fix data, tex, unix.
14341
14342 * play/landmark.el: Fix keywords.
14343
14344 * language/ethio-util.el (ethio-find-file): Doc fix.
14345
14346 * emacs-lisp/warnings.el: Doc fix.
14347
14348 * textmodes/ispell.el (ispell-help): Doc fix.
14349
14350 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
14351
14352 * format.el (format-insert-file): Always return a list of two
14353 elements, like insert-file-contents does.
14354
14355 2004-03-21 Andre Spiegel <spiegel@gnu.org>
14356
14357 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
14358 and vc-BACKEND-diff.
14359 (vc-print-log): If the print-log implementation supports it, use
14360 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
14361 (vc-version-diff, vc-diff-internal): Doc fixes.
14362
14363 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
14364 implementation supports it, let diff output go to *vc*,
14365 not *vc-diff*, since this is an internal call.
14366
14367 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
14368
14369 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
14370
14371 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
14372
14373 2004-03-21 Dave Love <fx@gnu.org>
14374
14375 * progmodes/cfengine.el (cfengine-mode):
14376 Set parse-sexp-ignore-comments.
14377
14378 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
14379
14380 2004-03-21 Juanma Barranquero <lektu@terra.es>
14381
14382 * allout.el (allout-mode): Fix docstring.
14383
14384 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
14385
14386 * files.el (insert-directory): Fix bug if SWITCHES is a list.
14387
14388 * autorevert.el (auto-revert-interval): Make new value take
14389 effect immediately when set through Custom.
14390 (auto-revert-set-timer): Add interactive declaration.
14391
14392 2004-03-19 David Ponce <david@dponce.com>
14393
14394 * ruler-mode.el (ruler-mode-header-line-format-old):
14395 Don't `make-variable-buffer-local'.
14396 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
14397 (ruler-mode-header-line-format): Simply funcall the above.
14398 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
14399 to save/restore a previous header line format.
14400 (ruler-mode-space): Don't depend on a numeric WIDTH value.
14401 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
14402 fringes and margins width.
14403 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
14404
14405 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * log-edit.el (log-edit-font-lock-keywords): Typo.
14408
14409 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
14410 (tex-send-tex-command): Rather than here.
14411 (tex-compilation-parse-errors): Simplify.
14412
14413 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
14414
14415 * time.el (display-time-string-forms): Add help-echo with date on time.
14416
14417 * composite.el (compose-region): Use restore-buffer-modified-p.
14418
14419 * disp-table.el (standard-display-8bit): Simplify.
14420
14421 * server.el (server-process-filter): Delete temp frame.
14422
14423 * add-log.el (add-change-log-entry): Simplify.
14424
14425 2004-03-19 Kim F. Storm <storm@cua.dk>
14426
14427 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
14428 (hexl-follow-line): Don't require 'fringe.
14429
14430 * progmodes/compile.el (compilation-start): Always set
14431 compilation-last-buffer and return it.
14432
14433 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
14434
14435 * simple.el (clone-buffer): Doc fix.
14436
14437 2004-03-18 Juanma Barranquero <lektu@terra.es>
14438
14439 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
14440
14441 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * log-edit.el (log-edit-font-lock-keywords): New var.
14444 (log-edit-mode): Use it.
14445
14446 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
14447
14448 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
14449 properly for watching in speedbar.
14450
14451 2004-03-17 Masatake YAMATO <jet@gyve.org>
14452
14453 * smerge-mode.el (smerge-popup-context-menu):
14454 Put `unwind-protect' around `overlay-put' and `popup-menu'.
14455
14456 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
14459 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
14460 Take sealed revisions into account.
14461 (vc-arch-checkin): Extract a summary line from the message.
14462
14463 2004-03-16 Masatake YAMATO <jet@gyve.org>
14464
14465 * register.el (register): Provide `register' feature.
14466
14467 2004-03-15 Masatake YAMATO <jet@gyve.org>
14468
14469 Added context menu support in smerge mode.
14470 Most of the part is written by Stefan Monnier.
14471
14472 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
14473 New keymap and menu.
14474 (smerge-text-properties): New function.
14475 (smerge-remove-props): New function.
14476 (smerge-popup-context-menu): New function.
14477 (smerge-resolve): Call `smerge-remove-props'.
14478 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
14479 (smerge-keep-current): Ditto.
14480 (smerge-kill-current): New function.
14481 (smerge-match-conflict): Put text properties.
14482 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
14483
14484 2004-03-15 David Ponce <david@dponce.com>
14485
14486 * ruler-mode.el: (ruler-mode-left-fringe-cols)
14487 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
14488 (ruler-mode-right-scroll-bar-cols): Remove.
14489 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
14490 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
14491 Use fringe-columns and scroll-bar-columns.
14492
14493 2004-03-15 Masatake YAMATO <jet@gyve.org>
14494
14495 * hl-line.el (hl-line-range-function): New variable.
14496 (hl-line-move): New function.
14497 (global-hl-line-highlight): Use `hl-line-move'.
14498 (hl-line-highlight): Ditto.
14499
14500 * scroll-bar.el (scroll-bar-columns):
14501 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
14502
14503 * ruler-mode.el (top-level): Require scroll-bar and fringe.
14504 (ruler-mode-left-fringe-cols)
14505 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
14506 (ruler-mode-right-scroll-bar-cols)
14507 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
14508 (ruler-mode-ruler-function): New variable.
14509 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
14510 if the value for `ruler-mode-ruler-function'is given.
14511
14512 * hexl.el (hexl-mode-hook): Make the hook customizable.
14513 (hexl-address-area, hexl-ascii-area): New customize variables.
14514 (hexlify-buffer): Put font-lock-faces on the address area and
14515 the ascii area.
14516 (hexl-activate-ruler): New function.
14517 (hexl-follow-line): New function.
14518 (hexl-highlight-line-range): New function.
14519 (hexl-mode-ruler): New function.
14520
14521 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
14524 (vc-default-find-file-hook): New fun.
14525 (vc-find-file-hook): Call new find-file-hook operation.
14526
14527 * vc-arch.el: New file.
14528
14529 2004-03-12 Jesper Harder <harder@ifa.au.dk>
14530
14531 * info-look.el (info-lookup): Reuse an existing Info window.
14532
14533 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14534
14535 * woman.el (woman-preserve-ascii): Default value changed to t and
14536 doc string revised.
14537
14538 2004-03-12 Richard M. Stallman <rms@gnu.org>
14539
14540 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14541 Fix minor bug.
14542
14543 * replace.el (occur-engine): Change message for count of matches.
14544
14545 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
14546 For strings, do compare text properties.
14547
14548 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
14549
14550 * progmodes/compile.el (compile-auto-highlight)
14551 (compilation-error-list, compilation-old-error-list)
14552 (compilation-parse-errors-function, compilation-parsing-end)
14553 (compilation-error-message, compilation-directory-stack)
14554 (compilation-enter-directory-regexp-alist)
14555 (compilation-leave-directory-regexp-alist)
14556 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
14557 (compilation-current-file, compilation-regexps): Remove vars.
14558
14559 (compile-error-at-point, compilation-error-filedata)
14560 (compilation-error-filedata-file-name, compile-reinitialize-errors)
14561 (compilation-next-error-locus, compilation-forget-errors)
14562 (count-regexp-groupings, compilation-parse-errors)
14563 (compile-collect-regexps, compile-buffer-substring): Remove funs.
14564
14565 (compile-internal): Make obsolete.
14566
14567 (compilation-first-column, compilation-error)
14568 (compilation-directory-matcher, compilation-page-delimiter)
14569 (compilation-mode-font-lock-keywords, compilation-debug)
14570 (compilation-error-face, compilation-warning-face)
14571 (compilation-info-face, compilation-line-face)
14572 (compilation-column-face, compilation-enter-directory-face)
14573 (compilation-leave-directory-face, compilation-skip-threshold)
14574 (compilation-skip-visited, compilation-context-lines): New vars.
14575
14576 (compilation-warning-face, compilation-info-face)
14577 (compilation-message-face): New faces.
14578
14579 (compilation-error-regexp-alist-alist): New constant.
14580
14581 (compilation-face, compilation-directory-properties)
14582 (compilation-assq, compilation-error-properties, compilation-start)
14583 (define-compilation-mode, compilation-loop)
14584 (compilation-set-window): New functions.
14585
14586 (compile): Additional argument for interactive compiles like TeX.
14587
14588 * progmodes/grep.el (kill-grep): Move here from compile.el
14589 (grep-error, grep-hit-face, grep-error-face)
14590 (grep-mode-font-lock-keywords): New variables.
14591 (grep-regexp-alist): Simplify regexp and add `binary' case.
14592 (grep-mode): New mode.
14593 (grep-process-setup): Simplify.
14594
14595 2004-03-11 Jason Rumney <jasonr@gnu.org>
14596
14597 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
14598 letters on DOS/Windows.
14599
14600 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14601
14602 * server.el (server-name): New var.
14603 (server-socket-dir): New var to replace server-socket-name.
14604 (server-start): Use them.
14605
14606 2004-03-11 Simon Josefsson <jas@extundo.com>
14607
14608 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
14609 died to avoid infloop. Reported by Jonathan Glauner
14610 <jglauner@sbum.org>.
14611
14612 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
14615 (smerge-mode-menu): Use it to deactivate menu entries.
14616 (smerge-keep-current): New fun.
14617 (smerge-keep-current): Use it.
14618
14619 2004-03-10 John Paul Wallington <jpw@gnu.org>
14620
14621 * foldout.el (foldout-fold-list, foldout-modeline-string):
14622 Declare them as variables, not constants.
14623
14624 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14625
14626 * ps-print.el: Modification to print *Messages* buffer.
14627 (ps-print-version): New version 6.6.4.
14628 (ps-message-log-max): New fun.
14629 (ps-spool-without-faces, ps-spool-with-faces)
14630 (ps-count-lines-preprint): Code fix.
14631
14632 * printing.el: New tips in Tips section.
14633
14634 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14635
14636 * delim-col.el: Doc fix.
14637
14638 * printing.el: Doc fix. New doc section (Tips).
14639
14640 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * type-break.el (type-break-emacs-variant): Remove.
14643 (type-break-run-at-time, type-break-cancel-function-timers):
14644 Use fboundp rather than version name and number.
14645
14646 2004-03-09 Masatake YAMATO <jet@gyve.org>
14647
14648 * hexl.el (hexl-mode): Use `make-local-variable' instead of
14649 `make-variable-buffer-local'.
14650
14651 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
14652
14653 * find-dired.el (find-dired): Call `shell-command' instead of
14654 `start-process-shell-command'. By this, Tramp takes over
14655 handling of remote directories.
14656
14657 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * newcomment.el (comment-use-global-state): New var.
14660 (comment-search-forward): Use it.
14661
14662 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
14663
14664 * cus-edit.el (fill) <defgroup>: Move to fill.el.
14665
14666 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
14667 (enable-kinsoku): Make it a defcustom.
14668 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
14669 paragraph to same-comment-start-marker.
14670
14671 2004-03-07 Dave Love <fx@gnu.org>
14672
14673 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
14674 (browse-url-mail): Use it.
14675
14676 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
14677 (rfc2368-unhexify-string): Use replace-regexp-in-string.
14678
14679 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14680
14681 * woman.el (woman-man.conf-path): Doc fix.
14682 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
14683
14684 2004-03-07 Eli Zaretskii <eliz@gnu.org>
14685
14686 * sort.el (sort-columns): Remove ms-dos from the list of systems
14687 where the external `sort' command is not used.
14688
14689 2004-03-07 Kim F. Storm <storm@cua.dk>
14690
14691 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
14692 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
14693 from overlay-arrow-variable-list.
14694 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
14695
14696 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
14697
14698 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
14699 overlay arrow string properly for the assembler buffer.
14700
14701 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * mail/sendmail.el (mail-mode): Fix last change.
14704
14705 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
14706
14707 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14708 for the assembler buffer.
14709 (gdb-assembler-custom): Position the overlay arrow.
14710 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14711
14712 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14715
14716 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14717 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14718
14719 * mail/sendmail.el (mail-mode): Set comment-start-skip.
14720
14721 * newcomment.el (uncomment-region): Allow non-terminated comment.
14722 (comment-normalize-vars): Check the user-specified comstart marker.
14723
14724 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14725
14726 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14727 Otherwise, do use it if the region only contains font-lock text
14728 properties.
14729
14730 2004-03-04 Masatake YAMATO <jet@gyve.org>
14731
14732 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14733 as the callback function for eldoc.
14734 (hexl-print-current-point-info): New function.
14735 (hexl-current-address): Print the address in both decimal
14736 and hexadecimal format.
14737
14738 2004-03-04 Richard M. Stallman <rms@gnu.org>
14739
14740 * mail/rmail.el (rmail-convert-to-babyl-format):
14741 Specify t for UNIBYTE when calling mail-unquote-printable-region.
14742
14743 * mail/mail-utils.el (mail-unquote-printable-region):
14744 New arg UNIBYTE.
14745
14746 * startup.el (command-switch-alist): Doc fix.
14747
14748 * simple.el (undo): Temporarily set this-command to `undo-start',
14749 then set it to `undo' once undo-start returns without error.
14750
14751 * simple.el (minibuffer-history-sexp-flag): Doc fix.
14752
14753 * simple.el (kill-line): Don't disregard trailing whitespace
14754 in eol condition, if show-trailing-whitespace is set.
14755
14756 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14757 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14758 When disabling, restore old values only if mouse-sel-has-been-enabled.
14759
14760 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14761 (isearch-{-char): New function.
14762 (isearch-mode-map): Bind { to isearch-{-char.
14763
14764 * font-lock.el (lisp-font-lock-keywords-2):
14765 Turn off the CL with-... and do-... general patterns.
14766 Instead, recognize several specific with... and do... constructs.
14767
14768 * files.el (switch-to-buffer-other-window):
14769 Bind same-window-buffer-names and same-window-regexps to nil.
14770 (switch-to-buffer-other-frame): Likewise.
14771
14772 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14775 recognizing leading comment on code line.
14776
14777 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14780 hidden files/directories.
14781
14782 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14783
14784 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14785 only comment-start (in case the mode hasn't set it).
14786
14787 * Makefile.in (AUTOGENEL): New var.
14788 (bootstrap-prepare): Rename from bootstrap-clean.
14789 Don't remove elc files.
14790 (maintainer-clean): New target.
14791
14792 * xml.el (xml-get-attribute-or-nil): Simplify.
14793
14794 2004-03-02 Juri Linkov <juri@jurta.org>
14795
14796 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14797 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14798 URL to prevent their substitution with the environment variable
14799 values by browsers.
14800
14801 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14802
14803 * ps-print.el: Doc fix.
14804 (ps-print-version): New version number (6.6.3).
14805 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14806 Docstring fix.
14807 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14808 before printing.
14809 (ps-time-stamp-yyyy-mm-dd): New fun.
14810 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14811
14812 2004-03-02 Kim F. Storm <storm@cua.dk>
14813
14814 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14815
14816 2004-03-01 Juanma Barranquero <lektu@terra.es>
14817
14818 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14819
14820 * desktop.el (desktop-file-version)
14821 (desktop-after-read-hook): Fix typos.
14822 (desktop-clear-preserve-buffers): Remove redundant info in
14823 docstring already shown by the obsolescence message.
14824 (desktop-truncate, desktop-internal-v2s)
14825 (desktop-value-to-string): Change argument name to match docstring.
14826
14827 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14828
14829 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14830 docstring.
14831
14832 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14833
14834 * printing.el: Replace "As Is..." in PostScript file print/preview by
14835 "No Preprocessing...". Suggested by Colin Marquardt
14836 <_marquardt_@zmd.de>.
14837 (pr-insert-section-4): Adjust buffer interface.
14838
14839 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14840
14841 Version 2.0.39 of Tramp released.
14842
14843 * net/tramp.el (tramp-handle-file-local-copy)
14844 (tramp-handle-write-region, tramp-open-connection-rsh):
14845 Variable name typo. Small change. From Patrick Tullmann
14846 <tullmann@flux.utah.edu>.
14847 (tramp-process-connection-type): New variable.
14848 (tramp-maybe-open-connection): Use it.
14849 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14850 (tramp-touch): Set last-modified time of a remote file.
14851 (tramp-handle-write-region): Say which function is used when encoding.
14852
14853 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14854
14855 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14856 case of non-existing filename, too. Reported by Christoph Bauer
14857 <c_bauer@informatik.uni-kl.de>.
14858 (tramp-smb-get-file-entries): The directory in question should
14859 have permissions "drwxrwxrwx". Just virtual, because we don't
14860 know the real permissions. Don't we know?
14861 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14862 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14863 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14864 output. If it was received chunkwise, there have been problems.
14865 Remove the "prompt not found" error message; it is obvious.
14866 Simplify algorithm.
14867 (tramp-smb-process-running): Remove. Since we acknowledge the
14868 virtual prompt for shares, there's no need for distinction of
14869 reading shares (process ends afterwards) and interactive mode of
14870 smblient.
14871 (tramp-smb-open-connection): Setting process sentinel removed.
14872 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14873 "NT_STATUS_NETWORK_ACCESS_DENIED".
14874 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14875 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14876 (top-level): Setting default value in `tramp-default-method-alist'
14877 corrected. Order of USER and HOST have been wrong.
14878 Nobody complained for months ...
14879 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14880 (tramp-smb-open-connection): Clear password cache if login has failed.
14881
14882 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14883 `tramp-unified-filenames'.
14884 (tramp-completion-mode): Make test for XEmacs explicitely.
14885 `event-to-character' can exists in Emacs packages too.
14886 Reported by Matt Swift <swift@alum.mit.edu>.
14887 (tramp-buffer-name): Buffer name must contain the user if exists.
14888 Reported by Adrian Phillips <a.phillips@met.no>.
14889 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14890 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14891 (tramp-do-copy-or-rename-file-out-of-band): Rename from
14892 `tramp-do-copy-or-rename-file-one-local', because it handles also
14893 the case both files use the same out-of-band method.
14894 Implementation added.
14895 (tramp-handle-file-local-copy, tramp-handle-write-region):
14896 Out-of-band handling removed. `copy-file' called instead, which
14897 calls `tramp-do-copy-or-rename-file-out-of-band'.
14898 (tramp-action-password): Check for out-of-band method removed.
14899 This function is used for 'login-program.
14900 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14901 appropriate.
14902 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14903 and `tramp-parse-sknownhosts'.
14904 (tramp-completion-function-alist): It's a defvar now, because we
14905 want to apply the optimized `tramp-set-completion-function'
14906 instead of a static list.
14907 (tramp-set-completion-function): Implementation tuned.
14908 Avoid double entries, and entries where the function or the
14909 file/directory doesn't exist.
14910 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14911 for SSH2.
14912 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14913 (tramp-handle-dired-compress-file): New function.
14914 (tramp-async-proc): New variable.
14915 (tramp-handle-shell-command): Adding asynchronous processes.
14916 They are far from being perfect, but it works at least for
14917 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14918 (top-level): Require password.el if visible. Should be mandatory
14919 once No Gnus has found its way into (X)Emacs.
14920 (tramp-read-passwd): Invoke `password-read' if available,
14921 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
14922 fallback any longer.
14923 (tramp-clear-passwd): New function.
14924 (tramp-process-actions, tramp-process-multi-actions):
14925 Clear password cache if login has failed.
14926
14927 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14928 its own module.
14929 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14930 `ange-ftp-ftp-name-res'. There could be incorrect values from
14931 previous calls in case the "ftp" method is used in the Tramp file
14932 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14933
14934 2004-02-28 Richard M. Stallman <rms@gnu.org>
14935
14936 * term.el (term-mouse-paste): Call mouse-set-point.
14937
14938 * thumbs.el: New file.
14939
14940 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14941
14942 * progmodes/ebnf-abn.el: Doc fix.
14943
14944 * progmodes/ebnf-bnf.el: Doc fix.
14945 (ebnf-repeat): Code fix.
14946
14947 * progmodes/ebnf2ps.el: Doc fix.
14948 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14949
14950 2004-02-28 Juri Linkov <juri@jurta.org>
14951
14952 * ffap.el (dired-at-point): Additional writability test for
14953 relative directory names.
14954 (dired-at-point-prompter): Treat directories as a directory, get
14955 the directory component from files.
14956 (ffap-string-at-point): Return string from region if region is active.
14957 (ffap-file-at-point): Remove redundant code.
14958
14959 2004-02-28 Kim F. Storm <storm@cua.dk>
14960
14961 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14962 Initialize margin area images to nil.
14963 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14964 (breakpoint-enabled-bitmap-face)
14965 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14966 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14967 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14968 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14969 (gdb-reset): Use gdb-remove-breakpoint-icons.
14970 (gdb-put-string): Add dprop arg to specify alternative display
14971 property (for setting fringe bitmap).
14972 (gdb-remove-strings): Doc fix.
14973 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14974 icon in fringe (if available), or else as icon or text in display
14975 margin. Creates necessary icons in breakpoint-bitmap,
14976 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14977 Also make left window margin if required.
14978 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14979 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14980 no longer needed.
14981 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14982 gdb-put-breakpoint-icon.
14983 (gdb-assembler-mode): Don't set left-margin-width here.
14984
14985 2004-02-27 Kevin Ryde <user42@zip.com.au>
14986
14987 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14988 comma, so that it DTRT in macros.
14989
14990 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14991
14992 * progmodes/sh-script.el (sh-shell-arg)
14993 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14994 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14995
14996 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14997
14998 * faces.el (face-spec-set-match-display): Add a new attribute,
14999 `min-colors'.
15000 (region, highlight, secondary-selection): Use `min-colors'.
15001
15002 * custom.el (defface): Add documentation for `min-colors'.
15003
15004 * font-lock.el (font-lock-comment-face, font-lock-string-face)
15005 (font-lock-keyword-face, font-lock-function-name-face)
15006 (font-lock-variable-name-face, font-lock-constant-face):
15007 Use `min-colors'.
15008
15009 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
15010
15011 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15012
15013 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
15014 define assq-delete-all if it's not defined.
15015 (ebnf-generate-region): Code fix.
15016
15017 * printing.el: Doc fix.
15018 (pr-version): New version number (6.7.2).
15019 (pr-command): Return empty string if command is an empty string.
15020
15021 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15022
15023 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
15024
15025 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
15026 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
15027 semi-down-full. Fix a bug on productions like test = {"test"}* | (
15028 "tt" ["test"] ). Reported by Markus Dreyer
15029 <mdreyer@ix.urz.uni-heidelberg.de>.
15030 (ebnf-version): New version number (4.0).
15031 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
15032 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
15033 (ebnf-delete-style): New commands.
15034 (ebnf-directory, ebnf-file): New funs.
15035 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
15036 (ebnf-production-name-p, ebnf-stop-on-error): New options.
15037 (ebnf-syntax-alist): New var.
15038 (ebnf-element-width): New fun replacing ebnf-list-width.
15039 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
15040 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
15041 (ebnf-prologue): Adjust vars.
15042 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
15043 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
15044 (ebnf-check-style-values, ebnf-generate-production)
15045 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
15046 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
15047 (ebnf-token-repeat): Code fix.
15048
15049 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
15050 %right, %left and %prec. Suggested by Matthew K. Junker
15051 <junker@alum.mit.edu>.
15052 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
15053
15054 * progmodes/ebnf-iso.el: Doc fix.
15055 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
15056 (ebnf-iso-lex): Code fix.
15057
15058 * progmodes/ebnf-bnf.el: Doc fix.
15059 (ebnf-bnf-lex): Code fix.
15060
15061 * progmodes/ebnf-otz.el: Doc fix.
15062
15063 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
15066 (abbrev-prefix-mark): Doc fix.
15067
15068 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
15069
15070 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
15071 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
15072 (gdb-var-delete): Make interactive (really).
15073 (gdb-edit-value): Make non-interactive.
15074
15075 * progmodes/gud.el (gud-speedbar-menu-items):
15076 Add gdb-var-delete and, indirectly, gdb-edit-value.
15077 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
15078 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
15079 (gud-gdb-marker-filter): Add comment for annotations.
15080
15081 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15082
15083 * calendar/calendar.el (generate-calendar)
15084 (calendar-read-date): Prevent display of BC calendars once more -
15085 reverts 2003-10-01 change.
15086 (generate-calendar-month): Doc fix.
15087
15088 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
15089
15090 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
15091 return value of increment-calendar-month.
15092
15093 2004-02-21 Stephen Compall <s11@member.fsf.org>
15094
15095 * saveplace.el (save-place-forget-unreadable-files)
15096 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
15097 (save-place-forget-unreadable-files): New function.
15098 (save-place-alist-to-file): Use it to filter out files that are
15099 no longer readable.
15100
15101 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
15102 current Texinfo environment, using the same method as in
15103 `texinfo-insert-@end', and insert a space rather than a newline if
15104 point in a @table environment.
15105
15106 2004-02-21 Juri Linkov <juri@jurta.org>
15107
15108 * ffap.el (ffap-file-at-point): Try parent directories.
15109
15110 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
15111
15112 * vcursor.el (vcursor-modifiers): New defcustom.
15113 (vcursor-cs-binding): Use vcursor-modifiers instead of a
15114 hard-coded list.
15115
15116 2004-02-21 Masatake YAMATO <jet@gyve.org>
15117
15118 * play/animate.el (animate-birthday-present): Accept names other
15119 than `Sarah', too.
15120
15121 2004-02-21 Juri Linkov <juri@jurta.org>
15122
15123 * startup.el: Remove table of command line arguments from the
15124 Commentary section.
15125
15126 2004-02-20 John Wiegley <johnw@newartisans.com>
15127
15128 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
15129 again" modifier from 'e' to 'E', since 'e' is also used by the
15130 "file extension" modifier.
15131
15132 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * help-fns.el (describe-categories): Doc fix.
15135
15136 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15137
15138 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
15139 temporary file for buffer already visiting one. This change makes
15140 output likely to be directly usable by patch program.
15141 Suggested by Adrian Aichner <adrian@xemacs.org>
15142
15143 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
15144
15145 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
15146 case of variables defined in compound statements.
15147 (gdb-setup-windows, gdb-source-info, gdb-source-info):
15148 Simplify constructions using switch-to-buffer.
15149
15150 2004-02-19 Simon Josefsson <jas@extundo.com>
15151
15152 * play/morse.el: Fix typo.
15153 (morse-code): Add @.
15154
15155 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
15156
15157 * calendar/appt.el (appt-display-format): Change default to
15158 'ignore, for backwards compatibility.
15159 (appt-display-message): If appt-display-format is 'ignore,
15160 respect old vars appt-msg-window and appt-visible.
15161 (appt-activate): Don't depend on return value of cancel-timer.
15162
15163 * calendar/calendar.el (calendar-holidays): Doc fix.
15164
15165 * calendar/cal-coptic.el (coptic-prompt-for-date):
15166 Use assoc-string instead of assoc-ignore-case.
15167 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
15168 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
15169 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
15170 * calendar/cal-islam.el (calendar-goto-islamic-date)
15171 (mark-islamic-diary-entries): Ditto.
15172 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
15173 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
15174 (calendar-read-mayan-tzolkin-date): Ditto.
15175 * calendar/calendar.el (calendar-read-date): Ditto.
15176 * calendar/diary-lib.el (mark-diary-entries): Ditto.
15177
15178 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
15179
15180 * progmodes/executable.el (executable-command-find-posix-p):
15181 Fix choice of the directory.
15182
15183 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
15184
15185 * simple.el (interprogram-cut-function)
15186 (interprogram-paste-function, kill-new, kill-append):
15187 Doc fixes.
15188 (kill-region): Make it return nil. Doc fix.
15189 (yank-pop): Make its argument optional.
15190 (yank): Make ARG `-' equivalent to `-1'.
15191
15192 2004-02-17 Eli Zaretskii <eliz@gnu.org>
15193
15194 * mail/rmail.el (rmail-get-new-mail): Don't reference
15195 rmail-use-spam-filter if rmail-spam-filter is not loaded.
15196
15197 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
15198
15199 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
15200 if one of global-auto-revert-non-file-buffers or autorevert-mode
15201 is non-nil.
15202
15203 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15204
15205 * subr.el (delete-dups): A better implementation from Karl Heuer
15206 <kwzh@gnu.org>.
15207
15208 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15209
15210 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
15211 correct place.
15212 * progmodes/icon.el (icon-indent-command): Ditto.
15213 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
15214
15215 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15216
15217 * progmodes/grep.el (grep-compute-defaults): Undo change from
15218 2004-01-29: don't use executable-command-find-posix-p.
15219
15220 2004-02-16 Richard Sharman <rsharman@pobox.com>
15221
15222 * hilit-chg.el: Use require instead of eval-and-compile.
15223 (highlight-compare-buffers): New function.
15224
15225 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
15226
15227 * man.el (Man-fontify-manpage): Render section headings in
15228 `Man-overstrike-face' even when overstrike was not used by man
15229 formatter for section headings.
15230
15231 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
15232
15233 * rmail-spam-filter.el: (vm-use-spam-filter)
15234 (rsf-min-region-length-added-to-spam-list): New variables.
15235 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
15236 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
15237 spam testing. Don't delete spam message if automatic deletion
15238 after output via variable rmail-delete-after-output is turned on.
15239 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
15240 rsf-bbdb-dont-create-entries-for-spam.
15241 (check-field): New function, extracted from code in
15242 rmail-spam-filter to ease addition of header fields like content-type.
15243 (message-content-type): New variable to check the content-type:
15244 field added, also in defcustom of rsf-definitions-alist.
15245 (rmail-spam-filter): Replace repeated test code for header fields
15246 by calls to check-field; change the call to
15247 rmail-output-to-rmail-file such that rmail-current-message stays
15248 the same to avoid wrong deletion of unseen flags.
15249 (rsf-add-contents-type): New function to convert old format
15250 of rmail-spam-definitions-alist into new one.
15251 Change prefixes of all variables and functions from
15252 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
15253
15254 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15255
15256 * loadhist.el (unload-hook-features-list): New defvar.
15257
15258 2004-02-16 Dave Love <fx@gnu.org>
15259
15260 * loadhist.el (unload-feature): Doc fix. Rename flist to
15261 unload-hook-features-list.
15262
15263 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
15264
15265 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
15266 cookie. Don't check if we are looking-at open-formula.
15267
15268 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
15269
15270 * subr.el (match-string-no-properties): Use substring-no-properties.
15271
15272 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15273
15274 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
15275 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
15276 Use lower-case "rx" in all error message.
15277
15278 2004-02-16 Dave Love <fx@gnu.org>
15279
15280 * emacs-lisp/rx.el (rx-or): Put group around result.
15281 (rx-constituents): Add backref.
15282 (rx-syntax): Add string-delimiter, comment-delimiter.
15283 (rx-categories): Add combining-diacritic.
15284 (rx-check-not, rx-greedy, rx): Doc fix.
15285 (rx-backref, rx-check-backref): New.
15286
15287 2004-02-16 Jesper Harder <harder@ifa.au.dk>
15288
15289 * newcomment.el (uncomment-region): Allow eob as comment end.
15290
15291 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
15292
15293 * filecache.el: All message and error commands now use prefix
15294 "Filecache:" to make it easy to read *Messages* buffer.
15295
15296 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
15297
15298 * autorevert.el: Add support to detect changed dired and VC buffers.
15299 (auto-revert-active-p, auto-revert-list-diff)
15300 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
15301 (auto-revert-handler, auto-revert-active-p): New functions.
15302 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
15303 and `auto-revert-active-p'.
15304 (eval-when-compile): Defvar dired-directory and vc-mode.
15305 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15306 (auto-revert-handler-vc): New functions.
15307
15308 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15309
15310 * progmodes/compile.el (compilation-directory): New defvar.
15311 (compile): Save current directory in compilation-directory.
15312 (recompile): Bind default-directory to compilation-directory if
15313 that is non-nil.
15314
15315 2004-02-16 Dave Love <fx@gnu.org>
15316
15317 * newcomment.el (comment-insert-comment-function)
15318 (comment-region-function, uncomment-region-function): New.
15319 (comment-indent): Use comment-insert-comment-function.
15320 (uncomment-region): Use uncomment-region-function.
15321 (comment-region): Use comment-region-function.
15322
15323 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
15324
15325 2004-02-16 Richard Stallman <rms@gnu.org>
15326
15327 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
15328 loaddefs* and ldefs-boot*.
15329
15330 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15331
15332 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
15333 and email address at the beginning and end of the address.
15334
15335 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
15336 anchored at the beginning of the email address.
15337
15338 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
15339
15340 * international/ccl.el (ccl-compile-write): Pass `left' to
15341 ccl-embed-code to generate correct code of write-expr-register.
15342
15343 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
15344
15345 * progmodes/grep.el (grep-compute-defaults): Fix typos.
15346
15347 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15348
15349 * x-dnd.el: Mention support for Motif in commentary.
15350 (x-dnd-handle-drag-n-drop-event): Ditto.
15351
15352 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
15353
15354 * ses.el: Use "ses--" prefixes for buffer-local variables.
15355 Use (point-min) instead of 1, even when we know the buffer
15356 is unnarrowed.
15357 (ses-build-load-map): Delete. Distribute its content to defconst's for
15358 the three maps.
15359 (ses-menu, ses-header-line-menu): New menus.
15360 (ses-mode-map): Use them.
15361 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
15362
15363 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
15364
15365 * Makefile.in: Fix the CC Mode recompile kludge so it works
15366 when building in a different directory.
15367
15368 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
15369
15370 * simple.el (kill-new): Put yank-handler property on the entire string.
15371
15372 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15373
15374 * diff.el: Don't use compile any more, use diff-mode instead.
15375 (diff-regexp-alist, diff-old-file, diff-new-file)
15376 (diff-parse-differences, diff-process-setup): Remove.
15377 (diff-sentinel): New fun.
15378 (diff): Use it. Run the process ourselves.
15379 Use diff-mode for the rest of the processing.
15380
15381 * diff.el (diff): Simplify code handling `switch'.
15382
15383 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * pcvs-defs.el (cvs-menu): Add `tag'.
15386
15387 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
15388
15389 * simple.el (kill-append): Doc fix.
15390
15391 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15392 Adapt outline-regexp to the new conventions for commenting out code.
15393
15394 2004-02-11 John Paul Wallington <jpw@gnu.org>
15395
15396 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
15397
15398 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * diff.el (diff-switches): New fun.
15401 (diff, diff-backup): Use it.
15402 (diff): Clean up the args construction. Use backquote.
15403 Use listp instead of consp to avoid putting a nil arg.
15404 (diff): Add a revert-buffer function.
15405
15406 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15407
15408 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
15409 handled by x-dnd-handle-file-name.
15410 (x-dnd-known-types): Add COMPOUND_TEXT.
15411 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
15412 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
15413 x-dnd-empty-state.
15414 (x-dnd-forget-drop): Ditto.
15415 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
15416 (x-dnd-handle-one-url): Return private when inserting text.
15417 (x-dnd-insert-ctext): New function.
15418 (x-dnd-handle-file-name): New function for FILE_NAME.
15419 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
15420 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
15421 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
15422
15423 2004-02-10 Kenichi Handa <handa@m17n.org>
15424
15425 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
15426 instead of while loop.
15427
15428 2004-02-10 Miles Bader <miles@gnu.org>
15429
15430 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
15431
15432 2004-02-09 Kenichi Handa <handa@m17n.org>
15433
15434 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
15435 have end-of-line.
15436
15437 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
15438
15439 * Makefile.in: Added extra dependencies in the recompile target
15440 needed to cope with the compile time macro expansions in CC Mode.
15441
15442 2004-02-09 Kim F. Storm <storm@cua.dk>
15443
15444 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
15445 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
15446 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
15447 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
15448 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
15449 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
15450 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
15451 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
15452 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
15453 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
15454 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
15455
15456 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15457
15458 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
15459 Don't allow shrink if there's a window on our right.
15460
15461 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
15462 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
15463 Bring together declaration and initialization.
15464 (prolog-mode-variables): Don't set the syntax table.
15465 Don't set paragraph-start and comment-indent-function.
15466 Add /*..*/ to the comment regexps.
15467 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
15468 (prolog-mode-map): Don't bind TAB.
15469 (prolog-mode): Set the syntax table.
15470 (prolog-comment-indent): Remove.
15471 (inferior-prolog-mode-map): Initialize in the declaration.
15472 (inferior-prolog-mode-syntax-table)
15473 (inferior-prolog-mode-abbrev-table): New vars.
15474 (inferior-prolog-mode): Derive from comint-mode.
15475 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
15476 minibuffer windows.
15477
15478 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
15479 in file names, as long as it is unabmiguous.
15480
15481 2004-02-08 Andreas Schwab <schwab@suse.de>
15482
15483 * textmodes/reftex-toc.el
15484 (reftex-toc-load-all-files-for-promotion): Remove useless use of
15485 format. Doc fix.
15486
15487 * textmodes/refer.el (refer-find-entry-internal): Remove extra
15488 format string arguments.
15489
15490 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
15491 string argument.
15492
15493 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
15494
15495 * play/zone.el (zone-call): Fix format string.
15496
15497 * net/webjump.el (webjump-builtin): Add missing format string argument.
15498
15499 * midnight.el (midnight-delay-set): Remove extra format string argument.
15500
15501 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
15502
15503 * hexl.el (hexl-insert-char): Add missing format string argument.
15504
15505 * format.el (format-decode): Fix format string.
15506
15507 * emulation/vi.el (vi-mode): Remove extra format string argument.
15508 (vi-repeat-last-search): Likewise.
15509 (vi-reverse-last-search): Likewise.
15510 (vi-goto-mark): Likewise.
15511 (vi-reverse-last-find-char): Likewise.
15512 (vi-repeat-last-find-char): Likewise.
15513 (vi-locate-def): Likewise.
15514
15515 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
15516
15517 * ediff-util.el (ediff-toggle-read-only): Remove extra format
15518 string argument.
15519 (ediff-toggle-regexp-match): Likewise.
15520
15521 * dired-aux.el (dired-do-query-replace-regexp): Add missing
15522 format string argument.
15523
15524 * calc/calc-map.el (calc-get-operator): Remove extra format
15525 string argument.
15526
15527 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
15528
15529 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
15530 string argument.
15531
15532 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
15533
15534 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
15535
15536 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
15537
15538 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
15539 (cl-struct-setf-expander): Likewise.
15540
15541 * vc.el (with-vc-file): Fix unsafe uses of error.
15542 (vc-cancel-version): Likewise.
15543
15544 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
15545
15546 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
15547 thousands separator; fixes <class>:<line-number> regexp for
15548 non-english locales.
15549
15550 2004-02-08 Andreas Schwab <schwab@suse.de>
15551
15552 * view.el (view-mode-enable): Revert previous change.
15553
15554 2004-02-07 Kim F. Storm <storm@cua.dk>
15555
15556 * simple.el (line-number-at-pos): Rename from line-at-pos.
15557 Uses changed (what-line and vc-annotate-warp-version).
15558
15559 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
15562 (diff-mode): Remove aborted attempt at support for compile.el.
15563 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
15564
15565 2004-02-06 Andreas Schwab <schwab@suse.de>
15566
15567 * view.el (view-mode-enable): Add view-mode-map to
15568 minor-mode-overriding-map-alist.
15569
15570 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15571
15572 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
15573
15574 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
15577 with point inside rather than after the paragraph.
15578
15579 2004-02-04 Sam Steingold <sds@gnu.org>
15580
15581 * mail/smtpmail.el (smtpmail-try-auth-methods):
15582 Do not try authentication when no mechanism is available.
15583 Pass port-name as defaultport to `netrc-machine'.
15584
15585 2004-02-04 Stephen Eglen <stephen@gnu.org>
15586
15587 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
15588 to show how minibuffer height can be constrained.
15589
15590 2004-02-04 John Paul Wallington <jpw@gnu.org>
15591
15592 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
15593
15594 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15595
15596 * x-dnd.el: New file for drag and drop.
15597
15598 * term/x-win.el: require x-dnd, set after-make-frame-functions
15599 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
15600 drag-n-drop event.
15601
15602 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
15603 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
15604 (dired-dnd-handle-file): New functions for drag and drop support.
15605 (dired-mode): Initialize drag and drop if x-dnd present.
15606
15607 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
15610 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
15611 (cperl-mode): Set fill-paragraph-function.
15612 (cperl-fill-paragraph): Make it non-interactive.
15613
15614 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
15615
15616 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
15617
15618 2004-02-02 David Kastrup <dak@gnu.org>
15619
15620 * replace.el (perform-replace): Allow 'literal argument in
15621 regexp-flag to indicate literal replacement.
15622 (query-replace-regexp-eval): Use it.
15623
15624 2004-02-01 Andreas Schwab <schwab@suse.de>
15625
15626 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
15627
15628 2004-02-01 Stephen Eglen <stephen@gnu.org>
15629
15630 * info-look.el: Add support for maxima-mode. Update commentary
15631 because info-lookup-symbol is now bound to C-h S.
15632
15633 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
15634
15635 * simple.el (edit-and-eval-command): Bind print-level and
15636 minibuffer-history-sexp-flag around call to read-from-minibuffer.
15637 Correct initial position in command-history.
15638
15639 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
15640
15641 * files.el (read-directory-name): Adapt the docstring to recent
15642 change in Fread_file_name.
15643
15644 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
15645
15646 * ses.el (ses-print-cell): If print format too wide for column
15647 width, truncate decimal places if that helps to avoid "#####" fill.
15648 * ses.el (ses-initial-column-width): Revert previous change.
15649
15650 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
15653 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
15654 Add edebug info.
15655 (jit-lock-mode): Setup/cancel the new timer.
15656 (jit-lock-context-fontify): New fun. Extracted from
15657 context fontification code of jit-lock-stealth-fontify.
15658 (jit-lock-stealth-fontify): Don't do context fontification any more.
15659
15660 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
15661 (jit-lock-fontify-now): Handle the `quit' case.
15662 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
15663
15664 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
15665
15666 * progmodes/executable.el (executable-command-find-posix-p):
15667 New. Check if find handles arguments Posix-style.
15668
15669 * progmodes/grep.el (grep-compute-defaults):
15670 Use executable-command-find-posix-p.
15671 (grep-find): Check `grep-find-command'.
15672
15673 * filecache.el (file-cache-find-posix-p): Delete.
15674 (file-cache-add-directory-using-find):
15675 Use `executable-command-find-posix-p'.
15676
15677 2004-01-29 Dave Love <fx@gnu.org>
15678
15679 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15680 Iterate the hook function if arg is given.
15681 (mark-defun, narrow-to-defun): Change order of finding the limits.
15682
15683 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
15684 (byte-compile-format-warn): New.
15685 (byte-compile-callargs-warn): Use it.
15686 (Format, message, error): Add byte-compile-format-like property.
15687 (byte-compile-maybe-guarded): New.
15688 (byte-compile-if, byte-compile-cond): Use it.
15689 (byte-compile-lambda): Compile interactive forms,
15690 just to make warnings about them.
15691
15692 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
15693
15694 * ses.el (ses-initial-column-width): Increase to 14, so it will
15695 work well with the default printer of "%.7g" for extreme values
15696 like "-1.234567e+07".
15697
15698 2004-01-29 Kenichi Handa <handa@m17n.org>
15699
15700 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
15701
15702 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
15703
15704 * dos-w32.el: Added support for the `default-printer-name' function.
15705
15706 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * server.el (server-socket-name): Don't use the hostname in the
15709 socket name since /tmp is local to the host anyway.
15710
15711 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15712 robust check of widening and fix var-naming.
15713
15714 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
15715
15716 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15717 or rmail-spam- to rsf- in all function and variable names.
15718 (rsf-min-region-to-spam-list): New variable.
15719 (rsf-bbdb-auto-delete-spam-entries): Rename from
15720 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
15721 scanned together with the recipients field for spam testing; Don't
15722 delete spam message if rmail-delete-after-output is non-nil;
15723 (rsf-check-field): New function, extracted from code in
15724 rmail-spam-filter to ease addition of header fields like
15725 content-type:;
15726 (message-content-type): New variable. The content-type: field was
15727 added also in defcustom of rsf-definitions-alist;
15728 (rmail-spam-filter): Replace repeated test code for header fields
15729 by calls to check-field; change the call to
15730 rmail-output-to-rmail-file such that rmail-current-message stays
15731 the same to avoid wrong deletion of unseen flags.
15732 (rmail-use-spam-filter): Add autoload cookie.
15733
15734 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
15735
15736 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
15737 (file-cache-add-directory-using-find): Add Cygwin support.
15738 (file-cache-find-command-posix-flag): New user variable.
15739
15740 * filecache.el (file-cache-add-directory): Check for
15741 directories an remove them from dir-files.
15742
15743 2004-01-27 Richard M. Stallman <rms@gnu.org>
15744
15745 * man.el (Man-fontify-manpage): Clean up message.
15746
15747 2004-01-27 Kenichi Handa <handa@m17n.org>
15748
15749 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15750 (sentence-end): Define using sentence-end-without-space.
15751
15752 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15753 a sentence ends with one of a character in sentence-end-without-space.
15754
15755 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * font-lock.el (font-lock): Add jit-lock as explicit group member.
15758 (jit-lock): Group declaration moved to jit-lock.el.
15759 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15760 when necessary.
15761
15762 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15763 (jit-lock-context-unfontify-pos): Rename from
15764 jit-lock-first-unfontify-pos.
15765 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15766
15767 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15768
15769 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15770 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15771 (fortran-fill): When filling a string, adjust re-search-backward
15772 argument for special case of string just on fill-column.
15773 When filling non-string, allow one extra char if
15774 fortran-break-before-delimiters is non-nil.
15775 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15776 Use fortran-break-delimiters-re and fortran-no-break-re to
15777 correctly handle cases such as "**".
15778
15779 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15780 (f90-no-break-re): Add some extra tokens. Doc fix.
15781
15782 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15783
15784 * mail/rmail-spam-filter.el:
15785 Use two semicolons as Commentary line prefix.
15786 Add ";;; Code:" stylized comment.
15787 Delete end-of-line whitespace.
15788 Wrap (require 'cl) with `eval-when-compile'.
15789
15790 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15791
15792 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15793 at the top level of vc.el.
15794
15795 2004-01-23 Andre Spiegel <spiegel@gnu.org>
15796
15797 * vc.el (vc-current-line): Function removed. This is now done by
15798 the new function line-at-pos in simple.el.
15799 (vc-annotate-warp-version): Use line-at-pos instead of
15800 vc-current-line.
15801
15802 2004-01-22 Kim F. Storm <storm@cua.dk>
15803
15804 * simple.el (line-at-pos): New defun.
15805 (what-line): Use it. Optimize by only counting lines in narrowed
15806 region once.
15807
15808 2004-01-22 Kenichi Handa <handa@m17n.org>
15809
15810 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15811 point (register r1) only for charset mule-unicode-0100-24ff.
15812
15813 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15814
15815 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15816 trailing white space and ensure a final newline.
15817
15818 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15819 Add autoload cookie.
15820
15821 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15822
15823 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15824 activate view-mode explicitly.
15825
15826 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15827
15828 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15829 use clipboard first.
15830
15831 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15832
15833 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15834 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15835 (vc-mcvs-cvs): Remove.
15836 (vc-mcvs-command): Remove use of assert.
15837
15838 * outline.el (outline-insert-heading): Tighten up match.
15839 (outline-demote, outline-move-subtree-down): Don't assume anything
15840 about outline-regexp.
15841
15842 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15843 (texinfo-show-structure): Explicitly add ^, and simplify.
15844
15845 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15846
15847 * calendar/appt.el (appt-check): Restore usage of
15848 appt-issue-message deleted in previous change.
15849 (top-level): Activate package when loaded (needed for backwards
15850 compatibility).
15851
15852 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15853
15854 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15855 following previous change to smtpmail-send-data.
15856
15857 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15858
15859 * vc.el (vc-default-previous-version): Doc enhancement.
15860 (vc-default-next-version): New function.
15861 (vc-print-log): New arg FOCUS-REV.
15862 (vc-annotate-mode): Derive from view-mode.
15863 (vc-annotate): New args REVISION, DISPLAY-MODE.
15864 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15865 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15866 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15867 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15868 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15869
15870 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15871
15872 2004-01-19 Karl Berry <karl@gnu.org>
15873
15874 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15875 or "TexInfo".
15876
15877 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15878
15879 * subr.el (delete-dups): New function.
15880
15881 2004-01-19 Karl Berry <karl@gnu.org>
15882
15883 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15884 with ^, since that's what texinfo-show-structure
15885 documentation says (plus it works much better in texinfo.txi).
15886
15887 2004-01-18 Jesper Harder <harder@ifa.au.dk>
15888
15889 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15890
15891 2004-01-18 David Ponce <david@dponce.com> (tiny change)
15892
15893 * progmodes/which-func.el (which-function-mode): Don't cancel
15894 which-func-update-timer if not set.
15895
15896 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15897
15898 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15899 Remove spurious left square bracket in XX:XXam regexp.
15900
15901 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15902
15903 * progmodes/cc-defs.el: Do not require cl at run time.
15904
15905 2004-01-16 Richard M. Stallman <rms@gnu.org>
15906
15907 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15908 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15909
15910 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15911 Call rmail-spam-filter. Delete and expunge spam.
15912 Print number of spam messages deleted.
15913 Save and restore the deletion status of old messages when reading
15914 new mail with spam filter, so that expunging spam does not expunge
15915 msgs deleted by the user.
15916 (rmail-only-expunge): Add an optional argument dont-show to
15917 prevent showing message after expunge.
15918
15919 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15920
15921 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15922 * subr.el (declare): New macro.
15923
15924 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15925
15926 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15927
15928 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15929
15930 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15931 Test window-system rather than system-type (for X11/Mac).
15932
15933 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15934
15935 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15936
15937 2004-01-12 Richard M. Stallman <rms@gnu.org>
15938
15939 * mail/rmail.el (rmail-convert-to-babyl-format):
15940 Use mail-unquote-printable-region.
15941 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15942 (rmail-hex-char-to-integer): Functions deleted.
15943
15944 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15945 (mail-unquote-printable-region): New arg NOERROR.
15946 For invalid encoding, either signal an error to just return nil.
15947
15948 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15949
15950 * calendar/appt.el: Update copyright and commentary.
15951 (appt-issue-message): Make obsolete.
15952 (appt-visible, appt-msg-window): Make obsolete, in favour of
15953 appt-display-format.
15954 (appt-display-mode-line, appt-display-duration)
15955 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15956 (appt-prev-comp-time, appt-display-count, appt-timer)
15957 (appt-convert-time): Doc change.
15958 (appt-disp-window-function, appt-delete-window-function):
15959 Use defcustom rather than defvar.
15960 (appt-display-format): New variable.
15961 (appt-display-message): New function with display code from appt-check.
15962 (appt-check): Add optional FORCE argument. Doc change.
15963 Add appt-make-list to diary-hook if displaying diary.
15964 Remove checking of view-diary-entries-initially.
15965 Message display section removed to new function appt-display-message.
15966 (appt-display-window): Doc change. Remove unused internal var
15967 this-buffer. Do not beep, since appt-display-message does that.
15968 (appt-make-list): Doc change. Use caar.
15969 (appt-sort-list): Simplify by using builtin sort function.
15970 (appt-update-list): New function for updating appts when diary is
15971 saved.
15972 (appt-activate): New autoloaded function to toggle package
15973 functionality.
15974
15975 * calendar/cal-x.el: (calendar-one-frame-setup)
15976 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15977
15978 * calendar/calendar.el: Update copyright.
15979 (view-diary-entries-initially, european-calendar-style): Doc change.
15980 (calendar-setup): Make defcustom rather than defvar.
15981 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15982 in let binding so local to function.
15983
15984 * calendar/diary-lib.el: Update copyright.
15985 (diary, diary-entry-time): Doc change.
15986 (list-diary-entries): Doc change. Trivial logic change.
15987 (fancy-diary-display): Restore make-face command mistakenly
15988 deleted 2003-05-08.
15989 (show-all-diary-entries): Allow to pop-up frame if needed.
15990
15991 2004-01-09 John Paul Wallington <jpw@gnu.org>
15992
15993 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15994 Temporarily select EVENT's window for changing eol type.
15995
15996 2004-01-09 Deepak Goel <deego@gnufans.org>
15997
15998 * calendar/diary-lib.el (diary-entry-time):
15999 Also accept time in the form XX[.XX][am/pm/AM/PM].
16000 (fancy-diary-font-lock-keywords): Likewise.
16001 (diary-font-lock-keywords): Likewise.
16002 * calendar/appt.el (appt-add): Likewise.
16003 (appt-make-list): Likewise.
16004 (appt-convert-time): Likewise.
16005
16006 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
16007
16008 * gdb-ui.el (gdb-ann3): Revert previous change.
16009 (gdb-source-info): Allow for case of where compilation directory
16010 is not recorded.
16011
16012 2004-01-08 John Paul Wallington <jpw@gnu.org>
16013
16014 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
16015
16016 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
16017
16018 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
16019
16020 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
16021 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
16022 problems.
16023 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
16024
16025 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
16026
16027 * files.el (write-file-functions, write-contents-functions):
16028 Clarify docstrings.
16029
16030 2004-01-07 Kenichi Handa <handa@m17n.org>
16031
16032 * international/mule.el (set-auto-coding): Fix for the case that
16033 end-of-line is only CR.
16034
16035 2004-01-07 Kim F. Storm <storm@cua.dk>
16036
16037 * subr.el (event-start, event-end): Doc fix.
16038 (posn-string, posn-image): New defuns.
16039 (posn-object): Return either image or string object.
16040 (posn-object-x-y): Return 8th element of position.
16041 (posn-object-width-height): New defun.
16042
16043 2004-01-06 Andreas Schwab <schwab@suse.de>
16044
16045 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
16046 output.
16047
16048 2004-01-05 Karl Berry <karl@gnu.org>
16049
16050 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
16051 / and *, too.
16052
16053 2003-12-31 Simon Josefsson <jas@extundo.com>
16054
16055 * files.el (before-save-hook): Add.
16056 (basic-save-buffer): Use before-save-hook.
16057
16058 * emacs-lisp/copyright.el: Fix comment to recommend
16059 before-save-hook instead of write-file-functions.
16060
16061 2004-01-05 Richard M. Stallman <rms@gnu.org>
16062
16063 * finder.el (finder-commentary): Call delete-other-windows.
16064
16065 * net/ange-ftp.el (ange-ftp-file-attributes):
16066 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
16067
16068 2004-01-04 Karl Berry <karl@gnu.org>
16069
16070 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
16071 comment characters % and # in the copyright year notice,
16072 as well as ;.
16073
16074 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
16075
16076 * wid-edit.el (default): Define dummy :value-delete.
16077 Reported by Jesper Harder <harder@ifa.au.dk>.
16078
16079 2004-01-03 Richard M. Stallman <rms@gnu.org>
16080
16081 * progmodes/compile.el (compile-internal): Use point, not point-min,
16082 for set-window-point.
16083
16084 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
16085
16086 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
16087
16088 * progmodes/grep.el (grep-mode-map):
16089 Don't remap next-line, previous-line.
16090
16091 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
16092
16093 * speedbar.el (speedbar-edit-line): Change regexp to position
16094 the cursor on the first character of this line's button.
16095
16096 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
16097
16098 * subr.el (functionp): Doc fix.
16099
16100 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
16101
16102 * progmodes/idlwave.el (idlwave-make-tags):
16103 * textmodes/flyspell.el (flyspell-large-region):.
16104 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
16105 * emulation/viper-util.el (viper-glob-unix-files):
16106 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
16107 * man.el (Man-init-defvars):
16108 * jka-compr.el (jka-compr-call-process):
16109 * files.el (get-free-disk-space,insert-directory):
16110 * ediff-ptch.el (ediff-test-patch-utility):
16111 * ediff-diff.el (ediff-test-utility):
16112 * dired-aux.el (dired-check-process):
16113 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
16114 test the return value of call-process, because it can be a string.
16115
16116 2003-12-31 John Paul Wallington <jpw@gnu.org>
16117
16118 * bindings.el (completion-ignored-extensions): Add .pfsl.
16119
16120 2003-12-31 Kim F. Storm <storm@cua.dk>
16121
16122 * ido.el (ido-nonreadable-directory-p): New defun to check for
16123 nonreadable directory without activating tramp (to avoid problems
16124 with checking incomplete tramp paths).
16125 (ido-set-current-directory, ido-file-internal)
16126 (ido-file-name-all-completions1): Use it.
16127
16128 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
16129
16130 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
16131 documentation if the anchor (or node) name is preceded by `info
16132 anchor' or `Info anchor' in addition to earlier `info node' and
16133 `Info node'.
16134 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
16135
16136 2003-12-30 Eli Zaretskii <eliz@gnu.org>
16137
16138 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
16139 error in arguments to base64-decode-region. Remove ^M characters
16140 after decoding base64.
16141
16142 2003-12-30 Simon Josefsson <jas@extundo.com>
16143
16144 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
16145 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
16146 have only been distributed with Emacs for some years.
16147 (texinfo-mode-hook): Customize.
16148
16149 2003-12-30 Eli Zaretskii <eliz@gnu.org>
16150
16151 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
16152 cleaner (suggested by Richard Stallman).
16153
16154 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
16155 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
16156 file-name clashes on 8+3 DOS filesystems.
16157
16158 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
16159 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
16160 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
16161 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
16162 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
16163 file-name clashes on 8+3 filesystems.
16164
16165 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
16166 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
16167 file-name clashes on 8+3 DOS filesystems.
16168
16169 2003-12-29 Richard M. Stallman <rms@gnu.org>
16170
16171 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
16172 Upcase the character.
16173
16174 * textmodes/flyspell.el (mail-mode-flyspell-verify):
16175 Search for header separator alone on a line, literally,
16176 and search for it backward, not forward.
16177 (flyspell-abbrev-table): Always use global-abbrev-table
16178 if there is no local one.
16179
16180 * progmodes/sh-script.el (sh-get-indent-info):
16181 Don't move point back if at bob.
16182
16183 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
16184
16185 * play/handwrite.el (handwrite): Make the handwrite credit message
16186 a comment rather than an output command.
16187
16188 * obsolete/sc.el: Display message that this file is obsolete.
16189
16190 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
16191
16192 * mail/rfc822.el (rfc822-address-start): Declare variable.
16193 Renamed from address-start. All uses changed.
16194
16195 * term.el (term-exec): Set up sentinel.
16196 (term-sentinel): New function.
16197 (term-handle-exit): New function.
16198
16199 * subr.el (assoc-ignore-case, assoc-ignore-representation):
16200 Use assoc-string, and mark them obsolete.
16201 (delay-mode-hooks): Mark as permanent local.
16202
16203 * simple.el (sendmail-user-agent-compose): Use assoc-string.
16204
16205 * register.el (copy-rectangle-to-register): Doc fix.
16206
16207 * info.el (Info-insert-dir): Use assoc-string.
16208
16209 * info-look.el (info-lookup): Use assoc-string.
16210
16211 * frame.el (pop-up-frame-function): Use quote, not `function'.
16212 (frame-notice-user-settings): Calculate ADJUSTED-TOP
16213 copying with lists as coordinate values.
16214
16215 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
16216
16217 * find-dired.el (kill-find): New command.
16218 (find-dired): Make buffer read-only.
16219 Set up a keymap with C-c C-k running kill-find.
16220 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
16221
16222 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
16223
16224 * filecache.el (file-cache-ignore-case): New variable.
16225 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
16226
16227 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
16228 (comint-dynamic-complete-as-filename): Rename local vars.
16229 (comint-dynamic-list-filename-completions): Likewise.
16230
16231 * comint.el (comint-dynamic-list-completions-config): New var.
16232 (comint-dynamic-list-completions): Handle both SPC and TAB right.
16233
16234 * comint.el (comint-file-name-chars): Add [].
16235 (comint-word): Use skip-chars-backward, not search.
16236
16237 * shell.el (shell-file-name-chars): Add [].
16238
16239 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
16240
16241 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
16242
16243 * generic.el (define-generic-mode): Doc fix.
16244
16245 2003-12-29 Eli Zaretskii <eliz@gnu.org>
16246
16247 * files.el (kill-some-buffers): Doc fix.
16248
16249 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
16250
16251 * comint.el (comint-watch-for-password-prompt): Pass `string' as
16252 arg to send-invisible
16253 (send-invisible): Doc fix. The argument is now a prompt, not the
16254 string to send.
16255 (comint-read-noecho): Doc fix.
16256
16257 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
16258
16259 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
16260 "@", as required by some ISP hosting service. Fix defcustom
16261 argument syntax errors that prevented use of customization.
16262
16263 2003-12-29 Eli Zaretskii <eliz@gnu.org>
16264
16265 * xml.el (xml-get-attribute-or-nil): Doc fix.
16266
16267 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
16268
16269 * net/zone-mode.el (zone-mode): Use write-file-functions, not
16270 write-file-hooks.
16271
16272 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
16273
16274 * autorevert.el (auto-revert-interval): Doc fix.
16275
16276 2003-12-29 Mark A. Hershberger <mah@everybody.org>
16277
16278 * xml.el (xml-get-attribute-or-nil): New function, like
16279 xml-get-attribute, but returns nil if the attribute was not found.
16280 (xml-get-attribute): Convert to defsubst, uses
16281 xml-get-attribute-or-nil.
16282
16283 2003-12-29 Eli Zaretskii <eliz@gnu.org>
16284
16285 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
16286
16287 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
16288
16289 * custom.el (custom-declare-theme): Use `value' when putting
16290 properties on `theme'.
16291
16292 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
16293
16294 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
16295 for each yank-handler segment.
16296 (insert-for-yank-1): New function, with the body of the previous
16297 insert-for-yank.
16298
16299 * textmodes/table.el (table-yank-handler): New defcustom.
16300 (table--put-cell-indicator-property): Put yank-handler property
16301 that indicates the yank handler for the table cell.
16302
16303 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
16304
16305 * generic-x.el (etc-modules-conf-generic-mode): A more complete
16306 set of keywords.
16307
16308 2003-12-29 Eli Zaretskii <eliz@gnu.org>
16309
16310 * international/mule-cmds.el (reset-language-environment)
16311 (set-language-environment): Don't invoke fontset-related functions
16312 if fontset-list is not fboundp.
16313
16314 2003-12-29 Kenichi Handa <handa@m17n.org>
16315
16316 * international/mule-cmds.el (reset-language-environment):
16317 Call set-overriding-fontspec-internal with nil.
16318 (set-language-environment): Call set-overriding-fontspec-internal
16319 if the language environment specify `overriding-fontspec'.
16320 (language-info-alist): Doc added.
16321
16322 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
16323 characters of mule-unicode-0100-24ff.
16324 (ccl-encode-windows-1251-font): New CCL program.
16325 ("Bulgarian"): Specify overriding-fontspec.
16326 ("Belarusian"): Likewise.
16327
16328 2003-12-28 Sam Steingold <sds@gnu.org>
16329
16330 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
16331 parameter ID-FORMAT to conform with the 2003-11-30 patch.
16332
16333 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
16334
16335 * progmodes/gud.el (gud-gdb-command-name): Set default to
16336 "gdb --annotate=3".
16337 (gud-gdb-marker-filter): Look out for annotations.
16338 (gdb-first-pre-prompt): New variable.
16339 Remove trailing white space.
16340
16341 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
16342 if necessary.
16343 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
16344 annotations are detected.
16345 (gud-gdba-marker-filter): Use global variable gud-marker-acc
16346 instead of a local one to allow transition from
16347 gud-gdb-marker-filter.
16348 Remove trailing white space.
16349
16350 2003-12-27 Kim F. Storm <storm@cua.dk>
16351
16352 * ido.el: Handle non-readable directories.
16353 (ido-decorations): Add 9th element for non-readable directory.
16354 (ido-directory-nonreadable): New dynamic var.
16355 (ido-set-current-directory): Set it.
16356 (ido-read-buffer, ido-file-internal):
16357 (ido-read-file-name, ido-read-directory-name): Let-bind it.
16358 (ido-file-name-all-completions1): Return empty list for
16359 non-readable directory.
16360 (ido-exhibit): Print [Not readable] if directory is not readable.
16361 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
16362 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
16363 Use it.
16364
16365 2003-12-27 Lars Hansen <larsh@math.ku.dk>
16366
16367 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
16368 calls to directory-files-and-attributes and file-attributes.
16369 (ls-lisp-format): Remove system dependent handling of user and
16370 group id's.
16371
16372 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
16373
16374 * ffap.el (ffap-read-file-or-url): Revert previous change.
16375
16376 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
16377
16378 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
16379 new list of included files called `files-with-node-lines', that
16380 only have node lines. This way @include commands can include any
16381 file, such as version and update files without node lines, not
16382 just files that are chapters.
16383
16384 2003-12-25 Andreas Schwab <schwab@suse.de>
16385
16386 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
16387 file not found.
16388
16389 2003-12-08 Miles Bader <miles@gnu.org>
16390
16391 * dired.el (dired-between-files): Always use dired-move-to-filename,
16392 which is more robust in non-english locales.
16393
16394 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
16395
16396 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
16397
16398 2003-12-24 Andreas Schwab <schwab@suse.de>
16399
16400 * shell.el (shell-file-name-quote-list): Add backslash.
16401
16402 * comint.el (comint-quote-filename): Correctly handle backslash
16403 in comint-file-name-quote-list.
16404
16405 2003-12-24 Kenichi Handa <handa@m17n.org>
16406
16407 * international/mule-cmds.el (set-default-coding-systems):
16408 Call ucs-set-table-for-input for all buffers that don't have local
16409 value of buffer-file-coding-system.
16410
16411 * international/ucs-tables.el (ucs-set-table-for-input):
16412 If translation-table-for-encode is a symbol, get its
16413 translation-table property.
16414
16415 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
16416
16417 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
16418 to `completing-read' on a recently fixed bug.
16419
16420 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
16421 instead of SPACE, to get the list of possible fringe modes.
16422 SPACE only works if both `partial-completion-mode' and
16423 `completion-auto-help' are nil.
16424
16425 * complete.el (PC-is-complete-p): Delete.
16426 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
16427 calls to `test-completion'.
16428
16429 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
16430
16431 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
16432 to edit values when there are no children.
16433
16434 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
16435 a mode called "Assembler" already exists.
16436 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
16437 (gud-watch): Use format option. Remove font properties from string.
16438 (gdb-var-create-handler, gdb-var-list-children-handler):
16439 Don't bother about properties as there are none.
16440 (gdb-var-create-handler, gdb-var-list-children-handler)
16441 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
16442 with two arguments.
16443 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
16444 Let speedbar show value changes with a different font.
16445 (gdb-edit-value): New defun.
16446 (gdb-clear-partial-output, gdb-clear-inferior-io)
16447 (def-gdb-auto-update-handler): Use erase-buffer.
16448 (gdb-frame-handler): Display watch expressions in
16449 FUNCTION::VARIABLE format if required.
16450
16451 2003-12-23 John Paul Wallington <jpw@gnu.org>
16452
16453 * info.el (Info-unescape-quotes, Info-split-parameter-string)
16454 (Info-goto-emacs-command-node): Doc fixes.
16455
16456 2003-12-12 Jesper Harder <harder@ifa.au.dk>
16457
16458 * cus-edit.el (custom-add-parent-links): Define "many".
16459
16460 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
16461
16462 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
16463 (widget-child-validate, widget-type-value-create)
16464 (widget-type-default-get, widget-type-match): New functions.
16465 (lazy): New widget.
16466 (menu-choice, checklist, radio-button-choice, editable-list)
16467 (group, documentation-string): Remove redundant (per 2003-10-25
16468 change) calls to `widget-children-value-delete'.
16469 (widget-choice-value-get, widget-choice-value-inline): Remove.
16470 (menu-choice): Update widget.
16471
16472 2003-12-03 Kenichi Handa <handa@m17n.org>
16473
16474 * language/cyrillic.el: Register "microsoft-cp1251" in
16475 ctext-non-standard-encodings-alist.
16476 ("Bulgarian"): Add ctext-non-standard-encodings.
16477 ("Belarusian"): Likewise.
16478
16479 * international/mule-conf.el (compound-text-with-extensions):
16480 Change the type to 2 (iso-2022 base).
16481
16482 * international/mule.el (ctext-non-standard-encodings-alist):
16483 Change the format.
16484 (ctext-non-standard-encodings): New variable.
16485 (ctext-post-read-conversion): Fully re-written.
16486 (ctext-non-standard-designations-alist): Delete it.
16487 (ctext-non-standard-encodings-table): New function.
16488 (ctext-pre-write-conversion): Fully re-written.
16489
16490 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
16491
16492 * cus-edit.el (custom-add-parent-links): Add documentation links
16493 for parent, if the item has none of its own.
16494
16495 2003-11-30 Richard M. Stallman <rms@gnu.org>
16496
16497 * dired-aux.el (dired-do-query-replace-regexp):
16498 Report files visited read-only.
16499
16500 2003-11-30 Juri Linkov <juri@jurta.org>
16501
16502 * dired-aux.el (dired-compare-directories): New command.
16503 (dired-file-set-difference, dired-files-attributes): New functions.
16504
16505 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16506 Version 2.0.38 of Tramp released.
16507
16508 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
16509 Charles Curley <charlescurley@charlescurley.com>.
16510 (tramp-multi-connection-function-alist): Add ssht entry which adds
16511 "-e none -t -t" to the list of ssh args. Suggested by Adrian
16512 Aichner.
16513 (tramp-get-method-parameter): New function to retrieve a method
16514 parameter. This allows for omission of method parameters.
16515 Callers adjusted.
16516
16517 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
16518
16519 * net/tramp.el: Add new optional parameter ID-FORMAT to
16520 `file-attributes'. Calls of `file-attributes' won't use this
16521 parameter for backward compatibility reasons.
16522 (tramp-perl-file-attributes): Add a new parameter to Perl script
16523 in order to handle uid/gid as strings, if desired.
16524 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
16525 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
16526 order to make the function more general.
16527 (tramp-handle-file-attributes): Replace proprietary optional
16528 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
16529 (tramp-handle-file-attributes-with-perl): Handle parameter
16530 NONNUMERIC if set. This wasn't done in the past.
16531 (tramp-post-connection): Apply second parameter "$2" if
16532 `tramp-remote-perl' is called.
16533
16534 * net/tramp-smb.el (tramp-smb-handle-delete-file):
16535 Correct cut'n'waste error (`filename' instead of `directory').
16536 (tramp-smb-handle-directory-files-and-attributes)
16537 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
16538 introduced parameter ID-FORMAT.
16539 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
16540 error (`directory' instead of `ldir').
16541
16542 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
16543 `file-attributes' has a second parameter. If yes, apply it with
16544 value "'integer". Otherwise, don't use that parameter (default is
16545 integer format).
16546
16547 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
16548
16549 * help.el (help-map): Bind `display-local-help' to `C-h .'.
16550 (help-for-help): Add `C-h .' to the listed Help options.
16551 Remove trailing whitespace.
16552
16553 * help-at-pt.el: New file.
16554
16555 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
16556
16557 * subr.el (noreturn, 1value): New macros for test coverage.
16558 See `testcover.el'.
16559
16560 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
16561
16562 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
16563 for macro `1value'.
16564 (testcover-1value): New function. Checks that a 1value form
16565 actually returns only one value. Requested by RMS.
16566
16567 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
16568
16569 * gdb-ui.el (gud-watch, gdb-var-create-handler)
16570 (gdb-var-list-children, gdb-var-list-children-handler)
16571 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
16572 gdb commands that use mi to keep them out of the command history.
16573
16574 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16575
16576 * cus-start.el (all): Add use-file-dialog.
16577
16578 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16579
16580 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
16581
16582 2003-11-27 Kim F. Storm <storm@cua.dk>
16583
16584 * subr.el (posn-object-x-y): New defun.
16585
16586 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16587
16588 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
16589 Don't use `space' for \\\n.
16590 Be more selective as to which # are comment-starters.
16591
16592 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
16593
16594 * subr.el (number-sequence): Improve handling of floating point
16595 arguments (suggested by Kim Storm). Allow negative arguments.
16596
16597 2003-11-26 Kenichi Handa <handa@m17n.org>
16598
16599 * international/mule-cmds.el (standard-display-european-internal):
16600 Cancel the standard-display-table setting for ` and '.
16601
16602 2003-11-26 Kim F. Storm <storm@cua.dk>
16603
16604 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
16605 New defcustoms to add ffap-like functionality to ido.
16606 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
16607 (ido-no-final-slash): New defun.
16608 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
16609 (ido-read-file-name): ): Toggle VC checking via
16610 vc-handled-backends instead of vc-master-templates.
16611 (ido-file-internal): Handle ido-use-url-at-point and
16612 ido-use-filename-at-point via code borrowed from ffap-guesser.
16613 Handle new ido-exit code ffap.
16614 (ido-sort-list): Ignore final slash when sorting file names.
16615
16616 2003-11-25 Kim F. Storm <storm@cua.dk>
16617
16618 * emulation/cua-base.el (cua--standard-movement-commands):
16619 Add forward-sentence and backward-sentence.
16620
16621 2003-11-25 Stephen Eglen <stephen@gnu.org>
16622
16623 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
16624 iswitchb-exit is set to 'usefirst when user selects buffer at head
16625 of list using RET. (Selecting buffers at the head of the list was
16626 broken if the substring was also a complete buffername.)
16627
16628 2003-11-23 Kim F. Storm <storm@cua.dk>
16629
16630 * progmodes/compile.el (grep-command, grep-use-null-device)
16631 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
16632 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
16633 (grep-regexp-alist, grep-program, find-program)
16634 (grep-find-use-xargs, grep-history, grep-find-history)
16635 (grep-process-setup, grep-compute-defaults)
16636 (grep-default-command, grep, grep-tag-default, grep-find)
16637 (grep-expand-command-macros, grep-tree-last-regexp)
16638 (grep-tree-last-files, grep-tree): Move grep variables, functions
16639 and commands to new file grep.el.
16640 (compilation-mode-map): Remove grep commands from Compile sub-menu.
16641 (compilation-process-setup-function): Doc fix.
16642 (compilation-highlight-regexp, compilation-highlight-overlay): New
16643 defvars used for highlighting current compile error in source buffer.
16644 (compile-internal): New optional args HIGHLIGHT-REGEXP and
16645 LOCAL-MAP which overrides compilation-highlight-regexp and
16646 compilation-mode-map for this compilation.
16647 Delay calling compilation-set-window-height until after running
16648 compilation-process-setup-function so it can buffer-local override
16649 compilation-window-height.
16650 Check buffer-local value of compilation-scroll-output.
16651 (compilation-set-window-height): Use buffer-local value of
16652 compilation-window-height.
16653 (compilation-revert-buffer): Don't pass (undefined)
16654 preserve-modes arg to revert-buffer.
16655 (next-error-no-select, previous-error-no-select): New commands.
16656 (compilation-goto-locus): Temporarily highlight current match in
16657 source buffer using compilation-highlight-regexp.
16658
16659 * progmodes/grep.el: New file with grep code from compile.el.
16660 (grep): New defcustom group.
16661 (grep-window-height): New defcustom, like compilation-window-height.
16662 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
16663 (grep-scroll-output): New defcustom, like compilation-scroll-output.
16664 (grep-command, grep-use-null-device, grep-find-command)
16665 (grep-tree-files-aliases, grep-tree-ignore-case)
16666 (grep-tree-ignore-CVS-directories): Move to grep custom group.
16667 (grep-setup-hook): New hook variable.
16668 (grep-mode-map): New keymap for grep commands. Add Grep menu.
16669 (grep-last-buffer): New defvar, override compilation-last-buffer.
16670 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
16671 Call compile-internal with args highlight-regexp and grep-mode-map.
16672
16673 2003-11-23 Kim F. Storm <storm@cua.dk>
16674
16675 * subr.el (event-start, event-end): Doc fix.
16676 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
16677 (posn-area, posn-actual-col-row, posn-object): New defuns.
16678 (posn-col-row): Simplify doc. Rewrite to use cond.
16679 (posn-point): Also return buffer position for events outside text
16680 area (that info is now present in the event position).
16681
16682 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
16683 mouse-set-point so that hscroll still works now that clicks on
16684 fringes generate specific mouse events.
16685 (mouse-set-point): Note that it now works in fringes and margins
16686 too due to new semantics of posn-point in fringes and margins.
16687
16688 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
16689 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
16690
16691 2003-11-20 Kim F. Storm <storm@cua.dk>
16692
16693 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
16694 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
16695 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
16696 to 100 for icons to avoid increasing line height when shown.
16697
16698 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16699
16700 * newcomment.el (comment-normalize-vars): Initialize properly if
16701 comment-start was nil.
16702
16703 2003-11-19 Andreas Schwab <schwab@suse.de>
16704
16705 * simple.el (set-variable): Fix indentation.
16706
16707 2003-11-17 Kenichi Handa <handa@m17n.org>
16708
16709 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16710 Fix docstring.
16711
16712 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16713
16714 * international/latin1-disp.el (latin1-display): Fix docstring.
16715
16716 2003-11-16 John Wiegley <johnw@newartisans.com>
16717
16718 * eshell/em-ls.el (eshell-ls-file): There are times with
16719 size-width is nil and uncomputed (when directories are created in
16720 dired, for example); in this case, 4 is reasonable default value,
16721 although it may caused skewed new entries (which could be avoided
16722 by returning the original value of 8 in all cases, but 99% of the
16723 time this is a waste of whitespace).
16724
16725 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16726
16727 * cc-engine.el (c-guess-continued-construct)
16728 (c-guess-basic-syntax): Check a little more carefully if it's a
16729 function declaration when an unknown construct followed by a block
16730 is found inside a statement context. This avoids macros followed
16731 by blocks to be taken as function declarations.
16732
16733 (c-guess-continued-construct): Change the analysis of a statement
16734 continuation with a brace open to `substatement-block', for
16735 consistency with recognized statements.
16736
16737 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16738 start is in a position so that `c-beginning-of-statement-1' jumped
16739 to the beginning of the same statement.
16740
16741 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16742 Don't accept binary operators in the arglist if we're in a function
16743 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
16744 template recognition in cases like "if (a < b || c > d)".
16745
16746 (c-restricted-<>-arglists): New more appropriate name for
16747 `c-disallow-comma-in-<>-arglists'.
16748
16749 Accessing functions updated for the variable name change.
16750
16751 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16752 match data could get clobbered if NOT-INSIDE-TOKEN is used.
16753
16754 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16755 labels.
16756
16757 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16758 instead of duplicating parts of it. This fixes bogus label
16759 recognition.
16760
16761 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16762 of checking the context in which to apply the minimum indentation,
16763 so that it isn't enforced in e.g. namespace blocks.
16764
16765 * cc-vars.el (c-inside-block-syms): New constant used by
16766 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16767 to somewhat reduce the risk of becoming stale.
16768
16769 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16770 cc-cmds to cc-engine to allow use from cc-align.
16771
16772 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16773 qualified identifiers containing "::".
16774
16775 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16776 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16777
16778 * cc-vars.el (c-emacs-features): Use a space in front of the name
16779 of the temporary buffer. That also avoids dumping problems in
16780 XEmacs due to undo info being left around after the buffer is killed.
16781
16782 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16783 arglist to see if it's a K&R style declaration.
16784
16785 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16786 before returning `knr-argdecl-intro'.
16787
16788 2003-11-16 John Wiegley <johnw@newartisans.com>
16789
16790 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16791 field in a long-listing always 8 characters, use `size-width',
16792 which has already been computed.
16793
16794 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16795
16796 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16797
16798 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16799
16800 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16801 Support operation while narrowed, with `diff-restrict-view'.
16802
16803 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16804
16805 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16806 Take additional optional arg NARROWFUN. For the generated functions:
16807 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16808 include frags that arrange to check for and save narrowing state before
16809 the move and then conditionally call NARROWFUN after the move.
16810
16811 2003-11-14 John Wiegley <johnw@newartisans.com>
16812
16813 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16814 that was optional, but obviously missing based on surrounding code.
16815
16816 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16817 string arguments to numbers unless the whole argument was seen as
16818 a number.
16819
16820 2003-11-14 Kenichi Handa <handa@m17n.org>
16821
16822 * international/mule.el (ctext-non-standard-encodings-alist):
16823 Fix coding systems.
16824
16825 2003-11-10 Kenichi Handa <handa@m17n.org>
16826
16827 * language/kannada.el ("Kannada"): Add sample-text.
16828
16829 * language/knd-util.el (kannada-compose-region)
16830 (kannada-compose-string, kannada-post-read-conversion):
16831 Add autoload cookie.
16832
16833 * international/quail.el (quail-completion): Change the message
16834 "corresponding translations" to "corresponding characters".
16835
16836 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16837
16838 * descr-text.el (describe-char): Fix typo.
16839
16840 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
16841
16842 These changes are to support Kannada language/script.
16843
16844 * Makefile.in (DONTCOMPILE): Add kannada.el.
16845
16846 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16847
16848 * loadup.el: Preload kannada.el.
16849
16850 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16851 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16852 New variables.
16853
16854 * language/kannada.el: New file.
16855
16856 * language/knd-util.el: New file.
16857
16858 2003-11-07 Andreas Schwab <schwab@suse.de>
16859
16860 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16861 Also highlight AH_*.
16862
16863 * xml.el (xml-parse-dtd): Fix misplaced paren.
16864
16865 2003-11-07 Kenichi Handa <handa@m17n.org>
16866
16867 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16868
16869 2003-11-05 Juri Linkov <juri@jurta.org>
16870
16871 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16872 (desktop-buffer-file): Use saved buffer-file-coding-system
16873 for file reading. Set auto-insert to nil to prevent automatic
16874 insertion into restored empty files.
16875
16876 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16877
16878 * files.el (risky-local-variable-p): Make second argument optional.
16879
16880 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * subr.el (add-hook): Fix last change.
16883
16884 2003-11-03 Eli Zaretskii <eliz@gnu.org>
16885
16886 * mail/rmail.el (rmail-convert-to-babyl-format):
16887 If base64-decode-region signals an error, catch it and silently
16888 ignore it.
16889
16890 2003-11-01 Mark A. Hershberger <mah@everybody.org>
16891
16892 * xml.el (xml-parse-region): Allow comments to appear after the
16893 topmost element has closed.
16894 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16895 (xml-ns-expand-attr): New functions to do namespace handling.
16896 (xml-intern-attrlist): Back-compatible handling of attribute names.
16897 (xml-parse-tag): Move namespace handling to separate functions.
16898 Now produces elements in the form ((:ns . "element") (attr-list)
16899 children) instead of ('ns:element (attr-list) children).
16900 (xml-parse-attlist): Fix attribute parsing.
16901 (xml-parse-dtd): Change parsing so that it produces strings
16902 instead of interned symbols.
16903
16904 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16905
16906 * dired.el (dired-ls-sorting-switches): Doc fix.
16907
16908 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
16909
16910 * emacs-lisp/rx.el (rx-or): Fix the case of
16911 "(rx (and ?a (or ?b ?c) ?d))".
16912
16913 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16914
16915 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16916 (texinfo-format-region): Use it.
16917 (texinfo-format-buffer-1): Ditto.
16918
16919 2003-11-01 Alan Mackenzie <acm@muc.de>
16920
16921 Changes to allow scrolling whilst in isearch mode:
16922 * isearch.el (isearch-unread-key-sequence): New function,
16923 extracted from isearch-other-meta-char.
16924 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16925 "scrollable" standard functions.
16926 (isearch-allow-scroll): New customizable variable.
16927 (isearch-string-out-of-window, isearch-back-into-window)
16928 (isearch-reread-key-sequence-naturally)
16929 (isearch-lookup-scroll-key): New functions.
16930 (isearch-other-meta-char): Doc string and functionality enhanced.
16931 Now accepts a prefix argument.
16932 (isearch-lazy-highlight-window-end): New variable.
16933 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16934 end (thru isearch-lazy-highlight-window-end), not only its start.
16935
16936 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16937 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16938 (universal-argument, universal-argument-more, negative-argument)
16939 (digit-argument, universal-argument-other-key): Minor changes.
16940
16941 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16942
16943 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16944 recursively if the last message is deleted, thus avoiding an
16945 infinite loop.
16946
16947 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16950 (tex-main-file): Don't add .tex if the extension is already present.
16951 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16952
16953 2003-10-29 Lute Kamstra <lute@gnu.org>
16954
16955 * progmodes/octave-inf.el (inferior-octave-prompt):
16956 Recognize version number in prompt.
16957
16958 2003-10-28 Dave Love <fx@gnu.org>
16959
16960 * international/characters.el: Fix some Unicode ranges.
16961
16962 2003-10-28 Kenichi Handa <handa@m17n.org>
16963
16964 * disp-table.el (standard-display-8bit)
16965 (standard-display-default, standard-display-ascii)
16966 (standard-display-g1, standard-display-graphic)
16967 (standard-display-underline): Assure that standard-display-table
16968 is a display table.
16969
16970 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16971
16972 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16973 reindenting the first line.
16974
16975 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16976
16977 * wid-edit.el (widget-default-delete): Always delete child widgets.
16978
16979 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16982 if the line has code.
16983 Don't try to line up with something that's too far left.
16984
16985 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16986 (octave-mode-syntax-table): Add % as a comment starter.
16987 (octave-point): Remove.
16988 (octave-in-comment-p, octave-in-string-p)
16989 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16990 (octave-blink-matching-block-open, octave-auto-fill):
16991 Use line-(beginning|end)-position instead.
16992
16993 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16994
16995 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16996 for Francesco Potort\e,Al\e(B.
16997
16998 2003-10-23 Dave Love <fx@gnu.org>
16999
17000 * international/mule-cmds.el (locale-charset-to-coding-system):
17001 Don't rely on nil being a coding system.
17002
17003 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
17004 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
17005 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
17006
17007 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
17008
17009 * gdb-ui.el (gdb-current-language): New variable.
17010 (gdb-update-flag): Remove variable.
17011 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
17012 (gdb-take-last-elt): Remove function.
17013 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
17014 (gdb-post-prompt): Check for variable object changes here.
17015
17016 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
17017 object changes in gdb-ui.el.
17018
17019 2003-10-21 Richard M. Stallman <rms@gnu.org>
17020
17021 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
17022
17023 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
17024 Don't check for foo*/ wildcard form here.
17025 (insert-directory): Recognize foo*/ as a wildcard.
17026 Separate wildcard-regexp variable from the arg, wildcard.
17027
17028 * subr.el (add-hook): Correctly detect when make-local-hook was used.
17029 (remove-hook): Correctly handle strange cases about local hooks.
17030
17031 2003-10-21 David Ponce <david@dponce.com>
17032
17033 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
17034 argument REAL, to return a real number instead of a rounded
17035 integer value. Define as inline function.
17036 (ruler-mode-right-fringe-cols): Likewise.
17037 (ruler-mode-scroll-bar-cols): New function.
17038 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
17039 (ruler-mode-right-scroll-bar-cols): Likewise.
17040 (ruler-mode-space): New function.
17041 (ruler-mode-ruler): Use it. Handle variations of fringe style,
17042 scroll bar mode and margins in a more robust way.
17043
17044 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
17045
17046 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
17047 (antlr-c-init-language-vars): New function.
17048 (antlr-mode): Use it with cc-mode before v5.29.
17049 (antlr-c-common-init): Don't set some local vars here.
17050 (antlr-mode): Set them here.
17051 (antlr-c-forward-sws): New function alias.
17052 (antlr-mode): Redefine with cc-mode before v5.30.
17053 (antlr-skip-sexps): Use it.
17054 (antlr-skip-exception-part): Ditto.
17055 (antlr-skip-file-prelude): Ditto.
17056 (antlr-outside-rule-p): Ditto.
17057 (antlr-end-of-body): Ditto.
17058 (antlr-option-kind): Ditto.
17059 (antlr-insert-option-area): Ditto.
17060 (antlr-file-dependencies): Ditto.
17061
17062 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17063
17064 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
17065 Move backward only if point was not inside an entry.
17066
17067 2003-10-21 Richard M. Stallman <rms@gnu.org>
17068
17069 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
17070
17071 2003-10-21 Juri Linkov <juri@jurta.org>
17072
17073 * compare-w.el: Automatically skip non-matching text to resync.
17074 (compare-windows-whitespace): Doc fix.
17075 (compare-windows-sync, compare-windows-sync-string-size)
17076 (compare-windows-recenter, compare-ignore-whitespace)
17077 (compare-windows-highlight, compare-windows-face): New variables.
17078 (compare-windows): Use compare-windows-sync.
17079 (compare-windows-highlight, compare-windows-dehighlight)
17080 (compare-windows-sync-regexp)
17081 (compare-windows-sync-default-function): New functions.
17082
17083 2003-10-21 Juri Linkov <juri@jurta.org>
17084
17085 * diff.el (diff-parse-differences): Don't visit the files now;
17086 instead, just record the error locus.
17087
17088 2003-10-21 Dave Love <fx@gnu.org>
17089
17090 * progmodes/cfengine.el: New file.
17091
17092 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * complete.el (PC-do-completion): Do not forget to use `pred' as the
17095 default-directory when completing file names.
17096
17097 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
17098
17099 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
17100 followed by the word `face', it gets treated as a face, even if
17101 it is also defined as a variable or a function.
17102
17103 2003-10-20 Dave Love <fx@gnu.org>
17104
17105 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17106 Avoid incf in macro expansion.
17107
17108 2003-10-20 John Paul Wallington <jpw@gnu.org>
17109
17110 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
17111 `evenp' so we don't implicitly require cl library at runtime.
17112
17113 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
17114
17115 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
17116 (help-make-xrefs): Only make cross-references for faces if
17117 preceded or followed by the word `face'. Do not make a
17118 cross-reference for variables without variable documentation,
17119 unless preceded by the word `variable' or `option'. Update doc
17120 string accordingly.
17121
17122 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
17123
17124 * progmodes/hideshow.el: Rewrite one-armed `if'
17125 constructs using either `when' or `unless'.
17126 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
17127
17128 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
17129
17130 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
17131 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
17132 instead of 12x12.
17133
17134 2003-10-16 Eli Zaretskii <eliz@gnu.org>
17135
17136 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
17137 message while converting to Babyl.
17138
17139 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
17140
17141 * allout.el (allout-mode): Doc fix.
17142
17143 2003-10-16 Lute Kamstra <lute@gnu.org>
17144
17145 * subr.el (force-mode-line-update): Fix docstring.
17146
17147 2003-10-14 Dave Love <fx@gnu.org>
17148
17149 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
17150 (default-input-method): Add :link, improve :type.
17151 (locale-charset-language-names): Fix utf-8 pattern.
17152 (locale-charset-match-p, locale-charset-alist)
17153 (locale-charset-to-coding-system): New.
17154 (set-locale-environment): Deal with codeset part of locale specs.
17155
17156 2003-10-14 Lute Kamstra <lute@gnu.org>
17157
17158 * fringe.el (fringe-mode): Use active voice in docstring.
17159 (set-fringe-style): Ditto.
17160
17161 2003-10-13 Lute Kamstra <lute@gnu.org>
17162
17163 * fringe.el (fringe-mode): Fix docstring.
17164 (set-fringe-style): Ditto.
17165
17166 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
17167
17168 * ediff-mult.el (ediff-filegroup-action):
17169 Use ediff-default-filtering-regexp.
17170
17171 * ediff-util.el (ediff-recenter): Don't call
17172 ediff-restore-highlighting twice.
17173 (ediff-select-difference): Set current difference.
17174 (ediff-unselect-and-select-difference): Add comment.
17175
17176 * ediff.el (ediff-directories,ediff-directory-revisions)
17177 (ediff-directories3,ediff-merge-directories)
17178 (ediff-merge-directories-with-ancestor)
17179 (ediff-merge-directory-revisions)
17180 (ediff-merge-directory-revisions-with-ancestor):
17181 Use ediff-default-filtering-regexp.
17182
17183 2003-10-12 Andreas Schwab <schwab@suse.de>
17184
17185 * international/mule-cmds.el (locale-charset-language-names):
17186 Simplify regex by removing unused grouping.
17187
17188 2003-10-10 Dave Love <fx@gnu.org>
17189
17190 * bindings.el: Don't bind stop.
17191
17192 2003-10-08 Miles Bader <miles@gnu.org>
17193
17194 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
17195 face instead of attempting to emulate it.
17196
17197 2003-10-07 Kenichi Handa <handa@m17n.org>
17198
17199 * international/mule-diag.el (list-coding-systems-1): List coding
17200 systems that are loaded automatically.
17201
17202 * international/code-pages.el (iso-8859-11): Add autoload cookie.
17203
17204 * international/mule.el (autoload-coding-system): New function.
17205
17206 2003-10-07 Andreas Schwab <schwab@suse.de>
17207
17208 * log-edit.el (log-edit-changelog-entries): Prefer local value of
17209 change-log-default-name in the buffer visiting the file.
17210
17211 2003-10-06 Dave Love <fx@gnu.org>
17212
17213 * files.el (find-file-hook): Customize.
17214 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
17215
17216 * bindings.el (completion-ignored-extensions): Remove .log.
17217 (global-map): Add again, open, stop keys.
17218
17219 2003-10-05 Richard M. Stallman <rms@gnu.org>
17220
17221 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
17222 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
17223 Use sh-modify directly.
17224 (sh-select): Use sh-append, not eval.
17225
17226 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
17227
17228 * info.el (Info-following-node-name): New function.
17229
17230 * loadhist.el (unload-feature-special-hooks):
17231 Rename from loadhist-hook-functions.
17232 (loadhist-hook-functions): Now an alias.
17233
17234 2003-10-04 Eli Zaretskii <eliz@gnu.org>
17235
17236 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
17237 file-name clashes on 8+3 filesystems.
17238
17239 * Makefile.in (DONTCOMPILE, bootstrap-clean):
17240 Rename loaddefs-boot.el to ldefs-boot.el
17241
17242 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
17243 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
17244
17245 2003-10-03 Lute Kamstra <lute@gnu.org>
17246
17247 * info.el (Info-mode): Revert previous change.
17248 (Info-escape-percent): New function.
17249 (Info-fontify-node): Use it.
17250
17251 2003-10-02 Andreas Schwab <schwab@suse.de>
17252
17253 * loaddefs-boot.el: Regenerated.
17254
17255 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
17256
17257 * ffap.el: Remove defadvice related code from CVS since `complete'
17258 provides a `PC-completion-as-file-name-predicate' variable that
17259 ffap can override.
17260
17261 2003-10-02 Kenichi Handa <handa@m17n.org>
17262
17263 * international/utf-8.el (ccl-decode-mule-utf-8):
17264 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
17265
17266 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
17267 * international/subst-big5.el: Likewise.
17268 * international/subst-gb2312.el: Likewise.
17269 * international/subst-ksc.el: Likewise.
17270
17271 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17272
17273 * calendar/calendar.el (increment-calendar-month)
17274 (calendar-leap-year-p, calendar-absolute-from-gregorian)
17275 (generate-calendar, calendar-read-date, calendar-interval)
17276 (calendar-day-of-week): Handle years BC.
17277 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
17278
17279 2003-10-01 Dave Love <fx@gnu.org>
17280
17281 * language/cyrillic.el (cp1251): Alias for windows-1251.
17282
17283 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
17284 bootstrap.
17285
17286 2003-10-01 Lute Kamstra <lute@gnu.org>
17287
17288 * files.el: Fix typo.
17289 * imenu.el (imenu--generic-function): Docstring fix.
17290
17291 2003-09-30 Richard M. Stallman <rms@gnu.org>
17292
17293 * dired.el (dired-mode): Handle dired-directory as a list.
17294
17295 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
17296
17297 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
17298
17299 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
17300
17301 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
17302 Replace gud-display with gud-watch.
17303 (gud-speedbar-buttons): Add stuff for watching expressions
17304 in the speedbar when using M-x gdba. Use dolist on old part
17305 of this function.
17306
17307 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
17308 (gdb-update-flag): New variables.
17309 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
17310 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
17311 (gud-watch, gdb-var-create-handler) : New functions.
17312 (gdb-var-list-children, gdb-var-list-children-handler)
17313 (gdb-var-create-regexp, gdb-var-update-regexp)
17314 (gdb-var-list-children-regexp): New constants.
17315 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
17316 (gdb-annotation-rules): Reduce annotation set (level 3).
17317 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
17318 (gdb-post-prompt): Don't update GDB buffers every time speedbar
17319 updates.
17320 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
17321 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
17322 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
17323 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
17324 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
17325 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
17326 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
17327 (gud-display, gud-display1)
17328 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
17329 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
17330 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
17331 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
17332 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
17333 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
17334 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
17335 (gdb-display-display-buffer, gdb-toggle-display)
17336 (gdb-delete-display, gdb-expressions-popup-menu)
17337 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
17338 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
17339 to display buffer.
17340
17341 2003-09-30 Richard M. Stallman <rms@gnu.org>
17342
17343 * progmodes/ada-mode.el (ada-mode): Don't use advice.
17344 Instead, set which-func-functions.
17345
17346 * progmodes/which-func.el (which-func-modes): Add ada-mode.
17347 (which-func-functions): New variable.
17348 (which-function): Use that.
17349
17350 * info.el (Info-mode): Double each `%' in header line.
17351
17352 * emacs-lisp/lisp-mnt.el (lm-with-file):
17353 When FILE is nil, run BODY in current buffer.
17354
17355 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
17356
17357 * help.el (describe-mode): Start with a brief list of minor modes.
17358 Find them thru minor-mode-list so as to find them all.
17359 Show them in alphabetical order.
17360
17361 * mail/sendmail.el (mail-aliases): Doc fix.
17362
17363 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
17364
17365 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17366
17367 * mail/rmailsum.el (rmail-make-summary-line-1):
17368 Change comma after last label to a space.
17369 (rmail-summary-font-lock-keywords): Adapt to that change.
17370
17371 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
17372
17373 * progmodes/scheme.el (scheme-mode-variables): When setting
17374 `font-lock-defaults', also specify that "#" should
17375 be interpreted with `word' syntax.
17376 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
17377
17378 2003-09-30 Lars Hansen <larsh@math.ku.dk>
17379
17380 * desktop.el: A lot of comments updated.
17381 (desktop-save-mode): Minor mode introduced.
17382 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
17383 (desktop-load-default): Function made obsolete.
17384 (desktop-locals-to-save): Variable made customizable.
17385 (desktop-read): Optional parameter `dirname' added.
17386 (desktop-change-dir, desktop-revert): Parameter `dirname' in
17387 `desktop-read' used.
17388 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
17389
17390 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
17391
17392 * whitespace.el (whitespace-clean-msg): Add user customizable message
17393 for displaying ``clean'' output.
17394 (whitespace-buffer): Use `whitespace-clean-msg'.
17395 (whitespace-global-mode): Fix typo.
17396
17397 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
17398
17399 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
17400
17401 2003-09-29 Lute Kamstra <lute@gnu.org>
17402
17403 * bindings.el (mode-line-modes): Remove superfluous :propertize
17404 construct in initialization.
17405 (mode-line-position): Change cons cell into proper list in
17406 initialization.
17407
17408 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17409
17410 * international/mule.el (decode-coding-inserted-region): Use car
17411 of the return value of find-operation-coding-system.
17412
17413 2003-09-29 Kenichi Handa <handa@m17n.org>
17414
17415 * descr-text.el (describe-char): Fix previous change.
17416
17417 2003-09-28 Kenichi Handa <handa@m17n.org>
17418
17419 * descr-text.el (describe-char-display): New function.
17420 (describe-char): Pay attention to display table on describing how
17421 a character is displayed.
17422
17423 * international/mule-cmds.el (encoded-string-description):
17424 Prepend "0x" to each encoded byte.
17425
17426 2003-09-28 Andreas Schwab <schwab@suse.de>
17427
17428 * find-file.el (ff-special-constructs): Add autoload cookie.
17429
17430 2003-09-28 Kevin Ryde <user42@zip.com.au>
17431
17432 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
17433 makeinfo appends to duplicate index entries.
17434
17435 2003-09-28 Eli Zaretskii <eliz@gnu.org>
17436
17437 * dired-x.el (dired-clean-tex): Doc fix.
17438
17439 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
17440 using a Chinese tutorial.
17441
17442 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
17443
17444 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
17445 between "MAIL FROM:" and "RCPT TO:" and the following address.
17446
17447 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
17448
17449 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
17450
17451 2003-09-28 David Ponce <david@dponce.com>
17452
17453 * recentf.el (recentf-initialize-file-name-history): New defcustom.
17454 (recentf-load-list): When `recentf-initialize-file-name-history'
17455 is non-nil, initialize an empty `file-name-history' with the
17456 recent list.
17457
17458 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
17459
17460 * man.el (Man-default-man-entry): Remove the leading `*' from the
17461 word at point.
17462
17463 2003-09-26 Lute Kamstra <lute@gnu.org>
17464
17465 * bindings.el (mode-line-position): Mention size indication in
17466 docstring.
17467
17468 2003-09-26 Andre Spiegel <spiegel@gnu.org>
17469
17470 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
17471
17472 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
17473 because it's autoloaded now.
17474
17475 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17476
17477 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
17478 (sh-font-lock-keywords, sh-feature): Fix previous change of
17479 sh-feature to avoid infloop with sh-font-lock-keywords.
17480
17481 2003-09-25 Kim F. Storm <storm@cua.dk>
17482
17483 * frame.el (frame-current-scroll-bars): New defun.
17484
17485 * window.el (window-current-scroll-bars): New defun.
17486
17487 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17488
17489 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
17490 cause errors when the state cache contains info on parts that have
17491 been narrowed out.
17492
17493 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17494
17495 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
17496 `c-setup-paragraph-variables' has to be used when this variable is
17497 changed; it doesn't work to reinitialize the mode since that
17498 typically clobbers the variable.
17499
17500 * progmodes/cc-styles.el (c-setup-paragraph-variables):
17501 Make it interactive.
17502
17503 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17504
17505 * progmodes/cc-fonts.el (c-font-lock-declarations):
17506 Fix recognition of constructors and destructors for classes whose
17507 names are matched by `*-font-lock-extra-types'.
17508
17509 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
17510 followed by an identifier in C++ then it's a type.
17511
17512 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17513
17514 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
17515 problem that primarily affected XEmacs. Don't use faces to find
17516 unterminated strings since Emacs and XEmacs fontify strings
17517 differently - this function should now work better in XEmacs.
17518
17519 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17520
17521 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
17522 `expand-abbrev' workaround which caused braces to misbehave inside
17523 macros.
17524
17525 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
17526 handling. This bug could cause interactive font locking to bail out.
17527
17528 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17529
17530 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17531 Handle paren-style types in Pike. Also fixed some cases of
17532 insufficient handling of unbalanced parens.
17533
17534 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
17535
17536 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
17537 common shell prompts that are not common filename or URL characters.
17538 (ffap-file-at-point): Use the new regexp to strip the prompts from
17539 the file names. This is an issue mostly for user prompts that
17540 don't have a trailing space and find-file-at-point is invoked from
17541 within a shell inside Emacs.
17542
17543 2003-09-24 Andre Spiegel <spiegel@gnu.org>
17544
17545 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
17546 stamps numerically, rather than textually.
17547
17548 2003-09-24 Kenichi Handa <handa@m17n.org>
17549
17550 * language/devan-util.el (devanagari-post-read-conversion):
17551 * language/mlm-util.el (malayalam-post-read-conversion):
17552 * language/tml-util.el (tamil-post-read-conversion):
17553 Add autoload cookie.
17554
17555 * international/utf-8.el (utf-8-post-read-conversion):
17556 Call post-read-conversion functions for Devanagari, Malayalam,
17557 and Tamil.
17558
17559 2003-09-23 Dave Love <fx@gnu.org>
17560
17561 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
17562
17563 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
17564
17565 * progmodes/gud.el (perldb): Add gud-until to list of commands.
17566 Update gud-remove.
17567
17568 2003-09-22 Richard M. Stallman <rms@gnu.org>
17569
17570 * progmodes/sh-script.el (sh-mode-default-syntax-table):
17571 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
17572 (sh-mode-syntax-table-input): New variable.
17573 (sh-require-final-newline): Don't use eval.
17574 (sh-builtins, sh-leading-keywords, sh-other-keywords)
17575 (sh-variables, sh-font-lock-keywords): Don't use eval.
17576 (sh-set-shell): When setting require-final-newline,
17577 treat value = `require-final-newline' as don't change it.
17578 Set sh-mode-syntax-table locally based on
17579 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
17580
17581 * progmodes/compile.el (compile-internal):
17582 Call compilation-set-window-height before setting window start.
17583
17584 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
17585
17586 * emacs-lisp/bytecomp.el (byte-compile-log-file):
17587 Clear out byte-compile-last-warned-form.
17588
17589 2003-09-22 Richard M. Stallman <rms@gnu.org>
17590
17591 * woman.el (woman-file-name, woman-follow-word):
17592 If current-word returns nil, use "".
17593
17594 * simple.el (eval-expression): Bind standard-output in to-buffer case.
17595
17596 2003-09-22 Richard M. Stallman <rms@gnu.org>
17597
17598 * emacs-lisp/lisp-mnt.el (lm-with-file):
17599 Don't visit the file, just use insert-file-contents in temp buffer.
17600
17601 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
17602
17603 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
17604 Add surrounding \\( and \\) around the header, as in
17605 for lm-history-header 'Change Log\\|History'.
17606
17607 2003-09-22 John Paul Wallington <jpw@gnu.org>
17608
17609 * progmodes/ld-script.el: Add Commentary section,
17610 minor cleanup of file header.
17611 (ld-script-font-lock-keywords): Doc fix.
17612 (toplevel): Provide `ld-script' feature.
17613
17614 2003-09-21 Kim F. Storm <storm@cua.dk>
17615
17616 * scroll-bar.el (set-scroll-bar-mode): Initialize to
17617 new built-in variable default-frame-scroll-bars.
17618 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
17619 scroll-bar-mode; notably, use it instead of t when we toggle
17620 scroll-bars on.
17621 (toggle-scroll-bar): Use default-frame-scroll-bars.
17622
17623 2003-09-19 Masatake YAMATO <jet@gyve.org>
17624
17625 * pcvs.el (cvs-do-removal): Change the prompt depending on
17626 `filter' value.
17627
17628 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17629
17630 * startup.el (command-line-1): Stop startup-echo-area-message
17631 being hidden by "Loading image..." message.
17632 (use-fancy-splash-screens-p, display-splash-screen):
17633 Move display-graphic-p test from latter to former.
17634
17635 * progmodes/sh-script.el (sh-font-lock-keywords):
17636 Highlight escaped EOLs differently from other backslash constructs.
17637
17638 2003-09-19 Richard M. Stallman <rms@gnu.org>
17639
17640 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
17641 New functions.
17642 (edebug-enter, edebug-outside-excursion): Use them.
17643
17644 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
17645 Fix the condition for whether to print "In WHERE".
17646
17647 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
17648
17649 * finder.el (finder-mode-hook): New variable.
17650 (finder-mode): Run hook finder-mode-hook
17651
17652 2003-09-18 Masatake YAMATO <jet@gyve.org>
17653
17654 * progmodes/ebrowse.el: Fix broken magic autoload comments.
17655
17656 2003-09-17 Mario Lang <mlang@delysid.org>
17657
17658 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
17659 "p %e" to actually print the value in the GUD buffer.
17660
17661 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
17662
17663 From David Ponce <david.ponce@wanadoo.fr>:
17664 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
17665 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
17666 from loaddefs-boot.el if necessary.
17667
17668 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
17669
17670 * progmodes/gud.el (gud-find-class): Make jdb work again since
17671 cc-mode changed the syntactic information.
17672
17673 2003-09-15 David Ponce <david@dponce.com>
17674
17675 * recentf.el: (recentf-exclude): Accept predicates too.
17676 (recentf-file-readable-p): New function.
17677 (recentf-include-p): Handle predicates in recentf-exclude.
17678 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
17679 (recentf-cleanup): Likewise.
17680 (recentf-save-list): Use write-file to handle backup of
17681 recentf-save-file.
17682
17683 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
17684
17685 * loaddefs-boot.el: Renamed from `loaddefs.el'
17686 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
17687 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
17688 necessary.
17689
17690 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
17691
17692 * electric.el (Electric-pop-up-window): For the `one-window' case,
17693 no longer disconcertingly move point in the original buffer.
17694
17695 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
17698
17699 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
17700
17701 * dired.el (dired-mode-map): Fix typo.
17702
17703 2003-09-11 Richard M. Stallman <rms@gnu.org>
17704
17705 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17706
17707 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17708
17709 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17710 the function is less noisy. Now only `kill-buffer' can ask questions.
17711
17712 2003-09-10 Mario Lang <mlang@delysid.org>
17713
17714 * battery.el: Update Commentary and Copyright.
17715 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17716 appear due to wrong ordering of the expressions in `or'.
17717
17718 2003-09-09 Lute Kamstra <lute@gnu.org>
17719
17720 * misc.el (upcase-char): Fix docstring.
17721 (zap-up-to-char): New command.
17722
17723 2003-09-08 David Ponce <david@dponce.com>
17724
17725 Ensure that recentf correctly updates the menu bar.
17726 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17727 (recentf-menu-bar): New function.
17728 (recentf-clear-data): Use it
17729 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
17730 of easy-menu-change.
17731
17732 2003-09-08 Lute Kamstra <lute@gnu.org>
17733
17734 * simple.el (size-indication-mode): New.
17735 * bindings.el (mode-line-position): Add buffer size indicator.
17736
17737 2003-09-04 Mario Lang <mlang@delysid.org>
17738
17739 * battery.el (battery-linux-proc-acpi): New function.
17740 (battery-status-function): Modify default value calculation to also
17741 check for availability of ACPI.
17742 (battery-echo-area-format): Ditto.
17743 (battery-mode-line-format): Ditto.
17744
17745 2003-09-06 Dave Love <fx@gnu.org>
17746
17747 * ielm.el (ielm-mode-hook): Add :options.
17748
17749 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17750 (eldoc-print-current-symbol-info): Use it.
17751
17752 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
17753
17754 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17755 being displayed in GUD buffer.
17756 (gdb-idle-input-queue): Remove var. Use just one queue.
17757 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17758 Remove functions. Use just one queue.
17759 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17760 (gdb-invalidate-assembler, gdb-get-current-frame):
17761 Modify functions. Use just one queue.
17762
17763 2003-09-04 Dave Love <fx@gnu.org>
17764
17765 * cus-start.el: Add blink-cursor-alist.
17766
17767 * ruler-mode.el (ruler-mode-fill-column-char)
17768 (ruler-mode-current-column-char): Use char-displayable-p,
17769 not window-system.
17770
17771 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17772
17773 * language/european.el (windows-1252): Move from code-pages.
17774
17775 * language/cyrillic.el ("Windows-1251"): Delete.
17776 ("Bulgarian", "Belarusian"): Remove `features'.
17777 (windows-1251): Move from code-pages.
17778
17779 * international/mule-diag.el (non-iso-charset-alist):
17780 Remove `codepage' stuff.
17781 (print-designation, list-coding-systems-1): Output fixes.
17782
17783 * international/code-pages.el (cp-make-translation-table)
17784 (cp-valid-codes): Made defsubsts.
17785 (cp-fix-safe-chars): Delete.
17786 (mule-diag): Don't require.
17787 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17788 (top-level): Check for defined coding system when defining
17789 cp... aliases. Change w32-add-charset-info test to avoid warning.
17790 (non-iso-charset-alist): Defvar when compiling.
17791 (cp-make-coding-system): Doc fix.
17792
17793 2003-09-02 Jason Rumney <jasonr@gnu.org>
17794
17795 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17796 line-ends from CVS before doing conversion.
17797
17798 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17799
17800 * calendar/diary-lib.el (diary-header-line-flag)
17801 (diary-header-line-format): New variables.
17802 (list-diary-entries): Use them to set header line in simple diary.
17803
17804 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17805 other than font-lock-string-face to highlight backslashes.
17806
17807 2003-09-01 Jason Rumney <jasonr@gnu.org>
17808
17809 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17810 regexp.
17811
17812 2003-09-01 Dave Love <fx@gnu.org>
17813
17814 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17815
17816 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17817 and :help; also line and column numbers labels.
17818
17819 * international/mule-util.el (char-displayable-p): Move from
17820 latin1-disp, rename and autoload.
17821
17822 * international/latin1-disp.el (latin1-char-displayable-p):
17823 Now obsolete alias. Replace uses with char-displayable-p.
17824 (latin1-display-ucs-per-lynx): Fix last change.
17825
17826 * international/mule-cmds.el (standard-display-european-internal):
17827 Don't use char code for Latin-1 NBSP.
17828 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17829 U+2018, U+2019 for `'.
17830 (select-safe-coding-system): Message fix.
17831
17832 2003-09-01 Kenichi Handa <handa@m17n.org>
17833
17834 * international/fontset.el (setup-default-fontset): For Thai
17835 font, specify "*" family.
17836
17837 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17838
17839 * progmodes/compile.el (previous-error): Accept a prefix
17840 argument, similarly to next-error.
17841
17842 2003-08-31 Masatake YAMATO <jet@gyve.org>
17843
17844 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17845 the number of files. Bind the number of files to a local
17846 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17847
17848 2003-08-30 Eli Zaretskii <eliz@gnu.org>
17849
17850 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17851 2003-07-26: msdos-long-file-names is a function, not a variable.
17852
17853 2003-08-29 Richard M. Stallman <rms@gnu.org>
17854
17855 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17856 Do nothing with mail-personal-alias-file if it is nil.
17857
17858 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17859 Do nothing if mail-personal-alias-file is nil.
17860
17861 * term.el (term-exec-1): Bind coding-system-for-read.
17862
17863 * dired.el (dired-mouse-find-file-other-window):
17864 Use dired-view-command-alist here, as in dired-view-file.
17865 (dired-view-command-alist): Use %s to substitute file name.
17866 Handle .ps_pages, .eps, .jpg, .gif, .png.
17867
17868 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17869
17870 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17871 `Info-prev-reference', instead of M-tab.
17872
17873 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17874
17875 * simple.el (blink-matching-open): Work correctly on chars that
17876 are designated as parens through the syntax-table text property.
17877
17878 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
17879
17880 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17881 line break position in the middle of a non-kinsoku (e.g. latin)
17882 word, making it skip until either a space or a character with
17883 category "|".
17884 (kinsoku-longer): Test for end of buffer.
17885
17886 2003-08-28 Eli Zaretskii <eliz@gnu.org>
17887
17888 * mail/rmail.el (rmail-convert-to-babyl-format):
17889 Detect quoted-printable- and base64-encoded messages and decode them
17890 automatically. Set the message's encoding from the charset=
17891 header, if any. Decode base64-encoded messages in Mail format as well.
17892
17893 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17894
17895 * mail/smtpmail.el: Fix previous change.
17896 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17897 calling smtpmail-via-smtp.
17898 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17899
17900 2003-08-26 John Paul Wallington <jpw@gnu.org>
17901
17902 * image.el (image-jpeg-p): Don't search beyond length of data.
17903
17904 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17905
17906 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17907 misfeature in `expand-abbrev' which caused electric keywords like
17908 "else" to disappear if an open brace was typed directly afterwards.
17909
17910 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17911
17912 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17913 mandatory in `define-widget'.
17914
17915 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17916 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17917
17918 (c-assignment-operators): New language constant that only contains
17919 the assignment operators.
17920
17921 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17922
17923 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17924
17925 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17926 Safeguard against unbalanced sexps.
17927
17928 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
17929
17930 * version.el (emacs-version): Check for gtk. Include gtk version info.
17931
17932 2003-08-25 John Paul Wallington <jpw@gnu.org>
17933
17934 * man.el (Man-default-man-entry): Don't whizz past the section
17935 number before looking for it.
17936
17937 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
17938
17939 * progmodes/gud.el (gud-display-line): Don't set window-point if
17940 source buffer is not visible. (Only happens with M-x gdba.)
17941
17942 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17943 documentation.
17944 (gdb-source, gdb-source-info): Update to assembler unnecessary
17945 as its done after each GDB command anyway.
17946 (gdb-pre-prompt): Use with-current-buffer.
17947 (gdb-insert-field): Add help-echo text.
17948 (gdb-invalidate-assembler): Re-display of assembler now done in
17949 gdb-info-breakpoints-custom.
17950 (gdb-info-breakpoints-custom): Force re-display of assembler to
17951 happen *after* update of breakpoints buffer.
17952 (gdb-display-source-buffer): Don't choke if gdb-source-window
17953 isn't visible.
17954 (gdb-put-string, gdb-put-arrow): Remove free variables.
17955
17956 2003-08-24 John Paul Wallington <jpw@gnu.org>
17957
17958 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17959
17960 * man.el (Man-default-man-entry): Strip text properties when
17961 snarfing parts of entry because `format' preserves properties.
17962
17963 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17964
17965 * files.el (file-newest-backup): Use `expand-file-name'.
17966
17967 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17968 Allow the diary to pop up a new frame, if needed.
17969
17970 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17971 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17972 (smtpmail-send-it): Make treatment of envelope-from consistent with
17973 sendmail.el.
17974
17975 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17976 (sh-leading-keywords): Add the bash `time' reserved word.
17977 (sh-variables): Add some bash variables.
17978 (sh-add-completer): Fix nil branch of case statement.
17979
17980 2003-08-24 Masatake YAMATO <jet@gyve.org>
17981
17982 * progmodes/ld-script.el: New file.
17983
17984 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
17985
17986 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17987
17988 2003-08-23 Andre Spiegel <spiegel@gnu.org>
17989
17990 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17991 Better explain obsolescence, and what to use instead.
17992
17993 2003-08-23 Masatake YAMATO <jet@gyve.org>
17994
17995 * pcvs.el (cvs-do-removal): Show the deleted file name
17996 on the prompt.
17997
17998 2003-08-20 Dave Love <fx@gnu.org>
17999
18000 * international/mule.el (make-coding-system)
18001 (set-buffer-file-coding-system): Doc fix.
18002
18003 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
18004
18005 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
18006
18007 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
18008
18009 * international/utf-16.el: Add mime-text-unsuitable coding system
18010 properties.
18011
18012 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
18013
18014 * cus-edit.el: Add some :links.
18015 (bib): Remove.
18016
18017 * textmodes/bib-mode.el (bib): Add :group external.
18018
18019 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
18020
18021 * wid-edit.el (widget-echo-help): Make it handle expressions that
18022 evaluate to strings.
18023
18024 2003-08-18 Michael Mauger <mmaug@yahoo.com>
18025
18026 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
18027
18028 Simplify selection of SQL products to define highlighting and
18029 interactive mode. Includes detailed instructions on adding
18030 support for new products.
18031
18032 * progmodes/sql.el (sql-product): New variable. Identifies SQL
18033 product for use in highlighting and interactive mode.
18034 (sql-interactive-product): New variable. SQL product for
18035 sql-interactive-mode.
18036 (sql-product-support): New variable. Specifies product-specific
18037 parameters to drive highlighting and interactive mode.
18038 (sql-imenu-generic-expression): Add more object types.
18039 (sql-sqlite-options): Correct comment.
18040 (sql-ms-program): Use "osql" rather than "isql".
18041 (sql-prompt-regexp, sql-prompt-length): Update comment.
18042 (sql-mode-menu): Add "Start SQLi session" entry.
18043 Replace Highlighting submenu with Product menu. Fix Send Region entry.
18044 (sql-mode-abbrev-table): Add abbreviations. Support of
18045 SYSTEM-FLAG on define-abbrev. Support was removed with last
18046 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
18047 (sql-mode-font-lock-object-name): Add font-lock pattern for object
18048 names.
18049 (sql-mode-ansi-font-lock-keywords): Set as default value.
18050 (sql-mode-oracle-font-lock-keywords): Set as default value.
18051 Support Oracle 9i keywords.
18052 (sql-mode-postgres-font-lock-keywords): Set as default value.
18053 (sql-mode-linter-font-lock-keywords): Set as default value.
18054 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
18055 SQLServer 2000.
18056 (sql-mode-sybase-font-lock-keywords)
18057 (sql-mode-interbase-font-lock-keywords)
18058 (sql-mode-sqlite-font-lock-keywords)
18059 (sql-mode-strong-font-lock-keywords)
18060 (sql-mode-mysql-font-lock-keywords)
18061 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
18062 keywords.
18063 (sql-mode-font-lock-defaults): Update comment.
18064 (sql-product-feature): New function. Returns feature associated
18065 with a product from `sql-product-support' alist.
18066 (sql-product-font-lock): New function. Set font-lock support
18067 based on `sql-product'.
18068 (sql-add-product-keywords): New function. Add font-lock rules to
18069 product-specific keyword variables.
18070 (sql-set-product): New function. Set `sql-product' and apply
18071 appropriate font-lock highlighting.
18072 (sql-highlight-product): New function. Set font-lock support
18073 based on a product. Also set mode name to include product name.
18074 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
18075 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
18076 Use `sql-set-product'.
18077 (sql-highlight-ms-keywords)
18078 (sql-highlight-sybase-keywords)
18079 (sql-highlight-interbase-keywords)
18080 (sql-highlight-strong-keywords)
18081 (sql-highlight-mysql-keywords)
18082 (sql-highlight-sqlite-keywords)
18083 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
18084 (sql-get-login): Prompt in the same order as the tokens.
18085 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
18086 (sql-product-interactive): New function. Common portions of
18087 product-specific interactive mode wrappers.
18088 (sql-interactive-mode): Rewritten to use product features.
18089 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
18090 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
18091 (sql-db2, sql-linter): Use `sql-product-interactive'.
18092 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
18093 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
18094 (sql-connect-ingres, sql-connect-postgres)
18095 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
18096 New functions. Format command line parameters and invoke comint on
18097 the appropriate interpreter. Code was in the corresponding
18098 `sql-xyz' function before.
18099 (sql-connect-ms): New function. Support -E argument to use
18100 operating system credentials for authentication.
18101
18102 2003-08-18 Kenichi Handa <handa@m17n.org>
18103
18104 * international/mule.el (encode-char): Fix for the ASCII case.
18105
18106 2003-08-15 Kenichi Handa <handa@m17n.org>
18107
18108 * international/fontset.el (setup-default-fontset): Change "*" to
18109 nil in the specifications of font family.
18110
18111 2003-08-18 Kim F. Storm <storm@cua.dk>
18112
18113 * kmacro.el (kmacro-keymap): Group related bindings in
18114 initialization for clarity. Bind C-s to start macro.
18115 Remove C-r binding.
18116 (kmacro-initial-counter-value): New defvar to hold initial counter
18117 value in case we set the value before defining a macro.
18118 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
18119 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
18120 not defining or executing macro. Doc fix.
18121 (kmacro-add-counter): Clear kmacro-initial-counter-value.
18122 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
18123 temporarily view older elements on the macro ring without cycling
18124 the ring.
18125 (kmacro-display): Doc fix.
18126 (kmacro-exec-ring-item): New helper function.
18127 (kmacro-call-ring-2nd): Use it.
18128 (kmacro-call-ring-2nd-repeat): Doc fix.
18129 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
18130 (kmacro-end-or-call-macro): Execute last viewed macro (using
18131 kmacro-exec-ring-item) from ring if this follows
18132 kmacro-view-macro. This allows us to find a macro on the ring
18133 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
18134 the ring to bring it to the head of the ring.
18135 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
18136 Allow binding to reserved keys without specifying C-x C-k prefix.
18137 Ask for confirmation if entered key sequence is already bound to
18138 a non-macro command.
18139 (kmacro-view-macro): Repeating command will show older elements
18140 on the macro ring; C-k will execute the last viewed macro.
18141 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
18142 property from 'ring to 'head.
18143
18144 2003-08-17 Alan Shutko <ats@acm.org>
18145
18146 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
18147 keeping December out of the alist.
18148
18149 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
18150
18151 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
18152 * calendar/calendar.el (calendar-mode-map): Bind it to key.
18153 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
18154 (calendar-flatten): New function.
18155 (calendar-mouse-view-other-diary-entries)
18156 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
18157 in the menu title and to show multi-line diary entries correctly
18158 in the menu.
18159
18160 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
18161
18162 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
18163 defcustom, because the default was recently changed.
18164
18165 2003-08-16 Richard M. Stallman <rms@gnu.org>
18166
18167 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
18168
18169 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18170 New subroutine, broken out of eval-last-sexp-1.
18171 (eval-last-sexp-1): Use eval-last-sexp-print-value.
18172
18173 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
18174
18175 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
18176
18177 * simple.el (eval-expression): Use eval-last-sexp-print-value.
18178
18179 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
18180
18181 * progmodes/compile.el (compilation-error-regexp-alist):
18182 Add Java ANt error detection as described in document
18183 http://ant.apache.org/faq.html
18184
18185 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
18186
18187 * simple.el (backward-word, forward-to-indentation)
18188 (backward-to-indentation): Argument changed to optional.
18189 (next-line, previous-line): Use `or' instead of `unless'.
18190
18191 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18192
18193 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
18194 instead of a constant.
18195
18196 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
18197
18198 * shell.el (shell): With prefix-arg, suggest a new buffer name.
18199
18200 2003-08-12 Andre Spiegel <spiegel@gnu.org>
18201
18202 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
18203 (vc-sccs-workfile-version): Search the entire delta table, rather
18204 than just the first entry, because that might be a deleted version.
18205
18206 2003-08-11 Karl Fogel <kfogel@red-bean.com>
18207
18208 * menu-bar.el (menu-bar-options-menu): Supply a body for the
18209 [save-place] binding in the Options menu. Have it require
18210 'saveplace' and then toggle the variable manually, to avoid an an
18211 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
18212 for the bug report.
18213
18214 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
18215
18216 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
18217 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
18218 (gdb-info-threads-custom): Add help-echo text.
18219 (gdb-display-back): Don't use purecopy.
18220 (gdb-info-breakpoints-custom, gdb-reset)
18221 (gdb-assembler-custom): Use display-images-p to test if breakpoint
18222 icons can be displayed.
18223
18224 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
18225
18226 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
18227
18228 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
18229
18230 * bookmark.el (bookmark-completing-read):
18231 Return a string, instead of a list of one string.
18232 Use a popup menu if activated from the mouse.
18233 (bookmark-edit-annotation): Remove unused vars.
18234 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
18235 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
18236 to bookmark-completing-read.
18237 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18238 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
18239 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
18240 and erase-buffer.
18241 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
18242 (bookmark-menu-jump, bookmark-menu-insert)
18243 (bookmark-popup-menu-and-apply-function)
18244 (bookmark-menu-popup-paned-bookmark-menu): Remove.
18245 (bookmark-menu-build-paned-menu): Remove by folding it into
18246 bookmark-menu-popup-paned-menu.
18247 (menu-bar-bookmark-map): Move the define-key statements here.
18248 Use the "non-menu" commands since they now pop up a menu if needed.
18249 (bookmark-exit-hook-internal): Simplify.
18250
18251 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
18252
18253 * reftex-toc.el (reftex-toc-rename-label): New function.
18254 (reftex-toc-check-docstruct): New function.
18255
18256 * reftex.el (reftex-region-active-p): New function.
18257
18258 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
18259 regexp to find the \bibliography macro.
18260
18261 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
18262 which does not exist in LaTeX.
18263 (reftex-cite-format-builtin): Added amsrefs support.
18264 (reftex-toc-confirm-promotion): New option
18265
18266 * reftex-toc.el
18267 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
18268 (reftex-toc-demote, reftex-toc-promote)
18269 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18270 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18271 (reftex-toc-newhead-from-alist)
18272 (reftex-toc-load-all-files-for-promotion): New functions.
18273 (reftex-toc-help): Added description of new keys.
18274 (reftex-toc-split-windows-fraction): New option.
18275 (reftex-recenter-toc-when-idle): Search *toc* window on all
18276 visible frames.
18277 (reftex-toc): Additional parameter REUSE
18278 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
18279 with REUSE argument.
18280 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
18281 the call of `reftex-toc'.
18282 (reftex-make-separate-toc-frame): New function .
18283 (reftex-toc-recenter): When called with triple prefix arg, call
18284 `reftex-make-separate-toc-frame' first.
18285 (reftex-toc-toggle-dedicated-frame): New command.
18286 (reftex-toc-quit): Adapted to delete frame when called in
18287 dedicated frame.
18288
18289 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
18290 all enclosing macros.
18291
18292
18293 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18294
18295 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
18296 first use.
18297
18298 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18299
18300 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
18301
18302 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18303
18304 * calendar/calendar.el (list-diary-entries-hook)
18305 (diary-display-hook, nongregorian-diary-listing-hook)
18306 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
18307 Add some customize options for these hooks.
18308 (calendar-abbrev-construct): Don't try to take a substring longer
18309 than the original string.
18310
18311 2003-08-05 Richard M. Stallman <rms@gnu.org>
18312
18313 * emacs-lisp/testcover.el (noreturn): Report error if does return.
18314 (testcover-reinstrument-clauses): Doc fix.
18315
18316 * emacs-lisp/warnings.el: Doc fixes, args renamed.
18317 (warning-type-format): Rename from warning-group-format.
18318
18319 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
18320 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
18321 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
18322 to prevent warnings about defvar for an obsolete variable.
18323
18324 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
18325 warning-group-format renamed to warning-type-format.
18326
18327 * subr.el (read-passwd): Use clear-string instead of fillarray.
18328
18329 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
18330 Use vconcat instead of concat.
18331 (edmacro-sanitize-for-string): New function.
18332
18333 2003-08-05 Dave Love <fx@gnu.org>
18334
18335 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
18336 line-number-display-limit-width.
18337
18338 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
18339
18340 2003-08-05 Kenichi Handa <handa@m17n.org>
18341
18342 * international/code-pages.el: Don't require mule-diag.
18343
18344 * international/mule-diag.el (non-iso-charset-alist):
18345 Add autoload cookie.
18346
18347 * language/devan-util.el (dev-glyph-order): Add an entry for the
18348 glyph code #xC4.
18349
18350 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18351
18352 * calendar/calendar.el (diary-file, diary-file-name-prefix)
18353 (european-calendar-style, diary-date-forms)
18354 (calendar-day-name-array, calendar-month-name-array): Doc change.
18355 (generate-calendar-month): Adapt for new behaviour of
18356 `calendar-day-name' function.
18357 (calendar-abbrev-length, calendar-day-abbrev-array)
18358 (calendar-month-abbrev-array): New variables.
18359 (calendar-abbrev-construct): New function.
18360 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
18361 rather than fixing abbrevs at some width. Calling syntax change.
18362 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
18363 (calendar-date-string): Adapt for new behaviours of
18364 `calendar-day-name' and `calendar-month-name' functions.
18365
18366 * calendar/diary-lib.el (list-diary-entries): Adapt for new
18367 behaviour of `calendar-day-name' and `calendar-month-name' functions.
18368 (diary-name-pattern): Use abbrev arrays, rather than fixing
18369 abbrevs at three chars. Calling syntax change.
18370 (mark-diary-entries): Adapt for new behaviours of
18371 `diary-name-pattern' and `calendar-make-alist' functions.
18372 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
18373 `diary-name-pattern' function.
18374 (font-lock-diary-date-forms): Use abbrev arrays, rather than
18375 fixing abbrevs at three chars. Calling syntax change.
18376 (cal-hebrew, cal-islam): Require when compiling.
18377 (diary-font-lock-keywords): Adapt for new behaviour of
18378 `font-lock-diary-date-forms' function.
18379
18380 * calendar/cal-hebrew.el: Reposition some code so defined before used.
18381 (calendar-hebrew-month-name-array-common-year)
18382 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
18383 (list-hebrew-diary-entries): Adapt for new behaviours of
18384 `calendar-day-name' and `add-to-diary-list' functions.
18385 (mark-hebrew-diary-entries): Adapt for new behaviours of
18386 `diary-name-pattern' and `calendar-make-alist' functions.
18387
18388 * calendar/cal-islam.el (calendar-islamic-month-name-array):
18389 Add doc string.
18390 (list-islamic-diary-entries): Adapt for new behaviours of
18391 `calendar-day-name' and `add-to-diary-list' functions.
18392 (mark-islamic-diary-entries): Adapt for new behaviours of
18393 `diary-name-pattern' and `calendar-make-alist' functions.
18394
18395 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
18396 `calendar-month-name' function.
18397
18398 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
18399
18400 * calendar/solar.el (solar-seasons-data): Move definition before use.
18401
18402 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
18403 (cal-tex-LaTeX-hourbox): Move definition before use.
18404
18405 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
18406 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
18407 lunar.el, solar.el
18408 (displayed-month, displayed-year): Define for compiler.
18409
18410 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18411
18412 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
18413 MODE. Renamed from c-init-c-language-vars'.
18414 (c-initialize-cc-mode): Change accordingly.
18415 (c-common-init): Ditto.
18416 (c-mode): Ditto.
18417 (c++-mode): Use `c-init-language-vars-for'.
18418 (objc-mode): Ditto.
18419 (java-mode): Ditto.
18420 (idl-mode): Ditto.
18421 (pike-mode): Ditto.
18422 (awk-mode): Ditto.
18423
18424 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18425
18426 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
18427 or not the point moved.
18428
18429 (c-search-decl-header-end): Don't trip up on operator identifiers
18430 in C++ and operators like == in all languages.
18431
18432 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18433 Detect leading labels correctly.
18434
18435 2003-08-02 Andreas Schwab <schwab@suse.de>
18436
18437 * textmodes/ispell.el: Don't redo key bindings on loading, put
18438 them only in loaddefs.el.
18439 * bookmark.el: Likewise.
18440 * dabbrev.el: Likewise.
18441 * emerge.el: Likewise.
18442
18443 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
18444 has more than one member.
18445
18446 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
18447
18448 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18449
18450 * lpr.el (printify-region): It was ending conversion before the
18451 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
18452
18453 2003-07-31 John Paul Wallington <jpw@gnu.org>
18454
18455 * net/browse-url.el (browse-url-epiphany): Doc fix.
18456
18457 2003-07-30 Kenichi Handa <handa@m17n.org>
18458
18459 * international/fontset.el (setup-default-fontset):
18460 Change registry names of Akurti fonts.
18461
18462 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18463
18464 * comint.el (comint-read-noecho): Use `clear-string' instead of
18465 `fillarray'.
18466
18467 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
18468
18469 * outline.el (outline-mode-hook): Add defvar.
18470
18471 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
18472
18473 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
18474 Restore assembler in source window if that is what has been selected.
18475 (menu): Add gdb-restore-windows to menu. Make gdba
18476 specific menus only visible from gdba.
18477
18478 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
18479
18480 * progmodes/compile.el (compilation-environment): New user variable.
18481 (compile-internal): Respect it.
18482
18483 2003-07-23 Masatake YAMATO <jet@gyve.org>
18484
18485 * progmodes/gud.el (gdb-script-font-lock-keywords):
18486 Put `font-lock-function-name-face' on a symbol which includes
18487 `-' like `hook-run'. Put font-lock-variable-name-face
18488 on a symbol starting with $.
18489
18490 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
18491
18492 * files.el (set-visited-file-name): Use truename for buffer-file-name.
18493
18494 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18495
18496 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
18497
18498 2003-07-26 Andre Spiegel <spiegel@gnu.org>
18499
18500 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
18501 Use with-no-warnings.
18502 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
18503 rather than to find-file-not-found-hook, which doesn't exist.
18504
18505 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18506
18507 * international/quail.el (quail-translate-key): Fix previous change.
18508
18509 2003-07-25 John Paul Wallington <jpw@gnu.org>
18510
18511 * server.el (server-start): Check `server-process' is non-nil
18512 before killing it to avoid killing current buffer's process.
18513
18514 * simple.el (choose-completion-string): Use `minibufferp';
18515 test `completion-reference-buffer' if `buffer' arg is nil.
18516 (push-mark): Use `when' and `unless'.
18517 (pop-mark): Use `when'.
18518
18519 * mouse-sel.el (mouse-sel-get-selection-function):
18520 Check `x-last-selected-text-primary'. Don't barf if it or
18521 `x-last-selected-text' aren't bound.
18522
18523 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18524
18525 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
18526
18527 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
18528
18529 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
18530
18531 2003-07-23 John Paul Wallington <jpw@gnu.org>
18532
18533 * tooltip.el (defface tooltip): Inherit from variable-pitch.
18534
18535 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18536
18537 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
18538 string. Defvar the derived hook.
18539
18540 * macros.el (insert-kbd-macro): Escape double quote character.
18541 From Thomas W Murphy <twm@andrew.cmu.edu>.
18542
18543 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18544
18545 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
18546 to match the specific mark rather than reusing comment-start-skip.
18547
18548 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
18549
18550 * progmodes/hideshow.el (hs-special-modes-alist):
18551 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
18552
18553 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
18554
18555 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
18556 value using ?\s.
18557
18558 2003-07-21 John Paul Wallington <jpw@gnu.org>
18559
18560 * subr.el (with-selected-window): Add closing paren.
18561
18562 2003-07-21 Richard M. Stallman <rms@gnu.org>
18563
18564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
18565 (lisp-mode): Likewise.
18566
18567 * subr.el (with-selected-window): Copy code form save-selected-window
18568 so as to call select-window with norecord arg.
18569 (dynamic-completion-table): Doc fix.
18570 (lazy-completion-table): Doc fix.
18571
18572 * international/mule-cmds.el (set-locale-environment):
18573 langinfo renamed to locale-info.
18574
18575 * international/mule.el (auto-coding-functions): Doc fix.
18576
18577 2003-07-21 Kenichi Handa <handa@m17n.org>
18578
18579 * international/quail.el (quail-translate-key):
18580 Update quail-current-str correctly.
18581
18582 2003-07-21 Andreas Schwab <schwab@suse.de>
18583
18584 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
18585 ?, to "_".
18586
18587 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18588 Version 2.0.36 of Tramp released.
18589
18590 * net/tramp.el (tramp-default-password-end-of-line): Rename from
18591 tramp-password-end-of-line.
18592 (tramp-password-end-of-line): New method parameter.
18593 (tramp-get-password-end-of-line): Function to access method
18594 parameter `tramp-password-end-of-line', or variable
18595 `tramp-default-password-end-of-line' (default value).
18596 (tramp-methods): Add entries for new parameter
18597 tramp-password-end-of-line.
18598 (tramp-enter-password): Use new function
18599 `tramp-get-password-end-of-line'.
18600 (tramp-handle-insert-file-contents): Do not
18601 unconditionally inhibit the file operation file-local-copy, only
18602 do that when the inhibit-file-name-operation is currently
18603 insert-file-contents. This fixes finding remote CVS-controlled
18604 files. (It would barf on inserting the CVS/Entries file
18605 literally, because the file-local-copy handler wasn't called.)
18606 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
18607 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
18608 (tramp-initial-commands): New variable.
18609 (tramp-process-initial-commands): New function, using the variable.
18610 (tramp-open-connection-setup-interactive-shell): Call the new function.
18611 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
18612 method into the buffer name, never use nil. Reported by Hanak
18613 David <dhanak@inf.bme.hu>.
18614 (tramp-open-connection-setup-interactive-shell): Erase buffer
18615 before sending "stty -onlcr".
18616
18617 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
18618
18619 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
18620
18621 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
18622
18623 2003-07-19 John Paul Wallington <jpw@gnu.org>
18624
18625 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
18626 (artist-draw-rect, artist-draw-square): Doc fixes.
18627
18628 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
18629
18630 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
18631
18632 2003-07-19 Kenichi Handa <handa@m17n.org>
18633
18634 * international/kkc.el (kkc-show-conversion-list-update):
18635 Highlight the correct candidate in the message.
18636
18637 2003-07-18 John Paul Wallington <jpw@gnu.org>
18638
18639 * simple.el (current-word): Don't include punctuation char when
18640 `really-word' arg is non-nil.
18641
18642 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
18643
18644 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
18645 moved to the directory obsolete.
18646
18647 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
18648
18649 * info.el (Info-menu-entry-name-re): Allow newlines in
18650 menu entry names.
18651
18652 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
18653 syntax-ppss-after-change-function.
18654 (syntax-ppss-after-change-function): New alias. Update uses.
18655 (syntax-ppss): Catch the case where the buffer is narrowed.
18656
18657 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18658
18659 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
18660 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
18661
18662 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18663
18664 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
18665 since it might be modified.
18666
18667 * progmodes/cc-langs.el (c++-make-template-syntax-table)
18668 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
18669 names to these language constants.
18670
18671 2003-07-15 Kim F. Storm <storm@cua.dk>
18672
18673 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
18674 All uses changed.
18675
18676 2003-07-14 Mark A. Hershberger <mah@everybody.org>
18677
18678 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
18679 Namespace support.
18680
18681 2003-07-13 Juanma Barranquero <lektu@terra.es>
18682
18683 * frame.el (modify-all-frames-parameters): Reinstall (copyright
18684 papers received).
18685
18686 2003-07-13 Karl Eichwalder <ke@suse.de>
18687
18688 * textmodes/po.el (po-find-charset): White space at the start of the
18689 Content-Type field body is non-mandatory.
18690
18691 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18692
18693 * textmodes/texinfo.el (texinfo-section-list):
18694 Append appendixsection; a synonym for appendixsec.
18695
18696 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
18697
18698 * man.el (Man-translate-cleanup): New.
18699 (Man-translate-references): Call `Man-translate-cleanup' to clean
18700 leading, trailing and middle spaces.
18701
18702 2003-07-13 Lars Hansen <larsh@math.ku.dk>
18703
18704 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
18705 Handle `dired-directory' being a list.
18706
18707 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
18708
18709 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18710 it doesn't exist.
18711
18712 2003-07-12 Richard M. Stallman <rms@gnu.org>
18713
18714 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18715
18716 * progmodes/cc-defs.el (c-make-keywords-re):
18717 Don't use delete-duplicates.
18718 (c-lang-const): Don't use mapcan.
18719
18720 * apropos.el (apropos-show-scores): Make it customizable.
18721 Document new meaning.
18722 (apropos): Compute scores from symbols.
18723 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18724
18725 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18726
18727 * ps-bdf.el: Fix copyright line.
18728 (bdf-directory-list): Fix initialization code.
18729
18730 2003-07-11 John Paul Wallington <jpw@gnu.org>
18731
18732 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18733 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18734 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18735
18736 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
18737
18738 * emacs-lisp/ring.el (ring-elements): Doc fix.
18739
18740 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18741
18742 * calendar/timeclock.el (timeclock-relative)
18743 (timeclock-ask-before-exiting, timeclock-use-display-time):
18744 Doc changes.
18745 (timeclock-modeline-display): Give a message if
18746 `timeclock-use-display-time' is non-nil but `display-time-mode'
18747 is not active.
18748
18749 2003-07-11 Kenichi Handa <handa@m17n.org>
18750
18751 * international/mule-cmds.el (set-language-environment):
18752 Set current-language-environment to the correct string.
18753
18754 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18755
18756 * ps-print.el: Print line number correctly in a region. Reported by
18757 Tim Allen <timallen@ls83.fsnet.co.uk>.
18758 (ps-print-version): New version number (6.6.2).
18759 (ps-printing-region): Code fix.
18760
18761 2003-07-10 John Paul Wallington <jpw@gnu.org>
18762
18763 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18764 this function can be called from `add-completions-from-tags-table'.
18765
18766 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18767
18768 * calendar/timeclock.el (timeclock-use-display-time)
18769 (timeclock-day-over-hook, timeclock-workday-remaining)
18770 (timeclock-status-string, timeclock-when-to-leave)
18771 (timeclock-when-to-leave-string, timeclock-log-data)
18772 (timeclock-find-discrep, timeclock-day-base)
18773 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18774 (timeclock-modeline-display): Set the variable
18775 `timeclock-modeline-display'.
18776 (timeclock-update-modeline): Doc fix. Respect value of
18777 `timeclock-relative'.
18778
18779 2003-07-09 Richard M. Stallman <rms@gnu.org>
18780
18781 * textmodes/reftex-parse.el (reftex-all-document-files):
18782 Add autoload cookie.
18783
18784 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18785 (reftex-scanning-info-available-p): Add autoload cookie.
18786
18787 * international/mule-cmds.el
18788 (set-display-table-and-terminal-coding-system): Delete duplicate
18789 aset on standard-display-table.
18790
18791 * view.el (view-file): If existing buffer's major mode is special,
18792 don't go into view mode.
18793
18794 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18795
18796 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18797
18798 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18799 buffer changes; there's third party code that calls this function
18800 directly.
18801
18802 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18803
18804 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18805 (autodoc-font-lock-keywords): Don't byte compile on font lock
18806 initialization when running from byte compiled files.
18807
18808 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18809
18810 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18811 statement ends with auto-increment "++".
18812
18813 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18814
18815 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18816 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18817 these are changed, so declare them as variables and not constants.
18818
18819 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
18820
18821 * subr.el (dolist, dotimes): Doc fix.
18822
18823 2003-07-08 Kim F. Storm <storm@cua.dk>
18824
18825 * international/mule-cmds.el
18826 (set-display-table-and-terminal-coding-system): Don't break
18827 bootstrap if standard-display-table isn't setup yet.
18828
18829 2003-07-07 Richard M. Stallman <rms@gnu.org>
18830
18831 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18832 Give it a doc string, and autoload it.
18833
18834 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18835 Use with-no-warnings.
18836
18837 * info.el (Info-search): If find invisible text, search again.
18838
18839 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18840
18841 * man.el (Man-name-regexp): Match + as part of name.
18842
18843 * simple.el (visible-mode): Rename from vis-mode.
18844 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18845
18846 * simple.el (current-word): New arg REALLY-WORD specifies
18847 don't include punctuation chars.
18848
18849 * emacs-lisp/debug.el (debug, debugger-env-macro):
18850 Use with-no-warnings while accessing and binding unread-command-char.
18851
18852 * international/mule-cmds.el
18853 (set-display-table-and-terminal-coding-system): Use explicit loop
18854 instead of calling standard-display-default.
18855
18856 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18857 Use condition-case to catch error in ange-ftp-get-files.
18858
18859 * net/browse-url.el (browse-url-browser-function):
18860 Add alternative for Epiphany.
18861 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18862 (browse-url-epiphany-startup-arguments)
18863 (browse-url-epiphany-new-window-is-tab): New variables.
18864 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18865
18866 * progmodes/compile.el (compile-auto-highlight): Default now t.
18867 (compile): Doc fix.
18868 (compilation-next-error): Fix previous change.
18869
18870 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18871
18872 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18873
18874 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
18875
18876 * gdb-ui.el (gdb-source-info): Display current frame when
18877 attaching to an existing process.
18878 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18879 while laying out windows when attaching to an existing process.
18880
18881 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18882
18883 * info.el (Info-menu): Use Info-menu-entry-name-re.
18884
18885 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18886
18887 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18888 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18889
18890 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18891 to match the same text.
18892
18893 2003-07-06 John Paul Wallington <jpw@gnu.org>
18894
18895 * vc.el (vc-annotate-offset): Move defvar up.
18896
18897 2003-07-06 Kim F. Storm <storm@cua.dk>
18898
18899 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18900 This should fix the infinite loop when extracting menu names.
18901
18902 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18903
18904 * files.el (auto-mode-alist, interpreter-mode-alist):
18905 Remove entries to CC Mode modes to avoid duplicates; they are now added
18906 with autoload directives in cc-mode.el.
18907
18908 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18909
18910 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18911 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18912 these are changed, so declare them as variables and not constants.
18913
18914 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18915 ensure that the entry for ".c" extension comes before the one for
18916 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18917 Fix incorrect entries that were added to `interpreter-mode-alist'.
18918 Move the autoload directives for AWK to the top level since they
18919 aren't recognized anywhere else. Do not use the new AWK mode doc
18920 in the autoload form for the old AWK mode.
18921
18922 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18923
18924 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18925 (bibtex-sort-ignore-string-entries): Default value t.
18926 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18927 erroneously in previous version.
18928 (bibtex-string-files): Docstring reflects new parsing scheme.
18929 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18930 docstring, add # as one of the chars to crush
18931 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18932 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18933 (bibtex-autokey-name-change-strings)
18934 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18935 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18936 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18937 (bibtex-autokey-title-terminators)
18938 (bibtex-autokey-titlewords-stretch)
18939 (bibtex-autokey-titleword-ignore)
18940 (bibtex-autokey-titleword-case-convert)
18941 (bibtex-autokey-titleword-abbrevs)
18942 (bibtex-autokey-titleword-abbrevs)
18943 (bibtex-autokey-titleword-change-strings)
18944 (bibtex-autokey-titleword-length)
18945 (bibtex-autokey-titleword-separator)
18946 (bibtex-autokey-name-year-separator)
18947 (bibtex-autokey-year-title-separator)
18948 (bibtex-autokey-before-presentation-function)
18949 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18950 Fix docstring.
18951 (bibtex-strings, bibtex-reference-keys):
18952 Use lazy-completion-table and make-variable-buffer-local.
18953 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18954 (bibtex-braced-string-syntax-table)
18955 (bibtex-quoted-string-syntax-table): New variables.
18956 (bibtex-parse-nested-braces): Remove.
18957 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18958 (bibtex-parse-association): Simplify.
18959 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18960 (bibtex-parse-field-text): Simplify.
18961 (bibtex-search-forward-field, bibtex-search-backward-field):
18962 argument BOUND can take value t.
18963 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18964 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18965 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18966 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18967 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18968 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18969 and ending of entry. Update for changes of bibtex-search-entry.
18970 Simplify.
18971 (bibtex-map-entries): FUN is called with three arguments.
18972 (bibtex-search-entry): Return a cons pair with buffer positions of
18973 beginning and end of entry.
18974 (bibtex-enclosing-field): Simplify.
18975 (bibtex-format-entry): Use booktitle to set a missing title.
18976 (bibtex-autokey-get-names): Fiddle with regexps.
18977 (bibtex-generate-autokey): Use identity.
18978 (bibtex-parse-keys): Use simplified parsing algorithm if
18979 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18980 arguments. Return alist of keys.
18981 (bibtex-parse-strings): Simplify. Return alist of strings.
18982 (bibtex-complete-string-cleanup): Fix docstring.
18983 (bibtex-read-key): New function.
18984 (bibtex-mode): Fix docstring. Do not parse for keys and
18985 strings when the mode is entered. Set fill-paragraph-function to
18986 bibtex-fill-field. Setup font-lock-mark-block-function the way
18987 font-lock intended.
18988 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
18989 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18990 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18991 (bibtex-Preamble): Avoid hard coded constants.
18992 (bibtex-make-field): Fix docstring. Simplify.
18993 (bibtex-beginning-of-entry): Always return new position of point.
18994 (bibtex-end-of-entry): Rearrange cond clauses.
18995 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18996 Update for changes of bibtex-map-entries.
18997 (bibtex-ispell-abstract): Do not move point.
18998 (bibtex-entry-index): Use downcase. Simplify.
18999 (bibtex-lessp): Handle catch-all.
19000 (bibtex-find-crossref): Turn into a command.
19001 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
19002 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
19003 preamble entries.
19004 (bibtex-fill-field-bounds): New function.
19005 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
19006 (bibtex-fill-entry): Use bibtex-fill-field-bounds
19007 (bibtex-String): Use bibtex-strings. Always obey
19008 bibtex-sort-ignore-string-entries.
19009
19010 2003-07-05 John Paul Wallington <jpw@gnu.org>
19011
19012 * cus-theme.el (customize-create-theme):
19013 Call `customize-create-theme' in Reset widget's notify function.
19014
19015 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
19016 (ibuffer-mark-interactive): Use `or' instead of `unless'.
19017 (define-ibuffer-column name): Add summarizer.
19018 (define-ibuffer-column size): Likewise.
19019 (define-ibuffer-column filename): Likewise.
19020 (define-ibuffer-column process): Likewise. Change BODY's output too.
19021 (define-ibuffer-column filename-and-process): Likewise, likewise.
19022 (ibuffer): Remove local vars `already-in' and `need-update'.
19023
19024 * ibuf-ext.el: Don't require `derived' at compile-time.
19025
19026 2003-07-05 Kim F. Storm <storm@cua.dk>
19027
19028 * info.el: Disable paragraph refilling.
19029 (Info-refill-paragraphs): New defcustom.
19030 (Info-fontify-node): Use it.
19031
19032 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
19033
19034 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
19035 thingies from constructors created by defstruct.
19036
19037 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
19038 the default value of the variable.
19039 (byte-code-meter): Move declaration to top level.
19040
19041 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
19042
19043 * info.el (Info-following-node-name-re): New fun.
19044 (Info-following-node-name): Remove.
19045 (Info-insert-dir): Use the new fun.
19046 (Info-extract-pointer): Don't save restriction; use new fun.
19047 (Info-menu-entry-name-re): New const.
19048 (Info-menu-entry-name-re): Use it along with new fun.
19049 (Info-node-spec-re): Use new fun.
19050 (Info-complete-menu-item, Info-fontify-node): Use new const.
19051 (Info-goto-node, Info-follow-reference, Info-menu-update):
19052 Use match-string.
19053 (Info-follow-reference): Use assoc-string.
19054 Use a list of strings for the completion table.
19055 (Info-fontify-node): Use match-string, line-end-position.
19056 Limit the search for `node:' to the first line.
19057
19058 * newcomment.el (uncomment-region): Remove padding coming from
19059 comment-start rather than just from comment-padding.
19060
19061 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
19062 (vc-cvs-stay-local-p): Use vc-stay-local-p.
19063 (vc-cvs-rename-file): Remove (use the default).
19064 (vc-cvs-register): Register parent dir if needed.
19065 (vc-cvs-could-register): Return non-nil if parent can be registered.
19066 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
19067 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
19068
19069 * vc-svn.el (vc-svn-use-edit): Make it into a const.
19070 (vc-svn-update): Fix the arguments to `svn'.
19071 (vc-svn-diff-tree): Just use `vc-svn-diff'.
19072 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
19073 Simple implementations, assuming `name' is a URL.
19074
19075 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
19076 set of chars allowed unquoted in a case pattern.
19077
19078 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
19079
19080 * font-lock.el (font-lock-extra-types-widget)
19081 (c-font-lock-extra-types, c++-font-lock-extra-types)
19082 (objc-font-lock-extra-types, java-font-lock-extra-types)
19083 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
19084 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
19085 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19086 (font-lock-match-c++-structor-declaration)
19087 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
19088 (c++-font-lock-keywords-3, c++-font-lock-keywords)
19089 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
19090 (objc-font-lock-keywords-3, objc-font-lock-keywords)
19091 (java-font-lock-keywords-1, java-font-lock-keywords-2)
19092 (java-font-lock-keywords-3, java-font-lock-keywords)
19093 (java-font-lock-syntactic-face-function): Remove obsolete code
19094 and constants. It's all in cc-fonts.el now.
19095
19096 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
19097
19098 * mail/sendmail.el (mail-specify-envelope-from)
19099 (mail-envelope-from): Doc fix.
19100
19101 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
19102
19103 * generic-x.el: Do away with the dependency on `c-emacs-features'
19104 when populating `rul-generic-mode-syntax-table'; we already know
19105 this isn't XEmacs.
19106
19107 See ChangeLog.10 for earlier changes.
19108
19109 ;; Local Variables:
19110 ;; coding: iso-2022-7bit
19111 ;; End:
19112
19113 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
19114 Copying and distribution of this file, with or without modification,
19115 are permitted provided the copyright notice and this notice are preserved.
19116
19117 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1